mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Cooling and fan control. #110
This commit is contained in:
parent
f4fde54bf3
commit
1d0a852679
8 changed files with 205 additions and 68 deletions
|
@ -114,6 +114,15 @@ our $retract_speed = 30; # mm/s
|
|||
our $retract_before_travel = 2; # mm
|
||||
our $retract_lift = 0; # mm
|
||||
|
||||
# cooling options
|
||||
our $min_fan_speed = 35;
|
||||
our $max_fan_speed = 100;
|
||||
our $bridge_fan_speed = 100;
|
||||
our $fan_below_layer_time = 60;
|
||||
our $slowdown_below_layer_time = 15;
|
||||
our $min_print_speed = 10;
|
||||
our $disable_fan_first_layers = 1;
|
||||
|
||||
# skirt options
|
||||
our $skirts = 1;
|
||||
our $skirt_distance = 6; # mm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue