Skip to content

Commit

Permalink
Printers: Add kinematics to printer def
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Jan 18, 2024
1 parent 1956deb commit 915a2fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions printers/caramba-idex/printer-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"travel_accel": 8000
}
},
"kinematics": "hybrid-corexy-idex",
"defaults": {
"board": "btt-octopus-11",
"toolheads": [
Expand Down
5 changes: 5 additions & 0 deletions printers/printer-definition.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"description": "Amount of drivers required for this printer",
"type": "number"
},
"kinematics": {
"description": "Kinematics for this printer",
"type": "string",
"enum": ["hybrid-corexy", "hybrid-corexy-idex", "corexy", "cartesian"]
},
"bedMargin": {
"description": "Margin around the bed in mm that is reachable by the toolhead, but not printable",
"type": "object",
Expand Down

0 comments on commit 915a2fe

Please sign in to comment.