mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove unneeded semicolons
This commit is contained in:
parent
96003c1335
commit
6a6ad6e815
2 changed files with 5 additions and 3 deletions
|
@ -170,7 +170,7 @@ class ColorMix(Script):
|
|||
modelNumber = 0
|
||||
for active_layer in data:
|
||||
modified_gcode = ""
|
||||
lineIndex = 0;
|
||||
lineIndex = 0
|
||||
lines = active_layer.split("\n")
|
||||
for line in lines:
|
||||
#dont leave blanks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue