PrusaSlicer-2.1.0-rc+win64-201909041321
Windows 10 Pro
Printrbot Metal Plus
Click out of the field or tab out of the field
_Expected Results_
_Actual Results_
Before tabbing out

After tabbing out

_Is this a new feature request?_
No
3DBenchy-height-range-not-accepting-layer-height-change_prusaslicer-2.1.0-rc.3mf.zip
You are right, this is a bug. There is a min/max layer height in Printer Settings->Extruder 1, which limit what layer height can be set.

You have set the max to 0, which should be taken as 75 % of nozzle diameter. This is not correctly interpreted and layer height is actually validated against zero mm, which effectively disables the layer height editing completely.
It should be an easy fix in GUI_ObjectList.cpp, static function get_max_layer_height.
OK, got it. And thanks for the explanation.
I can confirm if I set Max Layer height limit to something other than 0, say 0.4mm, it behaves as I was expecting.
This should be fixed with https://github.com/prusa3d/PrusaSlicer/commit/4fc20090c86fc1ed11f40a8bc6a7d897012bb7bf on the dev branch. The fix will be part of PrusaSlicer2.2.0 or maybe a patch release of 2.1.0 if there is one.
Thanks!
This will be fixed in PrusaSlicer 2.2.0. Closing.
I have the same Problem in the latest build. Even changing MAX to non zero doesn't help.
@thierryzoller Thanks, but I could not reproduce the original problem in 2.3.0-alpha2. Can you please be more explicit about what "the latest build" is, what exactly is the problem and ideally post a 3MF illustrating it?
Most helpful comment
This should be fixed with https://github.com/prusa3d/PrusaSlicer/commit/4fc20090c86fc1ed11f40a8bc6a7d897012bb7bf on the dev branch. The fix will be part of PrusaSlicer2.2.0 or maybe a patch release of 2.1.0 if there is one.