JSON fix: making max gradual infill steps lower to allow for engine not crashing when setting the infill to a low percentage (CURA-836)

This commit is contained in:
Tim Kuipers 2016-07-15 13:54:56 +02:00
parent 3e97e008af
commit 8029139358

View file

@ -1014,7 +1014,7 @@
"type": "int",
"minimum_value": "0",
"maximum_value_warning": "4",
"maximum_value": "19",
"maximum_value": "17",
"settable_per_mesh": true
},
"gradual_infill_step_height":