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

    Mesh bed compensation for different bed sizes on a big printer bed

    Scheduled Pinned Locked Moved
    General Discussion
    2
    3
    639
    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.
    • SJIundefined
      SJI
      last edited by

      Hi all,
      long time 3d printer, but new to duet.
      I built my own CoreXY running a duet wifi, 5"panel due.
      My question is how do I map a bed for different sizes.
      G29 is setup for a 600 x 600 BLTouch probing in the config.g file, and this takes some time.
      I don't use G29 S1 as the heatbed isn't consistent for reliability for me.
      Can the M557 code be used outside of the config.g file?
      ie: In S3D - Scripts tab - starting script tab

      G28 ; home all
      ;M98 PLeadscrew Adjustment.g ; Call Sub Program Leadscrew Adjustment.g
      ;M557 X0:100 Y0:100 S20 ; 100mm bed
      ;M557 X0:200 Y0:200 S20 ; 200mm bed
      ;M557 X0:300 Y0:300 S20 ; 300mm bed
      ;M557 X0:400 Y0:400 S20 ; 400mm bed
      ;M557 X0:500 Y0:500 S20 ; 500mm bed
      ;M557 X0:600 Y0:600 S20 ; 600mm bed
      G29 S0 ; Probe the bed and save height map to file
      M109 S230 T0

      My plan was to select the bed size from the G code before slicing the model

      thanks all

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

        Yes, you can use M557 outside config.g. Why not set up a few macro files in /macros for different print sizes, each one using M557 followed by G29 ?

        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
        • SJIundefined
          SJI
          last edited by

          Thanks DC.

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