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:
Alessandro Ranellucci 2012-05-20 20:07:39 +02:00
parent 0a5cf4ba90
commit ce6b4aeaee
7 changed files with 165 additions and 82 deletions

View file

@ -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',