mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-11 08:47:54 -06:00
🔧 5-axis RAMPS example (#528)
This commit is contained in:
parent
4cc4ba03ed
commit
c05a4070c8
3 changed files with 7060 additions and 0 deletions
2889
config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration.h
Normal file
2889
config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration.h
Normal file
File diff suppressed because it is too large
Load diff
4159
config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration_adv.h
Normal file
4159
config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration_adv.h
Normal file
File diff suppressed because it is too large
Load diff
12
config/examples/linear_axes/RAMPS 5 LINEAR_AXES/README.md
Normal file
12
config/examples/linear_axes/RAMPS 5 LINEAR_AXES/README.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue