-
-
Notifications
You must be signed in to change notification settings - Fork 768
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix problem with outline when first X coordinate is unknown. * Replaced link to discussion forum in readme as the old one has been inactivated
- Loading branch information
Showing
5 changed files
with
59 additions
and
16 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
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
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
28 changes: 28 additions & 0 deletions
28
ugs-platform/ugs-platform-ugscore/src/test/resources/window.nc
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,28 @@ | ||
G21 | ||
M3 S12000 | ||
G90 | ||
G1 Z10.000 F228.6 | ||
G0 X26.745 Y31.997 | ||
G1 Z0.000 F500.0 | ||
G1 X26.745 Y34.744 Z-1.000 F500.0 | ||
G1 X23.255 Y34.744 F2000.0 | ||
G1 X23.255 Y23.255 F2000.0 | ||
G1 X26.745 Y23.255 F2000.0 | ||
G1 X26.745 Y34.744 F2000.0 | ||
G1 X29.285 Y37.285 F2000.0 | ||
G1 X20.715 Y37.285 F2000.0 | ||
G1 X20.715 Y20.715 F2000.0 | ||
G1 X29.285 Y20.715 F2000.0 | ||
G1 X29.285 Y37.285 F2000.0 | ||
G1 X31.825 Y39.825 F2000.0 | ||
G1 X18.175 Y39.825 F2000.0 | ||
G1 X18.175 Y18.175 F2000.0 | ||
G1 X31.825 Y18.175 F2000.0 | ||
G1 X31.825 Y39.825 F2000.0 | ||
G0 Z3.810 | ||
G21 | ||
G90 | ||
G0 Z10.000 | ||
G0 X0.000 Y0.000 | ||
G4 P0.1 | ||
M5 |