Enhanced Renes changes to the non-random tool changer so the tool id …#593
Enhanced Renes changes to the non-random tool changer so the tool id …#593mydani wants to merge 1 commit into
Conversation
…/ pockets are correct with internal as well as remapped m6. Non-random means: Tool is loaded from and returned to the same pocket as given in the tool table Tool 0 is special -> no tool. Pocket 0 is special -> do not return to ATC but manual change instead (ToDo). Current_Pocket -> original (tool table) pocket of the tool currently in spindle. Signed-off-by: mydani <mydani@gmx.de>
|
Tests are still left untouched, might fail. Will adapt them in a new commit. |
|
It might work, but adding the index everywhere is not the way to go. |
|
there are no tests checking for what you are fixing. you need to cherrypick and fix sebs toolinfo test from my branch to actually test the tool info. |
Can you give me a pointer to the recent implementation? Tool table index = pocket sucks imho ;) |
|
#528 |
|
Sounds very reasonable. Let me know when you need some support or a reviewer. I will close the pull request and keep the SW running at my machines until your branch is available. |
…/ pockets are correct with internal as well as remapped m6. Non-random means:
Tool is loaded from and returned to the same pocket as given in the tool table
Tool 0 is special -> no tool.
Pocket 0 is special -> do not return to ATC but manual change instead (ToDo).
Current_Pocket -> original (tool table) pocket of the tool currently in spindle.
Signed-off-by: mydani mydani@gmx.de