mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Refactoring and integrations to the bed temperature handling
This commit is contained in:
parent
35e7877437
commit
7892a84408
5 changed files with 13 additions and 8 deletions
|
@ -62,6 +62,8 @@ our $filament_diameter = 3; # mm
|
|||
our $extrusion_multiplier = 1;
|
||||
our $temperature = 200;
|
||||
our $first_layer_temperature;
|
||||
our $bed_temperature = 0;
|
||||
our $first_layer_bed_temperature;
|
||||
|
||||
# speed options
|
||||
our $travel_speed = 130; # mm/s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue