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

    how to make bed park at front instead of back?

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    2
    3
    450
    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.
    • MikeBundefined
      MikeB
      last edited by

      hello and i just have to say its such a pleasure to own and work with your duet wifi! spent many years cursing about there has to be a better way...
      i need some help... can you help me get it to park opposite end so i can get my models off without taking back of cabinet off ? thank you mike

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

        You could add a line to your slicer end gcode to move the bed forward.

        Assuming that your 0,0 position is the front left of the printer, you could use something like...

        G90 ; Absolute positioning. 
        G1 X0 Y300 ; move print head to the left and bed to the front
        

        You'll have to change the Y value to whatever your max travel is.

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 1
        • MikeBundefined
          MikeB
          last edited by

          that is it exactly... thank you!

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