mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 20:25:59 +08:00
WIP Workaround for flashing PrusaLink MK3 on OSX
This commit is contained in:
parent
94b98e349b
commit
0f4a93bd37
@ -1523,6 +1523,10 @@ main_exit:
|
||||
*/
|
||||
|
||||
if (is_open) {
|
||||
#if defined(__APPLE__)
|
||||
//FIXME hack to make PrusaLink aware MK3 firmware to work on OSX.
|
||||
sleep(1);
|
||||
#endif // __APPLE__
|
||||
pgm->powerdown(pgm);
|
||||
|
||||
pgm->disable(pgm);
|
||||
|
Loading…
x
Reference in New Issue
Block a user