You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,4 @@
4
4
5
5
This package is intended to be built using CMake. Alternatively, you can put this folder inside the cura/plugins folder.
6
6
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