Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Duet Web Control
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • tdybare69undefined

      INCORRECT SIZING

      • • tdybare69
      2
      0
      Votes
      2
      Posts
      138
      Views

      Phaedruxundefined

      https://forum.duet3d.com/topic/5909/guide-for-posting-requests-for-help

    • KaminKevCrewundefined

      Duet 3 MB6HC Static IP?

      • • KaminKevCrew
      5
      0
      Votes
      5
      Posts
      193
      Views

      Danalundefined

      One of the reasons a Pi was chosen for the Single Board Computer for Duet 3 is because there is so much Pi help available on the internet. Do search beyond Duet documentation.

      Default password? Google "Raspberry Pi default password"

      Static IP? Google "Raspberry Pi static IP address"

      Safe (secure) reverse proxy to reach the Pi from the internet? ...You get the idea... 99.9% of the time, regular Pi stuff will work.

    • Eth7anundefined

      This topic is deleted!

      • • Eth7an
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • Aztazticzundefined

      Duet 3 + SBC cant handle files above 60mb

      • • Aztazticz
      8
      0
      Votes
      8
      Posts
      326
      Views

      chrishammundefined

      @Aztazticz Thanks for providing this file - I could reproduce this problem and will fix in the upcoming DSF 1.3.0. This particular file has a really long block of invalid characters ('\0') at the end which slowed down the G-code parser.

    • 3DPMicroundefined

      Increasing Head Position resolution in DWC (and/or PanelDue?)

      • • 3DPMicro
      8
      1
      Votes
      8
      Posts
      324
      Views

      3DPMicroundefined

      @Danal
      Awsome. Thanks. I'll load the zip tomorrow. Like to try it now but I'm "essential" 3 days this week, including tomorrow so I gotta hit the sack

    • r123undefined

      way to suppress connection notifications?

      • • r123
      17
      1
      Votes
      17
      Posts
      745
      Views

      r123undefined

      @Phaedrux - thanks for the suggestion. I did read and note. However do think that Safari's power saving feature is a good thing. Certainly on battery power but also with power adapter connected to laptop it's saving processor cycles and so forth. Admit I'm a cheapskate who didn't fit a screen to his Duet / Railcore printer and so keeps the web interface running all the time that the printer is on. But most of the time the tab is in the background and, if it's sleeping, so much the better.

    • A Former User?

      investigating crush

      investigating crush • • A Former User
      6
      0
      Votes
      6
      Posts
      197
      Views

      A Former User?

      @bot
      thanks, bot. have not had a chance to explore the problem although I am a prisoner at home.

    • Breadbinundefined

      "Error: Heater 1 not found" issue on Duet Maestro

      • • Breadbin
      5
      0
      Votes
      5
      Posts
      353
      Views

      Breadbinundefined

      Thank you! It looks like it works now.
      Annotation 2020-03-24 154238.jpg

    • techundefined

      Duet3 6HC MAC Adress?

      • • tech
      3
      0
      Votes
      3
      Posts
      141
      Views

      techundefined

      I finded the information I was looking for after connecting to my router.
      Thank you

      Christian

    • Lichtyundefined

      Can't connect via WiFi in the same Network - only via LAN

      • • Lichty
      10
      0
      Votes
      10
      Posts
      535
      Views

      Danalundefined

      When you are attempting to connect, can you ping the printer? If connecting from an iPad you will need an app store utility to ping.

      There are a bunch of free ones, I've used "Network Analyzer Master Lite", it does not actually ping, instead it has a "network scan" that works pretty well.

      For example, "bfd.lan" is a Duet WiFi running reprap 3, "jubilee.lan" is a Duet3+Pi

      LanScan.PNG

    • r123undefined

      layer times benefit from diagonal x-axis legend

      • • r123
      2
      2
      Votes
      2
      Posts
      156
      Views

      dc42undefined

      One for @chrishamm.

    • Haggan90undefined

      DWC connection problems

      • • Haggan90
      11
      0
      Votes
      11
      Posts
      813
      Views

      Phaedruxundefined

      @Dave-O Probably best to start your own thread. But off the cuff I would check your SD card for a /www folder to ensure that you have the DWC files in there.

    • Mentaluproarundefined

      html5 notifications missing?

      • • Mentaluproar
      1
      0
      Votes
      1
      Posts
      99
      Views

      No one has replied

    • 8347undefined

      DWC 2.0.7 cuts off rotated webcam

      • • 8347
      1
      0
      Votes
      1
      Posts
      104
      Views

      No one has replied

    • DanS79undefined

      DWC randomly doesn't load

      • • DanS79
      8
      0
      Votes
      8
      Posts
      289
      Views

      droftartsundefined

      @DanS79 sounds like an SD card problem. Backup SD card, reformat with official SD formatting tool, copy everything back on. Or make a fresh SD card. Could also be a faulty SD card socket, but try refreshing the SD card first.

      Ian

    • noisettetbouundefined

      Little bug

      • • noisettetbou
      4
      0
      Votes
      4
      Posts
      187
      Views

      noisettetbouundefined

      OK. Thank you. 👍

    • Williamundefined

      Solved Maestro Network startup

      • • William
      10
      0
      Votes
      10
      Posts
      348
      Views

      A Former User?

      @dc42 said in Maestro Network startup:

      It shouldn't matter whether you use 1 or 2 separate M552 commands in config.g.

      so either something else changed or the order mattered even it shouldn't have? which is why I asked as it seemed an improbable explanation.

      @dc42 said in Maestro Network startup:

      The S1 command will be deferred until config.g has completed running.

      noted, good to know

    • CCS86undefined

      GCode Lookup / Search in 'Send Code...' Field

      • • CCS86
      2
      0
      Votes
      2
      Posts
      122
      Views

      Danalundefined

      This is VERY easy to do because the "gcode" page, https://duet3d.dozuki.com/Wiki/Gcode, has section tags in it that contain the G or M codes, and certain keywords that are useful for searches.

      Here are some pieces of implementing this. I am putting them here because I tested them in a console debugger and I don't want to lose them.

      Place a copy of https://duet3d.dozuki.com/Wiki/Gcode.html on the SD card in /www.

      This is necessary because the browser will not let Javascript fetch web pages from "across domains". DWC will be running from the "domain" of your local printer. It won't fetch dozuki.com pages. This is a security thing.

      This implies that update releases of DWC would need to include refreshes of this page, copied from the dozuki.

      Add a field for the user to type "G1" or "Move" or whatever word they want to search. Probably on the console page (so as not to further clutter the main page).

      Fetch the Gcode page into a variable, with regular old Java script.

      var r = new XMLHttpRequest(); r.open('GET', '/Gcode.html', false); r.send(null); nextstring = r.responsetext; Run a loop, searching via a regular expression (I tested the regex repeatability; i did not test a loop): sregex = /(.*?)("#Section_(?:(?!#Section_).)*?**what the user entered**.*?")(.*)/g; #loop of some sort sresult = sregex.exec(nextstring) nextstring = sresult[3] link = sresult[2] # Note: need to accumulate the links, and display them to the user. link = "//https://duet3d.dozuki.com/Wiki/Gcode" + link.substring(0,link.length - 1); # Remove trailing quote if (nextstring == "" ) break; # end of loop Present results to user as links.

      That's it!

    • p40whkundefined

      Heater Error with Dual Thermistors

      • • p40whk
      13
      0
      Votes
      13
      Posts
      545
      Views

      p40whkundefined

      Hmm, I thought that was what the P103 was for (I'm still learning RRF). My thermistor is on the Duex5 "E2_Thermistor3" pins so would I need to add an X-command in that line like this:

      M305 S"Bed Heater" P103 X3 R4700 T100000 B4725 ..........; thermistor inside the Keenovo heater

      Edit: That fixed it! The bed heater now shows up under + Extra.

      Thanks you so much for the help!

    • Co3getundefined

      Uncaught TypeError: Cannot read property 'toFixed'

      • • Co3get
      3
      0
      Votes
      3
      Posts
      285
      Views

      dc42undefined

      Looks like you are running incompatible versions of RRF and DWC. What version of RRF are you running? Send M115 to find out.

    Unless otherwise noted, all forum content is licensed under CC-BY-SA