You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if the printer software crashes part way through a print, or there is a hardware fault you can be left in a position where the only way to recover your AFC back to printable status is to:
edit AVC.var.tool to set lane_loaded
edit AFC.var.unit to set tool_loaded: true on the correct leg
Ideally there should be a command like SET_LANE_LOADED LANE=leg2 which would set these variables, allowing a TOOL_UNLOAD or Tx command to work correctly with no file editing.
The text was updated successfully, but these errors were encountered:
Currently, if the printer software crashes part way through a print, or there is a hardware fault you can be left in a position where the only way to recover your AFC back to printable status is to:
lane_loaded
tool_loaded: true
on the correct legIdeally there should be a command like SET_LANE_LOADED LANE=leg2 which would set these variables, allowing a
TOOL_UNLOAD
orTx
command to work correctly with no file editing.The text was updated successfully, but these errors were encountered: