im-pro-at / cncgcodecontroller

CNC-GCode-Controller
MIT License
145 stars 59 forks source link

Autolevel Options #5

Closed Tectu closed 10 years ago

Tectu commented 10 years ago

When trying to change 'Autolevel/Options', the second value, 'Max depth' needs to be greater than 0, but the default is -1. How is this possible? And as far as I understand the algorithm, it really should be lower than 0?

Nutz95 commented 10 years ago

Fixed, the minimum value was 0, that's what was causing the issue. I updated this settings part so that you can change any of the multiple settings at once. It also provides user with possible min and max values. When user press OK, if one of the values is out of range, a popup message will show up asking for the user if he wants to apply either the max value (if the input value was set higher than max value) or min value (if the input value was set lower than min value).

im-pro-at commented 10 years ago

Thanks again for that!