MCPcopy Create free account

hub / github.com/AstroPrint/AstroBox / functions

Functions3,300 in github.com/AstroPrint/AstroBox

FunctiongetStatus
()
src/octoprint/server/__init__.py:246
MethodgetStatus
(self)
src/astroprint/plugin/services/printer.py:81
MethodgetStopbits
Get the current stop bits setting.
src/ext/makerbot_pyserial/serialutil.py:362
FunctiongetStorageSoftwareSettings
()
src/astroprint/api/settings.py:440
FunctiongetSysmteInfo
()
src/astroprint/api/settings.py:678
MethodgetTemp
(self)
src/astroprint/printer/marlin/comm.py:306
MethodgetTemperature
(self)
src/astroprint/plugin/services/printer.py:260
MethodgetTimelapse
(self,data,sendResponse)
src/astroprint/plugin/services/printer.py:431
MethodgetTimeout
Get the current timeout setting.
src/ext/makerbot_pyserial/serialutil.py:380
MethodgetTotalConsumedFilament
(self)
src/astroprint/printer/s3g/__init__.py:511
MethodgetTotalConsumedFilament
(self)
src/astroprint/printer/marlin/__init__.py:624
MethodgetTotalConsumedFilament
(self)
src/astroprint/printer/marlin/comm.py:318
MethodgetTotalConsumedFilament
(self)
src/astroprint/printer/plugin/__init__.py:208
FunctiongetUser
(username)
src/octoprint/server/api/users.py:55
FunctiongetWifiNetworks
()
src/astroprint/api/settings.py:92
MethodgetWifiNetworks
(self)
src/astroprint/network/debian.py:322
MethodgetWriteTimeout
Get the current timeout setting.
src/ext/makerbot_pyserial/serialutil.py:399
FunctiongetWsToken
()
src/octoprint/server/__init__.py:285
MethodgetXonXoff
Get the current XON/XOFF setting.
src/ext/makerbot_pyserial/serialutil.py:411
Methodget_PID_state
Retrieve the state variables of the PID controller. This is intended for tuning the PID Constants @param int tool_index: Which tool
src/ext/makerbot_driver/s3g.py:1059
Functionget_astroprint_info
()
src/astroprint/api/setup.py:107
Methodget_available_buffer_size
Gets the available buffer size @return Available buffer size, in bytes
src/ext/makerbot_driver/s3g.py:653
Methodget_build_name
Get the build name of the file printing on the machine, if any. @param str filename: The filename of the current print
src/ext/makerbot_driver/s3g.py:723
Methodget_build_stats
Get some statistics about the print currently running, or the last print if no print is active
src/ext/makerbot_driver/s3g.py:265
Methodget_communication_stats
Get some communication statistics about traffic on the tool network from the Host. @return a dictionary of communication stats, keyed
src/ext/makerbot_driver/s3g.py:292
Methodget_compression_options
(self)
src/ext/sockjs/tornado/websocket.py:12
Methodget_cookie
Return single cookie by its name
src/ext/sockjs/tornado/session.py:50
Functionget_dict_by_context
Given a dict, gets a subdict depending on the context @param dict dct: Dictionary to traverse @param list context: Context used to retri
src/ext/makerbot_driver/EEPROM/EepromUtilities.py:42
Functionget_eeprom_map_contexts
Given an eeprom_map, returns a sorted context for each value @param dict eeprom_map: Map of the eeprom @param list context: Context we s
src/ext/makerbot_driver/EEPROM/EepromUtilities.py:3
Methodget_extruder
(self, codes)
src/ext/makerbot_driver/GcodeProcessors/AnchorProcessor.py:82
Methodget_first_machine
returns a list of machines sorted by currently connected ports @return a port data dict of {'vid':vid, 'pid':pid 'port':port [...]}
src/ext/makerbot_driver/MachineDetector.py:151
Methodget_func
(self)
src/ext/pynetworkmanager/NetworkManager.py:180
Functionget_gMachineDetector
use a global singleton MachineDetector
src/ext/makerbot_driver/MachineDetector.py:32
Methodget_header
Return single header by its name
src/ext/sockjs/tornado/session.py:54
Functionget_login_key
()
src/astroprint/api/cloud.py:69
Methodget_motherboard_status
Retrieve bits of information about the motherboard POWER_ERROR : An error was detected with the system power. HEAT_SHUTDOWN :
src/ext/makerbot_driver/s3g.py:320
Methodget_motor1_speed
Gets the toohead's motor speed in Rotations per Minute (RPM) @param int tool_index: The tool index that will be queried for Motor spe
src/ext/makerbot_driver/s3g.py:1198
Functionget_name
()
src/astroprint/api/setup.py:42
Methodget_name
Get stored Bot Name @return a string for the name TODO: merge this function with future eeprom read/write module
src/ext/makerbot_driver/s3g.py:100
Methodget_next_filename
Gets the 'next' filename on the SD card if an SD card is inserted into the 'bot @param boolean reset: If true, reset the file index t
src/ext/makerbot_driver/s3g.py:702
Functionget_offset_by_context
Given a dict, gets the offset to a subdict given a context @param dict dct: Dict to traverse @param list context: Context used to derive
src/ext/makerbot_driver/EEPROM/EepromUtilities.py:21
Methodget_tool_status
Retrieve some information about the tool, as a status dictionary statusDict = { ExtruderReady : The extruder has reached ta
src/ext/makerbot_driver/s3g.py:1079
Methodget_toolhead_version
Get the firmware version number of the specified toolhead @return double Version number
src/ext/makerbot_driver/s3g.py:1044
Methodget_verified_status
@returns true if this firmware is marked as verified
src/ext/makerbot_driver/s3g.py:147
Functionget_vid_pid_by_name
@name name of a 'class' of machines 'TOM', 'The Replicator 2' @return a tuple of vid/pid, or a tuple of (None,None) if there is an error.
src/ext/makerbot_driver/MachineDetector.py:60
Methodget_vid_pid_eeprom
@returns tuple of vid,pid. tuple from EEPROM (None,None) on error
src/ext/makerbot_driver/s3g.py:124
MethodglobalStateChanged
(self, nm, state, interface, signal)
src/astroprint/network/debian.py:135
MethodgroupId
(self)
src/astroprint/cloud.py:149
FunctionhandleNetworkName
()
src/astroprint/api/settings.py:76
FunctionhandlePrinterSettings
()
src/astroprint/api/settings.py:42
FunctionhandleSettings
()
src/astroprint/api/settings.py:38
FunctionhandleWifiHotspot
()
src/astroprint/api/settings.py:139
Methodhandle_restart
(self, name, old, new)
src/ext/pynetworkmanager/NetworkManager.py:104
Methodhandle_signal
(self, *args, **kwargs)
src/ext/pynetworkmanager/NetworkManager.py:76
MethodhandlerError
(func, path, exc_info)
src/astroprint/additionaltasks.py:161
FunctionhandlerProxy
()
src/astroprint/static/js/lib/jquery.ui.widget.js:428
Methodhangup
(self)
src/astroprint/webrtc/janus.py:714
MethodhasBeenCustomized
(self)
src/astroprint/users.py:300
FunctionhasCameraProperties
()
src/astroprint/api/camera.py:30
MethodhasCameraProperties
(self,sendResponse)
src/astroprint/plugin/services/camera.py:42
MethodhasCameraProperties
(self)
src/astroprint/camera/__init__.py:521
MethodhasCameraProperties
(self)
src/astroprint/camera/v4l2/__init__.py:315
MethodhasPin
(self, callback)
src/astroprint/plugin/services/account.py:164
MethodhasPrompt
(self)
src/astroprint/printer/__init__.py:1042
MethodhasWifi
(self)
src/astroprint/network/mac_dev.py:79
MethodhasWifi
(self)
src/astroprint/network/debian.py:392
MethodheatupDone
()
src/plugins/com_astroprint_astrobox_plugins_virtualcomms/__init__.py:120
Methodhome
(self, axes)
src/astroprint/printer/s3g/__init__.py:332
Methodhome
(self, axes)
src/astroprint/printer/marlin/__init__.py:188
Methodhome
(self, axes)
src/astroprint/printer/plugin/__init__.py:160
Methodhome
(self, axes)
src/plugins/com_astroprint_astrobox_plugins_virtualcomms/__init__.py:158
Functioni
(n)
src/astroprint/static/js/lib/underscore.js:5
Methodice_candidate
(self, data, clientId, done)
src/astroprint/boxrouter/handlers/requesthandler.py:349
Functionidle_add_decorator
(func)
src/astroprint/network/debian.py:28
MethodimagesProducer
()
src/astroprint/camera/mac.py:162
MethodinWaiting
returns the number of bytes waiting to be read
src/ext/makerbot_pyserial/sermsdos.py:140
MethodinWaiting
Return the number of characters currently in the input buffer.
src/ext/makerbot_pyserial/rfc2217.py:550
MethodinWaiting
Return the number of characters currently in the input buffer.
src/ext/makerbot_pyserial/serialcli.py:147
MethodinWaiting
Return the number of characters currently in the input buffer.
src/ext/makerbot_pyserial/serialwin32.py:209
MethodinWaiting
Return the number of characters currently in the input buffer.
src/ext/makerbot_pyserial/urlhandler/protocol_socket.py:124
MethodinWaiting
Return the number of characters currently in the input buffer.
src/ext/makerbot_pyserial/urlhandler/protocol_loop.py:108
Functionindex
()
src/octoprint/server/__init__.py:109
MethodinitJanus
(self,sendResponse)
src/astroprint/plugin/services/camera.py:64
MethodinitPrinterCommsService
(self, printerManager)
src/plugins/com_astroprint_astrobox_plugins_virtualcomms/__init__.py:16
MethodinitSdCard
(self)
src/astroprint/printer/marlin/__init__.py:572
Methodinit_connection
(self, data, clientId, done)
src/astroprint/boxrouter/handlers/requesthandler.py:313
Methodinitial_state
(self, data, clientId, done)
src/astroprint/boxrouter/handlers/requesthandler.py:28
Methodinitialize
(self, path, default_filename=None, as_attachment=False, access_validation=None)
src/octoprint/server/util.py:259
Methodinitialize
(self,access_validation)
src/astroprint/camera/local_video_handler.py:11
Methodinitialize
Initialize request `server` SockJSRouter instance.
src/ext/sockjs/tornado/basehandler.py:21
Methodinitialize
(self, server)
src/ext/sockjs/tornado/static.py:65
Methodinitialize
(self, server)
src/ext/sockjs/tornado/static.py:81
Methodinitialize
(self, server)
src/ext/sockjs/tornado/static.py:119
Methodinitialize
(self, server)
src/ext/sockjs/tornado/transports/rawwebsocket.py:30
Methodinitialize
(self, server)
src/ext/sockjs/tornado/transports/pollingbase.py:15
Methodinitialize
(self, server)
src/ext/sockjs/tornado/transports/htmlfile.py:36
Methodinitialize
(self, server)
src/ext/sockjs/tornado/transports/streamingbase.py:5
Methodinitialize
(self, server)
src/ext/sockjs/tornado/transports/websocket.py:21
MethodinjectCommandResponse
(self, data)
src/astroprint/plugin/providers/printer_comms/commands.py:600
MethodinstallFile
(self, filename)
src/astroprint/additionaltasks.py:114
← previousnext →2,501–2,600 of 3,300, ranked by callers