←back to thread

439 points david927 | 1 comments | | HN request time: 0.208s | source

What are you working on? Any new ideas which you're thinking about?
1. WillAdams ◴[] No.44418365[source]
Still chugging away at:

https://github.com/WillAdams/gcodepreview

Currently finishing up a re-write which changes from using union commands (which resulted in an ever more deeply nested CSG tree) to collecting everything in a pair of lists using append/extend and then applying one each union operation, resulting a flatter structure.

Once all that is done I'm hoping to add support for METAFONT/POST curves....