From be05d07acda418c86a14f6778a4dff9a91ba5315 Mon Sep 17 00:00:00 2001 From: DragonJe <41123088+DragonJe@users.noreply.github.com> Date: Fri, 17 May 2019 11:26:54 -0500 Subject: [PATCH 1/4] Update nwa3d_a5_best.inst.cfg --- resources/quality/nwa3d_a5/nwa3d_a5_best.inst.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/quality/nwa3d_a5/nwa3d_a5_best.inst.cfg b/resources/quality/nwa3d_a5/nwa3d_a5_best.inst.cfg index 8eabfa8141..5cd123aa19 100644 --- a/resources/quality/nwa3d_a5/nwa3d_a5_best.inst.cfg +++ b/resources/quality/nwa3d_a5/nwa3d_a5_best.inst.cfg @@ -14,7 +14,7 @@ global_quality = True layer_height = 0.08 layer_height_0 = 0.24 line_width = 0.4 -wall_line_width_0 = 100 +wall_line_width_0 = 0.4 initial_layer_line_width_factor = 100 wall_thickness = 0.8 wall_0_wipe_dist = 0.2 From 3fc956721571599af5577222d56ee5fffc03f2a3 Mon Sep 17 00:00:00 2001 From: DragonJe <41123088+DragonJe@users.noreply.github.com> Date: Fri, 17 May 2019 11:27:24 -0500 Subject: [PATCH 2/4] Update nwa3d_a5_fast.inst.cfg --- resources/quality/nwa3d_a5/nwa3d_a5_fast.inst.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/quality/nwa3d_a5/nwa3d_a5_fast.inst.cfg b/resources/quality/nwa3d_a5/nwa3d_a5_fast.inst.cfg index ae6411f4f1..9912ecb473 100644 --- a/resources/quality/nwa3d_a5/nwa3d_a5_fast.inst.cfg +++ b/resources/quality/nwa3d_a5/nwa3d_a5_fast.inst.cfg @@ -14,7 +14,7 @@ global_quality = True layer_height = 0.24 layer_height_0 = 0.24 line_width = 0.4 -wall_line_width_0 = 100 +wall_line_width_0 = 0.4 initial_layer_line_width_factor = 100 wall_thickness = 0.8 wall_0_wipe_dist = 0.2 From 864646d4a514b1de5ec5c50325ff77641d3666f6 Mon Sep 17 00:00:00 2001 From: DragonJe <41123088+DragonJe@users.noreply.github.com> Date: Fri, 17 May 2019 11:27:51 -0500 Subject: [PATCH 3/4] Update nwa3d_a5_normal.inst.cfg --- resources/quality/nwa3d_a5/nwa3d_a5_normal.inst.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/quality/nwa3d_a5/nwa3d_a5_normal.inst.cfg b/resources/quality/nwa3d_a5/nwa3d_a5_normal.inst.cfg index d825c8b85e..46e80c87b7 100644 --- a/resources/quality/nwa3d_a5/nwa3d_a5_normal.inst.cfg +++ b/resources/quality/nwa3d_a5/nwa3d_a5_normal.inst.cfg @@ -14,7 +14,7 @@ global_quality = True layer_height = 0.16 layer_height_0 = 0.24 line_width = 0.4 -wall_line_width_0 = 100 +wall_line_width_0 = 0.4 initial_layer_line_width_factor = 100 wall_thickness = 0.8 wall_0_wipe_dist = 0.2 From 9a9f58428524ee53bfe04b680cc8e1a23cc4f928 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 20 May 2019 14:30:29 +0200 Subject: [PATCH 4/4] Reduce jerk for Creality printers As tested by our community. Fixes #5694. --- resources/definitions/creality_cr10.def.json | 4 ++-- resources/definitions/creality_ender3.def.json | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/definitions/creality_cr10.def.json b/resources/definitions/creality_cr10.def.json index d0bca54b73..cc0410fe22 100644 --- a/resources/definitions/creality_cr10.def.json +++ b/resources/definitions/creality_cr10.def.json @@ -86,10 +86,10 @@ "default_value": true }, "jerk_print": { - "default_value": 20 + "default_value": 8 }, "jerk_travel": { - "default_value": 20 + "default_value": 8 } } } \ No newline at end of file diff --git a/resources/definitions/creality_ender3.def.json b/resources/definitions/creality_ender3.def.json index 827fbbf54f..dd54e8a0e0 100755 --- a/resources/definitions/creality_ender3.def.json +++ b/resources/definitions/creality_ender3.def.json @@ -56,6 +56,9 @@ "jerk_enabled": { "default_value": true }, + "jerk_print": { + "value": "10" + }, "jerk_travel": { "value": "jerk_print" },