mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 04:07:57 -06:00
Update creality_ender3.def.json
I suggest a change to the value of max Z-axis Jerk to be the same as on Marlin 1.1.9 firmware used by Ender 3. Its a small change, reducing 0,4 to 0,3. Having these settings match the firmware's configuration makes a print's estimated time more accurate.
This commit is contained in:
parent
feb074d4b5
commit
056f36f6ac
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@
|
||||||
"jerk_travel": {
|
"jerk_travel": {
|
||||||
"value": "jerk_print"
|
"value": "jerk_print"
|
||||||
},
|
},
|
||||||
|
"machine_max_jerk_z": {
|
||||||
|
"default_value": 0.3,
|
||||||
|
},
|
||||||
"layer_height_0": {
|
"layer_height_0": {
|
||||||
"default_value": 0.2
|
"default_value": 0.2
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue