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

    Topics created by ale.fdezsuarez

    • ale.fdezsuarezundefined

      Problem with stealthChop2 driver mode in cartesian 3D printer

      Tuning and tweaking
      • • • ale.fdezsuarez
      5
      0
      Votes
      5
      Posts
      240
      Views

      dc42undefined

      @ale-fdezsuarez another consideration for quiet operation is that the back emf of the motor at the commanded speed is below the VIN voltage.

    • ale.fdezsuarezundefined

      Send GCODE commands via wifi to Duet3

      Duet Web Control
      • wifi • • ale.fdezsuarez
      3
      0
      Votes
      3
      Posts
      438
      Views

      ale.fdezsuarezundefined

      @dc42 Perfect, I'm going to do some research as I'm pretty new to this stuff (including curl).
      As far as I know I can implement a file in c++ for example in which I can do a write to duet and a read from duet using this library, right?

      That's why I was asking if there was any commercial software that already implemented this type of function so that I could do some quick tests on how it works.

      Or if I write something like:

      curl "http://192.100.100.100/rr_connect? password=PWD"

      It will work?

      Thank you so much!