Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. westech
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 20
    • Posts 62
    • Best 3
    • Controversial 0
    • Groups 0

    Best posts made by westech

    • RE: Help accessing Duet with hostname rather than IP address

      @westech Thanks Jay, Everything is working. I have both duets onliner and my klipper. All by hostnames.

      I think there was a problem on the DUET. Like I said sometimes it will show up as "Duet-WiFi" and some time by the printer name.

      My second Duet is a Mellow Fly E3 V1.1. It always comes up as "enderfly" never "Duet-WiFi."

      posted in Duet Web Control
      westechundefined
      westech
    • RE: Beginner issue: storing Z-offset

      @phaedrux Thanks, I think I got it.

      What didn't work:

      homeall.g

      G92 Z-1.4 ; set Z position to axis minimum (you may want to adjust this)

      If I changed G92 Z1.4 as a positive number it would respect that in the console. Displaying Z1.4

      But I needed a negative number. G92 Z-1.4 was not respected. and would show it as Z0 in the console.


      What worked was adding:

      G1 Z1.4 F100
      G92 Z0 ; set Z position to axis minimum (you may want to adjust this)


      I am printing now and by triggering the endstop then Raising the Z Then G92 Z0. worked.

      I really like how RRF can be adjusted so easily. I'm not going to miss going into Platform.io and recompiling Marlin everytime I have change a little thing.

      Next stop the BL touch. But I know now how to adjust the Z for different bed heights.

      Thanks.

      posted in Tuning and tweaking
      westechundefined
      westech
    • RE: Beginner issue: storing Z-offset

      @fcwilt Good info. On my Marlin Ender 3 with a mirror. It is perfectly trammed and I haven't had to do any adjusting. Even though it also has a BL Touch, I don't usually use it because I get such consistent prints.

      I print mainly small prototype parts I design in Fusion, so I don't usually use the whole bed.

      i mainly got the Textured PEI bed for making nice face surfaces for project enclosures. The steel plate (Energetic) is far from being as flat as my Mirror.

      I will look into the G30. I have the RRF G-code "dictionary" always open on my screen:-)

      Thank you!

      posted in Tuning and tweaking
      westechundefined
      westech