Add hannoprint code

This commit is contained in:
m
2023-09-05 21:37:08 +03:00
parent e5f5cc8c4e
commit eb9bdb4b94
3916 changed files with 4079947 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
## RAMPS with 5 Linear Axes (no extruders)
The axes are controlled with parameters `X`, `Y`, `Z`, `U`, and `V`.
All axes in this example are given the same steps/mm, acceleration, etc.
NOTE: Internal to Marlin the first three additional axes are called I, J, and K. However, the
G-code parameters for extra axes are assigned using AXIS4_NAME, AXIS5_NAME, AXIS6_NAME, etc.
In this example Marlin automatically maps the extra axes to the unused E0 and E1 stepper ports.
Endstop pins must be assigned manually, so this example assigns I_STOP_PIN and J_STOP_PIN to
pins 65 and 66 on the AUX-2 port.