Skip to content

Commit

Permalink
fix adjust gui
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Aug 1, 2024
1 parent 3f14eb8 commit fa06a25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/slic3r/GUI/ConfigManipulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,9 @@ void ConfigManipulation::toggle_printer_fff_options(DynamicPrintConfig *config,
// Disable silent mode for non-marlin firmwares.
toggle_field("silent_mode", is_marlin_flavor);

// only allow to disable autoemit_temperature_commands if it's not already disabled by start_gcode_manual
toogle_field("autoemit_temperature_commands", !config->get_bool("start_gcode_manual"));

for (size_t i = 0; i < extruder_count; ++i) {

bool have_retract_length = config->opt_float("retract_length", i) > 0;
Expand Down

0 comments on commit fa06a25

Please sign in to comment.