mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 16:00:17 -07:00
New option to disable retraction on layer change
This commit is contained in:
parent
e71bf48463
commit
460e169c67
6 changed files with 18 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ use constant OPTIONS => [qw(
|
|||
extruder_offset
|
||||
nozzle_diameter filament_diameter extrusion_multiplier temperature first_layer_temperature
|
||||
retract_length retract_lift retract_speed retract_restart_extra retract_before_travel
|
||||
retract_length_toolchange retract_restart_extra_toolchange
|
||||
retract_layer_change retract_length_toolchange retract_restart_extra_toolchange
|
||||
)];
|
||||
|
||||
has 'id' => (is => 'rw', required => 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue