Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Can no longer use the manual extrude Buttons (greyed out)

    Scheduled Pinned Locked Moved Solved
    Duet Web Control
    2
    4
    186
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Mr.Crispinundefined
      Mr.Crispin
      last edited by

      As Per the Title

      Turned on this printer for the first time in about a week, and after heating the hot end the extrude/retract buttons normally come alive after a certain temp now they don't, haven't changed firmware or config.g it was fine last week.....

      Board Duet-2 wifi

      Duet Web Control 3.5.2

      Product Short Name Version
      Duet 2 WiFi 2WiFi 3.5.2
      Duet WiFi Server n/a 2.1.0
      Duet Web Control DWC 3.5.2

      Added config.g but 100% NOTHING Has been changed since it worked last week

      ; General preferences
      ;--------------------------------------------------------------------------------------------------------------
      ;
      M552 S1
      G90                                                     ; Use absolute coordinate moves
      M83                                                     ; Relative extruder moves
      M550 P"300mm Titan Aero"                                ; Printer name
      M564 S0 H0                                              ; Allow movement before homing
      ;
      ;--------------------------------------------------------------------------------------------------------------
      ; Network
      ;--------------------------------------------------------------------------------------------------------------
      ;
      M552 S1                                                 ; Enable network
      M586 P0 S1                                              ; Enable HTTP
      M586 P1 S0                                              ; Disable FTP
      M586 P2 S0                                              ; Disable Telnet
      ;
      ;--------------------------------------------------------------------------------------------------------------
      ; Drives
      ;--------------------------------------------------------------------------------------------------------------
      ;
      M669 K0                                                 ; Kinematics Type is set to "Cartesian"
      M671 X-25:255 Y0:0 S10                                  ; Z axis pivot points
      M569 P0 S0                                              ; Drive 0 (X) goes forwards
      M569 P1 S1                                              ; Drive 1 (Y) goes backwards
      M569 P2 S1                                              ; Drive 2 (Z1 Left) goes forwards
      M569 P3 S0                                              ; Drive 3 (Extruder) goes forwards
      M569 P4 S0                                              ; Drive 4 (Z2 Right) goes forwards
      M584 X0 Y1 Z2:4 E3                                      ; Drive mapping
      M350 X32 Y32 Z16 E16 I1                                 ; Micro-stepping with interpolation
      M92 X160.00 Y200.00 Z400.00 E465                        ; Steps per mm
      M566 X900.00 Y900.00 Z900.00 E300.00                    ; Mximum instantaneous speed changes (mm/min)
      M203 X9000.00 Y9000.00 Z1800.00 E6000.00                ; Maximum speeds (mm/min)
      M201 X800.00 Y800.00 Z500.00 E5000.00                   ; Accelerations (mm/s^2)
      M906 X1000 Y1000 Z1000 E800 I50                         ; Motor currents (mA) & motor idle factor %
      M84 S30                                                 ; Idle timeout
      ;
      ;--------------------------------------------------------------------------------------------------------------
      ; Axis Limits
      ;--------------------------------------------------------------------------------------------------------------
      ;
      M208 X-8 Y-30 Z-2 S1                                    ; Axes min
      M208 X300 Y300 Z350 S0                                  ; Axes max
      ;
      ;--------------------------------------------------------------------------------------------------------------
      ; Endstops
      ;--------------------------------------------------------------------------------------------------------------
      ;
      M574 X1 S1 P"xstop"                                     ; The X axis endstop is at the low end, & mapped to the "xstop" pin
      M574 Y1 S1 P"ystop"                                     ; The Y axis endstop is at the low end, & mapped to the "ystop" pin
      M574 Z1 S2                                              ; z-probe endstop at the low end on Z
      ;
      ;--------------------------------------------------------------------------------------------------------------
      ; Z-Probe (BL-Touch)
      ;--------------------------------------------------------------------------------------------------------------
      ;
      M950 S0 C"exp.heater3"                                  ; The servo pin is "heater-3" for the BLTouch
      M558 P9 C"zprobe.in" H10 R0.3 T15000 F15000:240         ; The Z probe type signal pin is "zprobe in", the dive heigt is 10mm + speed settings
      G31 P500 X-24 Y-38 Z2.378                               ; Toolhead Offsets, the Z probe trigger value, offset and trigger height, (make the numbers SMALLER to move the nozzle AWAY from the bed)
      M557 X30:260 Y50:280 P12                                ; Define a mesh grid
      ;
      ;--------------------------------------------------------------------------------------------------------------
      ; Z Stop
      ;--------------------------------------------------------------------------------------------------------------
      ;
      M558 K1 P8 C"!zstop" H10 R0.3 F6000 T10000 A3 S0.06       ; The Z End-Stop is type 8 (A Simple Switch) & is mappped/connected to the zstop port on the mainboard 
      G31 K1 P500 X0 Y0 Z0                                      ; Z End-Stop X, Y & Z offsets
      ;
      ;--------------------------------------------------------------------------------------------------------------
      ; Bed Heater 
      ;--------------------------------------------------------------------------------------------------------------
      ;
      M308 S0 P"bedtemp" Y"thermistor" T100000 B4138          ; The Bed sensor "sensor 0" is a thermistor
      M950 H0 C"bedheat" T0                                   ; The bed heater is configured to the "bedheat"and mapped to sensor 0         
      M307 H0 R0.881 K0.405:0.000 D10.62 E1.35 S1.00 B0       ; Heater tuning results
      M140 H0                                                 ; The bed heater is mapped to be "H0"
      M143 H0 S120                                            ; The temperature limit for "H0" is  set to 120C  
      ;
      ;--------------------------------------------------------------------------------------------------------------
      ; Hot-End Heater
      ;--------------------------------------------------------------------------------------------------------------
      ;
      M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8  ; The hot-end sensor "sensor 1" is a thermistor
      M950 H1 C"e0heat" T1                                    ; the hot-end is configured to "e0heat" mapped to sensor 1  
      M307 H1 R2.563 K0.367:0.000 D3.24 E1.35 S1.00 B0 V24.1  ; Heater tuning results
      M143 H1 S310                                            ; The temperature limit for "H1" is 310C    
      ;
      ;--------------------------------------------------------------------------------------------------------------
      ; Fans
      ;--------------------------------------------------------------------------------------------------------------
      ;
      M950 F0 C"fan0"                                         ; The art-cooling" fan is "fan1" & it's frequency is set to 500
      M106 P0 S0                                              ; The start value of fan0 is ZERO
      ;
      ;--------------------------------------------------------------------------------------------------------------
      ; Tools
      ;--------------------------------------------------------------------------------------------------------------
      ;
      M563 P0 S"Titan Aero" D0 H1 F0                          ; Tool 0's definitions
      G10 P0 X0 Y0 Z0                                         ; Tool 0's axis offsets
      G10 P0 R0 S0                                            ; The tool "tool 0" is set to active and  it's standby temperatures is set to 0C
      
      

      Output From M122

      M122
      === Diagnostics ===
      RepRapFirmware for Duet 2 WiFi/Ethernet version 3.5.2 (2024-06-11 17:13:43) running on Duet WiFi 1.0 or 1.01
      Board ID: 08DAM-999TL-MQ4S8-6J9D8-3SJ6M-15BZW
      Used output buffers: 6 of 26 (22 max)
      === RTOS ===
      Static ram: 23384
      Dynamic ram: 73056 of which 12 recycled
      Never used RAM 13764, free system stack 136 words
      Tasks: NETWORK(2,nWait 6,13.8%,218) HEAT(3,nWait 5,0.1%,328) Move(4,nWait 5,0.0%,310) MAIN(1,running,86.1%,742) IDLE(0,ready,0.0%,29), total 100.0%
      Owned mutexes: WiFi(NETWORK)
      === Platform ===
      Last reset 01:33:27 ago, cause: software
      Last software reset at 2024-06-22 16:59, reason: User, Gcodes spinning, available RAM 13912, slot 1
      Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
      Error status: 0x00
      MCU temperature: min 46.0, current 48.9, max 50.4
      Supply voltage: min 23.8, current 24.2, max 24.5, under voltage events: 1, over voltage events: 0, power good: yes
      Heap OK, handles allocated/used 99/0, heap memory allocated/used/recyclable 2048/16/16, gc cycles 0
      Events: 0 queued, 0 completed
      Driver 0: standstill, SG min 0
      Driver 1: standstill, SG min 0
      Driver 2: standstill, SG min 0
      Driver 3: standstill, SG min n/a
      Driver 4: standstill, SG min 0
      Driver 5: 
      Driver 6: 
      Driver 7: 
      Driver 8: 
      Driver 9: 
      Driver 10: 
      Driver 11: 
      Date/time: 2024-06-22 18:39:00
      Cache data hit count 4294967295
      Slowest loop: 22.62ms; fastest: 0.18ms
      I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
      === Storage ===
      Free file entries: 10
      SD card 0 detected, interface speed: 20.0MBytes/sec
      SD card longest read time 9.9ms, write time 5.6ms, max retries 0
      === Move ===
      DMs created 83, segments created 3, maxWait 481601ms, bed compensation in use: none, height map offset 0.000, max steps late 0, min interval 0, bad calcs 0, ebfmin 0.00, ebfmax 0.00
      no step interrupt scheduled
      Moves shaped first try 0, on retry 0, too short 0, wrong shape 0, maybepossible 0
      === DDARing 0 ===
      Scheduled moves 13, completed 13, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === Heat ===
      Bed heaters 0 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0
      Heater 0 is on, I-accum = 0.0
      Heater 1 is on, I-accum = 0.2
      === GCodes ===
      Movement locks held by null
      HTTP is idle 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
      Q0 segments left 0
      Code queue 0 is empty
      === Network ===
      Slowest loop: 34.77ms; fastest: 0.00ms
      Responder states: HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0)
      HTTP sessions: 1 of 8
      === WiFi ===
      Interface state: active
      Module is connected to access point 
      Failed messages: pending 0, notrdy 0, noresp 0
      Firmware version 2.1.0
      MAC address 5c:cf:7f:2c:29:2d
      Module reset reason: Turned on by main processor, Vcc 3.39, flash size 4194304, free heap 42884
      WiFi IP address 192.168.0.103
      Signal strength -49dBm, channel 6, mode 802.11n, reconnections 1
      Clock register 00002002
      Socket states: 0 5 0 0 0 0 0 0
      
      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk @Mr.Crispin
        last edited by

        @Mr-Crispin add "T0" on its own line at the end of your config

        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

        Mr.Crispinundefined 1 Reply Last reply Reply Quote 1
        • Mr.Crispinundefined
          Mr.Crispin @jay_s_uk
          last edited by Mr.Crispin

          @jay_s_uk said in Can no longer use the manual extrude Buttons (greyed out):

          @Mr-Crispin add "T0" on its own line at the end of your config

          ok (that worked) Thank You

          But why is/was that now needed when it wasn't needed previously ? Not trying to be funny, im just trying to understand

          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @Mr.Crispin
            last edited by

            @Mr-Crispin you may have been activating the tool by clicking tool0 in DWC before using it. Or your slicer may be selecting the tool when printing. But ultimately a tool needs to be active before you can control the extruder motor associated with it

            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

            1 Reply Last reply Reply Quote 0
            • dc42undefined dc42 marked this topic as a question
            • dc42undefined dc42 has marked this topic as solved
            • First post
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA