mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
Put the relative E checkbox back in the GUI and disable M82/M83 for MakerBot
This commit is contained in:
parent
e8c64924db
commit
b5cba48e55
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue