mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54: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
|
@ -48,9 +48,10 @@ our $output_filename_format = '[input_filename_base].gcode';
|
|||
# printer options
|
||||
our $nozzle_diameter = 0.5;
|
||||
our $print_center = [100,100]; # object will be centered around this point
|
||||
our $z_offset = 0;
|
||||
our $gcode_flavor = 'reprap';
|
||||
our $use_relative_e_distances = 0;
|
||||
our $extrusion_axis = 'E';
|
||||
our $z_offset = 0;
|
||||
our $gcode_arcs = 0;
|
||||
our $g0 = 0;
|
||||
our $gcode_comments = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue