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

    Topics created by No2

    • No2undefined

      Solved duet 6hc w/ sbc stopped mid print, no appearing error in dwc

      Using Duet Controllers
      • • • No2
      3
      0
      Votes
      3
      Posts
      132
      Views

      No2undefined

      looks like it actually solved my issue, thank you !

    • No2undefined

      Duet homing forever

      Using Duet Controllers
      • • • No2
      2
      0
      Votes
      2
      Posts
      171
      Views

      Phaedruxundefined

      Please post the results of M122 and M98 P"config.g" please.
      Does the firmware version between the two duets match?

    • No2undefined

      Using another Raspberry SPI Shield

      Duet Hardware and wiring
      • • • No2
      2
      0
      Votes
      2
      Posts
      142
      Views

      gaweyoundefined

      You can change the device node, which determine the CS pin. The extra trfrdy pin is configurable.

      But it's not adviced to share the spi bus, probably better off using the second spi bus on the pi.

      In any case see /opt/dsf/conf/config.json or something similar

    • No2undefined

      Fetching Duet state from Raspberry

      Gcode meta commands
      • • • No2
      4
      0
      Votes
      4
      Posts
      189
      Views

      No2undefined

      Found it :
      i used the Pn parameter to redirect it to USB (P1), from there i just have to read the TTY output on the raspberry and do whatever i want with it

    • No2undefined

      Unsolved Duet 3 communication w/ CAN DS301

      Using Duet Controllers
      • • • No2
      6
      1
      Votes
      6
      Posts
      355
      Views

      No2undefined

      Thank you for your answers,
      Hopefully the full can support will come in the future, in the meantime i will try to find a way around (by adding a node on the can bus that will do the translation for instance)