mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Make the override panel prettier and prevent the default extruder setting from being deleted since it can't be readded manually
This commit is contained in:
@@ -173,6 +173,8 @@ class PrintConfigDef
|
||||
|
||||
Options["extruder"].type = coInt;
|
||||
Options["extruder"].label = "Default extruder";
|
||||
Options["extruder"].category = "Extruders";
|
||||
Options["extruder"].tooltip = "The extruder to use (unless more specific extruder settings are specified).";
|
||||
Options["extruder"].cli = "extruder=i";
|
||||
Options["extruder"].min = 1;
|
||||
Options["extruder"].shortcut.push_back("infill_extruder");
|
||||
|
||||
Reference in New Issue
Block a user