Fixed few warnings

This commit is contained in:
Lukas Matena
2020-05-26 16:06:11 +02:00
parent 3e855d36dc
commit 32a353058f
11 changed files with 44 additions and 58 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ namespace Slic3r {
};
GCodeReader parser;
unsigned int g1_lines_count = 0;
int g1_lines_count = 0;
int normal_g1_line_id = 0;
float normal_last_recorded_time = 0.0f;
int silent_g1_line_id = 0;