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

    Small problem in need of fixing

    Scheduled Pinned Locked Moved
    Duet Web Control wishlist
    2
    5
    814
    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.
    • fcwiltundefined
      fcwilt
      last edited by

      Hi,

      I use a "type 5" Z-probe but the current web interface reports it as an unknown type.

      Be nice to fix this.

      Frederick

      Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

      1 Reply Last reply Reply Quote 0
      • Jackalundefined
        Jackal
        last edited by

        What version of firmware are you using?

        1 Reply Last reply Reply Quote 0
        • fcwiltundefined
          fcwilt
          last edited by

          Let's see…

          The main firmware is 1.18.1

          The WiFi firmware is 1.03-ch

          The WebControl firmware is 1.15a

          Frederick

          Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

          1 Reply Last reply Reply Quote 0
          • Jackalundefined
            Jackal
            last edited by

            I seem to have misunderstood your question but I found the answer now.
            I think this part in DuetWebControl is outdated, we only have type 1-6 now.
            comm.js
            [c]var probeType;
            switch (status.probe.type) {
            case 0:
            probeType = T("Switch (0)");
            break;
            case 1:
            probeType = T("Unmodulated (1)");
            break;
            case 2:
            probeType = T("Modulated (2)");
            break;
            case 3:
            probeType = T("Alternative (3)");
            break;
            case 4:
            probeType = T("Two Switches (4)");
            break;
            default:
            probeType = T("Unknown ({0})", status.probe.type);
            break;
            [/c]

            1 Reply Last reply Reply Quote 0
            • fcwiltundefined
              fcwilt
              last edited by

              Thanks for the info.

              I may have confused things by calling it a "type 5" which is how it is referenced on the DuetWifi web page for "Machine Properties" whereas the documentation on Z-probes refers to "mode 5".

              So is this something that will likely be fixed in the next release?

              Frederick

              Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

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