We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9913736 commit 032e6c8Copy full SHA for 032e6c8
src/OrcaSlicer.cpp
@@ -6033,6 +6033,7 @@ bool CLI::setup(int argc, char **argv)
6033
}
6034
6035
void attach_console_on_demand(){
6036
+#ifdef _WIN32
6037
static bool console_attached = false;
6038
6039
if (!console_attached) {
@@ -6072,6 +6073,7 @@ void attach_console_on_demand(){
6072
6073
boost::nowide::cin.clear();
6074
6075
6076
+#endif
6077
6078
void CLI::print_help(bool include_print_options, PrinterTechnology printer_technology) const
6079
{
0 commit comments