Skip to content

Commit 964824a

Browse files
fixed error
1 parent 245f5d7 commit 964824a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

L-Code-v2.0.9.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ def M84():
523523
def M103(temp):
524524
global ettemp, etemp
525525
ettemp = temp
526-
print(color.GREEN"M103 T", temp)
526+
print(color.GREEN, "M103 T", temp)
527527
light_matrix.write("M103")
528528
if ettemp < etemp:
529529
while etemp > ettemp:

0 commit comments

Comments
 (0)