TL:DR
#1 has anyone successfully gotten this runnin on an sv06plus with klipper?
#2 Is it more ideal if i have a product that this is my last hurdle for, to just re install it onto the regular sv06 to just get the product to market?
#3 is selecting single extruder multi material in prusa slicer going to affect/change the 3dchameleon functionality?
Has anyone successfully gotten this working with klipper? I have currently installed the Mk3 on an SV06 plus. I spent yesterday getting the ptfe tubing cut to a semi-appropriate length. Please let me know if i should shorten it? As far as the original question of this post, in prusa slicer -> Printer settings -> General, there is a single extruder multi-material option that can be checked. Per research this sends all commands to a single extruder. On klipper, even writing a macro:
[gcode_macro T0]
gcode:
# do nothing
[gcode_macro T1]
gcode:
# do nothing
[gcode_macro T2]
gcode:
# do nothing
[gcode_macro T3]
gcode:
# do nothing
Klipper still says extruder not configured. However, it works if i check the single extruder multi-material option. Will this in any way affect the 3d chameleon with this option checked? I ask because in the sv06 3mf profile file included in the 3dklippychameleon from printables, this option is not checked. If anyone has any guidance on getting this working with my current setup, Im all ears. This is the last hurdle in getting a product to market for me and im just trying to get it effectively setup. Final question, if my goal is to get this product up and running. Would it be a better idea to just set it up with an sv06 (modifiying the profile from pla to petg) and just sticking with that since it should just be a plug and play?
check My Klipper Macros | 3D Chameleon
The 3DChameleon only knows of T0... none of the others matter to it. It's all done in just the motion (G0, G1) of the printer... there is nothing specific about colors, so that change is the recommended change for you.
The profile I posted to the Thingiverse page is the profile I am currently using on a stock SV-06. I'm not sure what Klipper is doing, as I don't use it.
Bill