Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Documentation
    • Order
    1. Home
    2. Tags
    3. z probe
    Log in to post

    • FelixH

      SOLVED PINDA Z-Probe Configuration
      Using The Duet 2 WiFi and Ethernet • z probe endstop probe m574 pinda config.h • • FelixH  

      3
      0
      Votes
      3
      Posts
      156
      Views

      FelixH

      @dc42 said in PINDA Z-Probe Configuration: The reading needs to be around 0 when not triggered (no metal under the probe) and 1000 when triggered. Try removing the i1 parameter from your M558 command in config.g. well, that did the trick. Thanks a lot. It's not as easy to work with Duet, being used to Marlin for years...
    • SHAD0WV1RUS

      Mesh Bed Compensation - Homing to Probe Bed
      Tuning and tweaking • homing troubleshooting duet wifi duetwifi z probe help gcode bed leveling z axis home duet3d wifi • • SHAD0WV1RUS  

      10
      0
      Votes
      10
      Posts
      349
      Views

      Veti

      sorry i just realized how the setup is one. are the switches NO or NC? i would try to wire them in parallel and use M558 P5 they will need to be connected to the z probe port. but a construct would allow the printhead to move. this would not be beneficial for the print quality.
    • oliof

      Touch-Mi documentation added to wiki
      Accessories and Add-ons • z probe configuration wiki documentation • • oliof  

      2
      1
      Votes
      2
      Posts
      184
      Views

      dc42

      Thanks, @oliof !
    • oliof

      Touch MI probe on Diet WiFi?
      Accessories and Add-ons • z probe • • oliof  

      9
      0
      Votes
      9
      Posts
      449
      Views

      oliof

      I got a document today detailing the setup on Duet today from hotends.fr. I will see whether I can extract the pertinent information and add it to the wiki.
    • Deltasquare

      Improving Mesh Bed leveling with smart effector
      Tuning and tweaking • z probe fan0 smart effector sensitivity • • Deltasquare  

      7
      0
      Votes
      7
      Posts
      863
      Views

      dc42

      If the problem occurs only while the fan is powered (not when it is spinning down), you could try setting Z probe type P9 in your M558 command, as if you were using a bltouch. That will cause the firmware to run deployprobe.g and retractprobe.g for each individual probe move. You could turn the fan off in deployprobe.g and on again in retractprobe.g. The Smart Effector only "hijacks the fan power" to power the illumination LEDs.
    • Gregory

      Setting z probe as z min/ z offset setup.
      General Discussion • z probe bltouch duet probe • • Gregory  

      3
      0
      Votes
      3
      Posts
      577
      Views

      dc42

      You may also find these wiki pages useful: https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_BLTouch https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe https://duet3d.dozuki.com/Wiki/ConfiguringRepRapFirmwareCartesianPrinter#Section_Homing_Z_using_a_Z_probe
    • Tommy_Fr

      SOLVED [Problem] Homing Z works with Macro but not with Home Buttons
      Using The Duet 2 WiFi and Ethernet • homing z probe homez macro npn sensor • • Tommy_Fr  

      15
      0
      Votes
      15
      Posts
      1460
      Views

      Tommy_Fr

      I tested it within several ways, which with bed compensation and it works great. Thank you to @dc42. You can mark it as solved.
    • zerspaner_gerd

      Idea for Z-probe
      General Discussion • z probe • • zerspaner_gerd  

      1
      0
      Votes
      1
      Posts
      475
      Views

      No one has replied

    • Ian Tech

      Stack overflow error when probing
      General Discussion • z probe error stack overflow • • Ian Tech  

      3
      0
      Votes
      3
      Posts
      771
      Views

      Ian Tech

      I found the problem, I had G32 in the bed.g instead of G29. Thank you for the help