DUET 2 Wifi heaters-"undefined" & Bed-"error"
-
Hi,
I setup the Duet 2 wifi with the duex 5 extension board. I can connect to the duet 2 access point and can home the axis but i cannot get the heaters and the bed working. What am I doing wrong. I am attaching the config file for reference.
config.g
-
Looks like you missing M307 commands in config.g https://duet3d.dozuki.com/Wiki/Gcode#Section_M307_Set_or_report_heating_process_parameters
-
The parameter setings M307 are missing.
Standard is M307 H0 B1 S1.00 (PID-Mode) (example for the bed)
You have to configure this for each heater.
Afterwards do a PID Tunning
https://duet3d.dozuki.com/Wiki/Tuning_the_heater_temperature_control -
Which firmware version are you running?
If you send M98 P"config.g" from the console, do you get any error messages?