Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Tags
    3. macros
    Log in to post
    • All categories
    • curieosundefined

      Solved Running filament config.g on IDEX in duplication mode

      Tuning and tweaking
      • idex macros • • curieos
      6
      0
      Votes
      6
      Posts
      452
      Views

      curieosundefined

      @curieos I found the answer to my own question. https://docs.duet3d.com/User_manual/Reference/Gcodes#m563-define-or-remove-a-tool I can use the L parameter to set which drive to map filament to.

    • ApTixundefined

      Error code when using M471

      Gcode meta commands
      • macros m471 • • ApTix
      9
      1
      Votes
      9
      Posts
      443
      Views

      chrishammundefined

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

    • samlogan87undefined

      Issue using a button to enable a macro

      Tuning and tweaking
      • macros • • samlogan87
      4
      0
      Votes
      4
      Posts
      330
      Views

      fcwiltundefined

      @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

    • MacNiteundefined

      Chamber Temperature and Macros on RRF3 with PanelDue

      PanelDue
      • macros paneldue chamber custom • • MacNite
      6
      0
      Votes
      6
      Posts
      581
      Views

      MacNiteundefined

      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.

    • IOIIOOOundefined

      Solved Calling Macros from Subfolders

      General Discussion
      • macros • • IOIIOOO
      3
      0
      Votes
      3
      Posts
      590
      Views

      IOIIOOOundefined

      Great! Thanks!

    • Mklein23undefined

      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
      1.0k
      Views

      dc42undefined

      @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.

    • jamesadotyundefined

      Macros :)

      Duet Hardware and wiring
      • macros • • jamesadoty
      7
      0
      Votes
      7
      Posts
      1.5k
      Views

      jamesadotyundefined

      @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.

    • Martin1454undefined

      Unsolved Hide unused heater channels?[PanelDue 5]

      PanelDue
      • paneldue macros firmware • • Martin1454
      6
      0
      Votes
      6
      Posts
      840
      Views

      resamundefined

      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
    • Martin1454undefined

      Gcode macro - Get parameter (fan rpm)

      General Discussion
      • macro macros fans setup fans gcode • • Martin1454
      3
      0
      Votes
      3
      Posts
      931
      Views

      dc42undefined

      @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.

    • Phaedruxundefined

      Tuning Macros Menus (Accel, Jerk, Retraction, Pressure Advance)

      Tuning and tweaking
      • acceleration jerk macros paneldue retraction tuning • • Phaedrux
      21
      29
      Votes
      21
      Posts
      18.6k
      Views

      br7408undefined

      These macros have been a great aid. I wrote additional macros for all of the IS algorithms in single steps 30-50 Hz. I found it useful for real-time tweaking freqs during actual printing. I can upload them somewhere if anyone wants them.

    • Phaedruxundefined

      Firmware Retraction Tuning with Macros

      Tuning and tweaking
      • macros retraction • • Phaedrux
      26
      8
      Votes
      26
      Posts
      12.6k
      Views

      Phaedruxundefined

      @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.