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

    CR-10+Bondtech+Silicon Bed 450W+Microswiss...Help

    Scheduled Pinned Locked Moved
    General Discussion
    4
    45
    1.7k
    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.
    • Chrissundefined
      Chriss @Hélder Rocha
      last edited by

      @Hélder-Rocha
      Looks Good to me. As long as you keep the M20x in the config.g. There must me at least one place where you set some limits which should match your hardware and other settings.

      Hélder Rochaundefined 1 Reply Last reply Reply Quote 0
      • Hélder Rochaundefined
        Hélder Rocha @Chriss
        last edited by

        @Chriss i beleave is there! Looks good?

        Going now downstairs to the garage and try it

        ; Drives
        M569 P0 S0 ; Drive 0 goes backwards
        M569 P1 S0 ; Drive 1 goes backwards
        M569 P2 S0 ; Drive 2 goes backwards
        M569 P3 S1 ; Drive 3 goes forwards
        M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
        M92 X80.00 Y80.00 Z408.00 E820.00 ; Set steps per mm Z400
        M566 X600.00 Y600.00 Z24.00 E1200.00 ; Set maximum instantaneous speed changes (mm/min)
        M203 X30000.00 Y30000.00 Z300.00 E1500.00 ; Set maximum speeds (mm/min)
        M201 X1000.00 Y1000.00 Z100.00 E10000.00 ; Set accelerations (mm/s^2)
        M906 X750.00 Y1150.00 Z750.00 E1050.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
        M84 S300 ; Set idle timeout
        ✌

        1 Reply Last reply Reply Quote 0
        • Hélder Rochaundefined
          Hélder Rocha
          last edited by

          YESSSSSSSSSSSSSSSSSS... speed is normal now. Tks a lot guys... are you ready for the next problem i have? eh eh

          Allright... my config for homeall with the bltouch. Is the original one, not replica. Is the smart bltouch 2020.
          But first one question: i heve seen in some toturials that we should make a cut with a knife, because of the 3.3 v power or something like that!!! Is it needed to be done on this bltouch?

          My config next:

          ; homeall.g
          ; called to home all axes
          ;
          ; generated by RepRapFirmware Configuration Tool v2 on Wed Dec 26 2018 13:31:24 GMT+0000 (Hora padrão da Europa Ocidental)
          G91 ; relative positioning
          G1 Z5 F6000 S2 ; lift Z relative to current position
          M98 Pdeployprobe.g ; deploy mechanical Z probe
          G1 S1 X-305 Y-305 F1800 ; move quickly to X and Y axis endstops and stop there (first pass)
          G1 X5 Y5 F6000 ; go back a few mm
          G1 S1 X-305 Y-305 F360 ; move slowly to X and Y axis endstops once more (second pass)
          G90 ; absolute positioning
          G1 X200 Y150 F6000 ; go to first bed probe point and home Z
          G30 ; home Z by probing the bed

          ; 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

          M98 Pretractprobe.g ; retract mechanical Z probe

          Ok... at the momment, i have the bltouch installed, but i am doing the home return with endstops swich. But first i tried this config and what apenned is that the printer does the x and y, but doesnt come down to make the measures!

          Any sugestions?

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

            No you don't have to cut any trace now.

            Please post you config.g as text.

            Z-Bot CoreXY Build | Thingiverse Profile

            Hélder Rochaundefined 1 Reply Last reply Reply Quote 0
            • Hélder Rochaundefined
              Hélder Rocha @Phaedrux
              last edited by

              @Phaedrux Good morning, sorry at the time i went to bed. My config is like this:

              ; Configuration file for Duet WiFi (firmware version 1.21)
              ; executed by the firmware on start-up
              ;
              ; generated by RepRapFirmware Configuration Tool v2 on Wed Dec 26 2018 13:31:24 GMT+0000 (Hora padrão da Europa Ocidental)

              ; General preferences
              M111 S0 ; Debugging off
              G21 ; Work in millimetres
              G90 ; Send absolute coordinates...
              M83 ; ...but relative extruder moves
              M555 P2 ; Set firmware compatibility to look like Marlin

              ; Network
              M550 P"Cr 10 - S" ; Set machine name
              M552 S1 ; Enable network
              ;*** Access point is configured manually via M587
              M586 P0 S1 ; Enable HTTP
              M586 P1 S0 ; Disable FTP
              M586 P2 S0 ; Disable Telnet

              ; Drives
              M569 P0 S0 ; Drive 0 goes backwards
              M569 P1 S0 ; Drive 1 goes backwards
              M569 P2 S0 ; Drive 2 goes backwards
              M569 P3 S1 ; Drive 3 goes forwards
              M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
              M92 X80.00 Y80.00 Z408.00 E820.00 ; Set steps per mm Z400
              M566 X600.00 Y600.00 Z24.00 E1200.00 ; Set maximum instantaneous speed changes (mm/min)
              M203 X30000.00 Y30000.00 Z300.00 E1500.00 ; Set maximum speeds (mm/min)
              M201 X1000.00 Y1000.00 Z100.00 E10000.00 ; Set accelerations (mm/s^2)
              M906 X750.00 Y1150.00 Z750.00 E1050.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
              M84 S300 ; Set idle timeout

              ; Axis Limits
              M208 X0 Y0 Z0 S1 ; Set axis minima
              M208 X300 Y300 Z400 S0 ; Set axis maxima

              ; Endstops
              M574 X1 Y1 S1 ; Set active high endstops

              ; Z-Probe
              M574 Z1 S2 ; Set endstops controlled by probe
              M307 H3 A-1 C-1 D-1 ; Disable heater on PWM channel for BLTouch
              M558 P9 H5 F120 T6000 A5 S0.02 ; Set Z probe type to bltouch and the dive height + speeds
              G31 P25 X-40 Y-10 Z1.20 ; Set Z probe trigger value, offset and trigger height
              M557 X50:250 Y50:250 S50 ; Define mesh grid

              ; Heaters
              M305 P0 T100000 B3950 C0 R4700 ; Set thermistor + ADC parameters for heater 0
              M143 H0 S120 ; Set temperature limit for heater 0 to 120C
              M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1
              M143 H1 S290 ; Set temperature limit for heater 1 to 290C

              ; Fans
              M106 P0 S0 I0 F30 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
              M106 P1 S0.5 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
              M106 P2 S0 I0 F500 H-1 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off

              ; 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 S22 R23 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
              M912 P0 S-1 ; calibrate MCU Temp

              ; pressure advance
              M572 D0 S0.3 ; pressure advance

              ; Miscellaneous
              M501 ; Load saved parameters from non-volatile memory

              1 Reply Last reply Reply Quote 0
              • Phaedruxundefined
                Phaedrux Moderator @Hélder Rocha
                last edited by

                @Hélder-Rocha said in CR-10+Bondtech+Silicon Bed 450W+Microswiss...Help:

                M98 Pdeployprobe.g ; deploy mechanical Z probe
                M98 Pretractprobe.g ; retract mechanical Z probe

                Remove those parts from your homing file. You don't need to control the pin manually. It should deploy automatically with G30.

                Please test M401 and M402 to deploy and retract the probe, and post your retractprobe.g and deployprobe.g files.

                Also check your config-override.g file and look for an M307 H3 command that could be over writing your M307 H3 A-1 C-1 D-1 ; Disable heater on PWM channel for BLTouch

                Z-Bot CoreXY Build | Thingiverse Profile

                Hélder Rochaundefined 1 Reply Last reply Reply Quote 0
                • Hélder Rochaundefined
                  Hélder Rocha @Phaedrux
                  last edited by

                  @Phaedrux hello... tks a lot for your time and patience with my issues.

                  ; deployprobe.g
                  ; called to deploy a physical Z probe
                  ;
                  ; generated by RepRapFirmware Configuration Tool v2 on Wed Dec 26 2018 13:31:24 GMT+0000 (Hora padrão da Europa Ocidental)
                  M280 P3 S10 I1

                  ; retractprobe.g
                  ; called to retract a physical Z probe
                  ;
                  ; generated by RepRapFirmware Configuration Tool on Thu Sep 06 2018 21:21:12 GMT-0700 (Pacific Daylight Time)
                  M280 P3 S90 I1

                  sorry but a think i dont have that config-hoverride.g

                  8ac92e5a-5241-4b77-9766-d01c449c1cf0-image.png

                  Phaedruxundefined 1 Reply Last reply Reply Quote 0
                  • Phaedruxundefined
                    Phaedrux Moderator @Hélder Rocha
                    last edited by

                    @Hélder-Rocha said in CR-10+Bondtech+Silicon Bed 450W+Microswiss...Help:

                    sorry but a think i dont have that config-hoverride.g

                    That's fine.

                    Did you test if M401 and M402 deploy and retract the probe pin?

                    If that works, test the porbe as described here: https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe

                    Z-Bot CoreXY Build | Thingiverse Profile

                    Hélder Rochaundefined 1 Reply Last reply Reply Quote 0
                    • Hélder Rochaundefined
                      Hélder Rocha @Phaedrux
                      last edited by

                      @Phaedrux i havent test it yet... ill try tomorrow....

                      1 Reply Last reply Reply Quote 0
                      • Hélder Rochaundefined
                        Hélder Rocha
                        last edited by

                        Phaedrux, I finally got the time to dedicate myself a little to testing my duet. I've been taking advantage of my time off because of Covid to make some improvements at home, which has been taking up a lot of my time.

                        I did what you told me, the M401 and 402, and it worked perfectly. Following the tests indicated in the link you sent me, when I insert the G30, in the dinamic test, nothing happens and I receive the following message: "Error - G30 Z probe already triggered at start of probing move" .

                        When I turn on my duet, the bltouch performs its own tests, I don't know if that is what the error refers to.
                        Tks a lot for the help

                        Phaedruxundefined 1 Reply Last reply Reply Quote 0
                        • Phaedruxundefined
                          Phaedrux Moderator @Hélder Rocha
                          last edited by

                          @Hélder-Rocha said in CR-10+Bondtech+Silicon Bed 450W+Microswiss...Help:

                          in the dinamic test, nothing happens and I receive the following message: "Error - G30 Z probe already triggered at start of probing move" .
                          When I turn on my duet, the bltouch performs its own tests,

                          When it does the self test does it successfully deploy and retract and then retract and stay red?

                          M401 and M402 work to deploy and retract?

                          If the self test is working and M401 and M402 work, but it gives an already triggered error when doing a G30 I think you should double check your white wire.

                          Z-Bot CoreXY Build | Thingiverse Profile

                          Hélder Rochaundefined 1 Reply Last reply Reply Quote 0
                          • Hélder Rochaundefined
                            Hélder Rocha @Phaedrux
                            last edited by

                            @Phaedrux , good morning.

                            Yes, when it des the self test, it successfully deploy and retract and then retract and stay red.
                            M401 and M402 work to deploy and retract perfectly.
                            Ill check the wiring.

                            Tks

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