G10
created on
Saturday, 20 December 2025
by
Stefan Trucker
edited on
Friday, 16 January 2026
by
Stefan Trucker
Retract for all firmware
Tool offset and temperature control RRF
G10 has two completely different functions in 3D printing, depending on the firmware:
1. Retract (retracting the filament) [all firmware]
G10 triggers a firmware retract. This means that the retract values stored in the firmware are used.
Retract length
Retract speed
Z-lift (if enabled)
Code example
G10 ;performs a retract Code in Ablage kopieren2. Set tool offset [RepRapFirmware (RRF)]
Here, G10 is used to define tool offsets, e.g. for multi-extruder systems.
Code example
G10 P1 X-0.3 Y0.2 Z0 ; sets offsets for tool 1. Code in Ablage kopieren3. Set tool temperature [RepRapFirmware (RRF)]
Code example
G10 P1 R140 S205 ; set standby and active temperatures for tool 1
Code in Ablage kopierenWerbung