mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Add checkbox for G0 in the GUI. #51
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user