Exturder suddenly will not work with manual extrude
-
I am experiencing an issue where the extruder works while printing but will not prime the extruder at the beginning of my prints anymore and also I cannot manually extrude filament from the DWC. The extruder is up to temp and is set to active. I don't get any errors in DWC and it acts like it is extruding and shows Drive 0 changes every time I pick the extrude button.
All of this was working a few days ago so not sure what I did wrong. All I did was add another extruder tool in the Config.
Doing a search I found some people that had simular problems and tried their fix but noting works.I have tried manually sending M83 although that is at the beginning of my config. I have also tried setting M584 X0 Y1 Z2 E3:4
Here are some sections of my config.
;Drives*******************************************************************
M584 X0 Y1 Z2 E3:4 ; Driver 0 controls the X motor, 1 controls Y, 2 control Z
motors, 3 and 4 control E motors
M569 P0 S0 ; Drive 0 (X) goes forwards (change to S0 to reverse it)
M569 P1 S0 ; Drive 0 (Y) goes forwards (change to S0 to reverse it)
M569 P2 S0 ; Drive 0 (Z) goes forwards (change to S0 to reverse it)
M569 P3 S0 ; Drive 0 (E0) goes forwards (change to S0 to reverse it)
M569 P4 S0 ; Drive 0 (E1) goes forwards (change to S0 to reverse it)
M350 X16 Y16 Z16 E32:32 I1 ; Configure microstepping with interpolation
M92 X80 Y80 Z1600 E848.2:E848.2 ; Set steps per mm
;BMG E848.2 , QR 934.67
M566 X400 Y400 Z500 E400:400 ; Set maximum instantaneous speed changes (mm/min)
M203 X30000 Y30000 Z400 E2000:2000 ; Set maximum speeds (mm/min)
M201 X800 Y800 Z200 E300:300 ; Set accelerations (mm/s^2)
M906 X1500 Y1500 Z1500 E700:700 I30 ; Set motor currents (mA) and motor idle factor in percent
M84 S30;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 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S280 ; Set temperature limit for heater 1 to 280C
M305 P2 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 2
M143 H2 S280 ; Set temperature limit for heater 2 to 280C
M307 H1 A773.8 C240.5 D5.7 B0
M307 H2 A835.3 C250 D4.1 B0;Tools*******************************************************************
M563 P0 D0 H1 ; 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
M563 P1 D1 H2 ; Define tool 1
G10 P1 X18 Y0 Z0 ; Set tool 1 axis offsets
G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C -
I love the typo in the title. Don't fix it please.
-
@3dmntbighker
Maybe this will get more peoples attention to answer. -
@3dmntbighker said in Exturder suddenly will not work with manual extrude:
I love the typo in the title. Don't fix it please.
That's almost as good as the "issues with DuetWife" from a few weeks ago. I know my real wife complains about my DuetWife all the time.
-
Which Duet, and which firmware version?
-
I sort of figured it out last night at about 1am..
Duet Wifi
Firmware 2.02
So after fiddling with the config, and checking printer wiring I decided to come back to it the next day and just start a print.
Then I noticed that the print was not printing right. It appeared that it was printing in spiral mode as the nozzle kept getting higher and higher from the bed as it was going around the print on the same layer. By the time the first layer was done it was about 5mm from the bed but the Z height on the DWC showed 0.24. So I tried changing some settings in S3D thinking I messed something up in there that usually is not turned on but still the same thing.So here is what fixed everything, as a last resort I decided to reinstall the firmware. Bingo everything is working again. No idea why or what could happen to the firmware to cause this but now the extruder purge works again and I can manually extrude and retract from the DWC.