'касание по Х code "G90" code "G0 X-10" code "G0 Z-" & Dz code "G31 X1000 F100" While IsMoving() Wend Call SetDRO(0, -R) code "G4 P1" code "G91" code "G0 X-1" code "G90" code "G0 Z10" code "G0 X10" While IsMoving() Wend ' касание по У code "G0 Y10" code "G0 Z-" & Dz code "G31 Y-1000 F100" While IsMoving() Wend Call SetDRO(1,R) code "G4 P1" code "G91" code "G0 Y1" code "G90" code "G0 Z10" While IsMoving() Wend ' выход в центр угла code "G0 X0 Y0" While IsMoving() Wend