mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Repair x and y nozzle offsets
The setting name is different. This probably wasn't updated for a while. Contributes to issue CURA-1278.
This commit is contained in:
parent
7656f5a19b
commit
8e3d6cf2b5
1 changed files with 2 additions and 2 deletions
|
@ -43,10 +43,10 @@
|
|||
"gantry_height": {
|
||||
"default_value": 82.3
|
||||
},
|
||||
"machine_nozzle_offset_x_1": {
|
||||
"machine_nozzle_offset_x": {
|
||||
"default_value": 0
|
||||
},
|
||||
"machine_nozzle_offset_y_1": {
|
||||
"machine_nozzle_offset_y": {
|
||||
"default_value": 15
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue