Extrusion Option greyed out
-
As it says really, I can extrude from the console but not with the buttons, even when temperature is high
; Configuration file for Duet Maestro (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Tue Apr 07 2020 08:26:17 GMT+0100 (British Summer Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"My Printer" ; set printer name
M667 S1 ; select CoreXY mode; Network
M550 PMaestroTest ; Set machine name
M552 P192.168.1.14 S1 ; Enable network and set IP address
M553 P255.255.255.0 ; Set netmask
M554 P192.168.1.254 ; Set gateway
M586 P0 S1 ; Enable HTTP; Drives
M569 P0 S0 ; physical drive 0 goes backwards
M569 P1 S0 ; physical drive 1 goes backwards
M569 P2 S1 ; physical drive 2 goes forwards
M569 P3 S1 ; physical drive 3 goes forwards
M584 X0 Y1 Z2 E3 ; set drive mapping; Motor setup
M350 X64 Y64 Z64 E64 I1 ; configure microstepping with interpolation
M92 X320.00 Y320.00 Z1600.00 E1746 ; set steps per mm E was 1672/4
M906 X1000 Y1000 Z1000 E1000 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Accel & Jerk
M203 X6000 Y6000 Z600 E1200 ; Set maximum speeds (mm/min)
M201 X800 Y800 Z250 E2500 ; Set accelerations (mm/s^2)
M566 X800 Y800 Z12 E120 ; Set maximum instantaneous speed changes (mm/min);M566 X300.00 Y300.00 Z12.00 E1000.00 ; set maximum instantaneous speed changes (mm/min)
;M203 X12000 Y12000 Z4000 E1400 ; set maximum speeds (mm/min)
;M201 X2000 Y2000 Z250 E250 ; set accelerations (mm/s^2); Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X200 Y200 Z185 S0 ; set axis maxima; Endstops
M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop
M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop
M574 Z1 S1 P"zstop" ; configure active-high endstop for low end on Z via pin zstop; Z-Probe
M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
M557 X15:185 Y15:185 S20 ; define mesh grid; Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; 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
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M143 H1 S280 ; set temperature limit for heater 1 to 280C
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit; 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 0 on pin fan0 and set its frequency
M106 P1 S0 H-1 ; set fan 0 value. Thermostatic control is turned off; 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 -
Hi. First of all :
M667: Select CoreXY or related mode
This command is deprecated in RRF 2.03 and later. Use M669 instead.Secondly, what DWC version are you using?
-
Hello,
I'm not sure what you mean by DWC version?
-
@hiro_ono How are you setting the temperature and what temperature are you setting to? You need to have the tool active (send T0) pr click on it. Then set he active temperature, Also, extrusion is disabled until the temperature reaches a default value. I think that is 160 deg C but I think it's configurable in DWC.
Edit - DWC = Duet Web Control
-
Duet Web Control 2.1.0
Setting the temp in DWC, to 200.
When i click on the tool it just says changing tool for ages, when thats done i still can't control the extruder.
If I type T0 i get a green tick to say its worked but still cant extrude
G1 E20 Works -
@hiro_ono When you click on the buttons in the web interface, what drive do you select and what feedrate?
-
I just telect tool 0 i'm not selecting any specific drive i dont think? feed rate can be anything but doesn't make a difference, its on 5mm/s at the moment
-
IIRC, there was an issue with a DWC build of around your number.
I suggest updating to DWC 3.1.1 and RRF 3.1.1 -
Something else too.
This line at the top of your config.g.............
; Configuration file for Duet Maestro (firmware version 3)
But the configuration file is for firmware V2
What firmware are you actually on? (run M122 to find out).
-
@deckingman said in Extrusion Option greyed out:
M122
M122
=== Diagnostics ===
RepRapFirmware for Duet 2 Maestro version 3.01-RC6 running on Duet Maestro 1.0
Board ID: 08D8M-9T8A2-MQNS0-7J9FL-3SJ6K-KNSQX
Used output buffers: 1 of 24 (21 max)
=== RTOS ===
Static ram: 22012
Dynamic ram: 88620 of which 60 recycled
Exception stack ram used: 408
Never used ram: 19972
Tasks: NETWORK(ready,312) HEAT(blocked,1328) MAIN(running,1876) IDLE(ready,80)
Owned mutexes:
=== Platform ===
Last reset 01:40:48 ago, cause: software
Last software reset at 2020-06-18 12:56, reason: User, spinning module GCodes, available RAM 19972 bytes (slot 1)
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0400f000 BFAR 0xe000ed38 SP 0xffffffff Task 0x4e49414d
Error status: 0
Free file entries: 10
SD card 0 detected, interface speed: 15.0MBytes/sec
SD card longest block write time: 2.3ms, max retries 0
MCU temperature: min 35.0, current 39.7, max 43.9
Supply voltage: min 0.0, current 12.1, max 12.3, under voltage events: 0, over voltage events: 0, power good: yes
Driver 0: standstill, read errors 0, write errors 1, ifcount 93, reads 45221, timeouts 0
Driver 1: standstill, read errors 0, write errors 1, ifcount 93, reads 45220, timeouts 1
Driver 2: standstill, read errors 0, write errors 1, ifcount 96, reads 45221, timeouts 0
Driver 3: standstill, read errors 0, write errors 1, ifcount 80, reads 45218, timeouts 5
Driver 4: standstill, read errors 0, write errors 1, ifcount 69, reads 45232, timeouts 0
Driver 5: ok, read errors 0, write errors 0, ifcount 0, reads 0, timeouts 45238
Driver 6: ok, read errors 0, write errors 0, ifcount 0, reads 0, timeouts 45238
Date/time: 1970-01-01 00:00:00
Slowest loop: 35.21ms; fastest: 0.13ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
=== Move ===
Hiccups: 0(0), FreeDm: 169, MinFreeDm: 121, MaxWait: 799239ms
Bed compensation in use: none, comp offset 0.000
=== MainDDARing ===
Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0 CDDA state: -1
=== AuxDDARing ===
Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0 CDDA state: -1
=== Heat ===
Bed heaters = 0 -1, chamberHeaters = -1 -1
Heater 0 is on, I-accum = 0.4
Heater 1 is on, I-accum = 0.6
=== GCodes ===
Segments left: 0
Movement lock held by null
HTTP is ready with "M122 " in state(s) 0
Telnet is idle in state(s) 0
File is idle in state(s) 0
USB is idle in state(s) 0
Aux is idle in state(s) 0
Trigger is idle in state(s) 0
Queue is idle in state(s) 0
LCD is idle in state(s) 0
Daemon is idle in state(s) 0
Autopause is idle in state(s) 0
Code queue is empty.
=== Network ===
Slowest loop: 140.79ms; fastest: 0.02ms
Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0)
HTTP sessions: 1 of 8
Interface state active, link 100Mbps full duplex -
Just updated everything to 3.1.1 and its working fine now