OpenFL icon indicating copy to clipboard operation
OpenFL copied to clipboard

API for the Form 1 / 1+

Results 12 OpenFL issues
Sort by recently updated
recently updated
newest added

Hi, I cant load Form_1+_FLGPCL02_200.ini file from OpenFL-master folder. error saying... Error loading files one or more specified files do not exist.

I get an Index error when I run 'p.write_block(0, layer)' "Traceback (most recent call last): File "", line 1, in File "c:\openfl-master\OpenFL\Printer.py", line 327, in write_block return self.write_block_flp(block, data) File...

use of basestring is not python 3 compatible, needs to be changed to str

currently gerberToPNG sets the PNG output dimensions to the outermost data in the gerber, however this causes an incorrect output for normal copper layers that don't have a dimension or...

in image_to_laser_moves.py the gerberToPNG method always does data.to_metric()

Is there a way to use the serial port to send a sliced file to the Form1+? https://github.com/Formlabs/OpenFL/blob/master/ADVANCED.md

Is there a way to slice to a file that we can modify with OpenFL withouth having a Formlabs machine connected, or the only way to do this is with...

Hi, odd question, my stm32 controller died, is it possible to get the hex to flash a new chip? Thank you! James

Tested as best as I could on my system with: ``` modulename = "FLP" if 'FLP' not in sys.modules: print 'You have not imported the {} module'.format(modulename) ``` but I...