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

    Topics created by Ant1

    • Ant1undefined

      RE: Deadlock reading the object model

      Plugins for DWC and DSF
      • • • Ant1
      1
      0
      Votes
      1
      Posts
      79
      Views

      No one has replied

    • Ant1undefined

      Deadlock reading the object model from a plugin

      Plugins for DWC and DSF
      • • • Ant1
      16
      0
      Votes
      16
      Posts
      614
      Views

      Ant1undefined

      @chrishamm Okay thanks for all the pointers ! I switched all my machines to 3.5.3 and made the changes with the connections that you suggested, and it solves most of my problems.

      For the problem that I mentionned due to the machine being shifter along the Z axis after executing a macro from the plugin, I found something that might have caused the issue:

      When intercepting a command inside the plugin, I was always starting by sending G90 and M83 to the machine to make sure that whatever mode it is in, I can always perform moves and extrusions in absolute and relative mode, respectively. I suspect that those two commands might have caused the machine to shift position along Z due to synchronization issues because I removed them and the issue never happened again...

    • Ant1undefined

      M291 issued from a plugin doesn't show anything on the PanelDue

      DSF Development
      • • • Ant1
      6
      0
      Votes
      6
      Posts
      353
      Views

      Ant1undefined

      @chrishamm

      With the v flat, the output is the following:

      {"key":"state","flags":"d99vn","result":{"atxPower":null,"atxPowerPort":null,"beep":null,"currentTool":0,"deferredPowerDown":null,"displayMessage":"","gpOut":[],"laserPwm":null,"logFile":"","logLevel":"off","machineMode":"FFF","macroRestarted":false,"messageBox":null,"msUpTime":275,"nextTool":0,"powerFailScript":"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000","previousTool":1,"restorePoints":[{"coords":[0,0,0,0,0],"extruderPos":0,"fanPwm":0,"feedRate":50.0,"ioBits":0,"laserPwm":null,"toolNumber":-1},{"coords":[140.418,136.962,248.086,2.000,5.000],"extruderPos":8.9,"fanPwm":1.00,"feedRate":30.0,"ioBits":0,"laserPwm":null,"toolNumber":0},{"coords":[385.000,122.605,249.936,2.000,5.000],"extruderPos":-10.0,"fanPwm":1.00,"feedRate":108.3,"ioBits":0,"laserPwm":null,"toolNumber":1},{"coords":[0,0,0,0,0],"extruderPos":0,"fanPwm":0,"feedRate":50.0,"ioBits":0,"laserPwm":null,"toolNumber":-1},{"coords":[0,0,0,0,0],"extruderPos":0,"fanPwm":0,"feedRate":50.0,"ioBits":0,"laserPwm":null,"toolNumber":-1},{"coords":[0,0,0,0,0],"extruderPos":0,"fanPwm":0,"feedRate":50.0,"ioBits":0,"laserPwm":null,"toolNumber":-1}],"startupError":null,"status":"idle","thisActive":true,"thisInput":8,"time":"2024-12-05T14:41:38","upTime":21767}}

      Still no messageBox key inside it...

    • Ant1undefined

      Raspberry PI camera issue with AppArmor

      Plugins for DWC and DSF
      • • • Ant1
      3
      0
      Votes
      3
      Posts
      295
      Views

      Ant1undefined

      @chrishamm Thanks a lot, that was the problem ! I was looking at an old documentation page that didn't show that this permission was possible... Thank you !

    • Ant1undefined

      /usr/bin/env: ‘python3’: Permission denied

      DSF Development
      • • • Ant1
      8
      0
      Votes
      8
      Posts
      564
      Views

      Ant1undefined

      @achrn
      Thank you a lot ! This was indeed the problem, I didn't have launchProcesses. I removed it at some point because I didn't think it was necessary to run the python script, but since it depends on an external library, that might cause the issue 🙂

      Thank you !

    • Ant1undefined

      File2 is not a valid CodeChannel

      DSF Development
      • • • Ant1
      11
      0
      Votes
      11
      Posts
      513
      Views

      chrishammundefined

      @Ant1 You can now install the python3-dsf-python Debian package or reference it in your plugin provided you're on v3.5 or newer. This package was gratefully provided by @Falcounet.

    • Ant1undefined

      Solved BL Touch doesn't deploy after moving U axis

      General Discussion
      • • • Ant1
      12
      0
      Votes
      12
      Posts
      388
      Views

      Ant1undefined

      @Ant1 We realized that after putting the U axis under tension using M17 U, there is an interference between the BL Touch's ground and the U motor phases... So we are now investigating this issue. So I think that the issue doesn't come from the firmware, so I guess we can close this topic and we will test our setup on our side... Thank you very much for your help !!