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
At the moment I try to implement for our Hyrel Multi Head printer a custom tool change code. Therefore I need to add explicit "T1" (with values 1 2 3 4) to use extruder 1 for the new tool. If I use [next_extruder] or [current_extruder] the counting begins with zero, so in principal it is possible, but the numbers are one digit to low. Is there a possibility to simply add a one so something like "T[next_extruder]+1".
Regards.
The text was updated successfully, but these errors were encountered:
Version
1.2.9
Operating system type + version
Windows 7
Behavior
At the moment I try to implement for our Hyrel Multi Head printer a custom tool change code. Therefore I need to add explicit "T1" (with values 1 2 3 4) to use extruder 1 for the new tool. If I use [next_extruder] or [current_extruder] the counting begins with zero, so in principal it is possible, but the numbers are one digit to low. Is there a possibility to simply add a one so something like "T[next_extruder]+1".
Regards.
The text was updated successfully, but these errors were encountered: