short question: I like to loop over all files in Python but the file manager give me a recursive hierarchy of dictionaries. Is there a standard way to get simply a list of all GCODE files uploaded in a list? Did not find any...if not I will build a recursive function to get my list...
Perhaps you run into the same issue I do. The Crawl Commands does not dive into the folder structure if I am right. The list_files function creates a hierarchy of dictionaries arranged with "children" as a link.
If I understand the examples right it will loop through the top folder only. I implemented it like this actually and run into an issue with my plugin that the content of folders is ignored.