MCPcopy Create free account

hub / github.com/AstroPrint/AstroBox / functions

Functions3,300 in github.com/AstroPrint/AstroBox

↓ 1 callersMethodbaudrateList
(self)
src/astroprint/printer/marlin/__init__.py:127
↓ 1 callersMethodbaudrateList
(self)
src/astroprint/printer/plugin/__init__.py:193
↓ 1 callersFunctionbind
(method, context)
src/astroprint/static/js/lib/fastclick.js:102
↓ 1 callersMethodbroadcastLastUpdate
(self, event)
src/astroprint/boxrouter/__init__.py:390
↓ 1 callersMethodbuild_end_notification
Notify the machine that a build has been stopped.
src/ext/makerbot_driver/s3g.py:1032
↓ 1 callersMethodbuild_from_port
Returns a tuple of an (s3gObj, ProfileObj) for a machine at port portname
src/ext/makerbot_driver/MachineFactory.py:35
↓ 1 callersMethodbuild_packed_data
(self, length)
src/ext/makerbot_driver/EEPROM/EepromRepairer.py:29
↓ 1 callersMethodbuild_sequences
(self, bad_offsets)
src/ext/makerbot_driver/EEPROM/EepromRepairer.py:96
↓ 1 callersMethodbuild_start_notification
Notify the machine that a build has been started. If the build_name is too long, we will truncate it to its maximum allowed l
src/ext/makerbot_driver/s3g.py:1010
↓ 1 callersMethodcalc_euclidean_distance
(self, p1, p2)
src/ext/makerbot_driver/GcodeProcessors/AnchorProcessor.py:112
↓ 1 callersMethodcalculate_floating_point
Given a floating point numer, calculated the two bits used to store it.
src/ext/makerbot_driver/EEPROM/EepromWriter.py:208
↓ 1 callersFunctioncalculate_vector_difference
Given two 5d vectors represented as lists, calculates their difference (minued - subtrahend) @param list minuend: 5D vector to be subracted
src/ext/makerbot_driver/Gcode/Utils.py:155
↓ 1 callersMethodcallFleetInfo
(self)
src/astroprint/cloud.py:728
↓ 1 callersMethodcancel
(self)
src/astroprint/util/__init__.py:50
↓ 1 callersMethodcapabilities
(self)
src/astroprint/software.py:720
↓ 1 callersMethodcapabilities
(self)
src/astroprint/camera/mac.py:76
↓ 1 callersMethodcert_to_dbus
(cert)
src/ext/pynetworkmanager/NetworkManager.py:730
↓ 1 callersMethodchangePrinterState
(self, newState)
src/astroprint/printer/__init__.py:886
↓ 1 callersMethodchangeTool
(self, tool)
src/astroprint/plugin/providers/printer_comms/__init__.py:140
↓ 1 callersMethodchangeTool
(self, tool)
src/astroprint/printer/__init__.py:871
↓ 1 callersMethodchangeUserActivation
(self, username, active)
src/astroprint/users.py:36
↓ 1 callersMethodchangeUserFleetInfo
(self, username, orgId, groupId)
src/astroprint/users.py:42
↓ 1 callersMethodchangeUserRoles
(self, username, roles)
src/astroprint/users.py:45
↓ 1 callersMethodcheckAnswer
check an incoming subnegotiation block. the parameter already has cut off the header like sub option number and com port option value.
src/ext/makerbot_pyserial/rfc2217.py:339
↓ 1 callersMethodcheckFile
(self, file)
src/astroprint/plugin/__init__.py:381
↓ 1 callersMethodcheckForcedUpdate
(self)
src/astroprint/software.py:441
↓ 1 callersMethodcheckMenuFile
(self, file)
src/astroprint/maintenancemenu.py:101
↓ 1 callersMethodcheckOnline
(self)
src/astroprint/network/__init__.py:27
↓ 1 callersMethodcheckSoftwareVersion
(self)
src/astroprint/software.py:457
↓ 1 callersMethodcheckSoftwareVersion
(self,data,sendResponse)
src/astroprint/plugin/services/system.py:570
↓ 1 callersMethodcheckTaskFile
(self, file)
src/astroprint/additionaltasks.py:66
↓ 1 callersMethodcheck_for_layer
(self,string)
src/ext/makerbot_driver/GcodeProcessors/DualRetractProcessor.py:169
↓ 1 callersMethodcheck_for_layer
(self, code)
src/ext/makerbot_driver/GcodeProcessors/FanProcessor.py:36
↓ 1 callersMethodcheck_for_layer_end
(self, code)
src/ext/makerbot_driver/GcodeProcessors/FanProcessor.py:43
↓ 1 callersMethodcheck_for_layer_end
(self, string)
src/ext/makerbot_driver/GcodeProcessors/EmptyLayerProcessor.py:133
↓ 1 callersMethodcheck_for_progress
(self, string)
src/ext/makerbot_driver/GcodeProcessors/EmptyLayerProcessor.py:144
↓ 1 callersMethodcheck_for_raft
(self, code)
src/ext/makerbot_driver/GcodeProcessors/FanProcessor.py:22
↓ 1 callersMethodcheck_for_snort
Check to see if input string is a snort if so it saves the snort values and returns @param string: string to be matc
src/ext/makerbot_driver/GcodeProcessors/DualRetractProcessor.py:174
↓ 1 callersMethodcheck_for_squirt
Check if input string contains a squirt @param string: string to be matched to squirt regex @return boolean: True if squirt
src/ext/makerbot_driver/GcodeProcessors/DualRetractProcessor.py:222
↓ 1 callersMethodcheck_privateKey
(self, privateKey)
src/astroprint/users.py:353
↓ 1 callersMethodcheck_unread_values
Iterates through all flags and, if one if False, checks to make sure its 0xFF. Unmapped regions should stay as 0xFF, and if we
src/ext/makerbot_driver/EEPROM/EepromVerifier.py:200
↓ 1 callersMethodcheck_value_validity
Parses the constraints out of the string passed in, and checks the values validity based on those constraints @param value:
src/ext/makerbot_driver/EEPROM/EepromVerifier.py:124
↓ 1 callersMethodcheck_value_validity_list
(self, value, constraint)
src/ext/makerbot_driver/EEPROM/EepromVerifier.py:140
↓ 1 callersMethodcheck_value_validity_min_max
(self, value, constraint)
src/ext/makerbot_driver/EEPROM/EepromVerifier.py:143
↓ 1 callersMethodchipErase
(self)
src/octoprint/util/avr_isp/ispBase.py:28
↓ 1 callersMethodcleanCaptureDir
(self)
src/octoprint/timelapse.py:317
↓ 1 callersMethodcleanup
(self)
src/octoprint/server/__init__.py:677
↓ 1 callersMethodclearBed
(self,data,sendResponse)
src/astroprint/plugin/services/printer.py:434
↓ 1 callersMethodclearCommandQueue
(self)
src/astroprint/plugin/providers/printer_comms/commands.py:891
↓ 1 callersMethodclearLeftOverFiles
(self)
src/astroprint/printfiles/__init__.py:241
↓ 1 callersMethodclient_type
(cls, url)
src/astroprint/webrtc/janus.py:134
↓ 1 callersMethodclose
(self)
src/octoprint/util/virtual.py:385
↓ 1 callersMethodclose
Close port
src/ext/makerbot_pyserial/rfc2217.py:493
↓ 1 callersMethodclose
Close port
src/ext/makerbot_pyserial/serialcli.py:127
↓ 1 callersMethodclose
Close port
src/ext/makerbot_pyserial/serialwin32.py:191
↓ 1 callersMethodclose
Close port
src/ext/makerbot_pyserial/urlhandler/protocol_loop.py:74
↓ 1 callersMethodcloseAllSessions
(self, sender= None, message= None)
src/astroprint/webrtc/__init__.py:114
↓ 1 callersMethodcollate_codemaps
(self)
src/ext/makerbot_driver/GcodeProcessors/BundleProcessor.py:17
↓ 1 callersMethodcollate_maps
Iterates over all entries in a given map and, if necessary, inserts a submap where needed. All entries' submaps point to a
src/ext/makerbot_driver/EEPROM/EepromAnalyzer.py:158
↓ 1 callersMethodcompleteClientRequest
(self, reqId, data)
src/astroprint/boxrouter/__init__.py:375
↓ 1 callersFunctioncomports
()
src/ext/makerbot_pyserial/tools/list_ports_posix.py:120
↓ 1 callersMethodconfigData
Override this method to return the current timelapse configuration data. The data should have the following form: type: "<type of timelaps
src/octoprint/timelapse.py:173
↓ 1 callersMethodconnect
(self, data, clientId, done)
src/astroprint/boxrouter/handlers/requesthandler.py:266
↓ 1 callersMethodcopyFileToLocal
(self, data, sendResponse)
src/astroprint/plugin/services/files.py:85
↓ 1 callersMethodcreate_anchor_command
Given two G1 commands, draws an anchor between them. Moves the platform if necessary @param str start_position: Where the m
src/ext/makerbot_driver/GcodeProcessors/AnchorProcessor.py:52
↓ 1 callersMethodcreate_inquisitor
This is made to ameliorate testing, this having to assign internal objects with <obj>.<internal_obj> = <obj> is a pain.
src/ext/makerbot_driver/MachineFactory.py:27
↓ 1 callersMethodcreate_processor_from_name
(self, name, profile = None)
src/ext/makerbot_driver/GcodeProcessors/ProcessorFactory.py:17
↓ 1 callersMethodcreate_s3g
This is made to ameliorate testing, this having to assign internal objects with <obj>.<internal_obj> = <obj> is a pain.
src/ext/makerbot_driver/MachineFactory.py:125
↓ 1 callersMethodcreate_z_move_if_necessary
The platform must be moved up to the extruder to successfully anchor across the platform. This function checks the location of the pl
src/ext/makerbot_driver/GcodeProcessors/AnchorProcessor.py:34
↓ 1 callersFunctiond
(t,e)
src/astroprint/static/js/lib/sockjs.js:3
↓ 1 callersMethoddaemonize
Deamonize class. UNIX double fork mechanism.
src/octoprint/daemon.py:15
↓ 1 callersFunctiondata_options
(el)
src/astroprint/static/js/lib/foundation/foundation.js:516
↓ 1 callersMethoddecode_floating_point
Given a high_bit and low_bit, calculated a floating point numner. @param int high_bit: The first bit that determines the int
src/ext/makerbot_driver/EEPROM/EepromReader.py:235
↓ 1 callersMethoddecode_string
Given a string s, determines if its a valid string and returns it without the null terminator. @param str s: The string as a
src/ext/makerbot_driver/EEPROM/EepromReader.py:218
↓ 1 callersMethoddelay
Delay callback
src/ext/sockjs/tornado/periodic.py:53
↓ 1 callersMethoddeleteApikey
(self, username)
src/astroprint/users.py:266
↓ 1 callersFunctiondescribe
\ Get a human readable description. For USB-Serial devices try to run lsusb to get a human readable description. For USB-CD
src/ext/makerbot_pyserial/tools/list_ports_posix.py:82
↓ 1 callersMethoddestroy
(self)
src/astroprint/camera/v4l2/gstreamer/process/pipelines/bins/__init__.py:86
↓ 1 callersFunctiondetect_java_comm
try given list of modules and return that imports
src/ext/makerbot_pyserial/serialjava.py:20
↓ 1 callersFunctiondevice
(portnum)
src/ext/makerbot_pyserial/sermsdos.py:63
↓ 1 callersFunctiondevice
(port)
src/ext/makerbot_pyserial/serialposix.py:38
↓ 1 callersFunctiondevice
Turn a port number into a device name
src/ext/makerbot_pyserial/serialcli.py:15
↓ 1 callersFunctiondevice
Turn a port number into a device name
src/ext/makerbot_pyserial/serialwin32.py:17
↓ 1 callersFunctiondevice_class
(typ)
src/ext/pynetworkmanager/NetworkManager.py:389
↓ 1 callersMethoddisable
(self)
src/astroprint/network/ssl.py:22
↓ 1 callersMethoddisableMotorsAndHeater
(self)
src/astroprint/plugin/providers/printer_comms/__init__.py:96
↓ 1 callersMethoddisconnect
(self, port=None, baudrate=None)
src/astroprint/plugin/providers/printer_comms/__init__.py:76
↓ 1 callersMethoddoDisconnect
(self)
src/astroprint/printer/__init__.py:811
↓ 1 callersMethoddrainOutput
internal - not portable!
src/ext/makerbot_pyserial/serialposix.py:652
↓ 1 callersMethoddump_json
(self, eeprom_map)
src/ext/makerbot_driver/EEPROM/EepromAnalyzer.py:154
↓ 1 callersMethodeject
(self, data, sendResponse)
src/astroprint/plugin/services/files.py:70
↓ 1 callersMethodenable
(self)
src/astroprint/network/ssl.py:28
↓ 1 callersMethodencode_data
Given a list of values and an input dict for that value, packs then into a byte string. @param list values: A list of values
src/ext/makerbot_driver/EEPROM/EepromWriter.py:154
↓ 1 callersMethodencode_string
Packs a string into a byte array
src/ext/makerbot_driver/EEPROM/EepromWriter.py:197
↓ 1 callersFunctionenumerate_active_serial_ports
Uses the Win32 registry to return an iterator of serial (COM) ports existing on this computer. NB: When windows resets, it removes t
src/ext/makerbot_pyserial/tools/list_ports_windows.py:402
↓ 1 callersFunctionenumerate_ftdi_ports_by_vid_pid
Lists all the FTDI ports in the FTDIBUS registry entry with a given VID/PID pair. @param int vid: The Vendor ID @param int pid: The P
src/ext/makerbot_pyserial/tools/list_ports_windows.py:272
↓ 1 callersFunctionenumerate_recorded_ports_by_vid_pid
Given a port name, checks the dynamically linked registries to find the VID/PID values associated with this port. @param int vid: The
src/ext/makerbot_pyserial/tools/list_ports_windows.py:329
↓ 1 callersMethodescape
this generator function is for the user. all outgoing data has to be properly escaped, so that no IAC character in the data stream messes up
src/ext/makerbot_pyserial/rfc2217.py:981
↓ 1 callersMethodeventCallback
Event callback, iterates over all subscribed commands for the given event, processes the command string and then executes the command via the abs
src/octoprint/events.py:282
↓ 1 callersMethodexecuteCancelCommands
(self, disableMotorsAndHeater)
src/astroprint/printer/__init__.py:880
← previousnext →1,001–1,100 of 3,300, ranked by callers