Skip to content

Commit

Permalink
add push/pop to coupler macro. slow down pause
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEveritt committed Oct 14, 2020
1 parent 1acdaa0 commit ddb5e91
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions riley/macros/Tool Control/Coupler - Lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
M400
M120
G90
M913 C100
G1 C33 F2500
M400
M913 C50
M121
M400
2 changes: 2 additions & 0 deletions riley/macros/Tool Control/Coupler - Unlock
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
M400
M120
G90
M913 C100
G1 C129 F2500
M400
M913 C50
M121
M400
2 changes: 1 addition & 1 deletion riley/sys/config.g
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ G10 P1 R0 S0 ; Reset initial tool 1 active and standby temperatures to 0C

; Tool offsets, adding to vales brings the plane closer to the tool
G10 P0 X19.5 Y42.5 Z-5.25 ; T0 (X0 | Y0 | Z0)
G10 P1 X19.5 Y42.5 Z-5.45 ; T0 (X0 | Y0 | Z0)
G10 P1 X19.5 Y42.5 Z-5.35 ; T0 (X0 | Y0 | Z0)

M593 F50 ; cancel ringing at 50Hz (https://forum.e3d-online.com/threads/accelerometer-and-resonance-measurements-of-the-motion-system.3445/)
M376 H15 ; bed compensation taper
Expand Down
2 changes: 1 addition & 1 deletion riley/sys/pause.g
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
G91 ; use relative positioning
G1 H2 Z5 F5000 ; lift Z 5mm
G90 ; back to absolute positioning
G1 X0 Y200 F50000 ; move out the way.
G1 X0 Y200 F20000 ; move out the way.

0 comments on commit ddb5e91

Please sign in to comment.