mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
Smarter automatic disabling of GUI fields + reordering of Print Settings pages + minor adjustments to tooltips
This commit is contained in:
parent
092b1724ba
commit
25bc8e6f29
2 changed files with 111 additions and 84 deletions
|
@ -779,7 +779,7 @@ PrintConfigDef::build_def() {
|
|||
Options["support_material_enforce_layers"].min = 0;
|
||||
|
||||
Options["support_material_extruder"].type = coInt;
|
||||
Options["support_material_extruder"].label = "Support material extruder";
|
||||
Options["support_material_extruder"].label = "Support material/raft/skirt extruder";
|
||||
Options["support_material_extruder"].category = "Extruders";
|
||||
Options["support_material_extruder"].tooltip = "The extruder to use when printing support material, raft and skirt.";
|
||||
Options["support_material_extruder"].cli = "support-material-extruder=i";
|
||||
|
@ -793,7 +793,7 @@ PrintConfigDef::build_def() {
|
|||
Options["support_material_extrusion_width"].cli = "support-material-extrusion-width=s";
|
||||
|
||||
Options["support_material_interface_extruder"].type = coInt;
|
||||
Options["support_material_interface_extruder"].label = "Support material interface extruder";
|
||||
Options["support_material_interface_extruder"].label = "Support material/raft interface extruder";
|
||||
Options["support_material_interface_extruder"].category = "Extruders";
|
||||
Options["support_material_interface_extruder"].tooltip = "The extruder to use when printing support material interface. This affects raft too.";
|
||||
Options["support_material_interface_extruder"].cli = "support-material-interface-extruder=i";
|
||||
|
@ -879,8 +879,7 @@ PrintConfigDef::build_def() {
|
|||
|
||||
Options["threads"].type = coInt;
|
||||
Options["threads"].label = "Threads";
|
||||
Options["threads"].tooltip = "Threads are used to parallelize long-running tasks. Optimal threads number is slightly above the number of available cores/processors. Beware that more threads consume more memory.";
|
||||
Options["threads"].sidetext = "(more speed but more memory usage)";
|
||||
Options["threads"].tooltip = "Threads are used to parallelize long-running tasks. Optimal threads number is slightly above the number of available cores/processors.";
|
||||
Options["threads"].cli = "threads|j=i";
|
||||
Options["threads"].readonly = true;
|
||||
Options["threads"].min = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue