-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add push/pop to coupler macro. slow down pause
- Loading branch information
1 parent
1acdaa0
commit ddb5e91
Showing
4 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |