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

    Y baby step insted of Z baby step on display

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    10
    757
    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.
    • benkueundefined
      benkue
      last edited by

      Hello,

      is there an option to chance the axis in the macro ("z baby step") on LCD.

      I use a complete different System for my movements.
      My Z controlls an belt any my X and Y prints on an angle on the Z Belt. So Y would be my Z and the height of an object while printing.

      Thanks and best regards,
      Ben

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by dc42

        Is this a White Knight or similar printer?

        Currently the PanelDue firmware only supports baby stepping the Z axis. If you can compile it from source code yourself, it would be simple to change it to use the Y axis instead.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        • benkueundefined
          benkue
          last edited by

          @dc42 said in Y baby step insted of Z baby step on display:

          White Knight

          Yes, its the same System like White Knight 3D-Printer.

          I Think i have found it in sourcefile UserInterface.cpp
          0_1556179668123_2019-04-25 10_07_12-PanelDue - PanelDue_src_UserInterface.cpp - Eclipse IDE.png

          I will try to compile it and let you know later if it has worked

          1 Reply Last reply Reply Quote 0
          • dc42undefined
            dc42 administrators
            last edited by

            Yes, changing Z to Y in that M290 command line should do what you want.

            Duet WiFi hardware designer and firmware engineer
            Please do not ask me for Duet support via PM or email, use the forum
            http://www.escher3d.com, https://miscsolutions.wordpress.com

            1 Reply Last reply Reply Quote 0
            • benkueundefined
              benkue
              last edited by

              Okay i have compiled the firmware but the result data are no .bin File.
              How can i make the .bin file ?

              1_1556186576861_2019-04-25 12_01_47-PanelDue - PanelDue_Readme.md - Eclipse IDE.png
              compiled Files:
              0_1556186576860_2019-04-25 12_01_29-Release-v3-5.0.png

              gcc builder is active

              1 Reply Last reply Reply Quote 0
              • dc42undefined
                dc42 administrators
                last edited by

                In the Eclipse project file on github, there is a final objcopy build step that converts the .elf into a .bin file.

                Duet WiFi hardware designer and firmware engineer
                Please do not ask me for Duet support via PM or email, use the forum
                http://www.escher3d.com, https://miscsolutions.wordpress.com

                1 Reply Last reply Reply Quote 1
                • benkueundefined
                  benkue
                  last edited by

                  Thanks mr. dc42 for your fast feedback.

                  I think there is something really wrong with my compiling settings in eclipse:
                  0_1556270167818_2019-04-26 11_15_54-Properties for PanelDue.png
                  0_1556270172447_2019-04-26 11_15_31-Properties for PanelDue.png
                  0_1556270175877_2019-04-26 11_15_21-Properties for PanelDue.png

                  and of course there is an objcopy in GNU Tool ARm folder but not on github.
                  What should i do ?

                  1 Reply Last reply Reply Quote 0
                  • benkueundefined
                    benkue
                    last edited by benkue

                    has someone compiled it with this settings successfully ?

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

                      I followed the instructions and it sort of just-worked(tm)

                      Think I got creative&lazy with just downloading make and putting it in the same path as the cross compiler though, as I couldn't get it to work with the internal as suggested. (possibly v2.11 from here)

                      dc42undefined 1 Reply Last reply Reply Quote 0
                      • dc42undefined
                        dc42 administrators @A Former User
                        last edited by

                        @bearer said in Y baby step insted of Z baby step on display:

                        I followed the instructions and it sort of just-worked(tm)

                        Think I got creative&lazy with just downloading make and putting it in the same path as the cross compiler though, as I couldn't get it to work with the internal as suggested. (possibly v2.11 from here)

                        So it's working now?

                        You will find the objcopy step in the Build Steps tab.

                        Duet WiFi hardware designer and firmware engineer
                        Please do not ask me for Duet support via PM or email, use the forum
                        http://www.escher3d.com, https://miscsolutions.wordpress.com

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