Skip to content

Commit b118197

Browse files
Update README.md
1 parent 050e934 commit b118197

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,25 @@ Software, installation, and use:
99
This software has been written for use with the controllers and hardware listed in the table at bottom. Some of the SDK and python packages are supplied by component manufacturers – however, where possible all code has been provided.
1010

1111
• We recommend creating a fresh conda environment for this (ie.)
12+
1213
o conda create --name fl_printer python=3.8 pip
14+
1315
o conda activate fl_printer
1416

1517
• Dependencies will have to be installed (also note non-standard packages for clean installation folder)
18+
1619
o pip/conda install ‘dependancy’
1720

1821
• The printer software can then be run from command/terminal using python.
22+
1923
o python fl_printer_app.py
24+
25+
26+
When run a loading screen will be shown:
27+
28+
During successful startup terminal will print connection and initialization confirmation for all controllers:
29+
30+
And the GUI will show with ‘camera tab’ view as default:
31+
32+
gcode can then be uploaded for printing via the ‘printer’ tab:
33+

0 commit comments

Comments
 (0)