Minor improvements & fixes for Ender-3 V3 KE (#5743)

* Minor improvements & fixes for Ender-3 V3 KE

* revert machine_pause_gcode
This commit is contained in:
cochcoder 2024-06-18 13:20:16 +00:00 committed by GitHub
parent 7ed663135d
commit 1678127e2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 25 additions and 25 deletions

View file

@ -114,7 +114,7 @@
],
"single_extruder_multi_material": "1",
"manual_filament_change": "1",
"change_filament_gcode": "PAUSE",
"change_filament_gcode": "M600",
"machine_pause_gcode": "PAUSE",
"default_filament_profile": [
"Creality Generic PLA @Ender-3V3-all"

View file

@ -12,7 +12,7 @@
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "5",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_flow": "1",
"bridge_speed": "65",
"brim_type": "no_brim",
"brim_width": "5",
@ -23,17 +23,17 @@
"top_surface_acceleration": "5000",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"elefant_foot_compensation": "0.05",
"outer_wall_line_width": "0.42",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.45",
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "crosshatch",
"initial_layer_acceleration": "1000",
"travel_acceleration": "5000",
"inner_wall_acceleration": "5000",
"outer_wall_acceleration": "5000",
"outer_wall_acceleration": "4000",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"infill_combination": "1",
@ -60,7 +60,7 @@
"skirt_height": "2",
"skirt_loops": "0",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0.42",
"internal_solid_infill_line_width": "0.45",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
@ -104,7 +104,7 @@
"role_based_wipe_speed" : "0",
"wipe_speed": "200",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_hole_compensation": "0.025",
"xy_contour_compensation": "0",
"default_jerk": "7",
"outer_wall_jerk": "7",

View file

@ -12,7 +12,7 @@
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "4",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_flow": "1",
"bridge_speed": "65",
"brim_type": "no_brim",
"brim_width": "5",
@ -23,17 +23,17 @@
"top_surface_acceleration": "5000",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"elefant_foot_compensation": "0.05",
"outer_wall_line_width": "0.42",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.45",
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "crosshatch",
"initial_layer_acceleration": "1000",
"travel_acceleration": "5000",
"inner_wall_acceleration": "5000",
"outer_wall_acceleration": "5000",
"outer_wall_acceleration": "4000",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"infill_combination": "1",
@ -60,7 +60,7 @@
"skirt_height": "2",
"skirt_loops": "0",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0.42",
"internal_solid_infill_line_width": "0.45",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
@ -104,7 +104,7 @@
"role_based_wipe_speed" : "0",
"wipe_speed": "200",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_hole_compensation": "0.025",
"xy_contour_compensation": "0",
"default_jerk": "7",
"outer_wall_jerk": "7",

View file

@ -13,7 +13,7 @@
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "4",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_flow": "1",
"bridge_speed": "65",
"brim_type": "no_brim",
"brim_width": "5",
@ -24,17 +24,17 @@
"top_surface_acceleration": "5000",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"elefant_foot_compensation": "0.05",
"outer_wall_line_width": "0.42",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.45",
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "crosshatch",
"initial_layer_acceleration": "1000",
"travel_acceleration": "5000",
"inner_wall_acceleration": "5000",
"outer_wall_acceleration": "5000",
"outer_wall_acceleration": "4000",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
@ -61,7 +61,7 @@
"skirt_height": "2",
"skirt_loops": "0",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0.42",
"internal_solid_infill_line_width": "0.45",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
@ -105,7 +105,7 @@
"role_based_wipe_speed": "0",
"wipe_speed": "200",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_hole_compensation": "0.025",
"xy_contour_compensation": "0",
"default_jerk": "7",
"outer_wall_jerk": "7",

View file

@ -12,7 +12,7 @@
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "4",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_flow": "1",
"bridge_speed": "65",
"brim_type": "no_brim",
"brim_width": "5",
@ -23,17 +23,17 @@
"top_surface_acceleration": "5000",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"elefant_foot_compensation": "0.05",
"outer_wall_line_width": "0.42",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.45",
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "crosshatch",
"initial_layer_acceleration": "1000",
"travel_acceleration": "5000",
"inner_wall_acceleration": "5000",
"outer_wall_acceleration": "5000",
"outer_wall_acceleration": "4000",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
@ -60,7 +60,7 @@
"skirt_height": "2",
"skirt_loops": "0",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0.42",
"internal_solid_infill_line_width": "0.45",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
@ -104,7 +104,7 @@
"role_based_wipe_speed" : "0",
"wipe_speed": "200",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_hole_compensation": "0.025",
"xy_contour_compensation": "0",
"default_jerk": "7",
"outer_wall_jerk": "7",