Configurations/config/examples/linear_axes/RAMPS 5 LINEAR_AXES
Jason Smith 344b5a83cb
Update SERIAL_DMA and FREEZE_FEATURE comments (#1043)
* 🐛 HC32 - Add SERIAL_DMA, fix SDIO and MEATPACK
Co-authored-by: Chris <52449218+shadow578@users.noreply.github.com>

* 📝Improve Freeze Feature comment
Co-authored-by: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
2024-04-20 15:35:39 -07:00
..
Configuration.h 🔧 "CNC" character info screen 2024-03-31 21:15:21 -05:00
Configuration_adv.h Update SERIAL_DMA and FREEZE_FEATURE comments (#1043) 2024-04-20 15:35:39 -07:00
README.md 📝 Use new Markdown Alert styles (#964) 2023-10-04 23:43:50 -05:00

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.