Put the relative E checkbox back in the GUI and disable M82/M83 for MakerBot

This commit is contained in:
Alessandro Ranellucci 2012-03-03 21:27:33 +01:00
parent e8c64924db
commit b5cba48e55
2 changed files with 2 additions and 2 deletions

View file

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