M572 D1 S0.1
-
M572 D1 S0.1 someone can tell me where to put this command what I mean anywhere in the config.G ?
-
Different filaments, or print setting combinations, could require different values of M572 pressure advance. For this reason, it's better to put the g-code in any filament-related macros, or even start g-code in the slicer on a per-print basis.
-
@bot so I have to install macros?
-
@paolozampini1973 if you always print with the same sort of filament, then you can put it in config.g.
-
@dc42 Yes for now 99% I will always print with the same filament but if I have to install macros I install them and where I can download the macros and then I can put the command on any point of the config file Thanks in advance
-
Macros are just text files that have gcode commands in them. You can create them in the Duet Web Interface itself, or in a text editor and upload them.
-
@phaedrux Thanks for the information. I'm trying to solve a problem with the vertical line
-
@paolozampini1973 For info, gcodes are acted on as soon as they are encountered and the latest values will override any previous values. So you could have M572 in your config.g as a default value. This will get acted on whenever the board boots up. Then if you want to change it for a particular print, you could have another M572 in the slicer start code, or send it manually through the web interface, or put it inside a macro and run that macro. There are numerous options - pick whichever one works best for you.
-
@deckingman Thank you
-
-