Skip to content

Commit

Permalink
Merge pull request #9 from KiloQubit/fix_z_tilt
Browse files Browse the repository at this point in the history
Fix z tilt coordinates in the example configs.
  • Loading branch information
stvptrsn authored Aug 23, 2021
2 parents a258ac6 + 017df26 commit f8f42b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions Firmware/Voron_Trident_SKR14_EXPMOT.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -449,11 +449,11 @@ gcode:
#z_positions:
# -46, 20
# 125, 313
# 296, 10
# 296, 20
#points:
# 30, 5
# 125, 225
# 220, 30
# 125, 195
# 220, 5

## Uncomment below for 300mm build
#z_positions:
Expand All @@ -462,8 +462,8 @@ gcode:
# 346, 20
#points:
# 30, 5
# 150, 250
# 270, 30
# 150, 245
# 270, 5

## Uncomment below for 350mm build
#z_positions:
Expand All @@ -472,8 +472,8 @@ gcode:
# 396, 20
#points:
# 30, 5
# 175, 275
# 320, 30
# 175, 295
# 320, 5


##--------------------------------------------------------------------
Expand Down
16 changes: 8 additions & 8 deletions Firmware/Voron_Trident_SKR_1.3.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -500,11 +500,11 @@ gcode:
#z_positions:
# -46, 20
# 125, 313
# 296, 10
# 296, 20
#points:
# 30, 5
# 125, 225
# 220, 30
# 125, 195
# 220, 5

## Uncomment below for 300mm build
#z_positions:
Expand All @@ -513,8 +513,8 @@ gcode:
# 346, 20
#points:
# 30, 5
# 150, 250
# 270, 30
# 150, 245
# 270, 5

## Uncomment below for 350mm build
#z_positions:
Expand All @@ -523,8 +523,8 @@ gcode:
# 396, 20
#points:
# 30, 5
# 175, 275
# 320, 30
# 175, 295
# 320, 5


##--------------------------------------------------------------------
Expand Down Expand Up @@ -600,4 +600,4 @@ gcode:
M106 S0 ; turn off fan
G90 ; absolute positioning
G0 X{max_x / 2} Y{max_y} F3600 ; park nozzle at rear
M117 Finished!
M117 Finished!

0 comments on commit f8f42b7

Please sign in to comment.