print gcode in file

This commit is contained in:
2022-06-13 15:19:01 +02:00
parent 4b3a944635
commit 834341584d
3 changed files with 56 additions and 69 deletions

View File

@ -1 +1,13 @@
Line01Line02
G90 ;Absolute programming
G21 ;Programming in millimeters (mm)
M5 ;Disable laser
G1 X0.1 Y0.1
M3 I S150 ;start laser
G1 X0.1 Y0.1
G1 X9.9 Y0.1
G1 X9.9 Y9.9
G1 X0.1 Y9.9
G1 X0.1 Y0.1
M5 ;stop laser
G1 X0.0 Y0.0; Display printbed
M02 ;End of program