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:
@@ -235,6 +235,11 @@ void PartPlate::reset_bed_type()
|
||||
m_config.erase("curr_bed_type");
|
||||
}
|
||||
|
||||
void PartPlate::reset_skirt_start_angle()
|
||||
{
|
||||
m_config.erase("skirt_start_angle");
|
||||
}
|
||||
|
||||
void PartPlate::set_print_seq(PrintSequence print_seq)
|
||||
{
|
||||
std::string print_seq_key = "print_sequence";
|
||||
|
||||
Reference in New Issue
Block a user