Сканирование поверхность текстолита на Mach3

Праграма-g-code_ripper-016 Код в редактор скрипта кнопак CurrentFeed = GetOemDRO(818) DoSpinStop() ZCur = GetDro(2) ZMove = ZCur-20.0 'Maximum detection depth 20.0 ZOffset = 0 'Probe thickness 1.6 ZSal = ZOffset + 2 'After the completion of the probe, put on the 2.0 If GetOemLed (825)=0 Then Code "G4 P2.5" Code "G31 Z"& ZMove & "F25" While IsMoving() Sleep(200) Wend Probepos = GetDro(2) Call SetDro(2, ZOffset) Code "G4 P1" Code "G0 Z" & ZSal Code "(Z zeroed)" Code "F" &CurrentFeed Else Code "(Check Ground Probe)" End If Exit Sub

Смотрите также