Creality K1 series improvements (#5081)

* Improved some configurations for K1 printers

* Removed seam_slope_min_length for K1

* Increased wipe distance

* Enabled slope on entire wall

* Removed retract_before_wipe

* Improved overhang print speed

* Prettified JSON

* Prettified machines JSON
This commit is contained in:
Thomas
2024-04-22 14:02:55 +02:00
committed by GitHub
parent 0c4a3efaf3
commit d3c9e4d099
45 changed files with 1142 additions and 584 deletions

View File

@@ -12,8 +12,8 @@
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"bridge_speed": "25",
"internal_bridge_speed": "70",
"bridge_speed": "50",
"internal_bridge_speed": "150%",
"brim_width": "5",
"brim_object_gap": "0.1",
"compatible_printers": [
@@ -65,6 +65,9 @@
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"seam_slope_conditional": "1",
"seam_slope_inner_walls": "1",
"seam_slope_entire_loop": "1",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "0",