Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Firmware/Octopus/Trident_Octopus_Config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ gcode:
G28
Z_TILT_ADJUST
G28
G90 ; absolute positioning

## Uncomment for for your size printer:
#--------------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion Firmware/Voron_Trident_SKR14_EXPMOT.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,8 @@ gcode:
G28 Y0 X0 Z0
Z_TILT_ADJUST
G28 Y0 X0 Z0

G90 ; absolute positioning

##Purge Line Gcode
#G92 E0;
#G90
Expand Down
3 changes: 2 additions & 1 deletion Firmware/Voron_Trident_SKR_1.3.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,8 @@ gcode:
G28 Y0 X0 Z0
Z_TILT_ADJUST
G28 Y0 X0 Z0

G90 ; absolute positioning

##Purge Line Gcode
#G92 E0;
#G90
Expand Down