Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/01F0/flashforge-finder-api
/ functions
Functions
17 in github.com/01F0/flashforge-finder-api
⨍
Functions
17
◇
Types & classes
0
↳
Endpoints
6
↓ 10 callers
Function
send_and_receive
Sends and receives data
api/socket_handler.py:7
↓ 2 callers
Function
regex_for_field
Machine Type: Flashforge Finder
api/regex_patterns.py:1
↓ 1 callers
Function
get_head_position
Returns the current x/y/z coordinates of the printer head.
api/protocol.py:34
↓ 1 callers
Function
get_info
Returns an object with basic printer information such as name etc.
api/protocol.py:19
↓ 1 callers
Function
get_progress
(printer_address)
api/protocol.py:63
↓ 1 callers
Function
get_status
Returns the current printer status.
api/protocol.py:81
↓ 1 callers
Function
get_temp
Returns printer temp. Both targeted and current.
api/protocol.py:49
↓ 1 callers
Function
regex_for_coordinates
X:-19.19 Y:6 Z:7.3 A:846.11 B:0
api/regex_patterns.py:7
↓ 1 callers
Function
regex_for_current_temperature
T0:210 /210 B:0 /0
api/regex_patterns.py:12
↓ 1 callers
Function
regex_for_progress
T0:210 /210 B:0 /0
api/regex_patterns.py:24
↓ 1 callers
Function
regex_for_target_temperature
T0:210 /210 B:0 /0
api/regex_patterns.py:18
Function
head_location
(ip_address)
api/app.py:29
Function
index
()
api/app.py:18
Function
info
(ip_address)
api/app.py:23
Function
progress
(ip_address)
api/app.py:41
Function
status
(ip_address)
api/app.py:47
Function
temp
(ip_address)
api/app.py:35