Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. DanS79
    3. Topics
    • Profile
    • Following 0
    • Followers 1
    • Topics 10
    • Posts 79
    • Best 11
    • Controversial 1
    • Groups 0

    Topics created by DanS79

    • DanS79undefined

      gLapse: a time lapse application

      Third-party software
      • • • DanS79
      13
      1
      Votes
      13
      Posts
      1.2k
      Views

      stuartofmtundefined

      @pew

      I just saw this. Maybe this can help? It can act as a broker to multiple programs.
      https://forum.duet3d.com/topic/23759/videostream?_=1649392549727

      I use it in combination with DuetLape3.

    • DanS79undefined

      Does G60 store extruder position as well?

      General Discussion
      • • • DanS79
      5
      0
      Votes
      5
      Posts
      254
      Views

      dc42undefined

      @dans79 absolute extrusion is a horror that I would love to stop supporting in RRF, because of all the trouble it causes. It has no place in modern 3D printing. I strongly recommend you use relative extrusion instead.

      Absolute extrusion has to be converted to relative extrusion in RRF in order to implement features such as extrusion multiplier, mixing extruders, pressure advance, and nonlinear extrusion; yet we have to waste significant amounts of RAM and flash memory just to support users who use absolute extrusion, because we are forced to track the extruder position that the slicer expects on a per-move basis, to support pause/resume and resume after power fail.

    • DanS79undefined

      M307 in startup gcode gives heater over-powered warnings

      General Discussion
      • • • DanS79
      31
      0
      Votes
      31
      Posts
      1.7k
      Views

      DanS79undefined

      @bearer said in M307 in startup gcode gives heater over-powered warnings:

      sad state of this forum these days - ciao.

      well, if some people didn't make posts just to be a smart***, maybe they wouldn't get an equivalent response.

    • DanS79undefined

      G10 for temporary Z offset?

      General Discussion
      • • • DanS79
      11
      0
      Votes
      11
      Posts
      404
      Views

      fcwiltundefined

      @DanS79 said in G10 for temporary Z offset?:

      @fcwilt Yea thats would work set it to a given value in the start gcode, then back to zero in the end gcode.

      Notice that you can use absolute or relative values - whatever works best for any given situation.

      Frederick

    • DanS79undefined

      no keep alive support?

      Firmware wishlist
      • • • DanS79
      19
      0
      Votes
      19
      Posts
      952
      Views

      Zambiorixundefined

      @gloomyandy thanks! Figured out I had to install a more recent arm toolchain

    • DanS79undefined

      Whats does the roadmap look like for variables?

      Gcode meta commands
      • • • DanS79
      51
      3
      Votes
      51
      Posts
      2.7k
      Views

      deckingmanundefined

      @Phaedrux said in Whats does the roadmap look like for variables?:

      @deckingman said in Whats does the roadmap look like for variables?:

      No I don't fancy the idea of running a beta firmware at this stage

      While I understand the reluctance, wouldn't it be helpful to test the firmware before release to ensure the bugs are resolved rather than wait for the final release and discover there are the same or different bugs meaning having to wait again for another firmware release? Just sayin.

      Up until a few months ago I used to do exactly that. But I've had my fingers burnt a few times in the past.

      Classic example - earlier design versions of my hot end suffered a lot of stringing and I thought it was the complexity of the mixing chamber making retractions less effective. It turns out that the cause was the poor step pulse frequency. I had been using 64x micro-stepping (because that's what I used on Duet2) but RRF 3 did not report hiccups on expansion boards so I had no way of knowing about the firmware step pulse frequency issue. It was only when 3.1.1 came along that hiccups were reported and could see immediately that I was getting very high hiccup count during retractions. So I wasted a lot of time and effort re-designing my mixing chamber to reduce stringing when all I needed to do was reduce the micro-stepping from 64X to 16X to get around the firmware problem and restore proper retractions.

      So if something strange or unexpected does happen with this hot end version, and I change the firmware as well, I can't be sure whether any problems would be related to the design or configuration of the hot end, rather than caused by a potential bug/change in behaviour of the firmware.

      In a nutshell, I don't have a working hot end as a baseline against which I could evaluate any firmware changes. So any feedback I could give might be flawed due to some sort of mechanical issue with my experimental hot end.

      The old adage "change only one thing at a time" is the only sensible way to develop something IMO.

    • DanS79undefined

      Multiple M118 Messages show as one in the console?

      Duet Web Control
      • • • DanS79
      3
      0
      Votes
      3
      Posts
      241
      Views

      DanS79undefined

      @Phaedrux said in Multiple M118 Messages show as one in the console?:

      It would help to know your Duet board, firmware version, and DWC version.

      Board: Duet WiFi 1.02 or later + DueX5
      Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 2.05 (2019-12-13b1)
      Duet WiFi Server Version: 1.23
      Duet Web Control 2.0.4

      Are you using M118 instead of M291 for a particular reason?

      I was using M118, as it looked like it was the more flexible option. For example it seems like if I were to add a PanelDue, m118 with no P parameter, then it would send a message to the webcontrol console, the webcontrol lower right popups, and the PanelDue.

      M291 doesn't seem to log anything to the console, and if two messages fire in rapid succession you will only see the first one.

    • DanS79undefined

      Can the console be cleared from gcode?

      Duet Web Control wishlist
      • • • DanS79
      5
      0
      Votes
      5
      Posts
      453
      Views

      DanS79undefined

      I still think it would be really nice to have.

      If it existed, it would already be in the start-up gcode of every print i do.

    • DanS79undefined

      DWC randomly doesn't load

      Duet Web Control
      • • • DanS79
      8
      0
      Votes
      8
      Posts
      300
      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

    • DanS79undefined

      M593 data gathering and analysis

      Tuning and tweaking
      • • • DanS79
      1
      0
      Votes
      1
      Posts
      261
      Views

      No one has replied