mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
New option to specify G-code to be used at layer change. #279
This commit is contained in:
parent
bf964b5273
commit
1a06e35687
6 changed files with 24 additions and 10 deletions
|
@ -143,8 +143,7 @@ The author is Alessandro Ranellucci (me).
|
|||
Infill every N layers (default: 1)
|
||||
|
||||
Print options:
|
||||
--perimeters Number of perimeters/horizontal skins (range: 0+,
|
||||
default: 3)
|
||||
--perimeters Number of perimeters/horizontal skins (range: 0+, default: 3)
|
||||
--solid-layers Number of solid layers to do for top/bottom surfaces
|
||||
(range: 1+, default: 3)
|
||||
--fill-density Infill density (range: 0-1, default: 0.4)
|
||||
|
@ -156,6 +155,7 @@ The author is Alessandro Ranellucci (me).
|
|||
--end-gcode Load final gcode from the supplied file. This will overwrite
|
||||
the default commands (turn off temperature [M104 S0],
|
||||
home X axis [G28 X], disable motors [M84]).
|
||||
--layer-gcode Load layer-change G-code from the supplied file (default: nothing).
|
||||
--support-material Generate support material for overhangs
|
||||
|
||||
Retraction options:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue