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

    DuetWiFiFirmware minor release 1.15c

    Scheduled Pinned Locked Moved
    Firmware installation
    11
    79
    12.2k
    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.
    • guywinslowundefined
      guywinslow
      last edited by

      Ok, got it to work, this is what i ended up with for a Configuration:

      ; Configuration file for RepRap Ormerod
      ; RepRapPro Ltd
      ;
      M111 S0 ; Debug on
      M550 PTricolour Mendel WIFI
      M551 Pgdww1620
      M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xEA ; Set the MAC address
      M552 S1 ; Enable WiFi

      M555 P2 ; Set output to look like Marlin
      M575 P1 B57600 S1 ; Comms parameters for PanelDue
      M906 X800 Y1000 Z800 E800:800 ; Motor currents (mA)

      M305 P0 R4700 T10000 B3988 ; set bed thermistor parameters
      M307 H0 A117.7 C395.8 D1.8 B0
      M307 H1 A759.1 C95.9 D5.8 B0

      M574 X0 S1 ; Set endstop configuration
      M574 Y2 S0 ; Set endstop configuration
      M574 Z0 S1 ; Set endstop configuration

      M569 P0 S0 ; Set X Axis Direction
      M569 P1 S1 ; Set Y Axis Direction
      M569 P2 S0 ; Set Z Axis Direction
      M569 P3 S0 ; Set E0 Axis Direction
      M569 P4 S0 ; Set E1 Axis Direction

      M558 P1 X1 Y0 Z1 ; Set Z probe type
      M92 X100.25 Y100.25 Z4001.50 E420.00:420.00 ; Set axis steps per unit
      M570 S180 ; Set heater timeout
      M667 S0 ; set Cartesian mode

      M350 X16 Y16 Z16 E16:16 I01 ; Set microstepping mode

      M563 P0 D0 H1 ; Create tool 0 = Color 1
      M563 P1 D1 H1 ; Create tool 1 = Color 2
      M563 P2 D2 H1 ; Create tool 2 = Color 3

      G10 P0 X20.0 Y0.0 Z0.0 S0 R0 ; Set tool 0 operating and standby temperatures
      G10 P1 X20.0 Y0.0 Z0.0 S0 R0 ; Set tool 1 operating and standby temperatures
      G10 P2 X20.0 Y0.0 Z0.0 S0 R0 ; Set tool 2 operating and standby temperatures

      M106 P2 T45 H1 ; Fan control, Thermostatic on Heater H1

      M572 D0 S0.00 ; Set extruder 0 pressure advance
      M572 D1 S0.00 ; Set extruder 1 pressure advance

      ;M566 X600 Y600 Z5 E10 ; Set allowable instantaneous speed change

      M201 X800 Y800 Z15 E1000:1000 ; acceleration tweaks for improved finish
      M203 X15000 Y15000 Z150 E3600:3600 ; speed tweaks for improved finish
      ;
      M208 X200 Y200 Z120 ; set axis max travel
      M208 X0.0 Y0.0 Z0.0 S1 ; set axis minimum (adjust to make X=0 the edge of the bed)

      G21 ; Work in millimetres
      G90 ; Send absolute coordinates…
      M83 ; relative extruder moves

      G31 P500 Z1.30 ; Set the probe height and threshold PLA = 0.65, ABS = 0.75
      T2
      M500 ;Store setting in EEPROM

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        Are you certain that setting nonzero extruder pressure advance in M572 is causing a problem? Also, have you checked on the web interface or by sending M115 that you really are running firmware version 1.15e? Firmware updates do fail sometimes.

        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

        1 Reply Last reply Reply Quote 0
        • guywinslowundefined
          guywinslow
          last edited by

          No Actually, it just helped. Things started working right when i put the M667 S0 and the M500. I can set the M572 D0 S0.00 to something other then zero. Whats a Recommended value to start with?

          1 Reply Last reply Reply Quote 0
          • guywinslowundefined
            guywinslow
            last edited by

            oww, yes i am running firmware version 1.15e. At least that is what the web interface reads out.

            1 Reply Last reply Reply Quote 0
            • dc42undefined
              dc42 administrators
              last edited by

              @guywinslow:

              No Actually, it just helped. Things started working right when i put the M667 S0 and the M500. I can set the M572 D0 S0.00 to something other then zero. Whats a Recommended value to start with?

              Try S values between 0.05 and 0.25. If you are using more than about 2mm of retraction then be prepared to reduce it when you use high S values. For example, using S0.25 will add about 1mm of retraction at the end of a fast printing move.

              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

              1 Reply Last reply Reply Quote 0
              • guywinslowundefined
                guywinslow
                last edited by

                Ok, i set the pressure advance to this, and started a test print
                M572 D0 S0.05 ; Set extruder 0 pressure advance
                M572 D1 S0.05 ; Set extruder 1 pressure advance

                When i got to the 1.00mm Z height, the Y axes started to jump, as if it was moving, braking, moving, braking. i killed the print as it was getting pretty load and i was afraid it was going to brake the printer.

                1 Reply Last reply Reply Quote 0
                • guywinslowundefined
                  guywinslow
                  last edited by

                  Ok, Installed the 1.16 Alfa. The Ste-per motor noise is Still there. I did notes its only on coordinated moves. I can calibrate, move the table around and extrude and all is well. But i run a Print and the noise is there. Note - don't get me wrong this is not machanical, its motor drive control

                  1 Reply Last reply Reply Quote 0
                  • guywinslowundefined
                    guywinslow
                    last edited by

                    OK, This probably needs to be under the next release of the Firmware (dc42/Version 1.16 beta 2), but i could not find a Blog or forum for it. So hear is the info:

                    • Ste-per motor noise is down to a Dull rorre (Sounds like a Skipping Hart beet). Its still coming out of extrude motor when i listen to it through a Sc-row driver handle.
                      Temperature control, the best i can do with Auto-tune is the hot end doing +- 0.3. it is holding that. at lest for the short print times i have been testing.

                    Going to let this test print finish to see if it finushes.

                    1 Reply Last reply Reply Quote 0
                    • Bobblejotundefined
                      Bobblejot
                      last edited by

                      you have

                      M350 X16 Y16 Z16 E16:16 I01 ; Set microstepping mode

                      Should it not be

                      M350 X16 Y16 Z16 E16:16 I1 ; Set microstepping mode

                      or

                      M350 X16 Y16 Z16 E16:16 I0 ; Set microstepping mode

                      Depending on whether or not you are using interpolation or not?

                      Also your X and Y axis steps per millimetre are the same but your motor currents are different? are you using different motors?

                      1 Reply Last reply Reply Quote 0
                      • guywinslowundefined
                        guywinslow
                        last edited by

                        Same motors, one is the Y axes, heavy mechanism, it gets slope if there the same. will fix the M350 command. I uploaded the Firmware (dc42/Version 1.16 beta 3). noisy in the steeper motors is gone.

                        1 Reply Last reply Reply Quote 0
                        • guywinslowundefined
                          guywinslow
                          last edited by

                          Was ruining another test print. 4mm x 4mm 75mm square. The over extruding started at about 3mm. Looks like its over extruding, then under extruding. Then go's back to normal for 60mm, then it dos it age-an.

                          1 Reply Last reply Reply Quote 0
                          • dc42undefined
                            dc42 administrators
                            last edited by

                            @guywinslow:

                            Was ruining another test print. 4mm x 4mm 75mm square. The over extruding started at about 3mm. Looks like its over extruding, then under extruding. Then go's back to normal for 60mm, then it dos it age-an.

                            That sounds to me like either a problem with your extuder drive, or inconsistent filament diameter.

                            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

                            1 Reply Last reply Reply Quote 0
                            • guywinslowundefined
                              guywinslow
                              last edited by

                              The filament would have to have a difference of .75mm to do this.

                              I went from:
                              M350 X16 Y16 Z16 E16:16 I1 ; Set microstepping mode, interpolation mode On
                              to
                              M350 X16 Y16 Z16 E16:16 I0 ; Set microstepping mode, interpolation mode Off

                              Second test print cam out OK. looks like its interpolation. Docs on Stepper state it needs a Good Clock pulse. Probably is noise or not up to snuf, it also explanes why its a repeting intervall. Adding to mush plastick then not enuff. All leave interpolation mode switched off

                              1 Reply Last reply Reply Quote 0
                              • guywinslowundefined
                                guywinslow
                                last edited by

                                Figured it out, Extruder issues:

                                M350 X0 Y0 Z0 E0:0 I0 ; Set microstepping mode

                                looks like my Stepper motors wont do microstepping mode. If i understand the command right. Symptoms noise steppers, Pore Speed control (Extruder). Switching to latest FW

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