-
Hi all, Good day! To start off, I only have the N32G455RE so I'm not familiar with the rest of the boards. This issue of mine has been happening long way back since the existence of Alex's firmware. I done many troubleshooting but I just haven't got the time to ask. I'm asking here because this is the only one fork for Aquilas that's currently active. The issue is as follows:
At this point, the only way I can get it to work again is to create a new workspace with a fresh copy of source code i.e. a new pull or tar/gz but then again I need to reapply all the intended changes. I could easily create a personal patch for this to automate stuffs but I'm just curious and this makes it cumbersome for me to upgrade or contribute creating a PR not knowing when it will happen again. I got the hunch something got changed outside the build tree when I attempted to build the FAST PWM changes but I wasn't able to figure out which because most of the time it works until it doesn't. I've checked the PlatformIO Project Inspection, build in debug mode but there is nothing amiss. Could there be any cache that I would have miss out? Hope somebody has a clue. TIA! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Apparently these two paths doesn't cause this issue even when the timers were modified. When the issue happened, doing a fresh git clone temporarily will fix it until it happen again. But again as mentioned I did a full diff compare and found no significant changes other than the intended changes in the workspace build tree. Still looking and troubleshooting for a fix... |
Beta Was this translation helpful? Give feedback.
-
Still have no idea what's wrong with my workspace but I found a quick dirty workaround. Renamed the old build tree, git clone a fresh one then replace the new one with all of the old contents from the renamed previously. Fire up VS Code, clean and build, no crash on start of print, strange... |
Beta Was this translation helpful? Give feedback.
-
Found the culprit! It was one of my Windows Task Scheduler daily custom batch script, implemented very long ago, to clean temp/tmp files on the system drive. It cleared the path Marlin\src\gcode\temp. |
Beta Was this translation helpful? Give feedback.
Found the culprit! It was one of my Windows Task Scheduler daily custom batch script, implemented very long ago, to clean temp/tmp files on the system drive. It cleared the path Marlin\src\gcode\temp.