mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-02 19:44:00 -06:00
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_print_volume_fit
This commit is contained in:
commit
5ddfe8dab2
4 changed files with 13 additions and 8 deletions
|
@ -6299,8 +6299,10 @@ void Plater::on_config_change(const DynamicPrintConfig &config)
|
|||
update_scheduled = true;
|
||||
p->sidebar->obj_list()->update_extruder_colors();
|
||||
}
|
||||
else if(opt_key == "max_print_height")
|
||||
else if (opt_key == "max_print_height") {
|
||||
bed_shape_changed = true;
|
||||
update_scheduled = true;
|
||||
}
|
||||
else if (opt_key == "printer_model") {
|
||||
p->reset_gcode_toolpaths();
|
||||
// update to force bed selection(for texturing)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue