vscode-openscad
vscode-openscad copied to clipboard
[FEATURE REQUEST] Auto-launch slicer after export
My workflow is always the same:
- Edit the model in VS Code
- Preview the model in OpenSCAD
- Export an STL via VS Code plugin
- Open the model in Cura and slice it
- Upload G-code to printer and start printing
The only thing that is not yet linked together are steps 3 and 4. I still need to save the STL and open it manually via Explorer. Would be great to have the option to have an "'Export Finished'-Action" where I could specify a path to a program that automatically gets called after an export is finished, together with the path to the just exported .stl. (much like the preview button in VSC triggers OpenSCAD with the currently opened .scad file)