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

    Smart Effector issue

    Scheduled Pinned Locked Moved
    Smart effector for delta printers
    10
    87
    4.3k
    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.
    • tecnoundefined
      tecno @tecno
      last edited by

      @tecno said in Smart Effector issue:

      @stephen6309 said in Smart Effector issue:

      @tecno This is what I use.

      ; mesh.g
      ; called to load/make heightmap.csv
      M98 P"/macros/ResetBabystepping"
      M561       ; clear any bed transform
      while iterations < #move.axes & move.axes[iterations].visible
        if !move.axes[iterations].homed
           G28
           break
      G29 S1        ; load heightmap.csv
      if result > 1 ; make if it doesn't exist
      	G29 S0
      

      That {1} isn't in it.

      Not what I was looking for, below a mesh of small circles I want to probe But do not how to write that mesh.g file.

      15cc9adc-56a8-4279-b0b8-7e060e846a8f-image.png

      G29 Run file sys/mesh.g, or if that file isn't found then do G29 S0
      How is that file written?

      1 Reply Last reply Reply Quote 0
      • achrnundefined
        achrn
        last edited by

        I don't think it works like that.

        For mesh bed compensation you can't probe at arbitrary positions, you probe on the regular grid defined in M557.

        Mesh.g is not for defining the probe points. As I understand it, it's for use if you have a sequence of commands you need to run to do bed probing (e.g. activate or pick up a probe).

        I think you may be conflating or confusing mesh bed compensation with delta automatic calibration which uses a bed.g that does contain points to probe. Which is it that you are attempting?

        tecnoundefined 1 Reply Last reply Reply Quote 0
        • tecnoundefined
          tecno @achrn
          last edited by

          @achrn said in Smart Effector issue:

          I don't think it works like that.

          For mesh bed compensation you can't probe at arbitrary positions, you probe on the regular grid defined in M557.

          Mesh.g is not for defining the probe points. As I understand it, it's for use if you have a sequence of commands you need to run to do bed probing (e.g. activate or pick up a probe).

          I think you may be conflating or confusing mesh bed compensation with delta automatic calibration which uses a bed.g that does contain points to probe. Which is it that you are attempting?

          G32 is no problems (bed.g)
          G29 can not reach all points

          tecnoundefined 1 Reply Last reply Reply Quote 0
          • tecnoundefined
            tecno @tecno
            last edited by tecno

            a82797e0-5867-465d-ade4-6a5c86c43e66-image.png @tecno

            Manual is clear as MUD

            Not one word what can be in that file to be found!

            A Former User? achrnundefined 2 Replies Last reply Reply Quote 0
            • A Former User?
              A Former User @tecno
              last edited by

              This post is deleted!
              tecnoundefined 1 Reply Last reply Reply Quote 0
              • achrnundefined
                achrn @tecno
                last edited by

                @tecno "can not reach all the points" seems to be a different complaint from probe sensitivity. Is that now the problem you are now trying to resolve? If it is the location of the points, what matters is your M557 - what M557 command do you have?

                tecnoundefined 1 Reply Last reply Reply Quote 0
                • tecnoundefined
                  tecno @A Former User
                  last edited by

                  @arnold_r_clark said in Smart Effector issue:

                  @tecno said in Smart Effector issue:

                  Not one word what can be in that file to be found!

                  Im afraid that is not true.

                  There 100% IS an example of what can be in a mesh.g file, it is shown in the docs which can be found HERE

                  If you scroll down to the G29 command it lists what each "switch" for the command does and it also shows an example of what said mesh.g file can contain.

                  OK

                  Then I have to excuse me not understanding English that well.

                  Anywho my problem still exist with can not reach

                  1 Reply Last reply Reply Quote 0
                  • tecnoundefined
                    tecno @achrn
                    last edited by

                    @achrn said in Smart Effector issue:

                    @tecno "can not reach all the points" seems to be a different complaint from probe sensitivity. Is that now the problem you are now trying to resolve? If it is the location of the points, what matters is your M557 - what M557 command do you have?

                    M665 R95 L206 B80 H262
                    M557 R80 S15

                    A Former User? 1 Reply Last reply Reply Quote 0
                    • A Former User?
                      A Former User @tecno
                      last edited by A Former User

                      This post is deleted!
                      tecnoundefined 1 Reply Last reply Reply Quote 0
                      • tecnoundefined
                        tecno @A Former User
                        last edited by

                        @arnold_r_clark said in Smart Effector issue:

                        @tecno said in Smart Effector issue:

                        @achrn said in Smart Effector issue:

                        @tecno "can not reach all the points" seems to be a different complaint from probe sensitivity. Is that now the problem you are now trying to resolve? If it is the location of the points, what matters is your M557 - what M557 command do you have?

                        M665 R95 L206 B80 H262
                        M557 R80 S15

                        Have you carried out a step by set system setup and auto calibration ? it seems like your M665 command is missing switches. The M665 command in My delta looks like this :

                        M665 R181.428 L490 B135 H300.182 X0.093 Y0.252 Z.000  
                        

                        I have a smart effector too. i might be wrong as its been a while since i set mine up but I think what i did was reduced the radius and spacing in the M557 command until it actually worked and I then incrementally went upwards until it failed

                        M665 L206.000:206.000:206.000 R97.665 H257.594 B70.0 X-3.669 Y-2.101 Z0.000 OVERRIDE

                        1 Reply Last reply Reply Quote 0
                        • achrnundefined
                          achrn
                          last edited by

                          Your mesh grid is right to the limits of the bed. I'd try M557 set inwards slightly - say M557 R75 S15.

                          If that doesn't work, how does it fail to reach a point? What fails? Does it not move far enough? Does it generate an error? Does it generate horrible grinding noises and a smell of burning? What actually happens when it cannot reach?

                          Also, can it reach teh point it seems to be failing if you just put those coordinates in a G1?

                          1 Reply Last reply Reply Quote 0
                          • rjenkinsgbundefined
                            rjenkinsgb @tecno
                            last edited by rjenkinsgb

                            @tecno said in Smart Effector issue:

                            The rods and the adapter are original Dreammaker OverLord PRO, going back to a larger/wider effector (original adapter) made the situation better. Only trying to get this old Delta printer functional with a bit more modern parts.
                            I am in a process of building a large Delta of 1.4m height and ~550mm print diameter, Rods 610mm long directly to Smart Effector via magnets.

                            This is extremely interesting as I'm still using my Overlord Pro, with the Dream maker hot end upgrade (V6 style) from some years ago.
                            The arm joints are getting tired and I have been considering fitting a spare Smart effector - but I'm still looking for appropriate arms etc., as the old ball joints are wear-prone and it seems daft to use new high accuracy parts with those.

                            My larger machine has a smart effector on mag arms, which works superbly, the trigger distance near enough zero and amazing repeatability!

                            Back on topic:
                            If you want to retain the Overlord rods, I'd suggest using the Overlord effector plate and opening out the centre if required, so the Smart Effector fits through and is only attached at its original magball mounting holes.

                            But, rather than screwing the two directly together, use long screws or threaded rod and commercial heavy wall tubular spacers or very precise printed blocks (for accuracy and rigidity) to offset the smart effector PCB upwards, so the nozzle offset below the plate is similar to the original overlord hot end.

                            It looks like spacers around 28 - 30mm long would be appropriate.

                            That will massively reduce the nozzle to effector leverage and tilt forces and increase accuracy, compared to having the entire hot end below the Overlord effector plate, with the rather flimsy arm joints.

                            (To reduce rod joint backlash on mine, I have a fairly strong rubber band around the centre of each pair of arms).

                            Robert J.

                            Printers: Overlord pro, Kossel XL+ with Duet 6HC and "Frankentron", TronXY X5SA Pro converted to E3D toolchange with Duet 6HC and 1LC toolboards.

                            tecnoundefined 1 Reply Last reply Reply Quote 0
                            • tecnoundefined
                              tecno @rjenkinsgb
                              last edited by

                              @rjenkinsgb
                              Hi Robert,
                              This is my temporary setup with the original effector plate.

                              082dfc37-9a14-4b21-a14d-e62a2ec47936-DSC_0132.JPG

                              My studs are 15mm and I have been thinking about adding 15mm to mimic original head setup.
                              So I will do this now and see what it gives.

                              tecnoundefined 1 Reply Last reply Reply Quote 1
                              • tecnoundefined
                                tecno @tecno
                                last edited by

                                I GIVE UP SOON

                                https://youtu.be/nl0rSK4hzLc

                                https://youtu.be/UrhxmyiwaEE

                                rjenkinsgbundefined achrnundefined Barracuda72undefined 3 Replies Last reply Reply Quote 0
                                • rjenkinsgbundefined
                                  rjenkinsgb @tecno
                                  last edited by

                                  @tecno
                                  The motor noise and "buzz" is very strong, it may be causing enough vibration to shake the smart effector?

                                  What Duet board are you using, and how are the motors configured?

                                  (My Overlord is extremely noisy, but still using the original control board; the larger Duet controlled machine next to it is totally silent! )

                                  Robert J.

                                  Printers: Overlord pro, Kossel XL+ with Duet 6HC and "Frankentron", TronXY X5SA Pro converted to E3D toolchange with Duet 6HC and 1LC toolboards.

                                  tecnoundefined 2 Replies Last reply Reply Quote 0
                                  • tecnoundefined
                                    tecno @rjenkinsgb
                                    last edited by tecno

                                    @rjenkinsgb said in Smart Effector issue:

                                    @tecno
                                    The motor noise and "buzz" is very strong, it may be causing enough vibration to shake the smart effector?

                                    What Duet board are you using, and how are the motors configured?

                                    (My Overlord is extremely noisy, but still using the original control board; the larger Duet controlled machine next to it is totally silent! )

                                    SKR V1.4T with 2209's

                                    ; Drives
                                    M569 P0 S0 ; physical drive 0 goes forwards using default driver timings
                                    M569 P1 S0 ; physical drive 1 goes forwards using default driver timings
                                    M569 P2 S0 ; physical drive 2 goes forwards using default driver timings
                                    M569 P3 S1 ; physical drive 3 goes forwards using default driver timings
                                    M584 X0 Y1 Z2 E3 ; set drive mapping
                                    M92 X80.00 Y80.00 Z80.00 E80.00 ; set steps per mm
                                    M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
                                    M566 X1500.00 Y1500.00 Z1500.00 E1200.00 ; set maximum instantaneous speed changes (mm/min)
                                    M203 X18000.00 Y18000.00 Z18000.00 E1200.00 ; set maximum speeds (mm/min)
                                    M201 X1200.00 Y1200.00 Z1200.00 E1000.00 ; set accelerations (mm/s^2)
                                    M906 X1200 Y1200 Z1200 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
                                    M84 S30 ; Set idle timeout

                                    rjenkinsgbundefined 1 Reply Last reply Reply Quote 0
                                    • tecnoundefined
                                      tecno @rjenkinsgb
                                      last edited by tecno

                                      @rjenkinsgb said in Smart Effector issue:

                                      My Overlord is extremely noisy

                                      Yes it is, resonance box of worst kind as all parts are loose it sounds like.

                                      1 Reply Last reply Reply Quote 0
                                      • achrnundefined
                                        achrn @tecno
                                        last edited by

                                        @tecno said in Smart Effector issue:

                                        I GIVE UP SOON
                                        https://youtu.be/nl0rSK4hzLc
                                        https://youtu.be/UrhxmyiwaEE

                                        Are they intended to be answers to the questions you've been asked? From what I see, the effector reached all positions it would be expected to reach. It's false triggering before it hits the bed, but that's not what I'd call "can not reach all the points".

                                        Does that video show the behaviour you are trying to correct and that you have described as "can not reach all the points", or is this supposed to be illustrating something else?

                                        tecnoundefined 1 Reply Last reply Reply Quote 0
                                        • tecnoundefined
                                          tecno @achrn
                                          last edited by

                                          @achrn said in Smart Effector issue:

                                          @tecno said in Smart Effector issue:

                                          I GIVE UP SOON
                                          https://youtu.be/nl0rSK4hzLc
                                          https://youtu.be/UrhxmyiwaEE

                                          Are they intended to be answers to the questions you've been asked? From what I see, the effector reached all positions it would be expected to reach. It's false triggering before it hits the bed, but that's not what I'd call "can not reach all the points".

                                          Does that video show the behaviour you are trying to correct and that you have described as "can not reach all the points", or is this supposed to be illustrating something else?

                                          The whole story started with false trig's and after a lot of tests it kinda worked OK then these can not reach started, now the points are reached and false trig pops up. This is a sensitivity issue as so many parameters can get to make issues like dive height I had yesterday. This is a bloody mess so I start to think there can be a problem with the board it self.

                                          1 Reply Last reply Reply Quote 0
                                          • rjenkinsgbundefined
                                            rjenkinsgb @tecno
                                            last edited by

                                            @tecno said in Smart Effector issue:

                                            SKR V1.4T with 2209's

                                            OK, sorry I don't know that board. Presumably its running Reprap Firmware of some version, if the config is compatible with Duet boards??

                                            The false triggers seem to only occur during movement, not when the machine is stationary? If so, it can only be either mechanical resonances or a wiring problem with crosstalk from a power cable to the sensor cable.

                                            As an experiment, you could try putting some sponge rubber or wadded tissue between the sides of the heatsink and effector frame, to damp vibration without restricting the end movement on the smart effector too much, and see if that reduces or eliminates the false triggers?

                                            If it does, the solution appears to be to try and improve the stepper driver settings or type, so they don't rattle the whole frame??

                                            Robert J.

                                            Printers: Overlord pro, Kossel XL+ with Duet 6HC and "Frankentron", TronXY X5SA Pro converted to E3D toolchange with Duet 6HC and 1LC toolboards.

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