print number of generated points
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user