mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-24 01:09:20 -07:00
Editing of the custom GCodes like ColorChange and PausePrint
This commit is contained in:
@@ -699,6 +699,9 @@ public:
|
||||
ConfigOptionBool remaining_times;
|
||||
ConfigOptionBool silent_mode;
|
||||
ConfigOptionFloat extra_loading_move;
|
||||
ConfigOptionString color_change_gcode;
|
||||
ConfigOptionString pause_print_gcode;
|
||||
ConfigOptionString template_custom_gcode;
|
||||
|
||||
std::string get_extrusion_axis() const
|
||||
{
|
||||
@@ -772,6 +775,9 @@ protected:
|
||||
OPT_PTR(remaining_times);
|
||||
OPT_PTR(silent_mode);
|
||||
OPT_PTR(extra_loading_move);
|
||||
OPT_PTR(color_change_gcode);
|
||||
OPT_PTR(pause_print_gcode);
|
||||
OPT_PTR(template_custom_gcode);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user