KittyCAD / machine-api

This API intends to provide a standardized local interface to any machines used for manufacturing physical things.
17 stars 3 forks source link

orca slicer is tied to bambu specifically #146

Open paultag opened 1 month ago

paultag commented 1 month ago

after our latest round of changes, the orca slicer is very aware of bambu specific things -- we may want to consider a new slicer that uses the orca slicer and is bambu-aware so we can use orca for other printers too

paultag commented 1 month ago

also i just passed the make/model struct into the slicer; although i don't like matching on the string, maybe i'll add an enum and we can match on that in the slicer 🤔