Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ functions
Functions
3,300 in github.com/AstroPrint/AstroBox
⨍
Functions
3,300
◇
Types & classes
419
↳
Endpoints
148
Method
on_deleted
(self, event)
src/astroprint/printfiles/watchdogs.py:21
Method
on_finish
(self)
src/astroprint/camera/local_video_handler.py:17
Function
on_identity_loaded
(sender, identity)
src/octoprint/server/__init__.py:357
Method
on_message
(self, message)
src/octoprint/server/util.py:208
Method
on_message
(self, message)
src/ext/sockjs/tornado/transports/rawwebsocket.py:53
Method
on_message
(self, message)
src/ext/sockjs/tornado/transports/websocket.py:51
Method
on_open
(self, request)
src/octoprint/server/util.py:162
Method
on_open
sockjs-tornado on_open handler
src/ext/sockjs/tornado/migrate.py:22
Method
open
(self)
src/ext/sockjs/tornado/transports/rawwebsocket.py:35
Method
open
(self, session_id)
src/ext/sockjs/tornado/transports/websocket.py:26
Method
open
Open port with current settings. This may throw a SerialException if the port cannot be opened.
src/ext/makerbot_pyserial/serialjava.py:56
Method
open
Open port with current settings. This may throw a SerialException if the port cannot be opened.
src/ext/makerbot_pyserial/rfc2217.py:357
Method
open
Open port with current settings. This may throw a SerialException if the port cannot be opened.
src/ext/makerbot_pyserial/urlhandler/protocol_loop.py:38
Method
open
Opens the currently set port
src/ext/makerbot_driver/Writer/AbstractWriter.py:8
Method
open
Open or re-open an already defined stream connection
src/ext/makerbot_driver/Writer/StreamWriter.py:45
Method
openLink
(self, **kwargs)
src/astroprint/plugin/providers/printer_comms/transport/__init__.py:24
Method
openLink
(self, port, baudrate= 115200)
src/astroprint/plugin/providers/printer_comms/transport/serial_t.py:59
Method
openLink
(self, port_id, sendEndpoint, receiveEndpoint)
src/astroprint/plugin/providers/printer_comms/transport/usb_t.py:71
Method
opened
(self)
src/astroprint/boxrouter/__init__.py:129
Method
opened
(self)
src/astroprint/webrtc/janus.py:124
Method
operational
(self)
src/astroprint/plugin/providers/printer_comms/__init__.py:359
Method
options
XHR cross-domain OPTIONS handler
src/ext/sockjs/tornado/basehandler.py:98
Method
orgId
(self)
src/astroprint/cloud.py:155
Method
outWaiting
return how many characters the in the outgoing buffer
src/ext/makerbot_pyserial/serialwin32.py:358
Function
p
(t,e,r,n)
src/astroprint/static/js/lib/backbone.js:2
Method
p2pCommand
(self, data, clientId, done)
src/astroprint/boxrouter/handlers/requesthandler.py:78
Method
parseBuildStartNotificationAction
(self, s3gFile)
src/astroprint/printer/s3g/printjob.py:355
Method
parseChangeTool
(self, s3gFile)
src/astroprint/printer/s3g/printjob.py:402
Method
parseDisplayMessageAction
(self, s3gFile)
src/astroprint/printer/s3g/printjob.py:342
Method
parseQueueExtendedPoint
(self, s3gFile)
src/astroprint/printer/s3g/printjob.py:390
Method
parseQueueExtendedPointNew
(self, s3gFile)
src/astroprint/printer/s3g/printjob.py:394
Method
parseQueueExtendedPointX3g
(self, s3gFile)
src/astroprint/printer/s3g/printjob.py:398
Method
parseToolAction
(self, s3gFile)
src/astroprint/printer/s3g/printjob.py:303
Method
parseWaitForPlatformAction
(self, s3gFile)
src/astroprint/printer/s3g/printjob.py:328
Method
parseWaitForToolAction
(self, s3gFile)
src/astroprint/printer/s3g/printjob.py:314
Function
parse_line
Parse a line of gcode into a map of codes, and a comment field. @param string line: line of gcode to parse @return tuple containing a dic
src/ext/makerbot_driver/Gcode/Utils.py:71
Function
parse_out_axes
Given a list of codes, returns a list of all present axes @param list codes: Codes parsed out of the gcode command @return list: List of axes
src/ext/makerbot_driver/Gcode/Utils.py:104
Function
parse_out_constraints
Parses constraints out of the string (decods, ints, hex, etc) @param str constaints: Constraints for a certain value @return list: List
src/ext/makerbot_driver/EEPROM/EepromUtilities.py:57
Method
pause
(self, data, clientId, done)
src/astroprint/boxrouter/handlers/requesthandler.py:269
Method
pause
(self,data,sendResponse)
src/astroprint/plugin/services/printer.py:398
Method
pause
(self)
src/astroprint/webrtc/janus.py:834
Method
pause
(self)
src/astroprint/printfiles/gcode.py:39
Method
pause
pause the machine
src/ext/makerbot_driver/s3g.py:254
Method
pausePrintJob
(self)
src/astroprint/plugin/providers/printer_comms/commands.py:580
Method
paused
(self)
src/astroprint/plugin/providers/printer_comms/commands.py:741
Method
paused
(self)
src/astroprint/plugin/providers/printer_comms/__init__.py:341
Method
peerSession
(self,data,sendResponse)
src/astroprint/plugin/services/camera.py:71
Function
peer_session
()
src/astroprint/api/camera.py:79
Function
performSystemAction
()
src/octoprint/server/api/__init__.py:169
Method
performSystemAction
(self,action,sendResponse)
src/astroprint/plugin/services/system.py:620
Method
photo
(self, data, clientId, done)
src/astroprint/boxrouter/handlers/requesthandler.py:280
Method
photoDone
(photoBuf)
src/astroprint/camera/__init__.py:413
Method
pingPongRounder
(self,params=None)
src/astroprint/webrtc/__init__.py:196
Method
platform
(self)
src/astroprint/software.py:387
Method
play_song
Plays a song as a certain register on the bot.
src/ext/makerbot_driver/Gcode/Parser.py:274
Method
playback_capture
Instruct the machine to play back (build) a file from it's SD card. @param str filename: Name of the file to print. Should have been
src/ext/makerbot_driver/s3g.py:682
Method
pluginId
(self)
src/astroprint/plugin/__init__.py:73
Method
pluginManager
(self)
src/astroprint/plugin/__init__.py:93
Method
plugins
(self)
src/astroprint/plugin/__init__.py:261
Method
pongCallback
(self, data, key)
src/astroprint/webrtc/__init__.py:189
Method
ponged
(self, pong)
src/astroprint/boxrouter/__init__.py:84
Function
portdict_from_sym_name
Windows stores the VID, PID, iSerial (along with other bits of info) in a single string separated by a # sign. We parse that information o
src/ext/makerbot_pyserial/tools/list_ports_windows.py:430
Method
ports
(self)
src/astroprint/plugin/providers/printer_comms/__init__.py:182
Method
ports
(self)
src/plugins/com_astroprint_astrobox_plugins_virtualcomms/__init__.py:202
Method
post
(self, session_id)
src/ext/sockjs/tornado/transports/xhr.py:23
Method
post
(self, session_id)
src/ext/sockjs/tornado/transports/xhr.py:60
Method
post
(self, session_id)
src/ext/sockjs/tornado/transports/jsonp.py:73
Method
post
(self, session_id)
src/ext/sockjs/tornado/transports/xhrstreaming.py:18
Function
postHostCommand
()
src/astroprint/api/printer.py:526
Method
postprocesing
(resp)
src/astroprint/camera/v4l2/gstreamer/pipeline.py:169
Method
postprocesingLocalVideoFrame
(resp)
src/astroprint/camera/v4l2/gstreamer/pipeline.py:133
Method
preHeating
(self)
src/astroprint/plugin/providers/printer_comms/__init__.py:245
Method
preHeating
(self)
src/plugins/com_astroprint_astrobox_plugins_virtualcomms/__init__.py:234
Method
prepare
Increment connection count
src/ext/sockjs/tornado/basehandler.py:31
Method
printCapture
(self, data, clientId, done)
src/astroprint/boxrouter/handlers/requesthandler.py:81
Method
printFile
(self, data, sendResponse)
src/astroprint/plugin/services/files.py:166
Function
printFileCommand
(filename, target)
src/astroprint/api/files.py:220
Method
printFilePosition
(self)
src/astroprint/plugin/providers/printer_comms/__init__.py:265
Method
printFilePosition
(self)
src/plugins/com_astroprint_astrobox_plugins_virtualcomms/__init__.py:245
Method
printJobCancelled
(self)
src/astroprint/printer/plugin/__init__.py:143
Method
printProgress
(self)
src/astroprint/plugin/providers/printer_comms/__init__.py:255
Method
printProgress
(self)
src/plugins/com_astroprint_astrobox_plugins_virtualcomms/__init__.py:238
Method
print_file
(self, data, clientId, done)
src/astroprint/boxrouter/handlers/requesthandler.py:121
Method
printer
(self)
src/astroprint/plugin/__init__.py:101
Method
printer
(self)
src/astroprint/plugin/__init__.py:265
Method
printerBabysteppingCommand
(self, amount, callback)
src/astroprint/plugin/services/printer.py:158
Function
printerBedCommand
()
src/astroprint/api/printer.py:143
Function
printerBedState
()
src/astroprint/api/printer.py:172
Function
printerCommand
()
src/astroprint/api/printer.py:386
Method
printerCommand
(self, data, clientId, done)
src/astroprint/boxrouter/handlers/requesthandler.py:72
Method
printerConnection
(self)
src/astroprint/manufacturerpkg.py:95
Method
printerConnectionDriver
(self, data, sendMessage)
src/astroprint/plugin/services/system.py:81
Function
printerFanCommand
()
src/astroprint/api/printer.py:184
Method
printerFanSpeed
(self, data, callback)
src/astroprint/plugin/services/printer.py:186
Method
printerHomeCommand
(self,axes,callback)
src/astroprint/plugin/services/printer.py:142
Function
printerModel
(model_id)
src/astroprint/api/cloud.py:189
Method
printerModelInfo
(self, data, sendMessage)
src/astroprint/plugin/services/system.py:238
Function
printerModels
(manufacturer_id)
src/astroprint/api/cloud.py:180
Method
printerModels
(self, manufacturer_id)
src/astroprint/cloud.py:630
Function
printerPrintheadCommand
()
src/astroprint/api/printer.py:279
← previous
next →
2,801–2,900 of 3,300, ranked by callers