Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. celulari
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 34
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by celulari

    • celulariundefined

      WIKI page down?

      General Discussion
      • • • celulari
      6
      0
      Votes
      6
      Posts
      253
      Views

      achrnundefined

      It was down for a while for me yesterday - threw up a page saying dozuki was down and their engineers were working at fixing it. Ten minutes later it was OK. I can't remember the exact timing.

    • celulariundefined

      inverting Z-probe pin

      Beta Firmware
      • • • celulari
      22
      0
      Votes
      22
      Posts
      1.7k
      Views

      tekkydaveundefined

      I've just removed the ^ too and as expected - makes no difference.

      Correct setup for analog is

      M558 P1 C"zprobe.in" R0.5 H3 F360 T9000 A5 S0.03 ; P1 = Analogue mode G31 X0 Y0 Z-0.1 P530 ; X, Y, Z offsets, P530 = trigger threshold

      and for digital:

      M558 P8 C"^!zprobe.in" R0.5 H3 F240 T9000 A5 S0.03 ; P8 = Digital mode (unfiltered) G31 X0 Y0 Z-0.1 P100 ; X, Y, Z offsets, P100 = debounce interval
    • celulariundefined

      Solved - Dead duet wifi board???

      Duet Hardware and wiring
      • • • celulari
      25
      0
      Votes
      25
      Posts
      3.0k
      Views

      celulariundefined

      @dc42 said in Dead duet wifi board???:

      I already did that.

      Thank you for all the help!

    • celulariundefined

      [SOLVED] Paneldue shows connecting…

      Duet Hardware and wiring
      • • • celulari
      4
      0
      Votes
      4
      Posts
      1.3k
      Views

      dc42undefined

      I just remembered, there was a bug in the GNU C library that caused older versions of PanelDue firmware to freeze sometimes when used with later versions of RRF. If it happened at all, it was duringRRF start-up. Pressing the Reset button on PanelDue resolved it. If you are using an old version of PanelDue firmware, then that might have been the problem.