pixelpusher / liveprinter

Livecoding for 3D printers
GNU Affero General Public License v3.0
40 stars 5 forks source link

3D drawing using draw(x,y,z) #56

Closed pixelpusher closed 1 year ago

pixelpusher commented 2 years ago

Experiment with 3D drawing by getting rid of drawup/drawdown functions and instead using "classic" draw() with 3 optional arguments (each 0 by default) for x,y,z. OR, drawx(x), drawy(y), draw(z) for explicit dimensions setting.

pixelpusher commented 1 year ago

introduced to() functions that basically does this