update probe basic

This commit is contained in:
2026-06-23 09:12:27 +02:00
parent 3b8e11d127
commit 3a1aa86fb3
105 changed files with 8568 additions and 13453 deletions

View File

@@ -25,8 +25,7 @@ o<probe_z_minus_sub> sub
(Probe Tool Safety Check)
o100 if [#5400 NE #<probe_tool_number>]
(DEBUG, Specified probe tool %d#<probe_tool_number> not in spindle, aborting)
o<probe_z_minus_sub> return
(abort, Specified probe tool %d#<probe_tool_number> not in spindle, aborting)
o100 endif
(Current Z Position including offsets in current program units)
@@ -44,8 +43,7 @@ o<probe_z_minus_sub> sub
G90
G1 F[#<probe_traverse_fr>] Z#<z>
F[#<probe_fast_fr>]
(return from sub)
o<probe_z_minus_sub> return
(abort, Probe event did not record point data, aborting)
o110 endif
(Move to z_clearance height for slow probe)
@@ -76,7 +74,6 @@ o<probe_z_minus_sub> sub
o130 if [#<probe_mode> EQ 0]
(Record Z zero in selected WCO)
G10 L2 P#5220 Z[#<z_minus_probed> + #<workspace_z>]
o<probe_z_minus_sub> return
o130 endif
o<probe_z_minus_sub> endsub [#<z_finish_height>]