Commit 311b0d10 authored by DonLakeFlyer's avatar DonLakeFlyer

Overlap should not be negative

parent 0a22457d
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
"shortDescription": "Amount of overlap between images in the forward facing direction.", "shortDescription": "Amount of overlap between images in the forward facing direction.",
"type": "double", "type": "double",
"decimalPlaces": 0, "decimalPlaces": 0,
"min": 0,
"max": 85, "max": 85,
"units": "%", "units": "%",
"defaultValue": 10 "defaultValue": 10
...@@ -70,6 +71,7 @@ ...@@ -70,6 +71,7 @@
"shortDescription": "Amount of overlap between images in the side facing direction.", "shortDescription": "Amount of overlap between images in the side facing direction.",
"type": "double", "type": "double",
"decimalPlaces": 0, "decimalPlaces": 0,
"min": 0,
"max": 85, "max": 85,
"units": "%", "units": "%",
"defaultValue": 10 "defaultValue": 10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment