Add a new option "emit_machine_limits_to_gcode" (#3236)

This commit is contained in:
SoftFever
2023-12-23 15:02:27 +08:00
committed by GitHub
parent 01706eff84
commit cc23ec6626
5 changed files with 16 additions and 4 deletions

View File

@@ -878,7 +878,7 @@ static std::vector<std::string> s_Preset_printer_options {
"cooling_tube_retraction",
"cooling_tube_length", "high_current_on_filament_swap", "parking_pos_retraction", "extra_loading_move", "purge_in_prime_tower", "enable_filament_ramming",
"z_offset",
"disable_m73", "preferred_orientation"
"disable_m73", "preferred_orientation", "emit_machine_limits_to_gcode"
};
static std::vector<std::string> s_Preset_sla_print_options {