mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
Add checkbox for G0 in the GUI. #51
This commit is contained in:
parent
ddb0330fc1
commit
7893480fd7
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ our $Options = {
|
||||||
type => 'bool',
|
type => 'bool',
|
||||||
},
|
},
|
||||||
'g0' => {
|
'g0' => {
|
||||||
label => 'Use g0 for travel moves',
|
label => 'Use G0 for travel moves',
|
||||||
cli => 'g0',
|
cli => 'g0',
|
||||||
type => 'bool',
|
type => 'bool',
|
||||||
},
|
},
|
||||||
|
|
|
@ -21,7 +21,7 @@ sub new {
|
||||||
my %panels = (
|
my %panels = (
|
||||||
printer => {
|
printer => {
|
||||||
title => '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 => {
|
filament => {
|
||||||
title => 'Filament',
|
title => 'Filament',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue