Skip to content

Commit

Permalink
Resolves #5808: Fix missing K1C processes (#5815)
Browse files Browse the repository at this point in the history
* refactored printer name to resolve #5808

* updarted name of profile to match all other K1C profiles

---------

Co-authored-by: Thomas Brough <tbrough@Thomass-MacBook-Pro.local>
Co-authored-by: SoftFever <softfeverever@gmail.com>
  • Loading branch information
3 people authored Jun 26, 2024
1 parent 52cfa48 commit aeac07b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@
"xy_contour_compensation": "0",
"gcode_label_objects": "0",
"compatible_printers": [
"Creality K1C (0.6 nozzle)"
"Creality K1C 0.6 nozzle"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@
"xy_contour_compensation": "0",
"gcode_label_objects": "0",
"compatible_printers": [
"Creality K1C (0.6 nozzle)"
"Creality K1C 0.6 nozzle"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@
"xy_contour_compensation": "0",
"gcode_label_objects": "0",
"compatible_printers": [
"Creality K1C (0.8 nozzle)"
"Creality K1C 0.8 nozzle"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@
"xy_contour_compensation": "0",
"gcode_label_objects": "0",
"compatible_printers": [
"Creality K1C (0.6 nozzle)"
"Creality K1C 0.6 nozzle"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@
"xy_contour_compensation": "0",
"gcode_label_objects": "0",
"compatible_printers": [
"Creality K1C (0.8 nozzle)"
"Creality K1C 0.8 nozzle"
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.48mm Draft @Creality K1C (0.8 nozzle)",
"name": "0.48mm Draft @Creality K1C",
"from": "system",
"inherits": "fdm_process_common_klipper",
"instantiation": "true",
Expand Down Expand Up @@ -112,6 +112,6 @@
"xy_contour_compensation": "0",
"gcode_label_objects": "0",
"compatible_printers": [
"Creality K1C (0.8 nozzle)"
"Creality K1C 0.8 nozzle"
]
}

0 comments on commit aeac07b

Please sign in to comment.