mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
New --gcode-flavor option. extrusion_axis, use_relative_e_distances options hidden and implied. #158
This commit is contained in:
parent
23156f0abe
commit
615bcb27dd
6 changed files with 28 additions and 17 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue