-
-
Notifications
You must be signed in to change notification settings - Fork 968
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typos and style inconsistencies related to configuration (#2580)
* Fix 'min' accidentally defined as 'max' * Remove duplicate retract_lift_above/below definitions * Add correct unit for jerk * Make speed tooltip consistent with others * Remove accidental 's' in Qidi XPlus config * Remove trailing comma in RatRig config * Add 'type' field to KP3S PRO configs * Revert "Make speed tooltip consistent with others" This reverts commit 16c0575. * Revert "Remove duplicate retract_lift_above/below definitions" This reverts commit 54ca51f. * Remove non-translated retract_lift_above/below definitions * Update PrintConfig.cpp Revert jerk unit
- Loading branch information
Showing
7 changed files
with
7 additions
and
18 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
resources/profiles/Kingroon/process/0.08mm Standard @Kingroon KP3S PRO S1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"type": "process", | ||
"compatible_printers": [ | ||
"Kingroon KP3S PRO S1 0.4 nozzle" | ||
], | ||
|
1 change: 1 addition & 0 deletions
1
resources/profiles/Kingroon/process/0.12mm Standard @Kingroon KP3S PRO S1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"type": "process", | ||
"compatible_printers": [ | ||
"Kingroon KP3S PRO S1 0.4 nozzle" | ||
], | ||
|
1 change: 1 addition & 0 deletions
1
resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO S1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"type": "process", | ||
"compatible_printers": [ | ||
"Kingroon KP3S PRO S1 0.4 nozzle" | ||
], | ||
|
1 change: 1 addition & 0 deletions
1
resources/profiles/Kingroon/process/0.20mm Standard @Kingroon KP3S PRO V2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"type": "process", | ||
"compatible_printers": [ | ||
"Kingroon KP3S PRO V2 0.4 nozzle" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
"compatible_printers": [ | ||
"Qidi X-Plus 3 0.6 nozzle" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters