Fix: Reset object settings not working for plate's Skirt Start Angle and Other Layers Sequence (#10482)

* init
This commit is contained in:
yw4z
2025-08-23 18:19:00 +03:00
committed by GitHub
parent 15a835af20
commit 099dbb4046
3 changed files with 10 additions and 0 deletions

View File

@@ -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";