Hi, I'm trying to run this python script but without success. File "C:\...\make_stencil.py", line 480, in bounding_box return (min(xvals), min(yvals), max(xvals), max(yvals)) ValueError: min() arg is an empty sequence
Without any information on how you are running the script and what your svg files look like, it is going to be very hard to say anything about what the issue is likely to be. This does not seem like the best forum to try and address things like this.
I didn't know this was a thing. Thank you for the instructional video!
That looks like a RP2040 micro? Wonder if my 2.5W laser can cut stencils. Been looking for Mylar sheets to try it.
UV set solder resist too?
Hello what is the name of the laser device?
I am using a K40 from OMTech, which is a 40-Watt CO2 laser.
Hi, I'm trying to run this python script but without success.
File "C:\...\make_stencil.py", line 480, in bounding_box
return (min(xvals), min(yvals), max(xvals), max(yvals))
ValueError: min() arg is an empty sequence
Without any information on how you are running the script and what your svg files look like, it is going to be very hard to say anything about what the issue is likely to be. This does not seem like the best forum to try and address things like this.