forked from stefanix/LasaurApp
-
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.
- Loading branch information
Stefan Hechenberger
committed
Feb 17, 2013
1 parent
701309d
commit 9cce8bf
Showing
2 changed files
with
946 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
G21 | ||
G90 | ||
M80 | ||
S130 | ||
G1 F1000 | ||
G0 F16000 | ||
G0 X100 Y100 | ||
G1 X105 Y100 | ||
G0 X100 Y500 | ||
G1 X105 Y500 | ||
G0 X1100 Y500 | ||
G1 X1105 Y500 | ||
G0 X1100 Y100 | ||
G1 X1105 Y100 | ||
G0 X0 Y0 | ||
M81 | ||
S0 |
Oops, something went wrong.