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 16c0575181.

* Revert "Remove duplicate retract_lift_above/below definitions"

This reverts commit 54ca51f3de.

* Remove non-translated retract_lift_above/below definitions

* Update PrintConfig.cpp

Revert jerk unit
This commit is contained in:
Rob Trame 2023-11-03 12:41:13 -06:00 committed by GitHub
parent 905d104ded
commit f1345d276b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 18 deletions

View file

@ -1,4 +1,5 @@
{
"type": "process",
"compatible_printers": [
"Kingroon KP3S PRO S1 0.4 nozzle"
],

View file

@ -1,4 +1,5 @@
{
"type": "process",
"compatible_printers": [
"Kingroon KP3S PRO S1 0.4 nozzle"
],

View file

@ -1,4 +1,5 @@
{
"type": "process",
"compatible_printers": [
"Kingroon KP3S PRO S1 0.4 nozzle"
],

View file

@ -1,4 +1,5 @@
{
"type": "process",
"compatible_printers": [
"Kingroon KP3S PRO V2 0.4 nozzle"
],

View file

@ -8,4 +8,4 @@
"compatible_printers": [
"Qidi X-Plus 3 0.6 nozzle"
]
}
}

View file

@ -24,6 +24,6 @@
"gap_infill_speed": "100",
"travel_speed": "350",
"compatible_printers": [
"RatRig V-Core 3 500 0.4 nozzle",
"RatRig V-Core 3 500 0.4 nozzle"
]
}