Home

Awesome

Slice & print

web application for Raspberry to upload stl -->check-->create gcode ???--->print. Currently no print

what i use: <br>

Is very early version...need work too much:<br>

Preset work but need configure fine file (no have a 3d printer and no have possible to set it :D )<br>

Thanks too much at:<br> Ulimaker and David from great cura... and thanks for cura-engine it work very fine on Raspberry pi<br> amartin@varlog.com for ADMesh<br> <br> <br> Thanks at all and any suggesition or help are welcome!<br> Mauro<br> exilaus@hotmail.com v1 v2 v3 v4 how start it<br> Use the console to go in Slice_n_print directory and run the following commands:

sudo cp Shape_service /etc/init.d/service_slicee
sudo chmod 755 /etc/init.d/service_slice
sudo update-rc.d service_slice defaults

Now every time the Rarpberry pi is started it also runs a simple python cgi webserver on port 7001

If you do not want reboot the Raspberry Pi you can run the server with this command:

./etc/init.d/Sservice_slice start

or likewise you can stop it with this one:

./etc/init.d/service_slice stop

Now open your browser and play <br>