Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Foden
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 115
    • Best 8
    • Controversial 0
    • Groups 0

    Topics created by Foden

    • Fodenundefined

      Constant 'connection interrupted'

      General Discussion
      • • • Foden
      92
      0
      Votes
      92
      Posts
      4.7k
      Views

      Fodenundefined

      @taglia Yep, left min on all day, but not printing, and I got a dozen drops after it was on for 9 hours total. Pleased I have not gone near the duet with my fat-fingered soldering iron

    • Fodenundefined

      PanelDuo v3.0a issue

      PanelDue
      • • • Foden
      3
      0
      Votes
      3
      Posts
      132
      Views

      Fodenundefined

      Freaking out and should have thought about that - thanks 🙂 will give that a go

      I had tried 3 other cables before posting, obviously all of them are charge only 😞

      Found a full cable and now my laptop sees the PanelDuo - TG!!!!!!!

      Appreciate the quick assist Veti 🙂

    • Fodenundefined

      Upgrading from RRF2 to RRF3 issues

      Firmware installation
      • • • Foden
      13
      0
      Votes
      13
      Posts
      885
      Views

      Fodenundefined

      @dc42 said in Upgrading from RRF2 to RRF3 issues:

      3.01-RC11

      It was with 3.01-RC11 - once I left it alone and the hit the emergency button all was well

    • Fodenundefined

      Orion triggers during tuning but not when Z homing

      Third-party add-ons
      • • • Foden
      43
      0
      Votes
      43
      Posts
      2.3k
      Views

      Fodenundefined

      @fcwilt Nah, likely its me - I've been known to be defective before ;o). I have 2 Orions and 2 of the previous PCB's and have never been able to get the consistency i have with the BLTouch

    • Fodenundefined

      Page refresh

      Duet Hardware and wiring
      • • • Foden
      14
      0
      Votes
      14
      Posts
      1.3k
      Views

      Danalundefined

      The restart post says:

      @NitroFreak said in Page refresh on 23 Oct 2019:

      Is there any fix for this yet? I have the newest everything and this drives me nuts, i cannot select old gcode files to reprint as it always jumps back up. Toggling the "always show info area" does nothing

    • Fodenundefined

      WyzeCamV2 used as an IP camera with Duet Wifi

      General Discussion
      • • • Foden
      36
      3
      Votes
      36
      Posts
      5.1k
      Views

      anamit117undefined

      @paralepsis Well this camera does not have any autofocus so I understand where the concern would come from but the fixed focus has been fine for me as the printer I have is quite large, it perhaps could be an issue for mounting this camera on smaller printers. I would say the resolution only being 1080p is more of a limiting factor over the focus. You obviously cannot see the absolute most amount of detail when it comes to the prints (ie. small text on 3d prints) but it works fine to monitor the overall print and stop it if something major goes wrong.

      I should add some clarity on my last post as well that if you are presented with a blank page even after adding just the camera IP in DWC, you should first go directly to the camera IP outside of DWC to make sure you can load the camera page by itself (you may be prompted by your browser that the page is unsecured/untrusted - just allow it). Once you type in the root username and password (default is root:ismart12), you should be able to access it in DWC as well, it may prompt you to reenter the password in the DWC page as well. Once you have confirmed your camera is working through DWC, you can remove the username and password requirement by following this link (instructions are the same for both the cgi-bin/currentpic image and the full camera gui): [https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks/issues/1666]

      A very similar username and password fix was discussed above but only applicable to the cgi-bin/currentpic by @mabover in WyzeCamV2 used as an IP camera with Duet Wifi:

      I wanted to share that I found a way to allow no login access to the still image webpage when using the Dafang Hacks firmware on a Wyze Camera V2

      You will need to either ssh into your camera or take out the sd card and modify the lighttpd.config file
      If accessing via ssh you will need to use vi, or if modifying via the sd card on your computer use a file editor like notepad++.

      path via ssh: /system/sdcard/config/lighttpd.conf
      path via sd card: \config\lighttpd.conf

      once you have opened the file find the following line, should be line 40

      $HTTP["url"] !~ "^/.well-known/(.*)" {

      and change it to the following

      $HTTP["url"] !~ "^/cgi-bin/currentpic.cgi|/.well-known/(.*)" {

      save the file and reboot if accessing via ssh or reinstall the sd card in the camera and plug it back in. You should now be able to access the following link via your browser with out logging into the camera web interface

      http://xxx.xxx.xxx.xxx/cgi-bin/currentpic.cgi
      (replace the xxx.xxx.xxx.xxx) with your camera ip address or camera host name.

      Once you have confirmed that this works you can place the link into the duet web control settings under the web camera config section in the setting page.

      What this change does is specifically exempt the path to the currentpic.cgi webpage page from being protected via the login prompt. The rest of the web interface is still protected by the login prompt.

      Please note that I have not validated if this change compromises the security of the default config Dafang Hacks firmware, so proceed at your own risk.

      Prutsium created this issue in EliasKotlyar/Xiaomi-Dafang-Hacks closed Remove password requirement of Still image /cgi-bin/currentpic.cgi #1666
    • Fodenundefined

      Heater faults with numerous different heaters and thermistors

      General Discussion
      • • • Foden
      37
      0
      Votes
      37
      Posts
      3.1k
      Views

      Fodenundefined

      Thanks again everyone, my DuetWifi and HEVO are back in sync. Have put back my BLTouch to replace the Orion as it was ticking me off, once i get some better prints I mat put it back.

      BLTouch is now dialed in and I just need to tweak the prints to stop extraneous links between parts - another self inflected issue I'm sure.

      Not replacing the cracked carriage until it fails completely - it's a royal PITA replacing it and setting up again IMHO

      Have made note to self that whenever I monkey around with the hotend and/or carriage I run an autotune, fan on fill, before i do anything else ;o)