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

    CR 10 5s

    Scheduled Pinned Locked Moved
    My Duet controlled machine
    5
    13
    742
    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.
    • Thunderundefined
      Thunder
      last edited by

      Greetings all together.

      I have a CR 10 5s and i have upgraded it with linear rails on all 3 axis and a Titan extruder with volcano hot end.

      It's all wired up and moving. But here is the catch. I also bought new motors from e3d

      On the Y axis i have :

      NEMA 17.

      1.8° Step Angle.

      200 Steps Per Revolution.

      4V Rated Voltage.

      2A Phase.

      8.2kg/cm (114oz/in) Holding Torque.

      60mm Body.

      5mm Output Shaft.

      On x :

      NEMA 17.

      0.9° Step Angle.

      400 Steps Per Revolution.

      2.8V Rated Voltage.

      1.68A Phase.

      4.4kg/cm (61oz/in) Holding Torque.

      48mm Body.

      5mm Output Shaft.

      On z 2x :

      NEMA 17.

      0.9° Step Angle.

      400 Steps Per Revolution.

      2.8V Rated Voltage.

      1.68A Phase.

      3.5kg/cm (48.6oz/in) Holding Torque.

      40mm Body.

      25mm Output Shaft (5mm diameter)

      Ok, the machine is moving but not as much as i want to. I tried to reconfigure with the reprap configuration but there is something that im doing wrong. Because i click on the 50 mm button and it moves less.

      Can somebody check my parameters and tell me what I am doing wrong? Attached you will find my config file

      Thanks

      [0_1588331232137_config2.zip](Uploading 100%)

      PaulHewundefined 1 Reply Last reply Reply Quote 0
      • PaulHewundefined
        PaulHew @Thunder
        last edited by

        @Thunder your config.g did not upload. Use the '</>' from the toolbar or try uploading again.

        Regards,
        Paul

        RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
        Voron 2.4 disassembled..... Waiting for the RailCore Mini....

        1 Reply Last reply Reply Quote 0
        • Thunderundefined
          Thunder
          last edited by

          sorry here is it :

          ; Configuration file for Duet WiFi (firmware version 2.03)
          ; executed by the firmware on start-up
          ;
          ; generated by RepRapFirmware Configuration Tool v2.1.8 on Fri May 01 2020 16:13:33 GMT+0200 (Srednjeevropski poletni čas)
          
          ; General preferences
          G90                                     ; send absolute coordinates...
          M83                                     ; ...but relative extruder moves
          M550 P"CR10 5S"                         ; set printer name
          M918 P1 E4 F2000000                     ; configure direct-connect display
          
          ; Network
          
          ; Drives
          M569 P0 S0                              ; physical drive 0 goes backwards
          M569 P1 S0                              ; physical drive 1 goes backwards
          M569 P2 S1                              ; physical drive 2 goes forwards
          M569 P3 S0                              ; physical drive 3 goes backwards
          M584 X0 Y1 Z2 E3                        ; set drive mapping
          M350 X32 Y32 Z32 I0                     ; configure microstepping without interpolation
          M350 E16 I1                             ; configure microstepping with interpolation
          M92 X80.00 Y80.00 Z4000.00 E420.00      ; set steps per mm
          M566 X900.00 Y900.00 Z12.00 E120.00     ; set maximum instantaneous speed changes (mm/min)
          M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
          M201 X500.00 Y500.00 Z20.00 E250.00     ; set accelerations (mm/s^2)
          M906 X1680 Y1680 Z1680 E800 I50         ; 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 X500 Y500 Z500 S0                  ; set axis maxima
          
          ; Endstops
          M574 Z1 S0                              ; set active low and disabled endstops
          M574 X1 Y1 S1                           ; set active high endstops
          
          ; Z-Probe
          M558 P0 H5 F120 T24000                  ; disable Z probe but set dive height, probe speed and travel speed
          M557 X15:215 Y15:195 S20                ; define mesh grid
          
          ; Heaters
          M305 P0 T100000 B4092 R4700             ; set thermistor + ADC parameters for heater 0
          M143 H0 S150                            ; set temperature limit for heater 0 to 150C
          M305 P1 T100000 B4092 R4700             ; set thermistor + ADC parameters for heater 1
          M143 H1 S275                            ; set temperature limit for heater 1 to 275C
          
          ; 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
          M106 P2 S1 I0 F500 H1:0 T45             ; set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on
          
          ; Tools
          M563 P0 D0 H1 F0                        ; 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 are not defined
          
          
          

          Thanks 🙂

          Phaedruxundefined 1 Reply Last reply Reply Quote 0
          • NitroFreakundefined
            NitroFreak
            last edited by

            You have a 400 steps/rev stepper, the original are 200. You need to double your steps/mm for every axis that you switched the steppers out

            1 Reply Last reply Reply Quote 0
            • PaulHewundefined
              PaulHew
              last edited by

              @Thunder said in [CR 10 5s]
              Did you use the RRF Config Tool (Click the link)

              My First glance is your M906, some of your values are high.
              My suggestion
              M906 X1400 Y1700 Z1400 E800 I50 ; set motor currents (mA) and motor idle factor in per cent

              I am guessing In regards to your M92, you can try it, I am not saying it is right!
              M92 X400 Y200 Z4000.00 E420.00 ; set steps per mm
              Make sure if you move 10mm in any axis from DWC it has physically moved that distance,

              Also I would start with this, then tweak later.
              M350 X16 Y16 Z16 E16 I 0 ; set 16x microstepping for axes & extruder, without interpolation

              As I said, not 100%, but it might get you on the right path.

              Paul.

              RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
              Voron 2.4 disassembled..... Waiting for the RailCore Mini....

              1 Reply Last reply Reply Quote 1
              • Phaedruxundefined
                Phaedrux Moderator @Thunder
                last edited by

                @Thunder said in CR 10 5s:

                Z4000.00

                4000 steps per mm on the Z axis is unlikely. 400 perhaps?

                Z-Bot CoreXY Build | Thingiverse Profile

                1 Reply Last reply Reply Quote 0
                • ziggymanpopoundefined
                  ziggymanpopo
                  last edited by

                  I did somthing simular to a cr10 s what is the pich on your screw 5 or 10 mm. Kersy manufacturing Has a u tube video that might be very helpful it was for me. He goes thrie the whole process

                  1 Reply Last reply Reply Quote 0
                  • Thunderundefined
                    Thunder
                    last edited by

                    Ok. Long time no write. I have made the printer move. And now I have another problem. I have a titan aero extruder with a Vulcano hotend. And now I struggle with the top layer and the edges. I get a bit deformed left corner.
                    Hope anybody will see this thread. 😛 Z is the top layer

                    Here is my config file.

                    ; Configuration file for Duet WiFi (firmware version 2.03)
                    ; executed by the firmware on start-up
                    ;
                    ; generated by RepRapFirmware Configuration Tool v2.1.8 on Sun May 24 2020 20:05:38 GMT+0200 (Central European Summer Time)
                    
                    ; General preferences
                    G90                                                ; send absolute coordinates...
                    M83                                                ; ...but relative extruder moves
                    M550 P"My Printer"                                 ; set printer name
                    
                    ; Network
                    M551 P"GoBevk"                                     ; set password
                    M552 S1                                            ; enable network
                    M586 P0 S1                                         ; enable HTTP
                    M586 P1 S0                                         ; disable FTP
                    M586 P2 S0                                         ; disable Telnet
                    
                    ; Drives
                    M569 P0 S0                                         ; physical drive 0 goes backwards
                    M569 P1 S0                                         ; physical drive 1 goes backwards
                    M569 P2 S1                                         ; physical drive 2 goes forwards
                    M569 P3 S1                                         ; physical drive 3 goes forwards
                    M584 X0 Y1 Z2 E3                                   ; set drive mapping
                    M350 X16 Y16 Z16 E16 I1                            ; configure microstepping with interpolation
                    M92 X160.00 Y80.00 Z800.00 E809.00                 ; set steps per mm
                    M566 X900.00 Y900.00 Z12.00 E120.00                ; set maximum instantaneous speed changes (mm/min)
                    M203 X6000.00 Y6000.00 Z180.00 E1200.00            ; set maximum speeds (mm/min)
                    M201 X500.00 Y500.00 Z20.00 E250.00                ; set accelerations (mm/s^2)
                    M906 X1400 Y1700 Z1400 E800 I50                    ; set motor currents (mA) and motor idle factor in per cent
                    M84 S50                                            ; Set idle timeout
                    
                    ; Axis Limits
                    M208 X0 Y0 Z0 S1                                   ; set axis minima
                    M208 X500 Y500 Z500 S0                             ; set axis maxima
                    
                    ; Endstops
                    M574 X1 Y1 Z1 S1                                   ; set active high endstops
                    
                    ; Z-Probe
                    M307 H3 A-1 C-1 D-1                                ; disable heater on PWM channel for BLTouch
                    M558 P9 H5 F120 T24000                             ; set Z probe type to bltouch and the dive height + speeds
                    G31 P500 X-66.4 Y-10.2 Z2.15                            ; set Z probe trigger value, offset and trigger height
                    M557 X15:495 Y15:495 S20                           ; define mesh grid
                    
                    ; Heaters
                    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 S280                                       ; set temperature limit for heater 1 to 280C
                    
                    ; 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 F0                                   ; 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 are not defined
                    
                    ; Miscellaneous
                    M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
                    
                    
                    

                    ![6_1590644526968_IMG-4002.JPG](Uploading 100%) ![5_1590644526967_IMG-4001.JPG](Uploading 100%) ![4_1590644526967_IMG-3999.JPG](Uploading 100%) ![3_1590644526966_IMG-3998.JPG](Uploading 100%) ![2_1590644526965_IMG-3997.JPG](Uploading 100%) ![1_1590644526965_IMG-3996.JPG](Uploading 100%) ![0_1590644526959_IMG-3995.JPG](Uploading 100%)

                    Any suggestions ??:)

                    1 Reply Last reply Reply Quote 0
                    • Thunderundefined
                      Thunder
                      last edited by

                      Ok and now the pictures :

                      https://ibb.co/8MpQxcJ
                      https://ibb.co/NN1n4zJ
                      https://ibb.co/q9rRb3G
                      https://ibb.co/vHDkSY9
                      https://ibb.co/SnsXfHZ
                      https://ibb.co/GRvZFQ1
                      https://ibb.co/1z8SLzX

                      The nozzle is 0.8mm

                      1 Reply Last reply Reply Quote 0
                      • ziggymanpopoundefined
                        ziggymanpopo
                        last edited by

                        You might find it interestin but i put linear rails/ballscrew and with a pich if 10mm if you are interested in knowing the effort was worth it .
                        all the gosting is gone completely. It was a lot of work please feel free to ask me anything you like
                        I have not experienced the same issues with my top layers but im only running a .4 nozzle...
                        Just chainging the board out is enough of a challenge my hats off to you! 😁 knowing whats to be done!! i call it the fankenprinter!!!

                        My next step is to strip the x carrage completely
                        I thought i would use both an end stop for the z axes and the z probe. I kbow its possable seen a couple of posts
                        Reasoning behind is after the upgrade there will be no more give on the hotend thus as a safety precaution, i have run my hotend carriage into my build platform several times
                        Hemera direct drive extrude upgrade to come

                        Thunderundefined 1 Reply Last reply Reply Quote 0
                        • ziggymanpopoundefined
                          ziggymanpopo
                          last edited by

                          By the way its not a cr-10s5 anymore
                          Same thing i started with.

                          1 Reply Last reply Reply Quote 0
                          • Thunderundefined
                            Thunder @ziggymanpopo
                            last edited by

                            @ziggymanpopo Thanks. I also upgraded the z-axis and the x-axis to linear rails. Still have to upgrade the x-axis. Why did you decide to change the ball screws? Thanks for the compliment :).
                            What do i call it ?

                            1 Reply Last reply Reply Quote 0
                            • ziggymanpopoundefined
                              ziggymanpopo
                              last edited by

                              I nsmed my printer frankenprinter as a joke almost all of the original parts are gone just the frame left
                              I found out that almost all of my settings needed tweeking after the d.w.c. change
                              I used the 10 pitch,, much faster ball screw.

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