moonglow / FlashForge_Marlin

:shark: Marlin firmware for FlashForge Dreamer/Dreamer NX/Inventor, Bosch Dremel 3D20 3D, PowerSpec Ultra 3D and Monoprice Inventor 1
87 stars 26 forks source link

Updating the arduino framework for stm32 to new version #91

Closed OneMonkeyArmy closed 2 years ago

OneMonkeyArmy commented 2 years ago

If the user update the ardiuno framework for stm32, located in USER_NAME/.platformio/packages/

1-the previous version get renamed with the version added to it's name

2-the new version is named with the correct name, but does not contain, right away the needed files included in the folder named FF_F407ZG, generated by the python script located at buildroot/share/PlatformIO/scripts/generic_create_variant.py

3-Even when restarting the application VS-CODE, forcing the system to updates his path by itself, and clearing the previous build, when starting a new build, the script always recreate the needed files in the old ardiuno framework folder, and the system uses the ones in the new folder.

4-Sorry, didn't took the time to investigate the Python script, I have solved the problem manually.

5-Maybe I did something wrong, if not, others will have the similar problem soon !

moonglow commented 2 years ago

Hm i have no problem with framework update and so on ? anyone has such problem ever ?