Skip to content

Commit ff0ef64

Browse files
committed
Update readme file
1 parent a0d0078 commit ff0ef64

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ find_package(PythonInterp 3.4.0 REQUIRED)
77
install(FILES
88
__init__.py
99
D3DCloudPrintPlugin.py
10+
ConnectPrinterIdTranslation.py
1011
doodle3d.png
1112
DESTINATION lib/cura/plugins/Doodle3D
1213
)

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,4 @@
44

55
This package is intended to be built using CMake. Alternatively, you can put this folder inside the cura/plugins folder.
66

7-
Doodle3D.py is the manager that creates and destroys instances of PrinterConnection.py for every 3DPrinter (Connected with a Doodle3D-WiFi Box) in the Local-Area Network.
8-
9-
The Cura-generated GCode gets divided into multiple chunks, then gets sent chunk by chunk to the Doodle3D-WiFi Box to process:
10-
11-
- `<boxIP>/d3dapi/printer/print`
12-
- `e.g. 10.0.0.195/d3dapi/printer/print`
7+
The Cura-generated GCode is uploaded to the Doodle3D Connect G-code server. The user then gets directed to the Doodle3D Connect print page.

0 commit comments

Comments
 (0)