New raft_layers option. #123

This commit is contained in:
Alessandro Ranellucci 2013-01-28 14:12:01 +01:00
parent a016a06fa6
commit 177f1a9bf0
6 changed files with 28 additions and 7 deletions

View file

@ -578,6 +578,14 @@ our $Options = {
type => 'i',
default => 0,
},
'raft_layers' => {
label => 'Raft layers',
tooltip => 'Number of total raft layers to insert below the object(s).',
sidetext => 'layers',
cli => 'raft-layers=i',
type => 'i',
default => 0,
},
'start_gcode' => {
label => 'Start G-code',
tooltip => 'This start procedure is inserted at the beginning of the output file, right after the temperature control commands for extruder and bed. If Slic3r detects M104 or M190 in your custom codes, such commands will not be prepended automatically. Note that you can use placeholder variables for all Slic3r settings, so you can put a "M104 S[first_layer_temperature]" command wherever you want.',