-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] SD target broken #249
Comments
Oops, yeah... forgot about that when I changed it so each printer has its own SD card and storage files. |
Still broken as it builds the SD cards but with wrong name: |
shoot, the minirambo naming throws a wrench in the works there since the printer name does not reflect the c++ class name used to get the storage filenames. I'll fix tonight. |
The saga continues.
As can be seen, only Test.gcode was copied. |
It should work if you re-run cmake first so it picks up the new .gcode file. If you expand the CMAKE target in VS code the listed GCODE files are the ones it will copy (and that is what is updated every time you re-run cmake) |
Ok. Good to know. Just did this and it works.
Used filename was |
Good find. I probably just missed putting quotes around a filename variable somewhere. |
OK, I have a fix for both of these, I think. I managed to make the wildcard for Cmake convenience entries for gcode files are still dependent on re-running cmake to pick up new ones to list under a target though. |
Third time's the charm, I hope. |
I think the sd card target is currently broken in the latest master (or at the very least the latest master this morning). It generates an outdated output filename for the sd card image file.
Instead of Prusa_MK3S_SDcard.bin it generates Einsy_mega2560_sdcard.bin (or something like that. Writing these names from memory). I have to manually rename the generated file for the specific printer hardware config I’m using.
The text was updated successfully, but these errors were encountered: