print number of generated points

This commit is contained in:
2022-06-13 15:35:59 +02:00
parent 834341584d
commit ff49e082e8
2 changed files with 24 additions and 20 deletions

View File

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