Can't change heater setpoint individually
-
Hello,
There is a problem with paneldue 7i. I have a single tool that uses 3 heaters. The problem is changing one setpoint on the paneldue changes them all to that value. The only way to set my heaters individually is to send a G10 P1 Sxx:xx:xx, where x is the setpoint. It would be more useful if the paneldue let the user set the heaters individually even if they are on the same tool instead of sending a gcode.
Here is my config: config (1).g
-
Can you tell us what firmware version you are running on the Duet and PanelDue?
; Heaters M140 H-1 ; disable heated bed (overrides default heater mapping) M308 S0 P"spi.cs1" Y"rtd-max31865" ; configure sensor 0 as PT100 on pin spi.cs1 M308 S1 P"spi.cs2" Y"rtd-max31865" ; configure sensor 1 as PT100 on pin spi.cs2 M308 S2 P"spi.cs3" Y"rtd-max31865" ; configure sensor 2 as PT100 on pin spi.cs3 M950 H3 C"bedheat" T0 ; create top heater output on exp.heater3 and map it to sensor 0 M950 H1 C"e0heat" T1 ; create bottom heater output on e0heat and map it to sensor 1 M950 H2 C"e1heat" T2 ; create nozzle heater output on e1heat and map it to sensor 2 M307 H0 A941.2 C813.2 D21.6 S1.0 B0 ; Set Heater parameter Barrel Top M307 H1 A941.2 C813.2 D21.6 S1.0 B0 ; Set Heater parameter Barrel Bottom M307 H2 A795.3 C921 D10.4 S1.0 B0 ; Set Heater parameter Barrel Nozzle M143 H0 S500 ; set temperature limit for heater 0 to 500C M143 H1 S500 ; set temperature limit for heater 1 to 500C M143 H2 S500 ; set temperature limit for heater 2 to 500C ; Fans ; Tools M563 P0 D0 H1:2:3 F0 ; define tool 0 G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
Your heater config is a little confusing, but I assume it otherwise works when using G10 commands?
-
I also have this issue - is there a fix ?
Martin
-
@m7460 Can you provide some information?
Can you tell us what firmware version you are running on the Duet and PanelDue?
Share your config.g?