A2D3D 0 Report post Posted March 30, 2016 in Get time printing formula Hello I want get time of 3D printer STL file via PHP Can i use Cura ? Or can help me for this formula ? Thank you Share this post Link to post Share on other sites
nallath 544 Report post Posted March 30, 2016 in Get time printing formula Yes you can use Cura. See https://github.com/ultimaker/curaEngine#running Share this post Link to post Share on other sites
A2D3D 0 Report post Posted March 30, 2016 in Get time printing formula Thanks How can i use cura for php language ? Can i install cura on linux server ? Share this post Link to post Share on other sites
nallath 544 Report post Posted March 31, 2016 in Get time printing formula I think you need to run CuraEngine with system call, as described in CuraEngine documentation. It's possible to install the cura engine on a linux server. Share this post Link to post Share on other sites
A2D3D 0 Report post Posted April 1, 2016 in Get time printing formula Thanks In CuraEngine documentation about have PHP programming ? Share this post Link to post Share on other sites
A2D3D 0 Report post Posted April 3, 2016 in Get time printing formula Can you help me ? I installed curaengine on linux server How use PHP for STL file ? Thanks Share this post Link to post Share on other sites
gr5 900 Report post Posted April 3, 2016 in Get time printing formula php can execute other programs - you will have to launch the curaEngine from within php - wait for it to finish and then examine the output and locate the time. This is advanced programming and not easy for a beginner. Share this post Link to post Share on other sites
A2D3D 0 Report post Posted April 4, 2016 in Get time printing formula Thank you How find php codes or document for this ? Share this post Link to post Share on other sites
nallath 544 Report post Posted April 5, 2016 in Get time printing formula http://php.net/manual/en/function.system.php Share this post Link to post Share on other sites
gr5 900 Report post Posted April 5, 2016 in Get time printing formula Or if one line of returned text isn't enough (it probably is) then use exec(). Share this post Link to post Share on other sites
A2D3D 0 Report post Posted April 6, 2016 in Get time printing formula Thank you Can you help me more ? Can you give me command line for STL file load and get data ? I check document of github and php.net but not found anything for use php command line for curaengine Share this post Link to post Share on other sites
gr5 900 Report post Posted April 6, 2016 in Get time printing formula Sorry - you should be asking these kinds of things on a php forum not here. If you play with curaEngine and examine the output and then have questions about that - then maybe this forum is appropriate. I think you need someone who is more advanced with php than yourself. Share this post Link to post Share on other sites