diff --git a/printers/printer-definition.schema.json b/printers/printer-definition.schema.json index ff31a45b..874a7790 100644 --- a/printers/printer-definition.schema.json +++ b/printers/printer-definition.schema.json @@ -185,7 +185,7 @@ "axis": { "description": "Axis for this rail.", "type": "string", - "enum": ["x", "x1", "dual_carriage", "y", "y1", "z", "z1", "z2", "z3", "extruder", "extruder1"] + "enum": ["x", "x1", "dual_carriage", "y", "y1", "y2", "z", "z1", "z2", "z3", "extruder", "extruder1"] }, "axisDescription": { "description": "Description of the axis for this rail such as where it's located on the printer", diff --git a/printers/v-core-3-hybrid/printer-definition.json b/printers/v-core-3-hybrid/printer-definition.json index 4603a8a0..bea8991b 100644 --- a/printers/v-core-3-hybrid/printer-definition.json +++ b/printers/v-core-3-hybrid/printer-definition.json @@ -52,7 +52,7 @@ } }, { - "axis": "x1", + "axis": "y", "axisDescription": "The B axis motor for the toolhead, located at the rear right of the printer", "current": 1.1, "driver": "BTT-TMC2209-13", @@ -64,7 +64,7 @@ } }, { - "axis": "y", + "axis": "y1", "axisDescription": "The left Y motor used for cartesian Y control in Hybrid CoreXY, located at the rear left of the printer", "current": 1.1, "driver": "BTT-TMC2209-13", @@ -76,7 +76,7 @@ } }, { - "axis": "y1", + "axis": "y2", "axisDescription": "The right Y motor used for cartesian Y control in Hybrid CoreXY, located at the rear right of the printer", "current": 1.1, "driver": "BTT-TMC2209-13",