Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. rilot
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 29
    • Best 8
    • Controversial 0
    • Groups 0

    Best posts made by rilot

    • RE: Preview version of CNC optimized DWC.

      @hagrid @chimaeragh Completely forgot to post the macros.

      Here you go:

      Z probe:

      M291 P"Make sure the probe is connected and is in position." R"Warning" S3
      G91
      M563 P49 S"XYZ-Probe"
      T49
      ; M585 Z10 E4 L0 F250 S1
      M585 Z10 P1 F250 S1
      M400
      G10 L20 Z4.72 ; Adjust this to match the thickness of your touch plate
      G1 Z5 F250
      G90
      M291 P"Probe complete. Please remove probe." R"Success" S1
      

      XYZ probe with 8mm bit

      M291 P"Make sure the probe is connected and is in position." R"Warning" S3
      G91
      ; M563 P49 S"XYZ-Probe"
      ;T49
      T1
      G1 X20 Y20 F500
      ; M585 Z10 P1 F250 S1
      M585 Z50 P1 F250 S1
      G10 P1 X0 Y0 Z0
      G10 P2 L20 Z4.72 ;Please adjust the Z value here to match the thickness of your touchplate.
      G1 Z3 F500
      G1 X-50 F500
      G1 Z-5.5 F500
      M585 X50 P1 F250 S0
      G10 P1 X0 Y0 Z0
      G10 P2 L20 X-19.3 ;Please adjust the X value to match the X thickness of your touch plate + the radius of the your endmill. Make it negative.
      G1 X-3 F500
      G1 Z5.5 F500
      G1 X50 F500
      G1 Y-50 F500
      G1 Z-5.5 F500
      M585 Y50 P1 F250 S0
      G10 P1 X0 Y0 Z0
      G10 P2 L20 Y-19 ;Please adjust the Y value to match the Y thickness of your touch plate + the radius of the your endmill. Make it negative.
      G1 Y-3 F500
      M500
      T0
      G90
      G55
      G1 Z8 F500
      G1 X0 Y0 F500
      M291 P"Probe complete. Please remove probe." R"Success" S1
      
      posted in CNC
      rilotundefined
      rilot
    • RE: CNC style Pendant

      I set up a CNC pendant using DC42's excellent sketch. I felt it was missing something though.
      With the support for 12864 displays for DuetWifis being added in 3.2 I set about a modification to the design.

      alt text

      Luckily there are enough wires in the stock CNC pendant cable to support this so I just needed to make a small loom using some breadboard at both ends.

      alt text

      Works like a charm

      alt text

      Made some hangers for it:

      alt text

      alt text

      posted in Hardware wishlist
      rilotundefined
      rilot
    • RE: CNC style Pendant

      Design here: https://www.thingiverse.com/thing:4812429
      I've included STEP files.

      posted in Hardware wishlist
      rilotundefined
      rilot
    • RE: CNC style Pendant

      @chimaeragh Yes, on both counts.
      @weed2all I'll be sharing the files today on Thingiverse. Will post back here once uploaded.

      posted in Hardware wishlist
      rilotundefined
      rilot
    • RE: Sanity check of my PA values

      Well, I just did the same. Ditched the Bowden and went to direct drive. 0.11 PA and much better prints. I should have done this ages ago rather than fighting with the bowden.

      Thanks.

      posted in General Discussion
      rilotundefined
      rilot
    • RE: Preview version of CNC optimized DWC.

      @Sindarius The work edge finding in the Workbee panel is a set of boxes you can fill in that automatically generate and then fire macros based on user input. It's very reliable and easy to trigger / configure. If this new version of DWC could do that then I would switch in a heartbeat as there are many functions of the newer Duet firmware I'd like to use but cannot due to needing the older 2.x based version to support the Workbee WC.

      a300961d-d353-44fe-aed0-c7fa2df8ca53-image.png

      4e58f58a-8196-4b33-a303-c56313956ea9-image.png

      posted in CNC
      rilotundefined
      rilot
    • Input Shaping page has incorrect links to Input Shaping plugin

      The page here: https://docs.duet3d.com/User_manual/Tuning/Input_shaping_plugin
      The link to the Input Shaping plugin points to an older, beta release rather than the current release. This generates a 404.

      It points to: https://github.com/Duet3D/DSF-Plugins/tree/dev/InputShaping and https://github.com/Duet3D/DSF-Plugins/releases/download/v3.4.0/InputShaping-3.4.0-b1.zip

      Ideally it should point to: https://github.com/Duet3D/DSF-Plugins/releases/ so any new releases are automatically linked to.

      posted in Documentation
      rilotundefined
      rilot
    • RE: Preview version of CNC optimized DWC.

      @hagrid I've made some macros to deal with the xyz probe. Just need to edit for your different tool widths. I mainly use 6mm and 3mm end-mills so this works fine for me at the moment to have 2 macros. If I have an oddball sized bit then it's only 10 seconds to adjust the macro.
      Admittedly, it would be lovely to have the Workbee style probe as a plugin but for the minute, the benefits of the newer firmware and this DWC outweigh the loss of the probe functions.

      If you want me to post the macros I can do so tomorrow when I'm in the workshop.

      posted in CNC
      rilotundefined
      rilot