-
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.
Merge pull request #1 from ludwig-austermann/v0.3
V0.3
- Loading branch information
Showing
7 changed files
with
349 additions
and
121 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,5 +1,4 @@ | ||
/target | ||
Cargo.lock | ||
simple.gcode | ||
test_transformed.gcode | ||
test.gcode | ||
test_transformed.gcode |
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
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
G28 | ||
G1 X10 Y10 | ||
G1 X20 Y28 | ||
M280 P0 S50 | ||
G3 X18 Y30 I-2 J0 | ||
G1 X14 Y30 | ||
G3 X10 Y26 I0 J-4 | ||
G1 X10 Y21 | ||
G3 X11 Y20 I1 J0 | ||
G1 X15 Y20 | ||
G3 X17 Y22 I0 J2 | ||
G1 X17 Y18 | ||
G3 X15 Y20 I-2 J0 | ||
M280 P0 S0 | ||
G1 X11 Y20 | ||
M280 P0 S50 | ||
G3 X10 Y19 I0 J-1 | ||
G1 X10 Y14 | ||
G3 X14 Y10 I4 J0 | ||
G1 X18 Y10 | ||
G3 X20 Y12 I0 J2 |
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,26 @@ | ||
G28 | ||
G1 X10 Y10 | ||
G1 X20 Y28 | ||
M280 P0 S50 | ||
G3 X18 Y30 I-2 J0 | ||
G1 X14 Y30 | ||
G3 X10 Y26 I0 J-4 | ||
G1 X10 Y21 | ||
G3 X11 Y20 I1 J0 | ||
G1 X15 Y20 | ||
G3 X17 Y22 I0 J2 | ||
G1 X17 Y18 | ||
G3 X15 Y20 I-2 J0 | ||
M280 P0 S0 | ||
G1 X11 Y20 | ||
M280 P0 S50 | ||
G3 X10 Y19 I0 J-1 | ||
G1 X10 Y14 | ||
G3 X14 Y10 I4 J0 | ||
G1 X18 Y10 | ||
G3 X20 Y12 I0 J2 | ||
; added by gcodeplot | ||
G1 X25 Y15 | ||
G1 X30 Y10 | ||
G2 X35 Y15 I5 J0 | ||
G2 X30 Y20 I0 J5 |