Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. Tags
    3. macros
    Log in to post
    • All categories
    • ApTix

      Error code when using M471
      Gcode meta commands • macros m471 • • ApTix

      9
      1
      Votes
      9
      Posts
      79
      Views

      chrishamm

      @ApTix Thanks for reporting this, it will be fixed in the next version.

    • samlogan87

      Issue using a button to enable a macro
      Tuning and tweaking • macros • • samlogan87

      4
      0
      Votes
      4
      Posts
      131
      Views

      fcwilt

      @samlogan87

      The macro folder is intended for those bits of code that you want appear in the macro section of the DWC where you can invoke them using the mouse.

      The sys folder is for most everything else.

      Frederick

    • MacNite

      Chamber Temperature and Macros on RRF3 with PanelDue
      PanelDue • macros paneldue chamber custom • • MacNite

      6
      0
      Votes
      6
      Posts
      285
      Views

      MacNite

      EDIT:
      I have Firmware Version 1.17 on my PanelDue and will Upgrade to the latest. The macros are only supported from 1.20 in.

    • IOIIOOO

      Solved Calling Macros from Subfolders
      General Discussion • macros • • IOIIOOO

      3
      0
      Votes
      3
      Posts
      379
      Views

      IOIIOOO

      Great! Thanks!

    • Mklein23

      Best way to handle tool changes with S3D and Duet wifi ?
      Tuning and tweaking • tool change oozing macros simplify3d • • Mklein23

      4
      1
      Votes
      4
      Posts
      762
      Views

      dc42

      @bot said in Best way to handle tool changes with S3D and Duet wifi ?:

      There is a way to select a tool without running the free/pre/post scripts, right?

      Yes, it's the T command with a P parameter to specify what scripts you want run. P0 means don't run any scripts.

    • jamesadoty

      Macros :)
      Duet Hardware and wiring • macros • • jamesadoty

      7
      0
      Votes
      7
      Posts
      1180
      Views

      jamesadoty

      @phaedrux
      I hadn't. I'll read through it in a bit.

      I used the Reprap firmware configurator to do most of the heavy lifting. Now I'm just tweaking settings.

      I'm calibrating the heat bed at the moment, I just finished calibrating the hot end.

    • Martin1454

      Unsolved Hide unused heater channels?[PanelDue 5]
      PanelDue • paneldue macros firmware • • Martin1454

      6
      0
      Votes
      6
      Posts
      520
      Views

      resam

      I think this is the same issue as reported here: https://github.com/dc42/PanelDueFirmware/issues/39

      nikscha created this issue in dc42/PanelDueFirmware closed wrong layout when using only heater 2 #39
    • Martin1454

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

      3
      0
      Votes
      3
      Posts
      570
      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.

    • Phaedrux

      Tuning Macros Menus (Accel, Jerk, Retraction, Pressure Advance)
      Tuning and tweaking • acceleration jerk macros paneldue retraction tuning • • Phaedrux

      8
      26
      Votes
      8
      Posts
      10158
      Views

      deckingman

      @rockydubb You need to either create all the folders that are in that M98 path, or change the M98 to point to the correct folder where you have put the macro. As it is, the M98 points to a macro called "Allow unhomed moves" which is in a folder called "Diagnostics", which in turn is in a folder called "Phaedrux Tuning Macro's" which in turn is in a folder called "macros" which resides in the root.

    • Phaedrux

      Firmware Retraction Tuning with Macros
      Tuning and tweaking • macros retraction • • Phaedrux

      26
      8
      Votes
      26
      Posts
      8647
      Views

      Phaedrux

      @d0minik96 No there is no wipe function. Usually you'd be using pressure advance anyway and wipe/coast is not recommended when using pressure advance.