mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
1st installment of export of gcode toolpaths to obj file
This commit is contained in:
parent
4fbee3216b
commit
1f6aab312b
9 changed files with 160 additions and 1 deletions
|
@ -65,6 +65,7 @@ class MainFrame : public DPIFrame
|
|||
bool can_start_new_project() const;
|
||||
bool can_save() const;
|
||||
bool can_export_model() const;
|
||||
bool can_export_toolpaths() const;
|
||||
bool can_export_supports() const;
|
||||
bool can_export_gcode() const;
|
||||
bool can_send_gcode() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue