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:
Guðni Már Gilbert 2019-05-09 20:40:14 +00:00 committed by GitHub
parent feb074d4b5
commit 056f36f6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,9 @@
"jerk_travel": {
"value": "jerk_print"
},
"machine_max_jerk_z": {
"default_value": 0.3,
},
"layer_height_0": {
"default_value": 0.2
},