mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Add a command to lift nozzle in default start G-code
This commit is contained in:
@@ -635,7 +635,10 @@ our $Options = {
|
||||
height => 120,
|
||||
serialize => sub { join '\n', split /\R+/, $_[0] },
|
||||
deserialize => sub { join "\n", split /\\n/, $_[0] },
|
||||
default => 'G28 ; home all axes',
|
||||
default => <<'END',
|
||||
G28 ; home all axes
|
||||
G1 Z5 F5000 ; lift nozzle
|
||||
END
|
||||
},
|
||||
'end_gcode' => {
|
||||
label => 'End G-code',
|
||||
|
||||
Reference in New Issue
Block a user