Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Small problem in need of fixing

    Duet Web Control wishlist
    2
    5
    704
    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.
    • fcwilt
      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 FT-5 with the 713 upgrade bits. A custom MarkForged style. A small Utilmaker style and a CoreXY from kits. Various hotends. Using Duets (2 and 3) running 3.4.1

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

        What version of firmware are you using?

        1 Reply Last reply Reply Quote 0
        • fcwilt
          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 FT-5 with the 713 upgrade bits. A custom MarkForged style. A small Utilmaker style and a CoreXY from kits. Various hotends. Using Duets (2 and 3) running 3.4.1

          1 Reply Last reply Reply Quote 0
          • Jackal
            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
            • fcwilt
              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 FT-5 with the 713 upgrade bits. A custom MarkForged style. A small Utilmaker style and a CoreXY from kits. Various hotends. Using Duets (2 and 3) running 3.4.1

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