mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -06:00
Comments are now disabled by default, new --gcode-comments option to enable them
This commit is contained in:
parent
3d213069a6
commit
d346bc02cc
5 changed files with 13 additions and 5 deletions
|
@ -41,6 +41,7 @@ our $extrusion_axis = 'E';
|
|||
our $z_offset = 0;
|
||||
our $gcode_arcs = 0;
|
||||
our $g0 = 0;
|
||||
our $gcode_comments = 0;
|
||||
|
||||
# filament options
|
||||
our $filament_diameter = 3; # mm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue