created option to have value that reset at the end of a print

spiral vase
 bottom clip
 layer to pause
This commit is contained in:
Lars Brubaker 2016-04-26 09:20:31 -07:00
parent 0e88ff77f7
commit 24a0e8b414
5 changed files with 52 additions and 6 deletions

View file

@ -66,12 +66,9 @@ Advanced
Layer Height
layer_height
first_layer_height
bottom_clip_amount
layer_to_pause
Outer Surface - Perimeters
perimeters
avoid_crossing_perimeters
spiral_vase
randomize_start
external_perimeters_first
Outer Surface - Top & Bottom
@ -197,6 +194,11 @@ Advanced
resolution
extrusion_axis
overhangs
Single Print
Settings Will Clear at End of Print
spiral_vase
bottom_clip_amount
layer_to_pause
Filament
Filament
Filament

View file

@ -33,7 +33,8 @@
"PresentationName": "Bottom Clip",
"HelpText": "The amount to remove from the bottom of the model, in millimeters.",
"DataEditType": "DOUBLE",
"ExtraSettings": "mm"
"ExtraSettings": "mm",
"ResetAtEndOfPrint" : true,
},
{
"SlicerConfigName": "bottom_solid_layers",
@ -47,7 +48,8 @@
"PresentationName": "Select Layer To Pause:",
"HelpText": "If you want to select a layer to pause your print on do so here (for changing filament)",
"DataEditType": "STRING",
"ExtraSettings": ""
"ExtraSettings": "",
"ResetAtEndOfPrint" : true,
},
{
"SlicerConfigName": "bridge_acceleration",
@ -936,7 +938,8 @@
"PresentationName": "Spiral Vase",
"HelpText": "Forces the print to have only one extrusion and gradually increase the extruder height during the print. Only one part will print at a time with this feature.",
"DataEditType": "CHECK_BOX",
"ExtraSettings": ""
"ExtraSettings": "",
"ResetAtEndOfPrint" : true,
},
{
"SlicerConfigName": "standby_temperature_delta",