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

@@ -44,6 +44,9 @@
"nozzle_temperature": [
"250"
],
"reduce_fan_stop_start_freq": [
"0"
],
"compatible_printers": [
"Creality K1C 0.4 nozzle",
"Creality K1C 0.6 nozzle",

View File

@@ -35,6 +35,9 @@
"textured_plate_temp_initial_layer": [
"55"
],
"reduce_fan_stop_start_freq": [
"0"
],
"compatible_printers": [
"Creality K1C 0.4 nozzle",
"Creality K1C 0.6 nozzle",

View File

@@ -29,6 +29,9 @@
"slow_down_layer_time": [
"5"
],
"reduce_fan_stop_start_freq": [
"0"
],
"compatible_printers": [
"Creality K1C 0.4 nozzle",
"Creality K1C 0.6 nozzle",