@coffman34
Sorry for resurrecting this thread, I just wanted to clarify this as I just came across it and had to rework slightly what you had advised,
Im running Duet 2.01 now with Simplfy3d and the chamber heater on Heater 2, I basically followed Your advice to NOT use the M141 command to define the Chamber heater instead what I used in my Config.g file was:
; Chamber Heater
M563 H2 P5 S"Chamber Heater"
;M141 H2 ; Set Heater/Thermistor 2 to Chamber Heater/Thermistor
M143 H2 S95 ; Set temperature limit for Chamber heater to 95C
M305 P2 T100000 B3950 C0 R4700 ; Set thermistor + ADC parameters for heater 2 (Chamber Thermistor)
M307 H2 A30 C157 D5 F2 B0 S1 ; Set Heater Parameters for Chamber heater
In Simplfy3d I added the extra tool function as T5 see below
0_1535631282947_Capture.JPG
I didnt have to add anything to Starting Scripts for M141 or anything in the terminal command post processing box, I dont see that it is needed.
This allows me to save power by turning on and off the chamber heater at any specified layer height.