mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 16:59:06 +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',
|
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…
x
Reference in New Issue
Block a user