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

[Solved] Homing question (M561)

Scheduled Pinned Locked Moved
Tuning and tweaking
2
3
388
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.
  • undefined
    Lakko
    last edited by Lakko 26 Feb 2019, 11:38

    Hi,
    i've got a coreXY printer with precision piezo on the hotend.
    Searching on the wiki i've found in the Configuring Cartesian printer topic in the "Bed probing file" section this example:

    M561 ; clear any existing bed transform
    M401 ; deploy Z probe if necessary
    G30 P0 X10 Y10 Z-99999 ; define 4 points in a clockwise direction around the bed, starting near (0,0)
    G30 P1 X10 Y190 Z-99999
    G30 P2 X190 Y190 Z-99999
    G30 P3 X190 Y10 Z-99999
    G30 P4 X100 Y100 Z-99999 S0 ; finally probe bed centre, and calculate compensation
    M402 ; retract the Z probe
    G1 X0 Y0 F5000 ; move the head to the corner (optional)

    is the M561 needed also at the beginning of the homing sequence?

    Thank in advance

    1 Reply Last reply Reply Quote 0
    • undefined
      dc42 administrators
      last edited by 26 Feb 2019, 11:52

      You don't have to clear bed compensation before homing. In some older firmware versions it was advised, because Z-homing using a Z probe when bed compensation was being applied could create a Z offset.

      OTOH if after homing Z you immediately load a height map file using G29 S1, then I suggest you do clear the height map before Z homing. You can use either M561 or G29 S2 to clear the height map, they do the same thing.

      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
      • undefined
        Lakko
        last edited by 26 Feb 2019, 12:02

        ok thank you for the explanation ☺

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