From bc6d30f05a921827ceee178962fffe567e799122 Mon Sep 17 00:00:00 2001 From: BrewNinja <19670552+BrewNinja@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:20:59 -0600 Subject: [PATCH] Update Support.md Added probable cause for toolhead pausing on toolchange during print --- wiki/Support.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wiki/Support.md b/wiki/Support.md index 56c3ad9c..ddd1c42b 100644 --- a/wiki/Support.md +++ b/wiki/Support.md @@ -27,7 +27,9 @@ 5. A lot of people are asking which toolhead/extruder is recommended. The answer is whatever you want. The changer and tools are completely separate. That being said, using something that is already a tested combination for Stealth Burner or Dragon Burner is going to be the easiest. -6. CAN setup. You are definitely going to want to use CAN to connect your toolheads. Its only 4 wires and much lighter. You don't need anything fancy to split out the signal. Simple WAGO connectors work just fine. Of course, there are options for boards that will split the signal as well if you want something that looks a little more professional. Run wires up to the umbilical from your controller and power supply, then use WAGO's there to split the signal. See the guide here for a lot more CAN information: https://github.com/Esoterical/voron_canbus +6. CAN setup. You are definitely going to want to use CAN to connect your toolheads. Its only 4 wires and much lighter. You don't need anything fancy to split out the signal. Simple WAGO connectors work just fine. Of course, there are options for boards that will split the signal as well if you want something that looks a little more professional. Run wires up to the umbilical from your controller and power supply, then use WAGO's there to split the signal. See the guide here for a lot more CAN information: https://github.com/Esoterical/voron_canbus + +7. If you try to change tools during a print (or when the hotends are active) and it drops off one tool, then waits behind another tool and does nothing, the issue is that its probably waiting for the tool temp to stabilize. Make sure you run a PID tune for each tool and place the info in the corresponding tool config. ## Builds ### Built on stream by [ZombieHedgehog](https://www.twitch.tv/zombiehedgehog)