MCPcopy Create free account

hub / github.com/AstroPrint/AstroBox / functions

Functions3,300 in github.com/AstroPrint/AstroBox

↓ 1 callersMethodexecuteCommand
(self, command, commandType)
src/octoprint/events.py:305
↓ 1 callersFunctionextract_comments
Parse a line of gcode, stripping semicolon and parenthesis-separated comments from it. @param string line gcode line to read in @return t
src/ext/makerbot_driver/Gcode/Utils.py:8
↓ 1 callersMethodextrude
(self, tool, amount, speed=None)
src/astroprint/printer/__init__.py:868
↓ 1 callersMethodfan
(self, tool, speed)
src/astroprint/plugin/providers/printer_comms/__init__.py:122
↓ 1 callersMethodfan
(self, tool, speed)
src/astroprint/printer/__init__.py:865
↓ 1 callersMethodfeed_cross_section_area
Taken from MG, (hopefully not wrongfully) assumed to work
src/ext/makerbot_driver/GcodeProcessors/AnchorProcessor.py:104
↓ 1 callersMethodfileno
For easier use of the serial port instance with select. WARNING: this function is not portable to different platforms!
src/ext/makerbot_pyserial/serialposix.py:662
↓ 1 callersFunctionfilter_ports_by_vid_pid
Given a VID and PID value, scans for available port, and f matches are found, returns a dict of 'VID/PID/iSerial/Port' that have those values.
src/ext/makerbot_pyserial/tools/list_ports_vid_pid_osx_posix.py:49
↓ 1 callersFunctionfilter_usb_dev_keys
(base, vid, pid)
src/ext/makerbot_pyserial/tools/list_ports_windows.py:242
↓ 1 callersFunctionfindCollisionfreeName
(input, extension, existingFilenames)
src/octoprint/util/__init__.py:134
↓ 1 callersMethodfindDevice
(self)
src/astroprint/camera/v4l2/__init__.py:18
↓ 1 callersFunctionfindLockDir
()
src/ext/makerbot_pyserial/serialposix.py:269
↓ 1 callersFunctionfindProcess
(processId )
src/astroprint/util/__init__.py:13
↓ 1 callersMethodfindUser
(self, username=None, apikey=None)
src/astroprint/users.py:283
↓ 1 callersMethodfind_axes_minimums
Move the toolhead in the negativedirection, along the specified axes, until an endstop is reached or a timeout occurs. @param
src/ext/makerbot_driver/s3g.py:756
↓ 1 callersMethodfind_extrusion_distance
(self, start_position_codes, end_position_codes)
src/ext/makerbot_driver/GcodeProcessors/AnchorProcessor.py:90
↓ 1 callersFunctionfind_longest_axis
Determine the index of the longest axis in a 5D vector. @param list vector: A 5D vector @return int: The index of the longest vector
src/ext/makerbot_driver/Gcode/Utils.py:268
↓ 1 callersMethodfind_next_entry
(self)
src/ext/makerbot_driver/EEPROM/EepromAnalyzer.py:79
↓ 1 callersMethodfind_next_namespace
Reads lines from the file until a line that starts with namespace is encountered. The name of that namespace is then parsed
src/ext/makerbot_driver/EEPROM/EepromAnalyzer.py:89
↓ 1 callersMethodfinish_fh
@param s_file file handle to an s3g file to checksum
src/ext/makerbot_driver/Gcode/FileComplete.py:18
↓ 1 callersMethodfireNextCommand
(self)
src/astroprint/plugin/providers/printer_comms/commands.py:766
↓ 1 callersMethodflushInput
Clear input buffer, discarding all that is in the buffer.
src/ext/makerbot_pyserial/serialjava.py:176
↓ 1 callersMethodflushInput
(self)
src/ext/makerbot_pyserial/sermsdos.py:160
↓ 1 callersMethodflushInput
Clear input buffer, discarding all that is in the buffer.
src/ext/makerbot_pyserial/serialposix.py:586
↓ 1 callersMethodflushInput
Clear input buffer, discarding all that is in the buffer.
src/ext/makerbot_pyserial/serialcli.py:182
↓ 1 callersMethodflushInput
Clear input buffer, discarding all that is in the buffer.
src/ext/makerbot_pyserial/urlhandler/protocol_socket.py:164
↓ 1 callersMethodflushInput
Clear input buffer, discarding all that is in the buffer.
src/ext/makerbot_pyserial/urlhandler/protocol_loop.py:163
↓ 1 callersMethodflushOutput
Clear output buffer, aborting the current output and discarding all that is in the buffer.
src/ext/makerbot_pyserial/serialjava.py:181
↓ 1 callersMethodflushOutput
Clear output buffer, aborting the current output and discarding all that is in the buffer.
src/ext/makerbot_pyserial/serialposix.py:591
↓ 1 callersMethodflushOutput
Clear output buffer, aborting the current output and discarding all that is in the buffer.
src/ext/makerbot_pyserial/serialcli.py:187
↓ 1 callersMethodflushOutput
Clear output buffer, aborting the current output and discarding all that is in the buffer.
src/ext/makerbot_pyserial/urlhandler/protocol_socket.py:170
↓ 1 callersMethodflushOutput
Clear output buffer, aborting the current output and discarding all that is in the buffer.
src/ext/makerbot_pyserial/urlhandler/protocol_loop.py:174
↓ 1 callersMethodfromURL
extract host and port from an URL string
src/ext/makerbot_pyserial/rfc2217.py:513
↓ 1 callersMethodfromURL
extract host and port from an URL string
src/ext/makerbot_pyserial/urlhandler/protocol_socket.py:93
↓ 1 callersMethodfromURL
extract host and port from an URL string
src/ext/makerbot_pyserial/urlhandler/protocol_loop.py:84
↓ 1 callersMethodfromURL
extract host and port from an URL string
src/ext/makerbot_pyserial/urlhandler/protocol_hwgrep.py:27
↓ 1 callersMethodgenerateApiKey
(self, username)
src/astroprint/users.py:256
↓ 1 callersMethodget
Return session object or None if it is not available `session_id` Session identifier
src/ext/sockjs/tornado/sessioncontainer.py:93
↓ 1 callersMethodget
(self, session_id)
src/ext/sockjs/tornado/transports/jsonp.py:22
↓ 1 callersMethodgetAllUsers
(self)
src/astroprint/users.py:63
↓ 1 callersMethodgetAllowedFeatures
(self)
src/astroprint/printer/plugin/__init__.py:260
↓ 1 callersMethodgetBaseFolder
(self, key)
src/astroprint/externaldrive/base.py:55
↓ 1 callersMethodgetCD
Read terminal status line: Carrier Detect.
src/ext/makerbot_pyserial/rfc2217.py:653
↓ 1 callersMethodgetCD
Read terminal status line: Carrier Detect
src/ext/makerbot_pyserial/urlhandler/protocol_socket.py:224
↓ 1 callersMethodgetCTS
Read terminal status line: Clear To Send.
src/ext/makerbot_pyserial/rfc2217.py:638
↓ 1 callersMethodgetCTS
Read terminal status line: Clear To Send
src/ext/makerbot_pyserial/urlhandler/protocol_socket.py:203
↓ 1 callersMethodgetConnection
(self)
src/astroprint/printer/marlin/comm.py:312
↓ 1 callersMethodgetConsumedFilament
(self)
src/astroprint/printer/__init__.py:832
↓ 1 callersMethodgetConsumedFilament
(self)
src/astroprint/printer/marlin/__init__.py:620
↓ 1 callersMethodgetDSR
Read terminal status line: Data Set Ready.
src/ext/makerbot_pyserial/rfc2217.py:643
↓ 1 callersMethodgetDSR
Read terminal status line: Data Set Ready
src/ext/makerbot_pyserial/urlhandler/protocol_socket.py:210
↓ 1 callersMethodgetDiscoveryXmlContents
(self)
src/astroprint/discovery/__init__.py:76
↓ 1 callersMethodgetDomain
(self)
src/astroprint/network/ssl.py:52
↓ 1 callersMethodgetErrorString
(self)
src/astroprint/printer/marlin/comm.py:248
↓ 1 callersMethodgetEstimatedTimeLeftCriteria
(self,currentTimePercent)
src/astroprint/printer/marlin/__init__.py:421
↓ 1 callersMethodgetFileBrowsingExtensions
(self, sendResponse)
src/astroprint/plugin/services/files.py:94
↓ 1 callersMethodgetFileBrowsingExtensions
(self)
src/astroprint/externaldrive/base.py:58
↓ 1 callersMethodgetFileByCloudId
(self, cloudId)
src/astroprint/printfiles/__init__.py:446
↓ 1 callersMethodgetFilepos
(self)
src/astroprint/printer/marlin/comm.py:1662
↓ 1 callersMethodgetFilesize
(self)
src/astroprint/printer/marlin/comm.py:1659
↓ 1 callersMethodgetFleetInfo
(self, event = None, payload = None)
src/astroprint/cloud.py:734
↓ 1 callersMethodgetFolderContents
(self, folder, sendResponse)
src/astroprint/plugin/services/files.py:97
↓ 1 callersMethodgetFrame
(self,id)
src/astroprint/camera/mac.py:131
↓ 1 callersFunctiongetFreeBytes
Taken from http://stackoverflow.com/a/2372171/2028598
src/octoprint/util/__init__.py:102
↓ 1 callersMethodgetFutureFilename
(self, file)
src/astroprint/printfiles/__init__.py:316
↓ 1 callersMethodgetHostname
(self)
src/astroprint/network/debian.py:597
↓ 1 callersFunctiongetLockfilePath
(devName)
src/ext/makerbot_pyserial/serialposix.py:279
↓ 1 callersMethodgetLoggedUser
(self)
src/astroprint/users.py:26
↓ 1 callersMethodgetNext
Retrieves the next line for printing.
src/astroprint/printer/marlin/comm.py:1733
↓ 1 callersMethodgetPrintFile
(self, cloudId)
src/astroprint/cloud.py:654
↓ 1 callersMethodgetPrintFileName
(self, filename)
src/astroprint/printfiles/__init__.py:474
↓ 1 callersMethodgetProgress
The current progress of the file, calculated as relation between file position and absolute size. Returns -1 if file size is None or < 1.
src/astroprint/printer/marlin/comm.py:1668
↓ 1 callersMethodgetRI
Read terminal status line: Ring Indicator.
src/ext/makerbot_pyserial/rfc2217.py:648
↓ 1 callersMethodgetRI
Read terminal status line: Ring Indicator
src/ext/makerbot_pyserial/urlhandler/protocol_socket.py:217
↓ 1 callersMethodgetSdFiles
(self)
src/astroprint/printer/marlin/__init__.py:547
↓ 1 callersMethodgetSelectedTool
(self)
src/astroprint/printer/marlin/__init__.py:628
↓ 1 callersMethodgetSelectedTool
(self)
src/astroprint/printer/marlin/comm.py:321
↓ 1 callersFunctiongetSettings
()
src/octoprint/server/api/settings.py:18
↓ 1 callersMethodgetSettingsDict
Get current port settings as a dictionary. For use with applySettingsDict
src/ext/makerbot_pyserial/serialutil.py:467
↓ 1 callersMethodgetStateString
Returns a human readable string corresponding to the current communication state.
src/astroprint/printer/marlin/__init__.py:597
↓ 1 callersMethodgetStateString
(self)
src/astroprint/printer/plugin/__init__.py:196
↓ 1 callersMethodgetSupportedBaudrates
(self)
src/ext/makerbot_pyserial/serialutil.py:272
↓ 1 callersMethodgetSupportedByteSizes
(self)
src/ext/makerbot_pyserial/serialutil.py:275
↓ 1 callersMethodgetSupportedParities
(self)
src/ext/makerbot_pyserial/serialutil.py:281
↓ 1 callersMethodgetSupportedStopbits
(self)
src/ext/makerbot_pyserial/serialutil.py:278
↓ 1 callersMethodgetTemperatureHistory
(self)
src/astroprint/printer/marlin/__init__.py:606
↓ 1 callersMethodget_close_reason
Return last close reason tuple. For example: if self.session.is_closed: code, reason = self.session.get_close_re
src/ext/sockjs/tornado/session.py:156
↓ 1 callersMethodget_conn_info
Return `ConnectionInfo` object from current transport
src/ext/sockjs/tornado/transports/base.py:12
↓ 1 callersMethodget_connection_class
Return associated connection class
src/ext/sockjs/tornado/router.py:179
↓ 1 callersMethodget_dict_by_context
Due to the nested nature of the eeprom map, we need to be given some context when reading values. In this instance, we are given the
src/ext/makerbot_driver/EEPROM/EepromWriter.py:85
↓ 1 callersMethodget_filename
(self, content_type)
src/octoprint/server/util.py:388
↓ 1 callersMethodget_float
Given a length and an offset, retrieves a floating point value. Expects to only unpack one float value @param int offset:
src/ext/makerbot_driver/EEPROM/EepromVerifier.py:164
↓ 1 callersFunctionget_help_text
()
src/ext/makerbot_pyserial/tools/miniterm.py:28
↓ 1 callersMethodget_local_certificate
(self)
src/astroprint/cloud.py:355
↓ 1 callersMethodget_login_key
(self)
src/astroprint/cloud.py:475
↓ 1 callersMethodget_machine_json_files
Assuming a product.json file has been pulled and loaded, explores that products.json file and wgets all machine json files.
src/ext/makerbot_driver/Firmware/Uploader.py:94
↓ 1 callersMethodget_machine_name_from_vid_pid
(self, vid, pid)
src/ext/makerbot_driver/MachineDetector.py:87
↓ 1 callersMethodget_number
Given a lenth and an offset, retrieves a nummber. Expects to only unpack one value (i.e. One signed int) @param int offset:
src/ext/makerbot_driver/EEPROM/EepromVerifier.py:146
↓ 1 callersMethodget_other_tool
(self, tool)
src/ext/makerbot_driver/GcodeProcessors/DualRetractProcessor.py:244
↓ 1 callersFunctionget_path
The registry path is dependent on the PID values we are looking for. @param str pid: The PID value in base 16 @param str vid: T
src/ext/makerbot_pyserial/tools/list_ports_windows.py:389
← previousnext →1,101–1,200 of 3,300, ranked by callers