New --gcode-flavor option. extrusion_axis, use_relative_e_distances options hidden and implied. #158

This commit is contained in:
Alessandro Ranellucci 2012-02-20 11:44:30 +01:00
parent 23156f0abe
commit 615bcb27dd
6 changed files with 28 additions and 17 deletions

View file

@ -21,7 +21,7 @@ sub new {
my %panels = (
printer => {
title => 'Printer',
options => [qw(nozzle_diameter print_center z_offset use_relative_e_distances extrusion_axis g0)],
options => [qw(nozzle_diameter print_center z_offset gcode_flavor g0)],
},
filament => {
title => 'Filament',