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

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

    Scheduled Pinned Locked Moved
    General Discussion
    6
    39
    2.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.
    • jobesynoob1234undefined
      jobesynoob1234
      last edited by

      ; Configuration file for factory testing Duet Ethernet and Wifi with V2.02 firmware


      FOR TESTING ONLY! USE https://configurator.reprapfirmware.org/ to generate configuration files for your printer!


      ; Communication and general
      M111 S0 ; Debug off
      M550 PDuetTest ; Machine name and Netbios name (can be anything you like)
      M551 Preprap ; Machine password (used for FTP)

      *** Ethernet networking: The following lines are used for factory testing - PLEASE REMOVE THEM
      M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address
      M552 P192.168.1.14 ; IP address
      M554 P192.168.1.255 ; Gateway
      M553 P255.255.255.0 ; Netmask

      ;*** End of factory test lines to be removed

      ;*** Networking
      M552 S1 ; Turn network on

      M555 P2 ; Set output to look like Marlin
      G21 ; Work in millimetres
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves

      ; Disable Fan 1 thermostatic mode
      M106 P1 H-1

      ; Axis and motor configuration
      M569 P0 S1 ; Drive 0 goes forwards
      M569 P1 S1 ; Drive 1 goes forwards
      M569 P2 S1 ; Drive 2 goes forwards
      M569 P3 S1 ; Drive 3 goes forwards
      M569 P4 S1 ; Drive 4 goes forwards
      M574 X2 Y2 Z2 S1 ; set endstop configuration (all endstops at high end, active high)
      ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration
      M665 R105.6 L215.0 B85 H250 ; set delta radius, diagonal rod length, printable radius and homed height
      M666 X0 Y0 Z0 ; put your endstop adjustments here, or let auto calibration find them
      M350 X16 Y16 Z16 E16:16 I1 ; Set 16x microstepping with interpolation
      M92 X80 Y80 Z400 ; Set axis steps/mm
      M906 X1000 Y1000 Z100 E750 I60 ; Set motor currents (mA) and increase idle current to 60%
      M201 X3000 Y3000 Z100 E1000 ; Accelerations (mm/s^2)
      M203 X20000 Y20000 Z20000 E3600 ; Maximum speeds (mm/min)
      M566 X1200 Y1200 Z1200 E1200 ; Maximum instant speed changes mm/minute

      ; Thermistors
      M305 P0 T100000 B3950 R4700 H120 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction
      M305 P1 T100000 B3974 R4700 H300 L0 ; Put your own H and/or L values here to set first nozzle thermistor ADC correction
      M305 P2 T100000 B3974 R4700 H30 L0 ; Put your own H and/or L values here to set 2nd nozzle thermistor ADC correction

      M570 S195 ; Hot end may be a little slow to heat up so allow it 180 seconds

      ; Adjustments for dummy heaters on test rig
      M307 H0 A250 C140 D5.5 B1
      M307 H1 A250 C140 D5.5 B0
      M307 H2 A250 C140 D5.5 B0

      ; Fans
      M106 P1 S-1 ; disable thermostatic mode for fan 1

      ; Tool definitions
      M563 P0 D0 H1 ; Define tool 0
      G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures
      ;*** If you have a single-nozzle build, comment the next 2 lines
      //M563 P1 D1 H2 ; Define tool 1
      //G10 P1 S0 R0 ; Set tool 1 operating and standby temperatures
      M92 E80:80 ; Set extruder steps per mm

      ; Z probe and compensation definition
      ;*** If you have a switch instead of an IR probe, change P1 to P4 in the following M558 command.
      M558 P4 F100 T6000 X0 Y0 Z0 H3 ; Z probe is a Smart Effector and is not used for homing any axes R0.4 not used. Reduced F300 to 100
      G31 P100 X0 Y0 Z-0.25 ; Set the zprobe height and threshold for Smart Effector

      ;*** If you are using axis compensation, put the figures in the following command
      M556 S78 X0 Y0 Z0 ; Axis compensation here

      M208 S1 Z-0.2 ; set minimum Z

      T0 ; select first hot end
      ; M117 Use https://configurator.reprapfirmware.org/ to set up your printer config

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

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

        homing files

        homing files?? where are they 😕

        1 Reply Last reply Reply Quote 0
        • dragonnundefined
          dragonn
          last edited by

          You should really read the first line of you config file.

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

            think i found them 🙂 ; Example Homing file for RepRapFirmware on delta printer

            M117 Use https://configurator.reprapfirmware.org/ to set up your printer config

            ;G91 ; use relative positioning
            ;******* Change F250 in the following line to F2500 when you are finished commissioning
            ;******* Change 320 in the following to a higher value if your Kossel has taller towers
            ;G1 S1 X320 Y320 Z320 F2500 ; move all carriages up 320mm, stopping at the endstops
            ;G1 S2 X-3 Y-3 Z-3 ; move all carriages down 3mm
            ;G1 S1 X6 Y6 Z6 F250 ; move carriages slowly up 6mm, stopping at the endstops
            ;G1 Z-5 F2000 ; down a few mm so that we can centre the head
            ;G90 ; back to absolute positioning
            ;G1 X0 Y0 F2000 ; centre the head and set a reasonable feed rate

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

              i have used the reprap configuration tool and as far as i know i uploaded it to the duet 😕 is that what u mean ?

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

                Duet2CombinedFirmware.bin is the file i believe 😕

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

                  @jobesynoob1234 yes, it seems that you did upload it wrong, maybe into the g-code page and not into system.
                  Pleas post what firmware version are you running (Main firmware, Wifi Server and Web Control)

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

                    @jobesynoob1234 No it is not, this is a file for updating the firmware, not configuring it.

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

                      Firmware Name: RepRapFirmware for Duet 2 WiFi/Ethernet
                      Firmware Electronics: Duet WiFi 1.02 or later
                      Firmware Version: 2.02(RTOS) (2018-12-24b1)
                      WiFi Server Version: 1.22
                      Web Interface Version: 1.22.5

                      1 Reply Last reply Reply Quote 0
                      • dragonnundefined
                        dragonn
                        last edited by

                        Pleas post the zip. file what you are getting from the reprap configuration and make some screens how do you upload it.

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

                          how do i upload the firmware because its saying i cant upload it in that format 😕

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

                            i mean how do i post it 😕 sorry

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

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

                              M665 R105.6 L215.0 B85 H250 ; set delta radius, diagonal rod length, printable radius and homed height
                              M666 X0 Y0 Z0 ; put your endstop adjustments here, or let auto calibration find them

                              thats a delta printer configuration.

                              please discard all your configs and start from new with the configurator

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

                                oooops that sounds like a big mistake 😕 what will i do now 😕 ????

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

                                  do i select the corexy?

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

                                    no cr10 is cartesian.

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

                                      i used this video for reprap tool https://www.youtube.com/watch?v=6nqddfxHla0

                                      1 Reply Last reply Reply Quote 0
                                      • DocTruckerundefined
                                        DocTrucker
                                        last edited by

                                        Read through the online documentation. Therw is a guide for setting up caryesian printers:

                                        https://duet3d.dozuki.com/Guide/3.)+Configuration+(General+Cartesian)/10

                                        Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

                                        1 Reply Last reply Reply Quote 0
                                        • DocTruckerundefined
                                          DocTrucker
                                          last edited by

                                          Have a general read through the documentation here too:

                                          https://duet3d.dozuki.com/

                                          Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

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

                                            please bare with me i believe i have a mix of adhd and autisum 🙂 so i tend to jump ahead of my self and miss steps but also some documentations i have read leave parts out and its thoughs parts that can get me confused 🙂 so im sorry if i stress any of yous out 🙂 and thank you so far i will re do my reprap and will be back

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