ANOTHER "No known networks found" error
-
Are all Duet boards this finicky?
-
Could be a configuration issue; share the relevant part of your config.g file to show how the thermistor for the heater is configured?
-
OK, hang on...
-
; Heaters
M305 P0 T100000 B4138 C0 R4700
; Set thermistor + ADC parameters for heater 0
M143 H0 S120
; Set temperature limit for heater 0 to 120C
M305 P1 X150 T"K"
; Set THERMOCOUPLE parameters for heater 1 X150 is the right channel
(terminal block) on the daughterboard. X151 is the right channel.
M305 P1 T100000 B4138 C0 R4700
; Set thermistor + ADC parameters for heater 1
M143 H1 S345
; Set temperature limit for heater 1 to 345C -
I got this from "Design Prototype Test"
-
Not my area of expertise, but i notice you have two commands for
M305 P1 ...
, one which uses the thermocouple daughterboard which you don't have according to the pictures. Try putting a ; in front ofM305 P1 X150 T"K"
to temporarily disable that line and see if it makes a difference. -
Yep, I noticed that, too, and have commented out the line. No difference - yet...
-
AHA! Some progress. I downloaded a bog-standard configuration file from the configurator for the Anet A8 - sure I know it won't be right, but it will be standard. And now the heater says "Standby" That's progress, right? I'm chuffed...
-
And we have LIFT-OFF! She gets hot!
-
@Phaedrux thanks)