SplashScreen: New image

+ PressureEqualizer" fixed warning
This commit is contained in:
YuSanka 2022-06-17 16:55:18 +02:00
parent 32e70e5f57
commit 2688a29b08
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 KiB

After

Width:  |  Height:  |  Size: 311 KiB

View file

@ -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;

View file

@ -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;
}