Skip to content

Commit

Permalink
Start adding some more proper error/warning values to settings
Browse files Browse the repository at this point in the history
Contributes to #7
  • Loading branch information
awhiemstra committed May 27, 2015
1 parent 68500ed commit 86920f4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions resources/settings/fdmprinter.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
"unit": "mm",
"type": "float",
"default": 0.1,
"min_value": 0.06,
"max_value": 2.0,
"min_value": 0.00001,
"min_value_warning": 0.04,
"max_value_warning": 2.0,
"always_visible": true,
"children": {
"layer_height_0": {
Expand All @@ -51,8 +52,9 @@
"unit": "mm",
"type": "float",
"default": 0.3,
"min_value": 0.06,
"max_value": 2.0,
"min_value": 0.0,
"min_value_warning": 0.04,
"max_value_warning": 2.0,
"visible": false
}
}
Expand Down

0 comments on commit 86920f4

Please sign in to comment.