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

    securly BLTouch deploed as Trigger

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    bltouch deploed probe chrash
    2
    4
    165
    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.
    • Topengaundefined
      Topenga
      last edited by

      Hello,
      is there a possiability to trigger the downwards movement of the Z-Axis until BLTouch niddle is in securly deployed and not before. Had this incident just twice during a long period but would like to ensure somehow that the nozzle is not chrashing into my bed. Alredy unscrewed the adjustment screw some turns but just to be safe on this side.
      Danijel

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

        I'm not sure what you mean. What gcode are you executing when it crashes?

        What is your dive height?

        Share your probe config line?

        Z-Bot CoreXY Build | Thingiverse Profile

        Topengaundefined 1 Reply Last reply Reply Quote 0
        • Topengaundefined
          Topenga @Phaedrux
          last edited by

          @phaedrux

          Hello Phaedrux,

          this schould be just for safty reasons.
          The Z-Axis schould not punch downwards for Probing (BL-Touch) until the niddle of the BLTouch is not deployed....this is my wish.

          ; homeall.g
          ; called to home all axes
          ;
          ; generated by RepRapFirmware Configuration Tool v3.3.10 on Sat Jan 08 2022 16:50:47 GMT+0100 (Mitteleuropäische Normalzeit)
          G91 ; relative positioning
          G1 H2 Z5 F2000 ; lift Z relative to current position
          G0 H1 X-405 Y-405 F4000 ; move quickly to X and Y axis endstops and stop there (first pass)
          G0 H2 X5 Y5 F6000 ; go back a few mm
          G0 H1 X-405 Y-405 F800 ; move slowly to X and Y axis endstops once more (second pass)
          G90 ; absolut position
          M401 P0 S1 ;Deploy probe
          G1 X35 Y60 F6000 ;move X/Y in Probin position
          ;G1 H1 Z-405 F1000 ; move Z down for first probe until the endstop is triggered
          ;G1 H2 Z5.085 ; lift Z Probe for second probe cycle
          ;G1 H1 Z-405 F100 ; move Z down for second and last probe until the endstop is triggered
          ;G90 ; absolute positioning
          ;G92 Z0.443 ; set Z position to axis minimum (you may want to adjust this)
          G30 ; home Z
          M402 ;retrec Probe
          G92 Z5.9

          ; Configuration file for Duet WiFi (firmware version 3.3)
          ; executed by the firmware on start-up
          ;
          ; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu Dec 30 2021 05:49:28 GMT+0100 (Mitteleuropäische Normalzeit)
          ; BLTouch
          M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch
          M558 P9 C"^zprobe.in" H2 R0.25 F150 T12000 ; set Z probe type to bltouch and the dive height + speeds
          G31 P500 X0 Y0 Z5.90 P25 ; set Z probe trigger value, offset and trigger height
          M557 X35:300 Y65:300 S15 ; define mesh grid
          ;M280 P0 S10 deploy
          ;M280 P0 S90 retrac
          ;M280 P0 S160 reset

          Is that somehow actionable?!?

          Many Thanks in advance and really WoW how fast you are reacting!!!

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

            @topenga said in securly BLTouch deploed as Trigger:

            M401 P0 S1 ;Deploy probe

            it's not necessary to manually deploy the probe pin. Perhaps this is your problem.

            @topenga said in securly BLTouch deploed as Trigger:

            M402 ;retrec Probe
            G92 Z5.9

            Same for retraction.

            And you probably don't want to use G92 to force a position if you're trying to use the probe to set Z0.

            You should calibrate the Z offset instead.

            https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe

            Z-Bot CoreXY Build | Thingiverse Profile

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