G28
created on
Friday, 02 January 2026
by
Stefan Trucker
edited on
Friday, 16 January 2026
by
Stefan Trucker
Firmware
Klipper Marlin Repetier RepRap Firmware Prusa FW Prusa Buddy Firmware
Tags
G28 performs a reference run (homing). During this process, the printer moves each axis to its limit switch or sensor to determine the zero position.
Homing all axes
Homing individual axes only
Configure sequence and behaviour in the firmware
Typical parameters:
| Parameter | Meaning |
|---|---|
| X | only X homen |
| Y | only Y homen |
| Z | only Z homen |
Code
All axes home
G28
Code in Ablage kopierenOnly axis X home
G28 X Code in Ablage kopierenX and Y home
G28 X Y Code in Ablage kopierenImportant to know
RepRap Firmware
In RRF, G28 is always linked to macros:
- homeall.g
- homex.g
- homey.g
- homez.g
These files are located in the /sys folder.
Klipper
In Klipper, homing can be overridden using Homing Override.
Sources
Werbung