-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoonraker-requests.http
61 lines (37 loc) · 1.29 KB
/
moonraker-requests.http
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
### List available printer objects
GET http://192.168.40.6/printer/objects/list
### Get Printer info / klipper state
GET http://192.168.40.6/printer/info
### Get print_stats
http://192.168.40.6/printer/objects/query
### Get print_stats
http://192.168.40.6/printer/objects/query?webhooks
### Get print_stats
http://192.168.40.6/printer/objects/query?print_stats
### Get idle_timeout
http://192.168.40.6/printer/objects/query?idle_timeout
### Query printer object status
GET http://192.168.40.6/printer/objects/query?extruder
###
GET http://192.168.40.6/printer/objects/query?mcu
###
GET http://192.168.40.6/printer/objects/query?probe
### Available Heaters and Sensors
GET http://192.168.40.6/printer/objects/query?heaters
###
GET http://192.168.40.6/printer/objects/query?heater_bed=temperature&extruder=temperature&display_status=progress
###
GET http://192.168.40.6/printer/objects/query?fan
###
GET http://192.168.40.6/printer/objects/query?filament_switch_sensor filament
###
GET http://192.168.40.6/printer/objects/query?display_status=message
###
GET http://192.168.40.6/printer/objects/query?motion_report
###
GET http://192.168.40.6/printer/objects/query?toolhead
###
GET http://192.168.40.6/printer/objects/query?configfile
###
GET http://192.168.40.6/printer/objects/query?stepper_x
###