SD busy when using PAUSE / RESUME
I have a macro to change extruder temp at a given momento of the print (it's intended to be inserted as custom gcode at some places).
I can use the macro from the console all day long without issues, but as soon as I use it inside a gcode file, I get
SD busy
error and the print stops. No matter if it is in a real gcode file or a gcode file with just a single line calling the macro.
I tried with a simple G4 command instead of the M109 and even without any command between PASUSE and RESUME, just calling them back to back. Same result always: calling the macro from the console: OK, calling it from within a file: SD busy.
Another piece of info: I get the same error just by calling PAUSE / RESUME back to back from within a gcode file, without using the macro.
Does anyone have an idea of whats going on? I noticed it while trying to use this macro, but now I'm afraid it can affect me in filament changes or other PAUSE / RESUME situations.1 Reply
fair-rose•16mo ago
A small update just in case is related. I recently activated the timelapse plugin or extension, and I can see that, in the macros it includes, it uses or does something with the existing PAUSE and RESUME macros. I don't know if it can be related in some way, but it comes with RatOS so I guess it should play nice with RatOS macros.