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

    Topics created by Hey_Allen

    • Hey_Allenundefined

      Driving ANDON light stick to report printer status

      Accessories and Add-ons
      • • • Hey_Allen
      4
      0
      Votes
      4
      Posts
      232
      Views

      dc42undefined

      @hey_allen if they are 24V common positive then you should be able to drive them from spare heater or fan outputs. I suggest you create code in daemon.g that monitors state.status in the object model every few seconds and sets the lights accordingly.

    • Hey_Allenundefined

      Solved Paneldue not showing files sliced in PrusaSlicer

      PanelDue
      • • • Hey_Allen
      7
      0
      Votes
      7
      Posts
      343
      Views

      mfs12undefined

      @dc42 thanks.

    • Hey_Allenundefined

      Screen firmware issues if not matched to the controller?

      PanelDue
      • • • Hey_Allen
      6
      0
      Votes
      6
      Posts
      361
      Views

      Hey_Allenundefined

      @Danal Merry Christmas to you as well!

      Thanks for the tip again, the boards are all back online, running 2.05, the web servers all up to date, and the displays also.
      One good thing that came out of this, and the newer firmware on the controllers, is that my printers now stay on the IP address that I assigned them to, instead of ignoring the config.g specified IP address like they did under the older firmware.

      Now I just need to get the other printers assembled and using the boards. Two spare boards is a bit of an embarrassment!

    • Hey_Allenundefined

      Powering off a DuetWifi after print completion, not ATX supplied

      Duet Hardware and wiring
      • • • Hey_Allen
      8
      0
      Votes
      8
      Posts
      1.7k
      Views

      Hey_Allenundefined

      That makes a lot of sense, and it's simple to boot.

      I have a couple of 27,000mfd 15vdc caps around that my work used to use as brown-out prevention on the 5vdc supply rail of some small dot-matrix receipt printers.
      I suspect that one of those would be more than enough to trigger the coil.

    • Hey_Allenundefined

      DWC shows two layer heights, when single height sent from S3D

      General Discussion
      • • • Hey_Allen
      6
      0
      Votes
      6
      Posts
      729
      Views

      Hey_Allenundefined

      Okay, I tested this again with the S3D startup scripts no longer having the z movement preamble, after adjusting the config.g to reflect the probe height.

      It is still showing 0.1mm/0.3mm layer height, and I noticed that this current print completed on layer 43 of 75.

      "Layer: 43 of 75, Filament Usage: 5094.1mm of 5094.1mm (0.0mm remaining)"

      Sample g-code:
      https://drive.google.com/open?id=16V7LTbmVSWmawGIZLEn_tXuUV1qrGCa-

      Screenshot:
      https://drive.google.com/open?id=1Qa93VdHxQ88LMUK7JO33bPyFtUqV-707

    • Hey_Allenundefined

      [SOLVED] Duet Wifi non-responsive after firmware update

      Firmware installation
      • • • Hey_Allen
      7
      0
      Votes
      7
      Posts
      1.8k
      Views

      DjDemonDundefined

      There is an issue with github, when downloading the firmware.

      If you right click on the firmware file in the folder and select "save link as" you get an approx. 30kb file which is obviously not correct. I've done it foolishly 3 times, and flashed it and had to do the hard reset option.

      Instead left click the file, github will then display a grey box saying "view raw", and a button on the right "download". A left click there will get you the full 260kb file.

      Before the move to auto update from DWC (essentially OTA update) I think some sort of MD5 check or something like that would be a lifesaver and its quick enough to do, and common practice with things like smartphone Roms, where the consequences of flashing a corrupt file can be permanently bricking your device. I accept this is not a risk with a corrupt firmware on this device.

      I checked the wiki and the instructions there are clear.

      Might there also be an argument to host the firmware files on the duet3d.com site somewhere with slightly more conventional download behaviour, i.e. right click would work etc…