Snapmaker / SnapmakerController-IDEX

Controller firmware for Snapmaker IDEX machines
GNU General Public License v3.0
27 stars 12 forks source link

M104/109中,复制模式且 T>0 时指令被忽略 #24

Open macdylan opened 1 year ago

macdylan commented 1 year ago

我在切片中 使用右喷嘴,但开启 M605 S2/3 后,所有的 M104 T1 指令都被忽略了。

https://github.com/Snapmaker/SnapmakerController-IDEX/blob/ba60aace13038b46cb349f5b7a80076fe8de3ce2/Marlin/src/gcode/temp/M104_M109.cpp#L87 这里是否应该仅忽略 index,而不是让整个函数退出?


我在 OrcaSlicer/PrusaSlicer 中为左右喷嘴分配了不同的耗材,但是因为可以多盘设置,我并不想把 T1 换到 T0 去,这会让其它托盘设置错误。

Pasted_Image_8_12_23__5_35_PM