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

Error: M350: Driver 20 does not support x8 microstepping

Scheduled Pinned Locked Moved
Duet Hardware and wiring
2
5
330
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.
  • undefined
    jdumoulin
    last edited by 8 May 2020, 15:23

    I have been going nuts trying to get my quad Z motors configured right. I thought I had everything figured out but now I am getting the error:
    Error: M350: Driver 20 does not support x8 microstepping

    The extruder was moved to my toolboard at 20.0 and I did not specify interpolation but it gives me the error as if I did.

    See my config below. Can someone tell me what I need to change?

    ; Configuration file for Duet 3 (firmware version 3)
    ; executed by the firmware on start-up
    ;
    ; generated by RepRapFirmware Configuration Tool v2.1.8 on Tue Apr 28 2020 11:01:38 GMT-0400 (Eastern Daylight Time)

    ; General preferences
    G90 ; send absolute coordinates...
    M83 ; ...but relative extruder moves
    M550 P"BAP" ; set printer name

    ; Drives
    M569 P0.0 S1 ; physical drive 0.0 goes forwards
    M569 P0.1 S0 ; physical drive 0.1 goes backwards
    M569 P0.2 S0 ; physical drive 0.2 goes backwards
    M569 P0.3 S0 ; physical drive 0.3 goes backwards
    M569 P0.4 S0 ; physical drive 0.4 goes backwards
    M569 P0.5 S1 ; physical drive 0.5 goes forwards
    M569 P20.0 S0 ; physical tool board drive 20.0 goes backwards

    ; Motor remapping for quad Z
    M584 X0.0 Y0.1 Z0.2:0.3:0.4:0.5 E0.20 ; set drive mapping
    M671 X-125:825:745:-125 Y0:0:835:835 S10 F1 ;lead screws clockwise front right z1, front left z2, rear left z3, rear right z4
    M350 X16 Y16 Z16 I1 ; Configure microstepping with interpolation
    M350 E8 ; Set Extruder to 8x Microstepping with no interpolation
    M92 X64 Y64 Z400 E409 ; Set steps per mm
    M566 X500.00 Y500.00 Z24.00 E24.00 ; set maximum instantaneous speed changes (mm/min)
    M203 X10000 Y10000 Z600 E3600 ; Set maximum speeds (mm/min)
    M201 X3000 Y3000 Z250 E120 ; Set accelerations (mm/s^2)
    M906 X1000 Y1000 Z1000 E1000 I75 ; Set motor currents (mA) and motor idle factor in %
    M84 S3000 ; Set idle timeout

    ; Axis Limits
    M208 X0 Y0 Z0 S1 ; set axis minima
    M208 X760 Y690 Z800 S0 ; set axis maxima

    ; Endstops
    M574 X1 S1 P"io1.in" ; configure active-high endstop for low end on X via pin io1.in
    M574 Y1 S1 P"io2.in" ; configure active-high endstop for low end on Y via pin io2.in
    M574 Z1 S2 ; configure Z-probe endstop for low end on Z

    ;M574 Z1 S1 P"io3.in" ; old z min configure active-high endstop for low end on Z via pin io3.in

    ; Z-Probe
    M950 S0 C"20.io0.out" ; create servo pin 0 for BLTouch
    M558 P9 C"20.io0.in" H10 F120 T13000 ; set Z probe type to bltouch and the dive height + speeds
    G31 P25 X-15 Y-40 Z2.5 ; set Z probe trigger value, offset and trigger height
    M557 X30:765 Y50:700 S200

    ; Heaters
    ; old M308 S1 P"20.temp0" Y"thermistor" T100000 B4725
    M308 S1 P"20.temp0" Y"thermistor" R2200 T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin 20.temp0
    M950 H0 C"20.out0" T1 ; create nozzle heater output on 20.out0 and map it to sensor 0
    M143 H0 S300 ; set temperature limit for heater 0 to 280C
    M307 H0 A400 C250.0 D18 B0 V13.4

    ; Fans
    M950 F0 C"20.out2" ; Tool board hot end fan
    M106 P0 C"Hot End fan" S1 H1 T45 ; set fan 0 name and value. Thermostatic control is turned on
    M950 F1 C"20.out1" ; Tool board print cooling fan, no tacho
    M106 P1 C"Part Cooler" S0 ; set fan 1 value. Thermostatic control is turned off

    ; Tools
    M563 P0 D0 F0 H0 ; 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

    ; Miscellaneous
    M501 ; load saved parameters from non-volatile memory
    M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss

    1 Reply Last reply Reply Quote 0
    • undefined
      dc42 administrators
      last edited by 8 May 2020, 15:31

      Which firmware versions are you using, both on the main board and the tool board? Current is 3.01-RC12 on main board and 3.01-RC11 on tool board.

      Duet WiFi hardware designer and firmware engineer
      Please do not ask me for Duet support via PM or email, use the forum
      http://www.escher3d.com, https://miscsolutions.wordpress.com

      undefined 1 Reply Last reply 8 May 2020, 16:38 Reply Quote 0
      • undefined
        jdumoulin @dc42
        last edited by 8 May 2020, 16:38

        @dc42 rc11 on main and tool board

        undefined 1 Reply Last reply 8 May 2020, 18:27 Reply Quote 0
        • undefined
          jdumoulin @jdumoulin
          last edited by 8 May 2020, 18:27

          @jdumoulin
          The extruder will not move even if I take interpolation out for the other drives.

          1 Reply Last reply Reply Quote 0
          • undefined
            jdumoulin
            last edited by 8 May 2020, 18:30

            @jdumoulin said in Error: M350: Driver 20 does not support x8 microstepping:

            E0.20

            Scratch all that. I finally found the typo. Im sorry to have wasted your time on this. I checked this thing over and over.
            Extruder was listed as E0.20 instead of E20.0

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