make raft expand only distance

issue: MatterHackers/MCCentral#4143
Change raft expand distance setting to only accept millimeters
This commit is contained in:
Lars Brubaker 2018-09-14 17:14:09 -07:00
parent c9cef71660
commit 1ab3a38156
3 changed files with 4 additions and 4 deletions

View file

@ -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"