Browse Source

copy-past-error causing 1s too long exposure in sparkmaker script

Thomas Buck 1 year ago
parent
commit
5af8db2bc7
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      tools/convert_sparkmaker.py

+ 0
- 1
tools/convert_sparkmaker.py View File

150
         write("}}")
150
         write("}}")
151
         write("M106 S255;")
151
         write("M106 S255;")
152
         write("G4 S" + str(exposure_time) + ";")
152
         write("G4 S" + str(exposure_time) + ";")
153
-        write("G4 S1;")
154
 
153
 
155
     write("M106 S0;")
154
     write("M106 S0;")
156
 
155
 

Loading…
Cancel
Save