Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. Sindarius
    • Profile
    • Following 1
    • Followers 6
    • Topics 6
    • Posts 270
    • Best 90
    • Groups 0

    Sindarius

    @Sindarius

    184
    Reputation
    143
    Profile views
    270
    Posts
    6
    Followers
    1
    Following
    Joined Last Online

    Sindarius Unfollow Follow

    Best posts made by Sindarius

    • 3D GCode Viewer integrated with DWC

      I have been working on a little side project to add a GCode Viewer to the DWC 2.0. I don't know if anyone would be interested in something like this but I have a little video showing it to see if there'd be interest in this.

      https://www.youtube.com/watch?v=rlreuMFQjJ8

      Update
      The newest versions of a new plugin for DWC 3.2 is a available here.

      https://github.com/Sindarius/DWC_GCodeViewer_Plugin

      posted in Duet Web Control wishlist
      Sindarius
      Sindarius
    • Object Cancel Plugin 1.0

      I have put together a new plugin that allows you to cancel objects in a simple 2D view.

      This is an initial release and there is a known issue where sometimes you have to resize the browser to get the build area to show up.

      94cf97d5-a7d6-4b3b-8ff5-d1476cd83340-image.png

      You can get the release here
      https://github.com/Sindarius/ObjectCancelPlugin

      posted in Plugins for DWC and DSF
      Sindarius
      Sindarius
    • RE: 3D GCode Viewer integrated with DWC

      Been a while since I provided an update. I have been working toward getting my viewer converted to a plugin in 3.2. Here's a little sneak peek of where it is at today.

      fa680dbb-ad4b-4b2f-9d71-c0ae14799d73-image.png

      posted in Duet Web Control wishlist
      Sindarius
      Sindarius
    • New Features in GCode Viewer 3.4-Beta4

      I have put together a small overview video with some of the updates included in the updated GCode Viewer.

      https://www.youtube.com/watch?v=MCuO9AhCznQ

      On top of that video some other items which have been implmeneted are feature coloring (PS and Cura) and a new HQ render mode.

      c5e3c254-32f2-4e5e-a3fe-e6d04cea413b-image.png

      Give it a go and let me know what you think!

      posted in General Discussion
      Sindarius
      Sindarius
    • RE: 3D GCode Viewer integrated with DWC

      For anyone who is building and running the latest beta 3.2 you can install and test the plugin. Enjoy!

      https://github.com/Sindarius/DWC_GCodeViewer_Plugin/releases/tag/0.5.0

      posted in Duet Web Control wishlist
      Sindarius
      Sindarius
    • RE: Preview version of CNC optimized DWC.

      @cjm The structure of the spindle in the object model has changed so I will be making some adjustments to fix it.

      posted in CNC
      Sindarius
      Sindarius
    • RE: 3D GCode Viewer integrated with DWC

      Just finished implementing object cancelling in the 3d viewer.

      fc2483e6-da41-4cca-a4fd-16c747853bcd-image.png

      3367bd34-3aea-4fcd-bf0f-19845de95111-image.png

      https://github.com/Sindarius/DWC_GCodeViewer_Plugin/releases/tag/0.6.0

      posted in Duet Web Control wishlist
      Sindarius
      Sindarius
    • RE: DWC Custom Configuration

      For a long time before plugins became available I used to keep a fork of the DWC with my GCode Viewer. A few folks used to use my fork for the feature. Once plugins became available I converted my code to utilize the plugin functionality. I feel plugins will be a great way forward for customization, btncmd for example. I think there is always a possibility for adding the ability to customize themes and maybe even content blocks but those take work. The other issue is that everyone has a different use case and what they consider “an optimal user interface”. Having folks put together something maintainable as an example can go a long way toward getting features and functions added to the ui. The merge of the DWC-CNC into the base is a fairly recent example of this. I think the Duet team is open and flexible to additions in the future but they don’t happen overnight and they have to take into consideration the larger group and that may not always reflect a given persons desirements.

      posted in Duet Web Control
      Sindarius
      Sindarius
    • RE: Preview version of CNC optimized DWC.

      If any of you happen to be using my Gamepad Jogger plugin with the CNC build I have a new version which allows you to bind keyboard keys to commands as well.

      https://github.com/Sindarius/DWC_GamepadJogger_Plugin/releases/tag/0.2.0

      13ed68e5-a9a5-4479-a496-040fc0c06abf-image.png

      posted in CNC
      Sindarius
      Sindarius
    • RE: 3D GCode Viewer integrated with DWC

      I've been playing around with the code a little bit while I wait for a plugin system to be put in place. Recently added the ability to change the bed size and have the release on GitHub for anyone who wants to play with this. I use it fairly often at this point.

      https://github.com/Sindarius/DuetWebControl/releases

      ab8da693-e537-4c31-b997-7b0d6755a739-image.png

      posted in Duet Web Control wishlist
      Sindarius
      Sindarius

    Latest posts made by Sindarius

    • RE: Duet 2 Killerbee CNC with OpenBuilds INTERFACE

      @novastorm Last I remember the OpenBuilds Interface was not open source so there's no clean way to convert it to use RRF.

      posted in CNC
      Sindarius
      Sindarius
    • Object Cancel Plugin 1.1.0

      There is a new version of the object cancel plugin updated for DWC 3.4.1

      Available at
      https://github.com/Sindarius/ObjectCancelPlugin/releases/tag/1.1.0

      posted in Plugins for DWC and DSF
      Sindarius
      Sindarius
    • RE: No G-code command to return files like GET /rr_filelist ?

      @otso You can use M20 to get a list of files.

      https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m20-list-sd-card

      posted in General Discussion
      Sindarius
      Sindarius
    • RE: REST Api Questions

      @markz you can adjust cors by using M586. You can open it up with M586 C”*”

      You can see a list of the standalone GET requests here https://github.com/Duet3D/DuetWebControl/blob/legacy/README.md

      posted in General Discussion
      Sindarius
      Sindarius
    • RE: REST Api Questions

      @markz with the SBC has a different set of endpoints. You can find more information here https://github.com/Duet3D/DuetSoftwareFramework/wiki/REST-API

      posted in General Discussion
      Sindarius
      Sindarius
    • RE: oozeBot Elevate

      @oozebot The machine looks awesome. I love the cabinet/enclosure you guys designed for the system.

      posted in My Duet controlled machine
      Sindarius
      Sindarius
    • RE: GCode viewer in 3.4.0rc2 (2022-02-22)

      @paulhew The Show Object Selection toggle in the 3D Viewer and the Object Cancel plugin allows you to view boxes that you can click to cancel objects without you having to enter any g-code.

      https://youtu.be/jDtnLo_LPK4

      The viewer itself will continue to show the model being printed because it's just going through the file but RRF will cancel that object.

      The object cancel plugin shows you a list of objects and you can select the object you want to cancel at any time and cancel it.

      9cb125b1-3dc6-481c-9bbb-6b87c6e83c25-image.png

      posted in Duet Web Control
      Sindarius
      Sindarius
    • RE: GCode viewer in 3.4.0rc2 (2022-02-22)

      @paulhew it’s late at this point but would need to verify what was in the object model at the time you tried to visualize the object cancel since that is what is used to render the boxes. Another option in the future would be to check out my 2D version object cancel plugin. 3D provides a nice visual but sometimes you just need to cancel.

      https://github.com/Sindarius/ObjectCancelPlugin

      Also did you have this option enabled? The labels won't appear without this option turned on
      94b4a3e8-e2b1-4215-8bf9-45cab3b654c1-image.png

      posted in Duet Web Control
      Sindarius
      Sindarius
    • RE: 3.4rc1 early feedback

      @markz On the step buttons you should be able to right click and type in the step amount you want the buttons to execute.

      posted in Beta Firmware
      Sindarius
      Sindarius
    • RE: 3.4rc1 early feedback

      @markz You'd have to thank Christian for that 🙂

      posted in Beta Firmware
      Sindarius
      Sindarius