Difference between revisions of "OctoPrint"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "https://octoprint.org/ Category:3DPrint")
 
Line 1: Line 1:
 
https://octoprint.org/
 
https://octoprint.org/
 +
 +
= Installation on existing raspbian =
 +
<source lang='bash'>
 +
python --version
 +
Python 2.7.13
 +
</source>
 
[[Category:3DPrint]]
 
[[Category:3DPrint]]

Revision as of 15:38, 20 February 2019

https://octoprint.org/

Installation on existing raspbian

python --version
Python 2.7.13