atartanian

Results 3 comments of atartanian

I've read through the OEP4 proposal a few times and just finally understand what it's trying to do. It seems the OEP4 unblocks users while preserving backward compatibility. It also...

@3Dietrich Hi there! the `shape()` function is defined in the README.MD as ``` module shape() { polygon([[0,0],[1,0],[1.5,1],[2.5,1],[2,-1],[0,-1]]); } ``` it's literally any 2D shape that openscad can make using modules...

@jgrizou this is the difference ``` use use use use use use path_definition = [ trajectory(forward = 10, roll = 0), trajectory(forward = 5*3.14159265359, pitch = 180), trajectory(forward = 10,...