mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:05:57 +08:00
JSON fix: made gradual infill step max depend on infill line distance (CURA-836)
This commit is contained in:
parent
fd96e47117
commit
44de859916
@ -1000,7 +1000,7 @@
|
|||||||
"type": "int",
|
"type": "int",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"maximum_value_warning": "4",
|
"maximum_value_warning": "4",
|
||||||
"maximum_value": "17",
|
"maximum_value": "20 - math.log(infill_line_distance) / math.log(2)",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
"gradual_infill_step_height":
|
"gradual_infill_step_height":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user