Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    cr-10s upgrade to duet 2 wifi motors and ac 750w bed problems

    General Discussion
    6
    39
    906
    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.
    • DocTrucker
      DocTrucker @jobesynoob1234 last edited by

      @jobesynoob1234 it's easy enough to miss the piece of documentation that has the right information for you when new. My posts were intended to help, but their brief nature probably came over as being snappy. Not intended.

      Alive: 1 Ormerodish machines. 1 Custom Cantilever. 3 P3Steel. 1 Ciclopish scanner. In build: 1 P3Steel. Controllers: 2 Duet 2 , 2 D0.6, 1 D0.8.5, 1 D3 v0.5, 1 RAMPS/DRV8825, 1 Uno/Scan Card.

      1 Reply Last reply Reply Quote 0
      • jobesynoob1234
        jobesynoob1234 last edited by

        hi again well re-did my reprap and heres the new config.g
        ; Configuration file for Duet WiFi (firmware version 1.21)
        ; executed by the firmware on start-up
        ;
        ; generated by RepRapFirmware Configuration Tool v2 on Mon May 13 2019 10:59:27 GMT+0100 (British Summer Time)

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

        ; Network
        M550 P"CREALITY CR-10S" ; Set machine name
        M552 S1 ; Enable network
        M586 P0 S1 ; Enable HTTP
        M586 P1 S1 ; Enable FTP
        M586 P2 S0 ; Disable Telnet

        ; Drives
        M569 P0 S0 ; Physical drive 0 goes forwards
        M569 P1 S0 ; Physical drive 1 goes forwards
        M569 P2 S1 ; Physical drive 2 goes forwards
        M569 P3 S1 ; Physical drive 3 goes backwards
        M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
        M92 X80.00 Y80.00 Z400.00 E842.00 ; Set steps per mm
        M566 X900.00 Y900.00 Z12.00 E120.00 ; Set maximum instantaneous speed changes (mm/min)
        M203 X18000.00 Y18000.00 Z180.00 E1500.00 ; Set maximum speeds (mm/min)
        M201 X3000.00 Y3000.00 Z100.00 E10000.00 ; Set accelerations (mm/s^2)
        M906 X1000.00 Y1000.00 Z1000.00 E1000.00 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 X285 Y285 Z385 S0 ; Set axis maxima

        ; Endstops
        M574 X1 Y1 Z1 S1 ; Set active low and disabled endstops

        ; Z-Probe
        M558 P5 H5 F120 T6000 ; Set Z probe type to switch and the dive height + speeds
        G31 P500 X0 Y0 Z0 ; Set Z probe trigger value, offset and trigger height
        M557 X15:195 Y15:195 S20 ; Define mesh grid

        ; Heaters
        M307 H0 B0 S1.00 ; Disable bang-bang mode for the bed heater and set PWM limit
        M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0
        M143 H0 S120 ; Set temperature limit for heater 0 to 120C
        M305 P1 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 1
        M143 H1 S285 ; Set temperature limit for heater 1 to 285C

        ; Fans
        M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
        M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 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

        ; Automatic power saving
        M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss

        ; Custom settings are not configured

        all motors home but my z still sounds energized and doesnt back off the endstop switch 😕

        1 Reply Last reply Reply Quote 0
        • Veti
          Veti last edited by

          have a look at you homeall.g

          it explains it

          ; Uncomment the following lines to lift Z after probing
          ;G91 ; relative positioning
          ;G1 S2 Z5 F100 ; lift Z relative to current position
          ;G90 ; absolute positioning

          1 Reply Last reply Reply Quote 0
          • jobesynoob1234
            jobesynoob1234 last edited by

            like this
            ; Uncomment the following lines to lift Z after probing
            //;G91 ; relative positioning
            //;G1 S2 Z5 F100 ; lift Z relative to current position
            //;G90 ; absolute positioning

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

              @jobesynoob1234

              no // is c/java (and other programming languages)

              uncomment mean removing comments not adding them.

              so remove the ;

              1 Reply Last reply Reply Quote 0
              • jobesynoob1234
                jobesynoob1234 last edited by

                yip thats one of them confusing parts 🙂 with me using marlin
                i did that and it now lifts but i can still hear power going through it 😕 is that normal

                dc42 1 Reply Last reply Reply Quote 0
                • Veti
                  Veti last edited by

                  see
                  https://duet3d.dozuki.com/Wiki/Reducing_Stand-Still_Noise

                  1 Reply Last reply Reply Quote 0
                  • jobesynoob1234
                    jobesynoob1234 last edited by

                    Ok i would like to say a massive thank you veti and doctrucker for steering me in the right direction you have saved me a lot of stress 🙂 all motors home heatbed works now i just need to level the bed and try a print 🙂 i still need to look into that "reducing stand still noise" but the important parts are sorted now so im a very happy bunny thank you again for your time

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

                      @jobesynoob1234 said in cr-10s upgrade to duet 2 wifi motors and ac 750w bed problems:

                      i did that and it now lifts but i can still hear power going through it is that normal

                      That's not uncommon. The current will be reduced automatically by a specified amount (default is to 30% of normal) after a specified idle time (default is 30 seconds), so it should get quieter after that. You can adjust that 30% and 30 seconds, they are controlled by the M906 command in config.g. If you find the standstill noise loud enough to be annoying, see the link posted by @Veti.

                      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

                      jobesynoob1234 1 Reply Last reply Reply Quote 0
                      • Phaedrux
                        Phaedrux Moderator last edited by

                        The Creality motors seem to have a rather unpleasant whine at low power for some reason. It's not so much loud as it is piercing. 😫

                        Z-Bot CoreXY Build | Thingiverse Profile

                        jobesynoob1234 1 Reply Last reply Reply Quote 0
                        • jobesynoob1234
                          jobesynoob1234 @dc42 last edited by

                          @dc42 hello yip thats what i also did i knocked it down to 10seconds 🙂

                          1 Reply Last reply Reply Quote 0
                          • jobesynoob1234
                            jobesynoob1234 @Phaedrux last edited by

                            @phaedrux so will it help if i shove the current up to 1000ma 😕 i did first put them to 750ma!

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

                              @jobesynoob1234
                              changing the current will not change the noise.

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

                                @veti ah right well they can stay where they are then 🙂

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