mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-08 22:35:18 -06:00
✨ Octopus with 8 axes (#827)
This commit is contained in:
parent
b6e8d1f527
commit
27d8200e04
3 changed files with 7762 additions and 0 deletions
3382
config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration.h
Normal file
3382
config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration.h
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
19
config/examples/linear_axes/Octopus 8 LINEAR_AXES/README.md
Normal file
19
config/examples/linear_axes/Octopus 8 LINEAR_AXES/README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
## Octopus with 8 Linear Axes (no extruders)
|
||||
|
||||
The axes are controlled with parameters `X`, `Y`, `Z`, `A`, `B`, `C`, `U`, and `V`.
|
||||
|
||||
All axes in this example use the same steps/mm, acceleration, etc.
|
||||
|
||||
NOTE: Internal to Marlin the first five additional axes are called I, J, K, U and V. However,
|
||||
the G-code parameters for extra axes are assigned using AXIS4_NAME, AXIS5_NAME, AXIS6_NAME, etc.
|
||||
|
||||
In this example Marlin automatically maps extra axes to the unused E0, E1, E2, E3 and E4 (Z2) stepper ports.
|
||||
Endstop pins must be assigned manually, so this example assigns endstops as follows:
|
||||
|
||||
```
|
||||
I_MIN_PIN PG11 // Z2-STOP
|
||||
J_MIN_PIN PG12 // E0DET
|
||||
K_MIN_PIN PG13 // E1DET
|
||||
U_MIN_PIN PG14 // E2DET
|
||||
V_MIN_PIN PG15 // E3DET
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue