update probe basic
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
(author: Chris P)
|
||||
(version: 0.2)
|
||||
(date: 06/27/24)
|
||||
(version: 0.3)
|
||||
(date: 01/28/26)
|
||||
|
||||
(Probe Y Minus direction and set Y 0 in current WCO)
|
||||
(Start probe position to the back side edge of stock)
|
||||
@@ -34,9 +34,7 @@ o<probe_y_minus_wco> sub
|
||||
|
||||
(Probe Tool Safety Check)
|
||||
o100 if [#5400 NE #<probe_tool_number>]
|
||||
(DEBUG, Specified probe tool %d#<probe_tool_number> not in spindle, aborting)
|
||||
M50 P1
|
||||
o<probe_y_minus_wco> return
|
||||
(abort, Specified probe tool %d#<probe_tool_number> not in spindle, aborting)
|
||||
o100 endif
|
||||
|
||||
(Probe Diameter)
|
||||
@@ -63,8 +61,7 @@ o<probe_y_minus_wco> sub
|
||||
G90
|
||||
G1 F[#<probe_traverse_fr>] Y#<y>
|
||||
F[#<probe_fast_fr>]
|
||||
M50 P1
|
||||
o<probe_y_minus_wco> return
|
||||
(abort, Probe event did not record point data, aborting)
|
||||
o110 endif
|
||||
|
||||
(Move to xy_clearance distance for slow probe)
|
||||
|
||||
Reference in New Issue
Block a user