mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 18:58:00 -06:00
New option to print each object completely before moving onto next one (watch out for extruder collisions, Slic3r isn't doing any check since it doesn't know its shape)
This commit is contained in:
parent
0a5cf4ba90
commit
ce6b4aeaee
7 changed files with 165 additions and 82 deletions
|
@ -61,7 +61,8 @@ sub new {
|
|||
},
|
||||
gcode => {
|
||||
title => 'G-code',
|
||||
options => [qw(start_gcode end_gcode layer_gcode gcode_comments post_process)],
|
||||
options => [qw(start_gcode end_gcode layer_gcode complete_objects gcode_comments post_process)],
|
||||
label_width => 260,
|
||||
},
|
||||
extrusion => {
|
||||
title => 'Extrusion',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue