mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fix: Reset object settings not working for plate's Skirt Start Angle and Other Layers Sequence (#10482)
* init
This commit is contained in:
@@ -2930,8 +2930,10 @@ void TabPrintPlate::reset_model_config()
|
||||
}
|
||||
auto plate = dynamic_cast<PartPlate*>(plate_item.first);
|
||||
plate->reset_bed_type();
|
||||
plate->reset_skirt_start_angle();
|
||||
plate->set_print_seq(PrintSequence::ByDefault);
|
||||
plate->set_first_layer_print_sequence({});
|
||||
plate->set_other_layers_print_sequence({});
|
||||
plate->set_spiral_vase_mode(false, true);
|
||||
notify_changed(plate_item.first);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user