Well confirmed, heater cartridge needed to be replaced. Thanks for the help.
Posts made by DukeMachine
-
RE: Hotend Thermistor Issues
-
RE: Hotend Thermistor Issues
@phaedrux nope, will try replacing the heater tomorrow and see if that solves it
-
RE: Hotend Thermistor Issues
@phaedrux Yes the hotend heater screw terminals.
I'm not actually sitting at it right this second but earlier I actually measured between E0- and GND, which showed ~24V when off, ~0V when the heater is on. So the FET seems to be working fine. Some kind of configuration error then maybe? I guess potentially the heater cartridge could be toast.
-
Hotend Thermistor Issues
I'm having a problem with my Duet 2 WiFi, it was working though I was getting intermittent heater faults on the hotend. I thought that maybe this was due to a flaky connection (I had leads soldered right to the board because the screw terminal had fallen off) so I ended up replacing the screw terminals. Now I see 20 degrees on the dashboard, but when I turn the heater on (LED comes on), I don't see a change in temperature.
I unplugged the thermistor and saw -273.1, measured the resistance of the thermistor at 125 kOhm, saw the resistance decreasing when I held onto the hotend.
My config is attached below:
; Configuration file for Duet WiFi (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.3.10 on Mon May 02 2022 10:44:06 GMT-0500 (Central Daylight Saving Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Cantilever Monster" ; 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 S0 ; physical drive 0 goes forwards X
M569 P3 S1 ; physical drive 3 goes forwards Y
M569 P2 S0 ; physical drive 2 goes forwards Z
M569 P4 S1 ; physical drive 4 goes forwards E
M569 P1 R-1
M584 X0 Y3 Z2 E4 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X76.196 Y99.52 Z806.086 E420.00 ; set steps per mm
M566 X1200.00 Y1200.00 Z400.00 E3000.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z20000 E1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z250.00 E250.00 ; set accelerations (mm/s^2)
M906 X1200 Y1200 Z1200 E800 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 X212 Y300 Z326 S0 ; set axis maxima; Endstops
M574 X1 S3 ; configure sensorless endstop for low end on X
M574 Y1 S3 ; configure sensorless endstop for low end on Y
M574 Z1 S1 P"zstop" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin zstop
M915 X Y R0 F0; Z-Probe
M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
M557 X15:215 Y15:195 S20 ; define mesh grid; Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B3950 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120CM308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e1temp
M950 H1 C"e1heat" T1 ; create nozzle heater output on e1heat and map it to sensor 1
M307 H1 B1 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S280 ; set temperature limit for heater 1 to 280C; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on; Tools
M563 P0 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
M572 D0 S0.5M501
M570 S120
; Custom settings are not defined -
RE: Odd arc behaviour
I think I ended up narrowing down the issue. My apologies as it seems to have been setting related (I was driving my new NEMA23 way too fast according to the reprap firmware EMF calculator), I backed off the maximum speed and my problem seems to have resolved itself. Thank you all for your suggestions and help.
-
RE: Odd arc behaviour
@dc42 so just tried it, and it doesn’t seem to have alleviated the issue
-
RE: Odd arc behaviour
@dukemachine my apologies life got a little busy. Will try it today.
-
RE: Odd arc behaviour
Well for anyone looking at this one I have a temporary fix anyhow:
I disabled arcs in my post processor (no G2/G3 commands) and my output is as expected.
-
RE: Odd arc behaviour
@mjlew Thanks for taking a look!
Well M115 reported the following:
FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.3 ELECTRONICS: Duet 3 MB6HC v1.01 or later FIRMWARE_DATE: 2021-06-15 21:45:56The other G2 commands seem to be behaving fine. I originally suspected it might be a mechanical issue, but this is the second cut its happened in, and it doesn't happen in the same spot on the X axis, and its suspiciously consistent (i.e. in the cut, it occurs at the same point, but not the same point between cuts). Belts are tight, pulley set screws are tight, its not binding so
-
Odd arc behaviour
So I recently updated to a Duet 3 and my CNC has been behaving oddly in the corners. See the picture attached
I wonder if maybe there is something screwy going on with the G2/G3 commands. I've attached the gcode file Beer Flight Chamfer.gcode the error seems to occur here specifically:
G1Y134.004
G2X88.871Y119.004I-15.000J0.000
G3X74.070Y106.441I0.000J-15.000I've also attached my config.g file config(2).g
Any thoughts would be appreciated.
-
Vibration
Just wondering if anyone knows if the Duet 3 underwent any vibration testing during development?
I’m thinking of mounting my duet 3 on my CNC gantry but that can be a pretty violent place when stuff goes wrong.
-
RE: External driver extension board for Maestro for those interested
Hi, do you have schematics and such available for this board? It looks like it could be useful for something I'm doing.
-
RE: SD Card Problem
Tried a second SD card with a fresh folder structure and it works. So I guess now the question is, why did my SD card get messed up?
-
SD Card Problem
I've been using my Duet Maestro in my Lowrider CNC build and its been working fine, previously came out of my Delta printer where it was also working fine. Today I tried to log in to the webpage and couldn't, so I went and looked at the Maestro and neither of the ethernet lights were on, so I figured it was a network issue. After ruling out network issues I decided to connect to the Duet via USB. I was able to enable the network but then when I tried to access the webpage I got the following:
Your Duet rejected the HTTP request: page not found
Check that the SD card is mounted and has the correct files in its /www folderAfter that and looking on the forums for some clues I found that I should run M503 and M39 in YAT. For M503 I got an OK response, but for M39 I got "Error: No SD card mounted in slot 0".
Any idea whats going on? Do I just need to reformat the SD card? I plugged it into my laptop (Mac) and it tells me the card needs to be reformatted before it can be read...which I'm reluctant to do, as I don't have a backup.
-
RE: CoreXY homing issues
@Phaedrux So I do have one more question, I have my z-axis home at my lowest point, and I have no bed probe. How exactly do I get the printer to recognize that prints need to start at Z maximum not Z=0?
-
RE: CoreXY homing issues
Solved it, you pointed me in the right direction. My motor directions were different, swapped M569 P4 S0 to S1 and it works great now. Thanks for the help.
-
RE: CoreXY homing issues
Uh now that you mention it, it seems Y moves it in left and right, X moves it backwards and forwards. Whats intended to be the X-axis endstop is front left, y-axis endstop is also front.
-
RE: CoreXY homing issues
Probably a good idea, here they are:
; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v3.1.1 on Fri May 29 2020 12:19:21 GMT-0500 (Central Daylight Time)
G91 ; relative positioning
;G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-368.5 Y-297 F6000 ; move quickly to X or Y endstop and stop there (first pass)
G1 H1 X-368.5 ; home X axis
G1 H1 Y-297 ; home Y axis
G1 X5 Y5 F6000 ; go back a few mm
G1 H1 X-368.5 F360 ; move slowly to X axis endstop once more (second pass)
G1 H1 Y-297 ; then move slowly to Y axis endstop
G1 H1 Z-305 F600 ; move Z down stopping at the endstop
G90 ; absolute positioning
G92 Z-308.7 ; set Z position to axis minimum (you may want to adjust this); homex.g
; called to home the X axis
;
; generated by RepRapFirmware Configuration Tool v3.1.1 on Fri May 29 2020 12:19:21 GMT-0500 (Central Daylight Time)
G91 ; relative positioning
;G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-368.5 F6000 ; move quickly to X axis endstop and stop there (first pass)
G1 X5 F6000 ; go back a few mm
G1 H1 X-368.5 F360 ; move slowly to X axis endstop once more (second pass)
G1 H2 Z-5 F6000 ; lower Z again
G90 ; absolute positioning; homey.g
; called to home the Y axis
;
; generated by RepRapFirmware Configuration Tool v3.1.1 on Fri May 29 2020 12:19:22 GMT-0500 (Central Daylight Time)
G91 ; relative positioning
;G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 Y0 F6000 ; move quickly to Y axis endstop and stop there (first pass)
G1 Y5 F6000 ; go back a few mm
G1 H1 Y0 F360 ; move slowly to Y axis endstop once more (second pass)
G1 H2 Z-5 F6000 ; lower Z again
G90 ; absolute positioning; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool v3.1.1 on Fri May 29 2020 12:19:22 GMT-0500 (Central Daylight Time)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 Z-305 F100 ; move Z down until the endstop is triggered
G92 Z0 ; set Z position to axis minimum (you may want to adjust this); Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z5 F100 ; lift Z relative to current position
;G90 ; absolute positioning -
CoreXY homing issues
So I'm working on getting my new CoreXY build working. So far, I've run into an issue that I can seem to figure out, the printer will home in Y, but then it will go to home in X when Y is at minimum, and it doesn't move and makes a horrendous racket (motors skipping). If I set the middle of the print area as X0 Y0 with G92 I can move X and Y no problem and they move in the directions I would expect. End stops are all reporting correctly. Any idea whats going on here?
Config is as seen below:
; Configuration file for Duet WiFi (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.1.1 on Fri May 29 2020 12:19:21 GMT-0500 (Central Daylight Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"ToolChanger" ; Set machine name
M587 S"*******" P"********"
M669 K1 ; select CoreXY mode
;M667 S1; 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 forwards
M569 P4 S0 ; physical drive 1 goes forwards
M569 P2 S1 ; physical drive 2 goes forwards
M569 P3 S1 ; physical drive 3 goes forwards
M584 X0 Y4 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X100.00 Y100.00 Z400 E683.3 ; set steps per mm
M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z300 E1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z40.00 E250.00 ; set accelerations (mm/s^2)
M906 X1600 Y1600 Z800 E1000 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X-35 Y-49 Z-350 S1 ; set axis minima
M208 X328.5 Y243 Z0 S0 ; set axis maxima; Endstops
M574 X1 Y1 Z1 S1 ; set active low and disabled endstops; Z-Probe
M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
M557 X-20:215 Y-34:195 S20 ; define mesh grid; Heaters
M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M305 P1 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 1
M143 H1 S280 ; set temperature limit for heater 1 to 280C; Fans
M106 P0 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on; Tools
M563 P0 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
M569 P1 R-1