how the heating control operates
-
@luca-Massimiliano you have two tools so it depends which one you want to be active when you first turn on the machine
Either addT1
to the end of the config orT2
-
@jay_s_uk rather T0 or T1?
-
@jay_s_uk
I don't understand in which config .g command should I add t0 and t1? the problem is that the commands on the dashboard and on the duet display are not activated if I send the extrusion error: trying to extrude with no tools selected. -
@luca-Massimiliano just add either T0 or T1 on the end of config.g
-
@oliof he has the tools setup as T1 and T2
@luca-Massimiliano said in how the heating control operates:
; Tools
M563 P1 S"LUCA1" D0 H1 F0 ; define tool 1
G10 P1 X12.8 Y3.9 Z0 ; set tool 1 axis offsets
G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C
M563 P2 S"LUCA2" D1 H2 F0 ; define tools 2
G10 P2 X-12.8 Y3.9 Z0 ; set tool 2 axis offsets
G10 P2 R0 S0 ; set initial tool 2 active and standby temperatures to 0C -
@jay_s_uk well ok then (-: That'll confuse the average slicer tho
-
@jay_s_uk
I inserted t1 and t2 without anything else and it works, but I never did it in previous versions and it worked anyway, has it been changed in this version? -
@oliof
now I try to send a print with slicer, -
@luca-Massimiliano you shouldn't insert both of them into the config, just one of them.
you can only have one active tool at a time.
and no changes i'm aware of in that area for ages -
@jay_s_uk Now I try again but with a declared tool if activated first the second one doesn't work
-
@luca-Massimiliano
I had version 3.2.2 before and didn't declare the first extruder -
@luca-Massimiliano again, you can only have one tool active at a time. if you want to use the other tool, send its T number in the console.
Your slicer should send "T1" and "T2" when it wants to swap tools -
@jay_s_uk
Could you help me find the extrusion declaration in the manual. -
Could you help me find the extrusion declaration in the manual.
https://docs.duet3d.com/User_manual/Reference/Duet_Web_Control_Manual#tool-control
https://docs.duet3d.com/User_manual/Reference/Duet_Web_Control_Manual#extrusion-controlIan
-
This post is deleted! -
This post is deleted! -
@jay_s_uk
OK I THINK I HAVE SOLVED IT THANK YOU, I HAVEN'T FOUND ANYTHING IN THE MANUAL THAT INDICATES YOUR SUGGESTION