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

    Topics created by thomaspj

    • thomaspjundefined

      Z offset between toolheads

      General Discussion
      • • • thomaspj
      3
      0
      Votes
      3
      Posts
      327
      Views

      T3P3Tonyundefined

      @thomaspj try setting https://duet3d.dozuki.com/Wiki/Gcode#Section_M208_Set_axis_max_travel to Z-1.1

    • thomaspjundefined

      Temperature control acting wierd

      General Discussion
      • • • thomaspj
      6
      0
      Votes
      6
      Posts
      548
      Views

      dc42undefined

      Downward-going spikes in the temperature graph when using a thermistor as the temperature sensor normally indicate a bad connection in the thermistor wiring. Another user just had this problem, see https://forum.duet3d.com/topic/8778/troubleshooting-hotend-temp-signal/14.

    • thomaspjundefined

      Toolhead preheat prior to a tool change.

      Firmware wishlist
      • • • thomaspj
      28
      0
      Votes
      28
      Posts
      2.9k
      Views

      dwuk3dundefined

      Just came across this old thread, and some of the thoughts in it are relevant to some work I am currently doing.

      A few years ago when I was using a Marlin based IDEX machine with a fairly slow heating element I did write a gcode post processor that parsed the gcode and inserted pre-heat commands into the gcode stream approximately the right number of instructions ahead to take into account the likely execution time of the individual gcode instructions, plus the amount of heating time required based on approximate heat up rate, plus previous cool down rate.

      I don't think the multiple motion systems enhancements really help with this so I am embarking on looking at preheating again based on a multiple motion systems/multiple idex/tool changer system I am working on:

      Things that need to be considered are:

      The faster heat up times of more modern extruders meaning timings need to be fairly accurate - or maybe they are fast enough to largely negate the benefits of preheating. Gcode queuing/multiple queues means that working out where in the gcode stream to place the preheat instructions is fairly complicated. Working out how long each move/extrude is actually going to take it quite tricky too given acceleration/slow downs both prior and after each instruction.

      I guess ideally the slicer and firmware would handle this, but in the meantime
      I'm thinking maybe some global variables indicating future preheat timings, and use of daemon.g might end up being part of the solution.

    • thomaspjundefined

      Driver 7 error when using Duet Ethernet with Duex 5

      General Discussion
      • • • thomaspj
      3
      0
      Votes
      3
      Posts
      525
      Views

      thomaspjundefined

      There were no solder bridges but I did replace the cable and that seems to have fixed the problem. Thanks

    • thomaspjundefined

      Upgrading Duet Wifi to V1.19

      Firmware installation
      • • • thomaspj
      4
      0
      Votes
      4
      Posts
      845
      Views

      dc42undefined

      Ask your supplier to replace the Duet under warranty.

    • thomaspjundefined

      Using Marlin Output for OctoPrint

      General Discussion
      • • • thomaspj
      7
      0
      Votes
      7
      Posts
      1.1k
      Views

      weputundefined

      @fcwilt:

      @thomaspj:

      I set the Duet Ethernet to do Marlin output which was successful in connecting to octoprint but It only sends back the bed temperature and not both the bed and Hotend. Does anyone know why and how I could fix this? Thanks

      Given the first rate web interface the Duet firmware provides why do you need/want OctoPrint?

      Frederick

      Im used to send stuff from slic3r directly to octoprint… and i really miss that feature.

    • thomaspjundefined

      Panel Due not working

      Duet Hardware and wiring
      • • • thomaspj
      2
      0
      Votes
      2
      Posts
      589
      Views

      dc42undefined

      The common causes of that issue are:

      1. Bad connection on the data in or the data out wire. Or the pins swapped in the cable.

      2 Mismatched baud rate. The baud rate set in the M575 command in config.g must match he baud rate set on the Setup page of PanelDue. The usual value is 57600.

      HTH David

    • thomaspjundefined

      Overheating stepper driver

      Duet Hardware and wiring
      • • • thomaspj
      4
      0
      Votes
      4
      Posts
      755
      Views

      dc42undefined

      You can take it off the board, but if/when you upgrade to 1.19 series firmware you will get lots of error reports to the console.

    • thomaspjundefined

      Duet Ethernet with Octoprint

      Duet Hardware and wiring
      • • • thomaspj
      14
      0
      Votes
      14
      Posts
      3.2k
      Views

      thomaspjundefined

      @number40fan:

      If you have your laptop connected to the network wirelessly and you have your Octoprint connected with a cable, you can connect to it?

      If you try the same with the Duet, it won't work?

      But, it will work if you hook your laptop up to the network with a cable?

      Correct