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

    InputShaping-Plugin-0.2.0-pre3 released

    Scheduled Pinned Locked Moved
    Plugins for DWC and DSF
    7
    39
    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.
    • mfs12undefined
      mfs12
      last edited by

      @jay_s_uk interesting feedback. I have no experience with delta printers. I will check this.

      Visit me on github at https://github.com/mfs12/

      1 Reply Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk @mfs12
        last edited by

        @mfs12 I'm running the STM32 version. I can run with 8 but not 7.
        also, I created 2 sets of initialise for X and Z. I ran Z and it completed successfully. X wouldn't complete due to the issues described above. I then went back to the Z to run it again at a lower frequency from 10 and it had changed the axis from X to Z
        And, when I had them all set at 7 and it wouldn't run, I changed them all to 10. It ran the first test but then threw the too low error, indicating its not respecting the value in the box when its overridden.

        @mfs12 said in InputShaping-Plugin-0.2.0-pre3 released:

        The process counter shows the number of completed test runs. Not the current one.

        then should it say completed rather than progress?

        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

        1 Reply Last reply Reply Quote 0
        • cosmowaveundefined
          cosmowave @jay_s_uk
          last edited by

          @jay_s_uk can it be that you need to lower the z height first?
          On a delta in homed position (zmax) you can not make a big move in x/y, because one or two rods will reach the end of the tower.

          Mankati FSXT+, DeltaTowerV2, E3D MS/TC

          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @cosmowave
            last edited by

            @cosmowave you don't get a choice. the plugin automatically homes and then runs the test

            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

            cosmowaveundefined 1 Reply Last reply Reply Quote 0
            • cosmowaveundefined
              cosmowave @jay_s_uk
              last edited by

              @jay_s_uk Ah ok. Sorry for that.🤐

              Mankati FSXT+, DeltaTowerV2, E3D MS/TC

              jay_s_ukundefined 1 Reply Last reply Reply Quote 0
              • jay_s_ukundefined
                jay_s_uk @cosmowave
                last edited by

                @cosmowave no need. I obviously wasn't clear enough in my original post

                Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                1 Reply Last reply Reply Quote 1
                • mfs12undefined
                  mfs12
                  last edited by

                  @jay_s_uk if i understand you correcntly because of the implicit homing testing on a delta doesn't make sense right now. So for delta or in general the initial homing should be optional.

                  Visit me on github at https://github.com/mfs12/

                  jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                  • jay_s_ukundefined
                    jay_s_uk @mfs12
                    last edited by

                    @mfs12 yes. the previous plugin was much better in that it allowed you to set the position of the head yourself. optional homing would be great

                    Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                    1 Reply Last reply Reply Quote 0
                    • mfs12undefined
                      mfs12
                      last edited by mfs12

                      @jay_s_uk said in InputShaping-Plugin-0.2.0-pre3 released:

                      it allowed you to set the position of the head yourself.

                      which parameters would you like to set? Having also a start position shouldn't be such a big deal.

                      Visit me on github at https://github.com/mfs12/

                      jay_s_ukundefined 2 Replies Last reply Reply Quote 0
                      • jay_s_ukundefined
                        jay_s_uk @mfs12
                        last edited by

                        @mfs12 to ensure you get full movement in Y, its best that the effector is at 0 in X.
                        Don't forget on a delta, the bed is round so only has full movement across the centre.
                        You also need to be able to set Z to an appropriate height to ensure the towers don't come into contact with the endstops

                        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                        1 Reply Last reply Reply Quote 0
                        • jay_s_ukundefined
                          jay_s_uk @mfs12
                          last edited by

                          @mfs12 also, the input shaping type doesn't appear to being passed through when I get the F is too low error
                          85124ec3-ed5e-40e9-87c8-f5d71f1b6593-image.png

                          Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                          1 Reply Last reply Reply Quote 0
                          • jay_s_ukundefined
                            jay_s_uk @mfs12
                            last edited by

                            @mfs12 Consulting with @gloomyandy he said

                            The Duet3 boards use a step clock of 750KHz we use (as in STM32) 1MHz the Duet 2 and Maestro boards use 937.5KHz. This gives a min F value of 5.72, 7.63 and 7.15 respectively. So I suspect that the Duet 2 and Maestro won't work with an F value of 7 either
                            

                            You therefore may want to consider upping the default frequency to 8

                            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                            1 Reply Last reply Reply Quote 1
                            • Heartleander81undefined
                              Heartleander81
                              last edited by

                              sorry that I have to ask that. I'm doing something wrong. I now get to the point where he tells me that "InvalidOperationException in InstallPlugin: Command cannot be executed because the plugin service has not started".

                              1 Reply Last reply Reply Quote 0
                              • jay_s_ukundefined
                                jay_s_uk
                                last edited by

                                @heartleander81 sounds like you're on an SBC and don't have the plugin service installed
                                see instructions here https://github.com/Duet3D/DuetSoftwareFramework/wiki/Changelog-DSF-3.x#version-330

                                Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                                Heartleander81undefined 2 Replies Last reply Reply Quote 1
                                • Heartleander81undefined
                                  Heartleander81 @jay_s_uk
                                  last edited by

                                  @jay_s_uk yes I use sbc. I look at the link thanks

                                  1 Reply Last reply Reply Quote 0
                                  • Heartleander81undefined
                                    Heartleander81 @jay_s_uk
                                    last edited by

                                    @jay_s_uk many thanks. It work and install is done

                                    1 Reply Last reply Reply Quote 1
                                    • Heartleander81undefined
                                      Heartleander81
                                      last edited by

                                      Hi. When I press run make my printer a G28 M400 and not more.

                                      I hope my configure was right.

                                      Screenshot_20210928-180913_Chrome.jpg Screenshot_20210928-180907_Chrome.jpg

                                      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                                      • jay_s_ukundefined
                                        jay_s_uk @Heartleander81
                                        last edited by

                                        @heartleander81 can you check that you're getting an output of M955 P0

                                        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                                        1 Reply Last reply Reply Quote 0
                                        • Heartleander81undefined
                                          Heartleander81
                                          last edited by

                                          I use M955 P20.0 I use a toolboard.

                                          The 20.0 have I write in the ID. Sorry when is wrong on the Picture

                                          Screenshot_20210928-182748.jpg

                                          1 Reply Last reply Reply Quote 0
                                          • GeneRisiundefined
                                            GeneRisi
                                            last edited by

                                            I am running a toolchanger and the printer is homed without a tool attached. A tool is then mounted and then I want to determine what input shaping should be used for that specific tool.

                                            Does this mean I can't use the plugin because I can't home the printer with a tool attached (it will crash into the bed) ?

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