putting in speed for bottom layer and first top layer
This commit is contained in:
parent
dc70644b1b
commit
8ee527b767
4 changed files with 23 additions and 1 deletions
|
|
@ -146,6 +146,15 @@
|
|||
"ShowIfSet": "!sla_printer",
|
||||
"DefaultValue": "20"
|
||||
},
|
||||
{
|
||||
"SlicerConfigName": "bottom_infill_speed",
|
||||
"PresentationName": "Botom Solid Infill",
|
||||
"HelpText": "The speed at which the bottom solid layers will print. Can be set explicitly or as a percentage of the Infill speed. Use 0 to match infill speed.",
|
||||
"DataEditType": "DOUBLE_OR_PERCENT",
|
||||
"Units": "mm/s or %",
|
||||
"ShowIfSet": "!sla_printer",
|
||||
"DefaultValue": "0"
|
||||
},
|
||||
{
|
||||
"SlicerConfigName": "build_height",
|
||||
"PresentationName": "Build Height",
|
||||
|
|
@ -1669,6 +1678,15 @@
|
|||
"Units": "mm or %",
|
||||
"DefaultValue": "0"
|
||||
},
|
||||
{
|
||||
"SlicerConfigName": "first_layer_on_sparse_infill_speed",
|
||||
"PresentationName": "First Layer on Sparse Infill",
|
||||
"HelpText": "The speed at which the first solid layers on top of sparse infill will print. Can be set explicitly or as a percentage of the Top Infill speed. Use 0 to match the Top Infill Speed",
|
||||
"DataEditType": "DOUBLE_OR_PERCENT",
|
||||
"Units": "mm/s or %",
|
||||
"ShowIfSet": "!sla_printer",
|
||||
"DefaultValue": "0"
|
||||
},
|
||||
{
|
||||
"SlicerConfigName": "top_solid_infill_speed",
|
||||
"PresentationName": "Top Solid Infill",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue