mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
pa works
This commit is contained in:
parent
0bf74c97c3
commit
1df89650e9
10 changed files with 82 additions and 81 deletions
|
@ -225,6 +225,9 @@ public:
|
|||
void reload_gcode_from_disk();
|
||||
void refresh_print();
|
||||
|
||||
// SoftFever
|
||||
void calib_pa();
|
||||
|
||||
//BBS: add only gcode mode
|
||||
bool only_gcode_mode() { return m_only_gcode; }
|
||||
void set_only_gcode(bool only_gcode) { m_only_gcode = only_gcode; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue