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

    Topics created by marcel.kastler

    • marcel.kastlerundefined

      Solved Upgrade to 3.5.3 failed

      Firmware installation
      • • • marcel.kastler
      23
      0
      Votes
      23
      Posts
      535
      Views

      marcel.kastlerundefined

      @droftarts Dear Ian, your efforts are highly appreciated. However, I consider now to use my 6HC in SBC mode, since I bought a new raspberry. Then firmware updates hopefully become less of a problem since Bossa worked like a charm on your raspi OS.

    • marcel.kastlerundefined

      USB Accelerometer

      Third-party add-ons
      • • • marcel.kastler
      6
      0
      Votes
      6
      Posts
      445
      Views

      chrishammundefined

      @necrorat To get started with the basic structure of plugins, check out the SBC third-party docs. Currently you have two API libraries to write an SBC plugin with:

      .NET using DuetAPIClient Python using dsf-python

      If you go with .NET, I suggest you have a look at the DuetPiManagementPlugin to see how G-codes like M955 and M596 could be intercepted. For Python, check out the custom M-code example instead.