File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
# 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.
3
3
4
- * Works over IP network.
4
+ * Works over IP network.
5
5
* 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
11
10
12
11
# Install
13
12
* add ` "git+https://github.com/AndyEveritt/DuetWebAPI.git@master#egg=duetwebapi" ` to ` requirements.txt `
Original file line number Diff line number Diff line change 24
24
force_rig .get_file ('test.gcode' )
25
25
26
26
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')
28
28
29
29
riley .delete_file ('test2.gcode' )
30
30
force_rig .delete_file ('test2.gcode' )
You can’t perform that action at this time.
0 commit comments