Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
undefined
@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.
@ApTix Thanks for reporting this, it will be fixed in the next version.
@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
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.
Great! Thanks!
@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.
@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.
I think this is the same issue as reported here: https://github.com/dc42/PanelDueFirmware/issues/39
@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.
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.
@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.