Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Y baby step insted of Z baby step on display

    Tuning and tweaking
    3
    10
    424
    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.
    • benkue
      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
      • dc42
        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.

        1 Reply Last reply Reply Quote 0
        • benkue
          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
          • dc42
            dc42 administrators last edited by

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

            1 Reply Last reply Reply Quote 0
            • benkue
              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
              • dc42
                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.

                1 Reply Last reply Reply Quote 1
                • benkue
                  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
                  • benkue
                    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)

                      dc42 1 Reply Last reply Reply Quote 0
                      • dc42
                        dc42 administrators @Guest 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.

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