mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-25 20:19:14 -07:00
Tell what options were changed when prompting user for saving a modified preset. Also, check whether the preset was actually modified by performing a proper idempotent diff. #2165
This commit is contained in:
@@ -552,9 +552,10 @@ PrintConfigDef::build_def() {
|
||||
Options["perimeter_speed"].min = 0;
|
||||
|
||||
Options["perimeters"].type = coInt;
|
||||
Options["perimeters"].label = "Perimeters (minimum)";
|
||||
Options["perimeters"].label = "Perimeters";
|
||||
Options["perimeters"].category = "Layers and Perimeters";
|
||||
Options["perimeters"].tooltip = "This option sets the number of perimeters to generate for each layer. Note that Slic3r may increase this number automatically when it detects sloping surfaces which benefit from a higher number of perimeters if the Extra Perimeters option is enabled.";
|
||||
Options["perimeters"].sidetext = "(minimum)";
|
||||
Options["perimeters"].cli = "perimeters=i";
|
||||
Options["perimeters"].aliases.push_back("perimeter_offsets");
|
||||
Options["perimeters"].min = 0;
|
||||
|
||||
Reference in New Issue
Block a user