Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit df3150a

Browse files
committed
Merge branch 'master' of https://github.com/Duet3D/DWC-CNC
2 parents b80b51c + 8d24d42 commit df3150a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# Duet Web Control
1+
# Duet Web Control - EXPERIMENTAL CNC version
22

33
Duet Web Control is a fully-responsive HTML5-based web interface for RepRapFirmware which utilizes the Bootstrap framework, JQuery and a few other libraries to allow easy control of Duet-based 3D printer electronics.
44

55
It is designed to communicate with RepRapFirmware using WebSockets and RESTful HTTP requests. One goal of the core application is to keep things compact, so a good loading speed can be achieved even on slow networks. Another one is to communicate to the firmware using only AJAX calls, which either return JSON objects, plain texts or binary blobs.
66

77
Duet Web Control is free software; it is licensed under the terms of the GNU Public License v3.
88

9+
Please note, **this CNC version of DWC is experimental and it may not be maintained**. Some or all of the features of this version may in future be made available as options in the regular version of Duet Web Control. The CNC dashboard will only be visible when the Duet is in CNC mode.
10+
911
## Supported electronics
1012

1113
At this time the following platforms are officially supported:

0 commit comments

Comments
 (0)