diff --git a/resources/icons/splashscreen.jpg b/resources/icons/splashscreen.jpg index 08236bcccc..bf9ad3d0f7 100644 Binary files a/resources/icons/splashscreen.jpg and b/resources/icons/splashscreen.jpg differ diff --git a/src/libslic3r/GCode/PressureEqualizer.cpp b/src/libslic3r/GCode/PressureEqualizer.cpp index b5a3cce33e..6721bfcaac 100644 --- a/src/libslic3r/GCode/PressureEqualizer.cpp +++ b/src/libslic3r/GCode/PressureEqualizer.cpp @@ -338,7 +338,7 @@ bool PressureEqualizer::process_line(const char *line, const char *line_end, GCo break; } case 'M': { - int mcode = parse_int(line); + /*int mcode = */parse_int(line); eatws(line); // Ignore the rest of the M-codes. break; diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp index dc2541f6d6..5bc770b2c1 100644 --- a/src/slic3r/GUI/GUI_App.cpp +++ b/src/slic3r/GUI/GUI_App.cpp @@ -265,9 +265,9 @@ private: credits = title + " " + _L("is based on Slic3r by Alessandro Ranellucci and the RepRap community.") + "\n" + _L("Developed by Prusa Research.")+ "\n\n" + - title + " " + _L("is licensed under the") + " " + _L("GNU Affero General Public License, version 3") + "\n\n" + + title + " " + _L("is licensed under the") + " " + _L("GNU Affero General Public License, version 3") + ".\n\n" + _L("Contributions by Vojtech Bubnik, Enrico Turri, Oleksandra Iushchenko, Tamas Meszaros, Lukas Matena, Vojtech Kral, David Kocik and numerous others.") + "\n\n" + - _L("Artwork model by M Boyer"); + _L("Artwork model by Leslie Ing") + "." ; title_font = version_font = credits_font = init_font; }