Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. txageod
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    txageod

    @txageod

    0
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    txageod Unfollow Follow

    Latest posts made by txageod

    • RE: 3 Z motor auto bed calibration weirdness

      @Phaedrux config.g bed.g homeall.g

      This should be my config.g, homeall.g, and bed.g

      I usually home XY and Z, then run G32 to run the bed.g, and I verified it with paper after it was done by setting it to Z0.00 and it was good. But when I hit start, it's 0.9mm above instead of 0.2mm.

      posted in Tuning and tweaking
      txageodundefined
      txageod
    • RE: 3 Z motor auto bed calibration weirdness

      @Phaedrux Question regarding the article for Z probe offset calibrating. I went through the whole thing, and reliably got a Z0.87 offset, even with a power cycle. But now when I go to print, I have to babystep -0.70 to get the proper print height. Any suggestions?

      posted in Tuning and tweaking
      txageodundefined
      txageod
    • RE: 3 Z motor auto bed calibration weirdness

      @Phaedrux I see now, thanks for the reference article. I'm using that now to see about proper Z offset.

      posted in Tuning and tweaking
      txageodundefined
      txageod
    • RE: 3 Z motor auto bed calibration weirdness

      @dc42 You were spot on with my G31 positioning. This is my first Duet, and I've been a bit overwhelmed moving from OctoPrint to this, but that solved my issue. The Z offset in that same line, is that meant to mean that the nozzle is say, Z2.00 LOWER than the probe? Haven't seen much that clarifies that for me. But how does the Z "trigger" play into that? The BLTouch is so new to me. I'm used to just using paper and turning a knob haha.

      Also, @droftarts, front left is my zero (when looking at the front of the machine), and when I move to X0 Y300, the carriage slides straight to the rear of the machine, so that probe point is my back left. Is something set up wrong with that? To me, that makes sense for the XY Cartesian method (from a math graph perspective), but it may not be how it was intended?

      Thanks for all the help!

      posted in Tuning and tweaking
      txageodundefined
      txageod
    • 3 Z motor auto bed calibration weirdness

      I have a Railcore ii 300ZL, and having an auto bed leveling issue. I've used the setup guide to enter the appropriate gcodes to use G32, set my leadscrew locations, and been trying several versions, but no matter what I enter, when it goes to probe position 2, it always tries to go to Y-30 and smashes the endstop. Any ideas? Current code:

      Bed.g
      M561 ; clear any existing bed transform
      ;G1 Z5 S2
      ;G30 P0 X15 Y45 Z-99999
      ;G30 P1 X15 Y275 Z-99999
      ;G30 P2 X275 Y150 Z-99999 S3
      ;G1 X0 Y0 F5000 ; move the head to the corner (optional)

      G28 ; home
      G30 P0 X20 Y270 Z-99999 F200 ; probe near back left
      G30 P1 X20 Y10 Z-99999 F200 ; probe near front left
      G30 P2 X290 Y180 Z-99999 F200 S3 ; probe near right and calibrate 3 motors

      Config.g
      M584 X0 Y1 Z5:6:7 E3:4:8:9 ; Map Z to drivers 5, 6, 7. Define unused drivers 3,4,8 and 9 as extruders
      ;Leadscrew locations
      M584 X0 Y1 Z5:6:7 E3:4:8:9 ; three Z motors connected to driver outputs 2, 5 and 6
      M671 X-15:-15:315 Y10:290:190 S2.0 ; leadscrews at back left, front left, and right

      Firmware:
      Firmware Name: RepRapFirmware for Duet 2 WiFi/Ethernet
      Firmware Electronics: Duet WiFi 1.02 or later + DueX5
      Firmware Version: 2.03 (2019-06-13b2)
      WiFi Server Version: 1.23
      Web Interface Version: 1.22.6

      posted in Tuning and tweaking
      txageodundefined
      txageod