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

    Duet2 wifi - Error attempting to extrude with no tool selected

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    5
    206
    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.
    • Mbppgundefined
      Mbppg
      last edited by Mbppg

      I have a Duet 2 wifi that will print fine using some filaments and others start the print fine and then the extruded start clicking and no filament is coming out. this happens intermittently but more so on certain filaments and more often.

      I have gone through all the mechanical issues and was doing a test print when I happened to notice on a print I cancelled as it was no longer extruding, that I happen to see this error message in the console: "Error Attempting to extrude with no tool selected." Then on the due panel right after I reset the power on the printer, I saw "Error invalid use of P parameter" Not sure if they are tied together or not. Any help is greatly appreciated.

      Here is my M112 output:
      M122
      === Diagnostics ===
      RepRapFirmware for Duet 2 WiFi/Ethernet version 3.1.1 running on Duet WiFi 1.02 or later
      Board ID: 08DGM-9T6BU-FG3SN-6J1F4-3S06T-TAY3F
      Used output buffers: 3 of 24 (16 max)
      === RTOS ===
      Static ram: 27980
      Dynamic ram: 93300 of which 20 recycled
      Exception stack ram used: 296
      Never used ram: 9476
      Tasks: NETWORK(ready,368) HEAT(blocked,1224) MAIN(running,1552) IDLE(ready,80)
      Owned mutexes: WiFi(NETWORK)
      === Platform ===
      Last reset 00:33:00 ago, cause: software
      Last software reset at 2020-12-24 08:09, reason: User, spinning module GCodes, available RAM 9460 bytes (slot 3)
      Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0441f000 BFAR 0xe000ed38 SP 0xffffffff Task MAIN
      Error status: 0
      MCU temperature: min 26.0, current 27.0, max 27.3
      Supply voltage: min 11.9, current 12.0, max 12.1, under voltage events: 0, over voltage events: 0, power good: yes
      Driver 0: standstill, SG min/max not available
      Driver 1: standstill, SG min/max not available
      Driver 2: standstill, SG min/max not available
      Driver 3: standstill, SG min/max not available
      Driver 4: standstill, SG min/max not available
      Date/time: 2020-12-24 08:42:10
      Cache data hit count 3507750780
      Slowest loop: 6.01ms; fastest: 0.12ms
      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 1.4ms, write time 0.0ms, max retries 0
      === Move ===
      Hiccups: 0(0), FreeDm: 169, MinFreeDm: 169, MaxWait: 0ms
      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 = -1 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
      === GCodes ===
      Segments left: 0
      Movement lock 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
      Daemon is idle in state(s) 0
      Autopause is idle in state(s) 0
      Code queue is empty.
      === Network ===
      Slowest loop: 149.05ms; fastest: 0.00ms
      Responder states: HTTP(2) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
      HTTP sessions: 1 of 8

      • WiFi -
        Network state is active
        WiFi module is connected to access point
        Failed messages: pending 0, notready 0, noresp 0
        WiFi firmware version 1.23
        WiFi MAC address 84:f3:eb:83:44:df
        WiFi Vcc 3.46, reset reason Unknown
        WiFi flash size 4194304, free heap 16520
        WiFi IP address 192.168.1.155
        WiFi signal strength -43dBm, reconnections 0, sleep mode modem
        Socket states: 0 0 0 0 0 0 0 0

      and my config.g output:

      ; Configuration file for Duet WiFi (firmware version 1.21)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool on Sat Sep 08 2018 13:01:10 GMT-0600 (Mountain Daylight Time)

      ; General preferences
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves

      ; Network
      M550 P"Mike's 3D Printer" ; Set machine name
      M552 S1 ; Enable network
      M587 S"removed" P"removed" ; *** Access point is configured manually via M587
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet
      M575 P1 S1 B57600 ; enable support for PanelDue

      ; Drives
      M569 P0 S0 ; Drive 0 goes reverse
      M569 P1 S0 ; Drive 1 goes forwards
      M569 P2 S1 ; Drive 2 goes forwards
      M569 P3 S0 ; Drive 3 goes forwards
      M569 P4 S1 ; Drive 4 goes forwards
      M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
      M92 X80 Y80 Z400 E119.4 I1 ; Set steps per mm
      M566 X900 Y900 Z12 E120 ; Set maximum instantaneous speed changes (mm/min)
      M203 X10000 Y10000 Z360 E100 ; Set maximum speeds (mm/min)
      M201 X500 Y500 Z250 E200 ; Set accelerations (mm/s^2)
      M906 X800 Y800 Z800 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 X370 Y318 Z400 S0 ; Set axis maxima
      ; M208 X387 Y323 Z370 S0 ; Set axis origmaxima

      ; Endstops
      M574 X0 S1 P"!xstop" ; X min active high endstop switch
      M574 Y2 S1 P"!ystop" ; Y min active high endstop switch
      M574 Z1 S2 P"zstop" ; Z min active high endstop switch

      ; Heaters
      M140 H-1 ; Disable heated bed
      M308 S1 P"e0_temp" Y"thermistor" T100000 B4138 C0 ; define E0 temperature sensor
      M950 H1 C"e0_heat" T1 ; heater 1 uses the e0_heat pin and sensor 1
      M307 H1 A616.1, C413.9, D4.7, V11.9 S0.75 ; Hotend 1 tuning cal to 220C
      M143 H1 S270 ; Set temperature limit for heater 1 to 270C

      ; BLTouch
      M558 P9 C"zprobe.in" H5 F120 T3000 ; BLTouch connected to Z probe IN pin
      M950 S0 C"exp.heater3" ; create servo/gpio 0 on heater 3 pin on expansion connector
      M280 P0 S10 ; send control signal to BLTouch through servo/gpio 0
      G31 P25 X11.5 Y-21.5 Z0.980 ; orig Z0.564 sm Z0.820Z probe trigger value, offset in relation to nozzle. And trigger height adjustment
      M557 X90:305 Y80:305 S90 ; Define mesh grid

      ; Fans
      M950 F0 C"fan0" Q500
      M106 P0 S0 ;I0-F500 H1 T45 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
      ; M106 P1 S0 ;I0 F500 H2 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
      ; M106 P2 S0 ;I0 F500 H2 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on

      ; 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

      ; Filiment Sensor
      ; M591 D1 P2 C3 S1 ; Filiment run-out sensor trigger a pause
      ; M592 T1 ; Check if filiment is present

      ; Automatic saving after power loss is not enabled

      ; Custom settings are not configured

      Stephen6309undefined 1 Reply Last reply Reply Quote 0
      • Stephen6309undefined
        Stephen6309 @Mbppg
        last edited by Stephen6309

        @Mbppg Put a T0 at the end of config.g, or in your start gcode in your slicer. If you're using the configurator, enable Select the First Tool on Start-Up in the Tools tab.

        Mbppgundefined 1 Reply Last reply Reply Quote 1
        • Vetiundefined
          Veti
          last edited by

          @Mbppg said in Duet2 wifi - Error attempting to extrude with no tool selected:

          M308 S1 P"e0_temp" Y"thermistor" T100000 B4138 C0 ; define E0 temperature sensor

          also your thermistor setting is wrong. find the correct beta value in your thermistor documentation.

          Mbppgundefined 1 Reply Last reply Reply Quote 1
          • Mbppgundefined
            Mbppg @Stephen6309
            last edited by

            @Stephen6309 said in Duet2 wifi - Error attempting to extrude with no tool selected:

            @Mbppg Put a T0 at the end of config.g, or in your start gcode in your slicer. If you're using the configurator, enable Select the First Tool on Start-Up in the Tools tab.

            Thanks @Stephen6309, I will add the T0 to the end of the config.g file and report back results.

            1 Reply Last reply Reply Quote 0
            • Mbppgundefined
              Mbppg @Veti
              last edited by Mbppg

              @Veti said in Duet2 wifi - Error attempting to extrude with no tool selected:

              @Mbppg said in Duet2 wifi - Error attempting to extrude with no tool selected:

              M308 S1 P"e0_temp" Y"thermistor" T100000 B4138 C0 ; define E0 temperature sensor

              also your thermistor setting is wrong. find the correct beta value in your thermistor documentation.

              @Veti thanks, I have a e3d thermistor cartridge and looking up the results looks like I should have 4725 for the correct beta value and change the C to 7.06-8 and re-run the m303 pid tuning. I will get that corrected as well.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA