Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. Tags
    3. macro
    Log in to post

    • tkamsker

      e3d toolchanger Pause t0,1 right pocket for ooze 2,3 lef
      Duet Hardware and wiring • macro e3d toolchanger • • tkamsker  

      2
      0
      Votes
      2
      Posts
      20
      Views

      Phaedrux

      RRF3 isn't so bad really. There are even some example config sets using RRF3 to compare against. https://github.com/Duet3D/RRF-machine-config-files/tree/master/E3D_Tool_Changer
    • Tommy_Fr

      SOLVED [Problem] Homing Z works with Macro but not with Home Buttons
      Duet Hardware and wiring • homing z probe macro homez npn sensor • • Tommy_Fr  

      15
      0
      Votes
      15
      Posts
      1474
      Views

      Tommy_Fr

      I tested it within several ways, which with bed compensation and it works great. Thank you to @dc42. You can mark it as solved.
    • 3dmntbighker

      Filament config?
      Tuning and tweaking • filament config macro • • 3dmntbighker  

      18
      0
      Votes
      18
      Posts
      2627
      Views

      Phaedrux

      @3dmntbighker Agreed! Here's mine: https://www.dropbox.com/sh/24m8me9jieqk725/AACJMSA0qlxw3KPLf_cjIVT5a?dl=0
    • Martin1454

      Gcode macro - Get parameter (fan rpm)
      General Discussion • gcode fans setup macros fans macro • • Martin1454  

      3
      0
      Votes
      3
      Posts
      461
      Views

      dc42

      @martin1454 said in Gcode macro - Get parameter (fan rpm): Is there any way to get what the current "fan speed" is for an output... Yes, send M106 with just a P parameter to specify the fan, ...and use that value to subtract 25 and write to m106? Not yet.