Add minor Ender-3 V3 KE improvements

This commit is contained in:
cochcoder 2024-04-11 10:28:12 -04:00
parent b0da9e363c
commit 460381e6f7
5 changed files with 7 additions and 8 deletions

View file

@ -104,10 +104,10 @@
"1"
],
"retraction_speed": [
"40"
"30"
],
"deretraction_speed": [
"40"
"0"
],
"z_hop": [
"0.2"

View file

@ -103,7 +103,7 @@
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_hole_compensation": "0.1",
"xy_contour_compensation": "0",
"default_jerk": "7",
"outer_wall_jerk": "7",

View file

@ -82,7 +82,7 @@
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "200",
"support_threshold_angle": "45",
"support_threshold_angle": "30",
"support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
@ -103,7 +103,7 @@
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_hole_compensation": "0.1",
"xy_contour_compensation": "0",
"default_jerk": "7",
"outer_wall_jerk": "7",

View file

@ -82,7 +82,7 @@
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "200",
"support_threshold_angle": "45",
"support_threshold_angle": "30",
"support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
@ -103,7 +103,7 @@
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_hole_compensation": "0.1",
"xy_contour_compensation": "0",
"default_jerk": "7",
"outer_wall_jerk": "7",

View file

@ -5,7 +5,6 @@
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_common",
"bottom_shell_layers": "7",
"overhang_1_4_speed": "60",
"overhang_2_4_speed": "30",