@dc42 I'm currently using a Duet 2 wifi board running firmware version 3.5.0, and not sure of which version of the Duet Web control I am using.
Posts made by Asabol
-
RE: Failed to connect Unexpected token '<'
-
Failed to connect Unexpected token '<'
I just started working on getting my Ender 3 back up and running in the last two days as it has been dormant for some time. I turned it on two days ago and it worked fine and showed that it could still do everything it should. I didn't run any prints as the last time I ran the printer I had an issue of filament clogging the hotend as I have a microswiss all metal hotend. I ran heat cycles on the hotend to be able to disassemble the components look at it on the bench and remove what may still be remaining in the hotend from the last time I printed. After getting so far with doing the process of disassembling I also decided to update the firmware since it has been a while since it was updated. After updating the firmware yesterday I had turned it off as it was showing there were no issues as I wanted to eat lunch. After coming back from lunch to continue working on the printer, I turned it on and it started saying that it was failing connect with the IP of the printer and then also there was an unexpected token '<', ", not showing anything more then that. I also cannot currently get into the printer to look at the comman window to try and fix or resolve the issue. Any help would be awesome, also in this is my current config file for the printer.
; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.5.0-rc.4+1 on Wed May 08 2024 14:16:17 GMT-0400 (Eastern Daylight Time) ; General G90 ; absolute coordinates M83 ; relative extruder moves M550 P"Ender 3" ; set hostname M911 S19.8 R22 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss ; Network M552 S1 ; configure WiFi adapter M586 P0 S1 ; configure HTTP ; Smart Drivers M569 P0 S1 D2 ; driver 0 goes forwards (X axis) M569 P1 S1 D2 ; driver 1 goes forwards (Y axis) M569 P2 S0 D2 ; driver 2 goes backwards (Z axis) M569 P3 S1 D2 ; driver 3 goes forwards (extruder 0) ; Motor Idle Current Reduction M906 I30 ; set motor current idle factor M84 S30 ; set motor current idle timeout ; Axes M584 X0 Y1 Z2 ; set axis mapping M350 X16 Y16 Z16 I1 ; configure microstepping with interpolation M906 X800 Y800 Z800 ; set axis driver currents M92 X80 Y80 Z400 ; configure steps per mm M208 X0:235 Y0:235 Z0:250 ; set minimum and maximum axis limits M566 X900 Y900 Z12 ; set maximum instantaneous speed changes (mm/min) M203 X6000 Y6000 Z180 ; set maximum speeds (mm/min) M201 X500 Y500 Z20 ; set accelerations (mm/s^2) ; Extruders M584 E3 ; set extruder mapping M350 E16 I1 ; configure microstepping with interpolation M906 E1000 ; set extruder driver currents M92 E420 ; configure steps per mm M566 E120 ; set maximum instantaneous speed changes (mm/min) M203 E3600 ; set maximum speeds (mm/min) M201 E250 ; set accelerations (mm/s^2) ; Kinematics M669 K0 ; configure Cartesian kinematics ; Probes M558 K0 P9 C"^!zprobe.in" H5 F120 T6000 ; configure BLTouch probe via slot #0 G31 P500 X0 Y0 Z0.7 ; set Z probe trigger value, offset and trigger height M950 S0 C"!zprobe.mod" ; create servo #0 for BLtouch ; Endstops M574 X1 P"xstop" S1 ; configure X axis endstop M574 Y1 P"ystop" S1 ; configure Y axis endstop M574 Z1 S2 ; configure Z axis endstop ; Sensors M308 S0 P"bedtemp" Y"thermistor" A"Heated Bed" T100000 B4725 C7.06e-8 ; configure sensor #0 M308 S1 P"e0temp" Y"thermistor" A"Nozzle" T100000 B4725 C7.06e-8 ; configure sensor #1 ; Heaters M950 H0 C"bedheat" T0 ; create heater #0 M143 H0 P0 T0 C0 S140 A0 ; configure heater monitor #0 for heater #0 M307 H0 R2.43 D5.5 E1.35 K0.56 B1 ; configure model of heater #0 M950 H1 C"e0heat" T1 ; create heater #1 M143 H1 P0 T1 C0 S285 A0 ; configure heater monitor #0 for heater #1 M307 H1 R2.43 D5.5 E1.35 K0.56 B0 ; configure model of heater #1 ; Heated beds M140 P0 H0 ; configure heated bed #0 ; Fans M950 F0 C"fan0" ; create fan #0 M106 P0 S0 L0 X1 B0.1 ; configure fan #0 M950 F1 C"fan1" ; create fan #1 M106 P1 S0 B0.1 H1 T45 ; configure fan #1 ; Tools M563 P0 D0 H1 F0 ; create tool #0 M568 P0 R0 S0 ; set initial tool #0 active and standby temperatures to 0C ; Miscellaneous M501 ; load saved parameters from non-volatile memory
code_text
-
RE: Heater fault on heater 0
@Phaedrux Ok thank you to both you and Aidar the printer works correctly know and it doesn't give me an error when I get up to 80°C.
-
RE: Heater fault on heater 0
@aidar The printer says that I am using version 2.03.
-
RE: Heater fault on heater 0
@JoergS5 ; Configuration file for Duet WiFi (firmware version 1.21)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Sun May 03 2020 19:34:06 GMT-0400 (Eastern Daylight Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"My Printer" ; set printer name; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S1 ; physical drive 0 goes goes forwards
M569 P1 S0 ; physical drive 1 goes backwards
M569 P2 S0 ; physical drive 2 goes backwards
M569 P3 S0 ; physical drive 3 goes forwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z400.00 E741.00 ; set steps per mm
M566 X600.00 Y600.00 Z60.00 E300.00 ; set maximum instantaneous speed changes (mm/min)
M203 X9000.00 Y9000.00 Z600.00 E6000.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z120.00 E5000.00 ; set accelerations (mm/s^2)
M906 X800 Y800 Z800 E900 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X235 Y235 Z260 S0 ; set axis maxima; Endstops
M574 X1 Y1 Z1 S1 ; set active high endstops; Z-Probe
M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
M557 X10:220 Y10:220 S20 ; define mesh grid; Heaters
M305 P0 T98801 B4185 R4700 ; set thermistor + ADC parameters for heater 0
M143 H0 S80 ; set temperature limit for heater 0 to 80C
M305 P1 T98801 B4185 R4700 ; set thermistor + ADC parameters for heater 1
M143 H1 S255 ; set temperature limit for heater 1 to 255C; Fans
M106 P0 S0.45 I0 F20 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S0 I0 F20 H1 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 S0 I0 F20 H1:0 T45 ; set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on; Tools
M563 P0 S"Hotend" D0 H1 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; Custom settings are not defined
; Miscellaneous
M501 ; load saved parameters from non-volatile memory
M911 S21 R23 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
T0 ; select first tool -
Heater fault on heater 0
When trying to heat up the print bed on my Ender 3 I set it to 80°C and when it reaches 80° it automatically gives me a fault message. I didn't have this problem when I was running early update of 2.05, but I think that when I last updated the firmware that is scrued everything up with the bed heating unit.
-
RE: Fans don't turn on/work
Hey thanks for all the help. Question do you have any recommendations for where I could buy a replacement 1 amp mini blade fuse? Considering it is kind of hard for me to find them locally.
-
RE: Fans don't turn on/work
So after testing the fuse we concluded that it is a dead fuse. I don't have any other 1 amp fuses laying around. I do however have a 2 amp fuse. Would it be ok to run a 2 amp fuse or would I be at risk damaging the board and or the fans?
-
RE: Fans don't turn on/work
Any tips on how to go about removing the fuse?
-
RE: Fans don't turn on/work
I am using a Creality Ender 3.
Here is a better picture for you to see the fan mosfets.
(image url) -
RE: Fans don't turn on/work
Here is a picture of the fan area. I think I might have the cables to the fans in backwards. (image url)
-
RE: Fans don't turn on/work
The electronics case one used to but it doesn't anymore.
-
RE: Fans don't turn on/work
No any other ones won't turn on when connected to the always on ports.
-
RE: Fans don't turn on/work
So I did that and now when it gets above 45C it still doesn't turn on. So what could be the issue then? Also should I add a picture to show how the cables are in the connectors. Meaning that they might be backwards.
-
RE: Fans don't turn on/work
I have that fan plugged into the first port of the always on which I think is incorrect. Then I also have the electronics case fan plugged into the other always on port and the part cooling fan into port 0 of the PWM fan ports.
-
RE: Fans don't turn on/work
This is what M106 says in my config.
; Fans M106 P0 S0.45 I0 F20 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off M106 P1 S0 I0 F20 H1 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on M106 P2 S0 I0 F20 H1:0 T45 ; set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on
-
RE: Fans don't turn on/work
Also since I pushed the correct package for the config, the wifi turns on when I turn the printer on.
-
RE: Fans don't turn on/work
I had accidentally uploaded the wrong package for the config file then I uploaded the correct one for the printer. Question now that I have most of the things back into working order. Why does my thermostatically controlled fan not turn on when I have the hotend above 45C.
-
RE: Fans don't turn on/work
This is the response from the printer for what you asked me to type in.