Skip to content

Commit 6fb2506

Browse files
committed
update readme
1 parent 60f9e3d commit 6fb2506

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# DuetWebAPI
2-
Python interface to Duet RepRap V2 or V3 firmware via Http REST API.
2+
Python interface to Duet RepRap V3 firmware via Http REST API.
33

4-
* Works over IP network.
4+
* Works over IP network.
55
* Does not support passwords on the printer.
6-
* Abstracts V2 to V3 differences.
7-
* NOT a general purpose interace; instead it has
8-
specific methods to issue commands or return
9-
information. Adding new methods is encouraged,
10-
as long as they continue V2 V3 abstractaion.
6+
* Supported boards:
7+
* Duet 3 + SBC
8+
* Duet 3 standalone
9+
* Duet 2 standalone
1110

1211
# Install
1312
* add `"git+https://github.com/AndyEveritt/DuetWebAPI.git@master#egg=duetwebapi"` to `requirements.txt`

examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
force_rig.get_file('test.gcode')
2525

2626
riley.move_file('gcodes/test.gcode', 'gcodes/test2.gcode')
27-
force_rig.move_file('gcodes/test.gcode', 'gcodes/test2.gcode')
27+
# force_rig.move_file('gcodes/test.gcode', 'gcodes/test2.gcode')
2828

2929
riley.delete_file('test2.gcode')
3030
force_rig.delete_file('test2.gcode')

0 commit comments

Comments
 (0)