GilesBathgate / RapCAD

Rapid prototyping CAD IDE for RepRap and RepStrap 3D printing machines.
https://rapcad.org
GNU General Public License v3.0
153 stars 25 forks source link

Auto reload changed files #33

Open ameuret opened 4 years ago

ameuret commented 4 years ago

I use OpenSCAD as a previewer while I code in the comfort of my usual editor (EMACS), leveraging the auto-reload.

What would RapCAD bring to the table for people with this workflow?

GilesBathgate commented 4 years ago

I think QFileSystemWatcher could be used to achieve the same workflow.

Highlight what RapCAD brings to an OpenSCAD user

Please see https://github.com/GilesBathgate/RapCAD/issues/13