Michiii_M
About
- Username
- Michiii_M
- Joined
- Visits
- 2
- Last Active
- Roles
- Member
Comments
-
You mean this? #if defined(EXT0_HEATER_PIN) && EXT0_HEATER_PIN>-1 SET_OUTPUT(EXT0_HEATER_PIN); WRITE(EXT0_HEATER_PIN, HEATER_PINS_INVERTED); #endif #if defined(EXT1_HEATER_PIN) && EXT1_HEATER_PIN>-1 && NUM_EXTRU…
-
I have adapted the code but unfortunately I haven't had any success with it yet.
-
Yeah, I forgot to write that. At the moment we have two heating elements at one exit and that is sufficient from the load point of view. But the print head is a university project and it has a pretty big hotend. With the 2 heaters we need about 30 m…
-
We have four extruders, all of which are conveyed into one nozzle. Unfortunately I haven't gotten any further yet.
-
I got it right, the mistake was mine. Now all 4 extruders are working. Only with the second heating element I did not get any further. Can you help me here again?
-
I have four extruders which work individually for each one of them. However, when I activate Mixing Extruder, only three of the extruders go. The fourth (e3) is not running.
-
Okay thanks for the quick reply. I will test this tonight. And what about the fourth extruder? Is there a possibility?