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,7 +150,6 @@ def write_wow(f, params, imgs):
150 150
         write("}}")
151 151
         write("M106 S255;")
152 152
         write("G4 S" + str(exposure_time) + ";")
153
-        write("G4 S1;")
154 153
 
155 154
     write("M106 S0;")
156 155
 

Loading…
Cancel
Save