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
↓ 1 callers
Method
removePlugin
(self, pId)
src/astroprint/plugin/__init__.py:449
↓ 1 callers
Function
removeQuotes
(string)
src/astroprint/static/js/lib/foundation/foundation.js:283
↓ 1 callers
Method
removeRolesFromUser
(self, username, roles)
src/astroprint/users.py:210
↓ 1 callers
Method
removeTask
(self, tId)
src/astroprint/additionaltasks.py:148
↓ 1 callers
Method
repair_mapped_region_any
(self, repair_dict)
src/ext/makerbot_driver/EEPROM/EepromRepairer.py:65
↓ 1 callers
Method
repair_mapped_region_list
(self, repair_dict)
src/ext/makerbot_driver/EEPROM/EepromRepairer.py:47
↓ 1 callers
Method
repair_mapped_region_min_max
(self, repair_dict)
src/ext/makerbot_driver/EEPROM/EepromRepairer.py:56
↓ 1 callers
Method
reportEndOfIceCandidates
(self, sessionId)
src/astroprint/webrtc/__init__.py:178
↓ 1 callers
Method
reportNewLayer
(self)
src/astroprint/plugin/providers/printer_comms/__init__.py:502
↓ 1 callers
Method
reportNewLayer
(self)
src/astroprint/printer/__init__.py:636
↓ 1 callers
Method
reportPrintJobCompleted
(self)
src/astroprint/plugin/providers/printer_comms/__init__.py:455
↓ 1 callers
Method
reportPrintJobFailed
(self)
src/astroprint/plugin/providers/printer_comms/__init__.py:478
↓ 1 callers
Method
reportPrintProgressChanged
(self)
src/astroprint/plugin/providers/printer_comms/__init__.py:496
↓ 1 callers
Method
reportPrintingFlowChange
(self, amount)
src/astroprint/plugin/providers/printer_comms/__init__.py:535
↓ 1 callers
Method
reportPrintingSpeedChange
(self, amount)
src/astroprint/plugin/providers/printer_comms/__init__.py:527
↓ 1 callers
Method
reportTempChange
(self, tools, bed)
src/astroprint/plugin/providers/printer_comms/__init__.py:449
↓ 1 callers
Method
reportToolChange
(self, newTool, oldTool)
src/astroprint/plugin/providers/printer_comms/__init__.py:519
↓ 1 callers
Method
requestSrcTeePad
(self)
src/astroprint/camera/v4l2/gstreamer/process/pipelines/bins/base_video_src.py:51
↓ 1 callers
Method
reset
Resets the current file position to 0.
src/astroprint/printer/marlin/comm.py:1677
↓ 1 callers
Method
resetSerialLogging
(self)
src/astroprint/printer/__init__.py:883
↓ 1 callers
Method
resetUpdate
(self)
src/astroprint/software.py:594
↓ 1 callers
Method
reset_to_factory
Calls factory reset on the EEPROM. Resets all values to their factory settings. Also soft resets the board
src/ext/makerbot_driver/s3g.py:941
↓ 1 callers
Method
restartJanus
(self)
src/astroprint/webrtc/__init__.py:326
↓ 1 callers
Method
restoreCommands
(self)
src/astroprint/plugin/providers/printer_comms/commands.py:842
↓ 1 callers
Method
resume
(self)
src/astroprint/printfiles/__init__.py:594
↓ 1 callers
Method
rfc2217SendSubnegotiation
Subnegotiation of RFC2217 parameters.
src/ext/makerbot_pyserial/rfc2217.py:799
↓ 1 callers
Method
run
(self)
src/astroprint/plugin/providers/printer_comms/commands.py:656
↓ 1 callers
Method
run
(self)
src/astroprint/camera/v4l2/gstreamer/pipeline.py:319
↓ 1 callers
Method
run
(self)
src/astroprint/camera/v4l2/gstreamer/process/__init__.py:91
↓ 1 callers
Method
sandwich_iter
This function returns an iterator with the previous,current,and next values in a given iterable @param iterable: iterable ob
src/ext/makerbot_driver/GcodeProcessors/DualRetractProcessor.py:34
↓ 1 callers
Function
sanitizeAscii
(line)
src/octoprint/util/__init__.py:199
↓ 1 callers
Method
save
(self)
src/astroprint/maintenancemenu.py:97
↓ 1 callers
Method
saveCloudPrintFile
(self, absolutePath, fileInfo, destination, uploadCallback=None)
src/astroprint/printfiles/__init__.py:282
↓ 1 callers
Method
scan
scans for connected machines, updates internal list of machines based on scan results @param machineTypes. An individual MachineClass
src/ext/makerbot_driver/MachineDetector.py:95
↓ 1 callers
Method
seek
(self, pos, whence=0)
src/ext/makerbot_pyserial/serialutil.py:187
↓ 1 callers
Function
selectAndOrPrint
Callback for when the file is ready to be selected and optionally printed. For SD file uploads this is only the case after they have finished str
src/astroprint/api/files.py:150
↓ 1 callers
Method
sendCommand
(self, command)
src/astroprint/plugin/providers/printer_comms/commands.py:789
↓ 1 callers
Method
sendCommsData
(self, direction, data)
src/octoprint/server/util.py:225
↓ 1 callers
Method
sendEventToClient
(self, clientId, type, data)
src/astroprint/boxrouter/__init__.py:412
↓ 1 callers
Method
sendFeedbackCommandOutput
(self, name, output)
src/astroprint/boxrouter/systemlistener.py:79
↓ 1 callers
Method
sendLastUpdate
(self, event)
src/astroprint/boxrouter/events.py:25
↓ 1 callers
Method
sendLogs
(self,data,sendResponse)
src/astroprint/plugin/services/system.py:595
↓ 1 callers
Method
sendRequestToClient
(self, clientId, type, data, timeout, respCallback, args=None)
src/astroprint/boxrouter/__init__.py:393
↓ 1 callers
Method
sendTimelapseConfig
(self, timelapseConfig)
src/octoprint/server/util.py:237
↓ 1 callers
Method
sendUpdate
(self, event, data)
src/astroprint/boxrouter/events.py:29
↓ 1 callers
Method
send_keep_alive
(self)
src/astroprint/webrtc/janus.py:353
↓ 1 callers
Method
send_pack
(self, message, binary=False)
src/ext/sockjs/tornado/transports/rawwebsocket.py:76
↓ 1 callers
Method
send_packet
(self, data)
src/astroprint/printer/s3g/printjob.py:273
↓ 1 callers
Method
send_packet
Attempt to send a packet to the machine, retrying up to 5 times if an error occurs. @param packet Packet to send to the machine @return Respo
src/ext/makerbot_driver/Writer/StreamWriter.py:62
↓ 1 callers
Method
serialList
(self)
src/astroprint/printer/__init__.py:802
↓ 1 callers
Method
serialList
(self)
src/astroprint/printer/s3g/__init__.py:315
↓ 1 callers
Method
serialList
(self)
src/astroprint/printer/plugin/__init__.py:190
↓ 1 callers
Method
serialLoggingChanged
(self)
src/astroprint/plugin/providers/printer_comms/commands.py:482
↓ 1 callers
Method
session_closed
Called by the session, when it gets closed
src/ext/sockjs/tornado/transports/base.py:20
↓ 1 callers
Method
setDTR
Set terminal status line: Data Terminal Ready
src/ext/makerbot_pyserial/serialjava.py:202
↓ 1 callers
Method
setDTR
Set terminal status line: Data Terminal Ready
src/ext/makerbot_pyserial/serialposix.py:618
↓ 1 callers
Method
setDTR
Set terminal status line: Data Terminal Ready
src/ext/makerbot_pyserial/serialcli.py:211
↓ 1 callers
Method
setDTR
Set terminal status line: Data Terminal Ready
src/ext/makerbot_pyserial/urlhandler/protocol_loop.py:200
↓ 1 callers
Function
setImageFill
()
src/astroprint/static/js/lib/circle-progress.js:301
↓ 1 callers
Method
setPause
(self, paused)
src/astroprint/printer/__init__.py:820
↓ 1 callers
Method
setPaused
(self, paused)
src/astroprint/plugin/providers/printer_comms/__init__.py:165
↓ 1 callers
Method
setPaused
(self, paused)
src/plugins/com_astroprint_astrobox_plugins_virtualcomms/__init__.py:259
↓ 1 callers
Method
setPaused
(self, value)
src/plugins/com_astroprint_astrobox_plugins_virtualcomms/__init__.py:381
↓ 1 callers
Method
setPrintFileName
(self, filename, printFileName)
src/astroprint/printfiles/__init__.py:484
↓ 1 callers
Method
setRTS
Set terminal status line: Request To Send
src/ext/makerbot_pyserial/serialjava.py:197
↓ 1 callers
Method
setRTS
Set terminal status line
src/ext/makerbot_pyserial/sermsdos.py:169
↓ 1 callers
Method
setRTS
Set terminal status line: Request To Send
src/ext/makerbot_pyserial/serialposix.py:610
↓ 1 callers
Method
setRTS
Set terminal status line: Request To Send
src/ext/makerbot_pyserial/serialcli.py:206
↓ 1 callers
Method
setRTS
Set terminal status line: Request To Send
src/ext/makerbot_pyserial/urlhandler/protocol_loop.py:193
↓ 1 callers
Method
setSafeSettings
(self)
src/astroprint/camera/v4l2/__init__.py:31
↓ 1 callers
Method
setSessionDescriptionAndStart
(self, sessionId, data)
src/astroprint/webrtc/__init__.py:155
↓ 1 callers
Method
setTarget
(self, type, target)
src/plugins/com_astroprint_astrobox_plugins_virtualcomms/__init__.py:312
↓ 1 callers
Method
setToPlayAndWait
(self)
src/astroprint/camera/v4l2/gstreamer/process/pipelines/base.py:95
↓ 1 callers
Method
set_extended_position
Inform the machine that it should consider this point its current point @param list position: 5D position to set the machine to, in s
src/ext/makerbot_driver/s3g.py:882
↓ 1 callers
Method
set_external_stop
Set 'external stop' flag. If external stop is true, test_for_external_stop will throw anExternalStopError. Used to cancel/break proce
src/ext/makerbot_driver/GcodeProcessors/Processor.py:46
↓ 1 callers
Method
set_extra_headers
(self, path)
src/octoprint/server/util.py:327
↓ 1 callers
Method
set_platform_temperature
Set the platform's temperature @param int tool_index: Platform Index @param int Temperature: Temperature to heat up to in Cel
src/ext/makerbot_driver/s3g.py:1404
↓ 1 callers
Method
set_potentiometer_value
Sets the value of the digital potentiometers that control the voltage references for the botsteps @param axis: Axis whose potentiomet
src/ext/makerbot_driver/s3g.py:497
↓ 1 callers
Method
set_session_description
(self, type, sdp)
src/astroprint/webrtc/janus.py:692
↓ 1 callers
Function
set_special_baudrate
(port, baudrate)
src/ext/makerbot_pyserial/serialposix.py:44
↓ 1 callers
Method
setup_signals
(self)
src/ext/pynetworkmanager/NetworkManager.py:41
↓ 1 callers
Method
should_finish
Check if transport should close long running connection after sending X bytes to the client. `data_len`
src/ext/sockjs/tornado/transports/streamingbase.py:20
↓ 1 callers
Method
shutdown
(self)
src/astroprint/network/__init__.py:46
↓ 1 callers
Function
silentRemove
Silently removes a file. Does not raise an error if the file doesn't exist. @param file the path of the file to be removed
src/octoprint/util/__init__.py:186
↓ 1 callers
Function
single_image_loaded
(image, callback)
src/astroprint/static/js/lib/foundation/foundation.js:129
↓ 1 callers
Method
snort_replace
Replaces a past snort
src/ext/makerbot_driver/GcodeProcessors/DualRetractProcessor.py:277
↓ 1 callers
Method
squirt_replace
(self)
src/ext/makerbot_driver/GcodeProcessors/DualRetractProcessor.py:264
↓ 1 callers
Method
ssid_to_dbus
(ssid)
src/ext/pynetworkmanager/NetworkManager.py:647
↓ 1 callers
Method
startDownload
(self, item)
src/astroprint/printfiles/downloadmanager.py:218
↓ 1 callers
Method
startFileTransfer
(self, filename, localFilename, remoteFilename)
src/astroprint/printer/marlin/comm.py:418
↓ 1 callers
Method
startLocalVideo
(self,callback)
src/astroprint/camera/v4l2/gstreamer/process/pipelines/bins/img_video_enc.py:80
↓ 1 callers
Method
startPeerSession
(self, clientId)
src/astroprint/webrtc/__init__.py:69
↓ 1 callers
Method
startPrint
(self, printJobId=None)
src/astroprint/printer/marlin/__init__.py:259
↓ 1 callers
Method
startPrint
(self, printJobId=None)
src/astroprint/printer/plugin/__init__.py:109
↓ 1 callers
Method
startPrintCapture
(self, filename)
src/astroprint/cloud.py:667
↓ 1 callers
Method
startSender
(self)
src/astroprint/plugin/providers/printer_comms/commands.py:532
↓ 1 callers
Method
startUp
(self)
src/astroprint/network/__init__.py:43
↓ 1 callers
Method
startVideo
(self, doneCallback = None)
src/astroprint/camera/v4l2/gstreamer/pipeline.py:156
↓ 1 callers
Function
start_animation
()
src/astroprint/static/js/lib/foundation/foundation.orbit.js:137
↓ 1 callers
Method
start_local_video_stream
(self)
src/astroprint/camera/mac.py:156
← previous
next →
1,401–1,500 of 3,300, ranked by callers