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

    Best posts made by doryo

    • my timelapse implementation with pi zero

      Hi all,
      This is my implementation for automated layerlapse using the awesome duetwifi board
      all information can be found under the link below
      https://github.com/doryosef/dts

      Basically it listen to telnet and execute commands on the pi zero

      posted in General Discussion
      doryoundefined
      doryo
    • RE: my timelapse implementation with pi zero

      My waitForMessage function collect the characters coming from telnet and store them for 1 sec
      if it match the command it will add it to the queue for executing it
      🙂

      so it should be compatible with old version as well
      (I checked it only on duet version 2.02)

      posted in General Discussion
      doryoundefined
      doryo
    • RE: my timelapse implementation with pi zero

      @PaulHew
      I think pi 3 will not handle the job properly as it need more gpu power, not sure ...
      I tried with pi zero which got stuck every time I tried to execute ffmpeg

      just FYI
      every print it create tar zip with all the timelapse
      So when executing the script timelapse.sh on windows machine it will create movie for each print.

      @droftarts
      Awesome thanks

      posted in General Discussion
      doryoundefined
      doryo