mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 08:11:11 -06:00
Beta bugfixes (#931)
* Fix: Function signature in avrdude * Fix: Remove mockup vendor bundles * Fix: Make ConfigWizard error handling more friendly * Fix: Opening the datadir in AppImage-based Slic3r
This commit is contained in:
parent
e4aff5b08a
commit
4df0b94b79
6 changed files with 66 additions and 2007 deletions
|
@ -252,7 +252,7 @@ static void usage(void)
|
|||
// setvbuf(stderr, (char*)NULL, _IOLBF, 0);
|
||||
// }
|
||||
|
||||
static bool update_progress_no_tty (int percent, double etime, char *hdr)
|
||||
static void update_progress_no_tty (int percent, double etime, char *hdr)
|
||||
{
|
||||
static int done = 0;
|
||||
static int last = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue