Diego Borges
Diego Borges
So i'm getting the same error as well, https://blog.nelhage.com/2010/02/a-very-subtle-bug/ is this what's causing it?
So i've been learning Docker recently and it might be possible to take advantage of this to automate this entire process. Are all your scripts up on github? If so...
Hey, Could you give me a quick rundown of how to go from nothing to STL files? I'm looking to port this over to linux (and therefore docker) in the...
Sweet! ill start playing around w/ first dockarizing and running OpenSCAD, i'll likely expose a jupyter notebook from within the docker, so you can go to a browser window and...
Hey, Just wanted to say i've been working to dockerize this whole thing and i stumbled on: https://github.com/SolidCode/SolidPython If you're able to move the Openscad code to that, its absolutely...
So, the reason to rebuild through jupyter is that its trivial to start a Docker container that has Openscad installed in it (https://hub.docker.com/r/wtnb75/openscad/), the issue is interacting with it in...
Hey, So yeah it'll be super trivial, literally open to a web address, hit shift enter, and it will output the STL files to the directory you specify when running...
Hey, So progress, I got the lens and tools compiling but i'm running into an issue w/ the main body and illumination stuff. Parser error in line 142: syntax error...
Hey, so attached is a Dockerfile i made which can be built and run for example like: docker build -t test_scad . docker run --name open_flexure -tid -v "/Users/dborgesr/Documents/test_openscad:/input_data" test_scad...
Hey quick note, in the above zip file ignore the python script... i uploaded the wrong one, the dockerfile is definitely useful, but i'll upload a new python script soon