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)
|
||||
|
||||
o<toolchange> sub
|
||||
|
||||
@@ -30,6 +30,7 @@ o110 endif
|
||||
o120 if [EXISTS[#<_ini[atc]z_tool_change_height>]]
|
||||
#<atc_z_tool_change_height> = #<_ini[atc]z_tool_change_height>
|
||||
o120 endif
|
||||
|
||||
#<atc_z_tool_clearance_height> = [#<_ini[AXIS_Z]MAX_LIMIT>-0.01]
|
||||
o130 if [EXISTS[#<_ini[atc]z_tool_clearance_height>]]
|
||||
#<atc_z_tool_clearance_height> = #<_ini[atc]z_tool_clearance_height>
|
||||
@@ -70,6 +71,7 @@ o160 do
|
||||
o162 endif
|
||||
#130 = [#130 - 1]
|
||||
o160 while [#130 GT 0]
|
||||
|
||||
o170 if [#<next_pocket> EQ 0] ; if tool is not found, aborts and sends a message
|
||||
(abort, Tool T%d#<selected_tool> not found in carousel)
|
||||
o170 endif
|
||||
@@ -105,7 +107,6 @@ o190 if [#<selected_tool> GT 0] ; selected tool is not tool0
|
||||
(abort, Failed to send carousel home) ; abort if the sensor does not activate in 5 seconds
|
||||
o191 endif
|
||||
M65 P0
|
||||
|
||||
(DEBUG, EVAL[vcp.getWidget{"dynatc"}.store_tool{#<next_pocket>, 0}])
|
||||
M22 ; Carousel out
|
||||
#150 = #<next_pocket>
|
||||
|
||||
Reference in New Issue
Block a user