mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
Merge branch 'master' into sender
Conflicts: Build.PL lib/Slic3r/GUI/MainFrame.pm
This commit is contained in:
commit
13b7316807
74 changed files with 1260 additions and 553 deletions
|
@ -232,6 +232,12 @@ PrintConfigDef::build_def() {
|
|||
Options["fan_below_layer_time"].min = 0;
|
||||
Options["fan_below_layer_time"].max = 1000;
|
||||
|
||||
Options["filament_colour"].type = coStrings;
|
||||
Options["filament_colour"].label = "Color";
|
||||
Options["filament_colour"].tooltip = "This is only used in the Slic3r interface as a visual help.";
|
||||
Options["filament_colour"].cli = "filament-color=s@";
|
||||
Options["filament_colour"].gui_type = "color";
|
||||
|
||||
Options["filament_diameter"].type = coFloats;
|
||||
Options["filament_diameter"].label = "Diameter";
|
||||
Options["filament_diameter"].tooltip = "Enter your filament diameter here. Good precision is required, so use a caliper and do multiple measurements along the filament, then compute the average.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue