提交 xyzbc-trt 界面与验证更新

This commit is contained in:
mes123456
2026-07-02 20:25:37 -04:00
parent 68ecd05353
commit 370c344b96
868 changed files with 275426 additions and 39640 deletions

View File

@@ -0,0 +1,23 @@
o<xminus> sub
; #1 = [ps_searchvel]
; #2 = [probe.ps_probe_max]
; #3 = [ps_probe_latch]
; #4 = [probe.ps_probevel]
; #5 = [TOOLSENSOR]RAPID_SPEED]
#<x>=#<_x> (save start X position)
G91
F #1
G38.2 X[-#2]
G1 X[#3] F#5
F #4
G4 P0.5
G38.2 X[-#3*2]
(print, probe X=#5061 )
G90
(back to start point)
G1 X#<x> F#5
o<xminus> endsub
M2