make raft expand only distance
issue: MatterHackers/MCCentral#4143 Change raft expand distance setting to only accept millimeters
This commit is contained in:
parent
c9cef71660
commit
1ab3a38156
3 changed files with 4 additions and 4 deletions
|
|
@ -218,8 +218,8 @@
|
|||
"SlicerConfigName": "raft_extra_distance_around_part",
|
||||
"PresentationName": "Expand Distance",
|
||||
"HelpText": "The extra distance the raft will extend around the edge of the part.",
|
||||
"DataEditType": "INT_OR_MM",
|
||||
"Units": "count or mm",
|
||||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"Units": "mm",
|
||||
"ShowIfSet": "!sla_printer",
|
||||
"EnableIfSet": "create_raft",
|
||||
"DefaultValue": "5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue