Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Tags
    3. bltouch
    Log in to post
    • All categories
    • Coded Gamesundefined

      G29 does not deploy BL Touch (Duet Wifi 1.02)

      General Discussion
      • bltouch duetwifi • • Coded Games
      14
      0
      Votes
      14
      Posts
      548
      Views

      Phaedruxundefined

      Try this

      G91 ; relative mode G1 H2 Z10 F200 ; raise head to avoid dragging nozzle over the bed G1 H1 X-350 F3000 ; move up to 240mm in the -X direction, stopping if the homing switch is triggered G1 X4 F600 ; move slowly 4mm in the +X direction G1 H1 X-10 ; move slowly 10mm in the -X direction, stopping at the homing switch G1 H1 Y300 F3000 ; move up to 240mm in the Y direction, stopping if the homing switch is triggered G1 Y-4 F600 ; move slowly 4mm in the -Y direction G1 H1 Y10 ; move slowly 10mm in the Y direction, stopping at the homing switch ;G1 Z-300 F3000 S1 ; move up to 240mm in the -Z direction, stopping if the homing switch is triggered ;G1 Z4 F600 ; move slowly 4mm in the +Z direction ;G1 Z-10 S1 ; move slowly 10mm in the -Z direction, stopping at the homing switch G90 ; back to absolute mode G1 X20 Y180 F3600 ; Move to position on glass. G4 P1000 ; Wait one second to let probe clear. ; G30 ; Home Z with probe ; G1 Z10 F3600 G1 X150 Y100 ; center M280 P3 S90 I1 ; reset probe G30 G90 ; absolute positioning G1 Z20 F4000 M280 P3 S90 I1 ; reset probe

      @Coded-Games said in G29 does not deploy BL Touch (Duet Wifi 1.02):

      M584 X1 Y0

      YOu'll need to finish defining all of the drivers in M584, and the M584 command needs to be moved higher up in the file. Like right above the M350 command.

      @Coded-Games said in G29 does not deploy BL Touch (Duet Wifi 1.02):

      M574 X1 Y2 Z1 S1 ; set homing switch configuration

      This command is no longer valid in RRF3.

      See here: https://docs.duet3d.com/User_manual/Reference/Gcodes#m574-set-endstop-configuration

      You may want to generate a new config file set using the online config tool to see what a modern config set looks like for comparison.

      https://configtool.reprapfirmware.org/Start

    • foesiundefined

      BL-Touch M402 and M280 P0 S90 do not retract pin

      Tuning and tweaking
      • bltouch duet wifi • • foesi
      6
      0
      Votes
      6
      Posts
      479
      Views

      Phaedruxundefined

      @foesi said in BL-Touch M402 and M280 P0 S90 do not retract pin:

      @Phaedrux I tried to position the screw in a position where the test at power on just gets the pin back up in retracted position.
      I can´t get the screw in the position as mentioned in the antclabs documentation - because then the pin would not get back up.
      And I also used magnets to get the pin magnetised.🤷

      This makes it sound like there is something wrong with the BLtouch.

    • paulg4hundefined

      Unsolved K40 Laser, BLTouch as autofocus with SKR 1.4T and DWC

      LPC
      • k40 laser bltouch skr lpc • • paulg4h
      4
      0
      Votes
      4
      Posts
      750
      Views

      paulg4hundefined

      @droftarts
      Many thank's for your suggestion I will try it.

    • Hicklingundefined

      Knock-on from bad wiring, board blown?

      Duet Hardware and wiring
      • duet2 wifi bltouch short to ground paneldue • • Hickling
      9
      0
      Votes
      9
      Posts
      672
      Views

      Phaedruxundefined

      That message is coming from a user macro and not the firmware. What did you push before you got that message?

      Hardware seems functional. For further help you'll have to provide some config files. config.g, homeall.g, homex homey homez bed.g and results of M98 P"config.g".

    • JDigglyWigglyundefined

      Source of Preconfigured Files?

      General Discussion
      • help setup duet2wifi duex5 bltouch • • JDigglyWiggly
      11
      0
      Votes
      11
      Posts
      813
      Views

      Phaedruxundefined

      @JDigglyWiggly I did it out of sympathy for a dad with 3 kids under 10.

    • Marcelofs13undefined

      Duet 3 busy after homing all

      Firmware installation
      • bltouch duet3 • • Marcelofs13
      2
      0
      Votes
      2
      Posts
      285
      Views

      Vetiundefined

      @Marcelofs13 said in Duet 3 busy after homing all:

      RepRapFirmware for Duet 3 MB6HC version 3.01-RC9

      please update to 3.2.2

    • vcaldasundefined

      BLTouch/Maestro/RRF3 - Endstop not triggered

      Duet Hardware and wiring
      • maestro bltouch rrf3 homing auto leveling • • vcaldas
      3
      0
      Votes
      3
      Posts
      291
      Views

      vcaldasundefined

      @Phaedrux
      Thanks a lot for the help.
      I actually went through that tutorial before.. but, now it just works.
      Didn't have to change a line and was few hours on that already,
      I have no clue what happened... but happy o/

    • McJJJundefined

      BLTouch and Mesh Compensation Issues

      Third-party add-ons
      • bltouch ender 3 mesh compensation • • McJJJ
      12
      0
      Votes
      12
      Posts
      2.1k
      Views

      Phaedruxundefined

      I think the PETG available today is generally as easy to print as PLA. Hotter temps and less cooling are the big differences. Otherwise most print settings can remain the same.

    • CCS86undefined

      Probe Accuracy Test Macro [Issues]

      General Discussion
      • probe probing bltouch touch accuracy offset rrf3 maestro • • CCS86
      6
      0
      Votes
      6
      Posts
      758
      Views

      CCS86undefined

      @dc42 said in Probe Accuracy Test Macro [Issues]:

      @CCS86 said in Probe Accuracy Test Macro [Issues]:

      @dc42: Does it sound like a bug for the probe offset to be applied over and over on repeated G30 P3 X0 Y180 Z-99999 F2000 calls?

      That doesn't sound right. Please post the complete macro file you are running, and your config.g file, and tell us which firmware version you are running.

      I was originally on 3.0, and now on 3.01-RC4

      Unfortunately, I did not save the macro before modifying it. That is my fault.

      I did find one error in my code, in asking it to probe at X0, when my probe has a +12mm offset. I feel like the firmware should catch this more gracefully though. It appears that it ignores the endstop switch and the X0 minimum designation, and tries to aggressively get the probe to X0 anyway, which hard crashes into the machine limit and jumps the belts.

      Also, it appears that I can't probe more than 32 points before I am "out of range"

      f5cb5f29-c4cd-481d-8a66-404810d82659-image.png

    • palmhoejundefined

      Bad Repeatability with BLTouch

      Third-party add-ons
      • bltouch repeatability • • palmhoej
      10
      0
      Votes
      10
      Posts
      2.0k
      Views

      3Dreamerundefined

      @palmhoej Hi, was there any progress? I've the same problem, and I've made some test about that:
      https://forum.duet3d.com/topic/11093/bltouch-m558-accuracy-test-strange-behaviour

    • IOIIOOOundefined

      Solved BLTouch Not Probing Multiple Times

      Duet Hardware and wiring
      • bltouch probe • • IOIIOOO
      6
      0
      Votes
      6
      Posts
      794
      Views

      dc42undefined

      @icy_snake said in BLTouch Not Probing Multiple Times:

      I have different Alu beds and glass beds. but all of them look close. That can´t be.
      Also if I rotate them the drop stays always at the same back corner. Thats not possible!

      It is possible, if the beds are flat but the gantry height varies with XY position. I test bed probing by deliberately putting a thin item (e.g. a microscope slide, or thin piece of plastic) on part of the bed.

    • Warringerundefined

      BLTouch XY offset problems

      Duet Hardware and wiring
      • troubleshooting bltouch • • Warringer
      3
      0
      Votes
      3
      Posts
      1.7k
      Views

      Warringerundefined

      Certainly worth a try...

      EDIT:

      Thanks...

      Sometimes its the simple things you don't see... >_>

    • Gregoryundefined

      Setting z probe as z min/ z offset setup.

      General Discussion
      • bltouch z probe duet probe • • Gregory
      3
      0
      Votes
      3
      Posts
      995
      Views

      dc42undefined

      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

    • Googliolaundefined

      BLTouch on fan or heater pins on Duet Wifi

      General Discussion
      • bltouch pwm control • • Googliola
      11
      0
      Votes
      11
      Posts
      2.7k
      Views

      Googliolaundefined

      @fallenhorseman Glad I could help.

      Note to all guys: Yeah 4k7Ohm Pullup to 5V is resolving that issues

      Funnily, I dont need a pullup between 5V and the PWM of the FAN, but I need one between GND and Z-Probe (as you can barely see in my picture 😉 . I use the 'old' version of BLTouch which is not 3.3V 'tolerant'. Am I missing something or is that a typo on your side?

    • krakertundefined

      Heightmap problem

      Tuning and tweaking
      • bltouch heatmap • • krakert
      6
      0
      Votes
      6
      Posts
      1.3k
      Views

      dc42undefined

      If the results are not consistent, that's probably caused by either backlash of friction in your printer mechanics, or the bltouch not producing consistent results.

      What probing speed are you using (F parameter in the M558 command); and are you probing with the bed heater off or on?

    • DDuetbotundefined

      Setting up configuration files for BLtouch/bed leveling

      General Discussion
      • bltouch • • DDuetbot
      8
      0
      Votes
      8
      Posts
      3.4k
      Views

      dc42undefined

      Yes, that will work. The G32 command is needed only if you are using multiple independently-driven leadscrews for the Z axis and have used M671 to set up the coordinates; then G32 will probe the bed and adjust them to level it. If instead you have a single Z motor and a belt driving multiple leadscrews, then you don't need the G32.

      If you have a very accurate and level build, you don't need G29 either.

      The bed compensation figures in the M122 report have no meaning when mesh bed compensation is in use.