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

    Topics created by Dan_55

    • Dan_55undefined

      IO pins on custom expansion board

      Firmware developers
      • • • Dan_55
      4
      0
      Votes
      4
      Posts
      230
      Views

      dc42undefined

      To add a PWM enabled output you need to pick a pin that the datasheet shows can be connected to a TC[n].WO[m] pin for some n and m, with the following constraints:

      the TC or TCC must not already be used for another PWM output if it is a TC then m cannot be zero if it is a TC then it must not be one of the pair of TCs used for step pulse generation

      After picking the pin, put the appropriate entry in the TC or TCC column of that row of the pin table. See the existing entries for e.g. pin out0 as examples.

    • Dan_55undefined

      CAN-FD commands ?

      Firmware developers
      • • • Dan_55
      7
      0
      Votes
      7
      Posts
      443
      Views

      Danalundefined

      Good point, I was doing quick generic searches. You are spot on regarding the directories and branches... 🙂

    • Dan_55undefined

      DWC Time sync

      Firmware developers
      • • • Dan_55
      5
      0
      Votes
      5
      Posts
      457
      Views

      dc42undefined

      @dan_55 said in DWC Time sync:

      @wilriker Thanks ! I will look into that.

      @dc42 Yes, I know but DWC always overrides this value when connecting. It's not a big deal, but it creates a little mess in my code and I'd like to disable it.

      You will need to patch DWC not to set the date/time in rr_connect, whether you use rr_connect or M905 to set the time and date yourself. I am fairly sure that you can just have DWC omit the date/time parameter when it sends the rr_connect request.

    • Dan_55undefined

      Filament monitor - how it notifies filament runout ?

      Firmware developers
      • • • Dan_55
      4
      0
      Votes
      4
      Posts
      572
      Views

      dc42undefined

      You need to send M408 commands to retrieve the responses from commands such as M552.