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
…any MMU with a cutter like Filametrix) (#6241)
flush_length variable is now provide correct value based on the flush
matrix set by the user.
pesudo code in Change filament gcode:
```
...
T1
; Park head to the purging location
G1 X0 Y-5 F12000
; Purge certain amount of filament into waste bin
G1 E[flush_length] F600
...
```
This PR is based on the WIP tool changer branch #6087Fixes#4194#5937#5912
Is there an existing issue for this feature request?
Is your feature request related to a problem?
想要把冲刷体积变量flush_volumes_matrix,用于替代拉屎的体积量,但该变量暂时没办法传递到klipper中给自定义gcode使用。本想在换料结束后,再到切片软件中写擦嘴代码实现,但目前的更换耗材g-code是在T(x)代码后,无法直接使用。
Which printers will be beneficial to this feature?
Klipper
Describe the solution you'd like
有没可能更新一个更换耗材丝后的gcode或者说把现有的这个改到换料 T(n) 后执行能。
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: