mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 06:19:00 +08:00
Add checkbox for G0 in the GUI. #51
This commit is contained in:
parent
ddb0330fc1
commit
7893480fd7
@ -61,7 +61,7 @@ our $Options = {
|
||||
type => 'bool',
|
||||
},
|
||||
'g0' => {
|
||||
label => 'Use g0 for travel moves',
|
||||
label => 'Use G0 for travel moves',
|
||||
cli => 'g0',
|
||||
type => 'bool',
|
||||
},
|
||||
|
@ -21,7 +21,7 @@ sub new {
|
||||
my %panels = (
|
||||
printer => {
|
||||
title => 'Printer',
|
||||
options => [qw(nozzle_diameter print_center use_relative_e_distances extrusion_axis z_offset)],
|
||||
options => [qw(nozzle_diameter print_center z_offset use_relative_e_distances extrusion_axis g0)],
|
||||
},
|
||||
filament => {
|
||||
title => 'Filament',
|
||||
|
Loading…
x
Reference in New Issue
Block a user