MCPcopy Create free account

hub / github.com/AstroPrint/AstroBox / functions

Functions3,300 in github.com/AstroPrint/AstroBox

↓ 1 callersMethodmcProgress
Callback method for the comm object, called upon any change in progress of the printjob. Triggers storage of new values for printTime, printTim
src/astroprint/printer/__init__.py:650
↓ 1 callersMethodmcStateChange
(self, state)
src/astroprint/printer/marlin/comm.py:1601
↓ 1 callersMethodmcTempUpdate
(self, temp, bedTemp)
src/astroprint/printer/__init__.py:647
↓ 1 callersMethodmcToolChange
(self, newTool, oldTool)
src/astroprint/printer/__init__.py:624
↓ 1 callersFunctionmigrateSettings
()
src/astroprint/migration.py:8
↓ 1 callersFunctionmultiply_vector
Given two 5d vectors represented as lists, calculates their product. @param list factor_b: 5D vector @param list factor_b: 5D vector @re
src/ext/makerbot_driver/Gcode/Utils.py:177
↓ 1 callersFunctionmy_import
(name)
src/ext/makerbot_pyserial/serialjava.py:12
↓ 1 callersFunctionnotifyCallbacks
(timelapse)
src/octoprint/timelapse.py:57
↓ 1 callersMethodonBeforeCommandAddToQueue
(self)
src/astroprint/plugin/providers/printer_comms/commands.py:312
↓ 1 callersMethodonBeforeCommandSend
(self)
src/astroprint/plugin/providers/printer_comms/commands.py:298
↓ 1 callersMethodonCommandAddedToQueue
(self)
src/astroprint/plugin/providers/printer_comms/commands.py:318
↓ 1 callersMethodonDataSent
(self, data)
src/astroprint/plugin/providers/printer_comms/commands.py:70
↓ 1 callersMethodonFileLineRead
(self, line)
src/astroprint/plugin/providers/printer_comms/commands.py:80
↓ 1 callersMethodonJobError
(self, error, description=None)
src/astroprint/plugin/providers/printer_comms/commands.py:92
↓ 1 callersMethodonLinkClosed
(self)
src/astroprint/plugin/providers/printer_comms/commands.py:50
↓ 1 callersMethodonLinkInfo
(self, info)
src/astroprint/plugin/providers/printer_comms/commands.py:44
↓ 1 callersMethodonLinkOpened
(self)
src/astroprint/plugin/providers/printer_comms/commands.py:31
↓ 1 callersMethodonPrintDone
Override this to perform additional actions upon the stop of a print job.
src/octoprint/timelapse.py:148
↓ 1 callersMethodonPrintStarted
Override this to perform additional actions upon start of a print job.
src/octoprint/timelapse.py:142
↓ 1 callersMethodonPrintingFlowChanged
(self, amount)
src/astroprint/plugin/providers/printer_comms/__init__.py:588
↓ 1 callersMethodonPrintingSpeedChanged
(self, amount)
src/astroprint/plugin/providers/printer_comms/__init__.py:583
↓ 1 callersMethodonPromptResponse
(self, index)
src/astroprint/plugin/providers/printer_comms/__init__.py:273
↓ 1 callersMethodonPromptResponse
(self, index)
src/astroprint/printer/__init__.py:897
↓ 1 callersMethodonRemove
(self)
src/astroprint/plugin/__init__.py:214
↓ 1 callersMethodonResponse
(self)
src/astroprint/plugin/providers/printer_comms/commands.py:324
↓ 1 callersMethodonServiceShutdown
(self)
src/astroprint/plugin/__init__.py:220
↓ 1 callersMethodonSignalReceived
(self, signal)
src/astroprint/plugin/providers/printer_comms/commands.py:64
↓ 1 callersMethodonStatusCommandsNeeded
(self)
src/astroprint/plugin/providers/printer_comms/commands.py:98
↓ 1 callersMethodonUnhandledResponse
(self, command)
src/astroprint/plugin/providers/printer_comms/commands.py:56
↓ 1 callersMethodon_close
Default on_close handler.
src/ext/sockjs/tornado/conn.py:38
↓ 1 callersMethodon_message
Default on_message handler. Must be overridden in your application
src/ext/sockjs/tornado/conn.py:34
↓ 1 callersMethodon_message
(self, msg)
src/ext/sockjs/tornado/transports/rawwebsocket.py:22
↓ 1 callersMethodon_open
Default on_open() handler. Override when you need to do some initialization or request validation. If you return False, connection wi
src/ext/sockjs/tornado/conn.py:20
↓ 1 callersMethodon_pack_recv
(self, num)
src/ext/sockjs/tornado/stats.py:123
↓ 1 callersMethodon_sess_closed
(self, transport)
src/ext/sockjs/tornado/stats.py:109
↓ 1 callersMethodon_sess_opened
(self, transport)
src/ext/sockjs/tornado/stats.py:101
↓ 1 callersMethodopen
open handler
src/ext/sockjs/tornado/migrate.py:18
↓ 1 callersMethodopen
Open port with current settings. This may throw a SerialException if the port cannot be opened.
src/ext/makerbot_pyserial/serialwin32.py:33
↓ 1 callersMethodopen
Open port with current settings. This may throw a SerialException if the port cannot be opened.
src/ext/makerbot_pyserial/urlhandler/protocol_socket.py:40
↓ 1 callersFunctionoptionsAllowOrigin
Always reply 200 on OPTIONS request
src/octoprint/server/api/__init__.py:52
↓ 1 callersMethodparse_byte
Entry point, call for each byte added to the stream. @param byte Byte to add to the stream
src/ext/makerbot_driver/Encoder/Packet.py:106
↓ 1 callersFunctionparse_command
Parse the command portion of a gcode line, and return a dictionary of found codes and their respective values, and a list of found flags. Codes w
src/ext/makerbot_driver/Gcode/Utils.py:25
↓ 1 callersMethodparse_file
(self)
src/ext/makerbot_driver/EEPROM/EepromAnalyzer.py:37
↓ 1 callersMethodparse_hex_file
Takes a .hex file of intel flavor of an AVR EEPROM read by AVRDUDE and turns it into a dict, where each byte has its own key dependin
src/ext/makerbot_driver/EEPROM/EepromVerifier.py:89
↓ 1 callersMethodparse_out_name_and_location
Given a line in the form of: const static uint16_t <name> = <location>; parses out the name and location. If we get
src/ext/makerbot_driver/EEPROM/EepromAnalyzer.py:122
↓ 1 callersMethodparse_out_namespace_name
Given a line in the form of "namespace <name> {" parses out the name @param str line: The line with the namespace
src/ext/makerbot_driver/EEPROM/EepromAnalyzer.py:106
↓ 1 callersMethodparse_out_variables
(self, line)
src/ext/makerbot_driver/EEPROM/EepromAnalyzer.py:142
↓ 1 callersMethodpause
(self)
src/astroprint/camera/__init__.py:92
↓ 1 callersMethodpause
(self)
src/astroprint/camera/v4l2/gstreamer/process/pipelines/bins/img_video_enc.py:177
↓ 1 callersFunctionpictures_has_height
(images)
src/astroprint/static/js/lib/foundation/foundation.js:619
↓ 1 callersFunctionpipelineFactory
(device, size, rotation, source, encoder, onFatalError, mainLoop, debugLevel)
src/astroprint/camera/v4l2/gstreamer/process/pipelines/__init__.py:8
↓ 1 callersMethodplayLocalVideo
(self,id,doneCallback)
src/astroprint/camera/v4l2/gstreamer/process/pipelines/base.py:223
↓ 1 callersMethodplayVideo
(self, doneCallback= None)
src/astroprint/camera/v4l2/gstreamer/process/pipelines/base.py:189
↓ 1 callersFunctionpopen
(argv)
src/ext/makerbot_pyserial/tools/list_ports_posix.py:9
↓ 1 callersFunctionportdict_from_port
Given a port object from serial.comport() create a vid/pid/iSerial/port dict if possible @param str identifier_string: String retrieved from
src/ext/makerbot_pyserial/tools/list_ports_vid_pid_osx_posix.py:9
↓ 1 callersMethodpreparePlugin
(self, sessionId)
src/astroprint/webrtc/__init__.py:133
↓ 1 callersMethodprint_files
(self, forceCloudSync = False)
src/astroprint/cloud.py:489
↓ 1 callersMethodprinterModels
(self, data, sendMessage)
src/astroprint/plugin/services/system.py:254
↓ 1 callersMethodprocessAuthenticate
(self, data)
src/astroprint/boxrouter/__init__.py:431
↓ 1 callersMethodprocessPrintFile
(self, absolutePath, destination, uploadCallback=None)
src/astroprint/printfiles/__init__.py:263
↓ 1 callersMethodprocess_file
Wraps around the main.cpp processFile method. :param config: :class: `string` :path to a cura config file: :param gcode: :class: `string :path to
src/octoprint/slicers/cura/__init__.py:37
↓ 1 callersMethodprocess_floating_point
(self, data, the_type)
src/ext/makerbot_driver/EEPROM/EepromWriter.py:188
↓ 1 callersMethodprocess_gcode
(self, gcodes, gcode_info, callback=None)
src/ext/makerbot_driver/GcodeProcessors/ProgressProcessor.py:20
↓ 1 callersMethodprocess_list_with_commas
(self, string)
src/ext/makerbot_driver/GcodeProcessors/ProcessorFactory.py:25
↓ 1 callersMethodprocess_string
(self, data, the_type)
src/ext/makerbot_driver/EEPROM/EepromWriter.py:183
↓ 1 callersMethodprocess_value
(self, data, the_type)
src/ext/makerbot_driver/EEPROM/EepromWriter.py:177
↓ 1 callersMethodprofile_supports_processor
(self)
src/ext/makerbot_driver/GcodeProcessors/DualRetractProcessor.py:299
↓ 1 callersMethodprogramChip
(self, flashData)
src/octoprint/util/avr_isp/ispBase.py:8
↓ 1 callersMethodquery
open a connection to a machine and query a machine for key settings needed to construct a machine from a profile @param lea
src/ext/makerbot_driver/MachineFactory.py:133
↓ 1 callersMethodqueueCommands
(self, commands, sendNext= False)
src/astroprint/plugin/providers/printer_comms/commands.py:447
↓ 1 callersMethodqueue_extended_point
Queue a position: this function chooses the correct movement command based on the print_to_file_type Moves to a certain position over
src/ext/makerbot_driver/s3g.py:839
↓ 1 callersMethodqueue_extended_point_x3g
Queue a position with the x3g style! Moves to a certain position over a given duration with either relative or absolute positioning.
src/ext/makerbot_driver/s3g.py:813
↓ 1 callersMethodqueue_song
Play predefined sogns on the piezo buzzer @param int songId: The id of the song to play.
src/ext/makerbot_driver/s3g.py:953
↓ 1 callersFunctionraf
()
src/astroprint/static/js/lib/foundation/foundation.js:236
↓ 1 callersMethodrampdown
(self)
src/astroprint/printer/__init__.py:152
↓ 1 callersMethodrampdown
(self)
src/astroprint/printer/plugin/__init__.py:39
↓ 1 callersMethodreScan
(self, broadcastChange = True)
src/astroprint/camera/__init__.py:199
↓ 1 callersMethodread
Read size bytes from the serial port. If a timeout is set it may return less characters as requested. With no timeout it will block
src/ext/makerbot_pyserial/serialjava.py:152
↓ 1 callersMethodread
Read size bytes from the serial port. If a timeout is set it may return less characters as requested. With no timeout it will block un
src/ext/makerbot_pyserial/rfc2217.py:555
↓ 1 callersMethodread
Read size bytes from the serial port. If a timeout is set it may return less characters as requested. With no timeout it will block un
src/ext/makerbot_pyserial/urlhandler/protocol_loop.py:117
↓ 1 callersFunctionreadEntries
()
src/astroprint/static/js/lib/jquery.fileupload.js:1103
↓ 1 callersMethodread_and_unpack_floating_point
Given an offset, reads a floating point value off an eeprom. @param int offset: The offset to read from @return int:
src/ext/makerbot_driver/EEPROM/EepromReader.py:167
↓ 1 callersMethodread_eeprom_sub_map
Begins reading an eeprom sub_map off the eeprom. An eeprom sub-map is a mapping of eeprom values that begins at a certain po
src/ext/makerbot_driver/EEPROM/EepromReader.py:133
↓ 1 callersMethodread_floating_point_from_eeprom
Given an input dict and offset, reads floating point numbers off the eeprom and returns them @param dict input_dict: Diction
src/ext/makerbot_driver/EEPROM/EepromReader.py:147
↓ 1 callersMethodread_from_eeprom
Reads information off an eeprom, starting from a given offset. @param dict input_dict: Dictionary with information required
src/ext/makerbot_driver/EEPROM/EepromReader.py:99
↓ 1 callersMethodread_named_value_from_EEPROM
(self, name=None, context=None)
src/ext/makerbot_driver/s3g.py:603
↓ 1 callersMethodread_string_from_eeprom
Given an input dict with a length, returns a string of that length. @param dict input_dict: A dict of values used to read
src/ext/makerbot_driver/EEPROM/EepromReader.py:119
↓ 1 callersMethodread_value_from_eeprom
Given an input dict with type information, and an offset, pulls that data from the eeprom and unpacks it. Reads value type by
src/ext/makerbot_driver/EEPROM/EepromReader.py:181
↓ 1 callersMethodrecall_home_positions
Recall and move to the home positions written to the EEPROM @param axes: Array of axis names ['x', 'y', ...] whose position should be
src/ext/makerbot_driver/s3g.py:555
↓ 1 callersMethodrecvMessage
(self)
src/octoprint/util/avr_isp/stk500v2.py:108
↓ 1 callersMethodrefreshSdFiles
Refreshs the list of file stored on the SD card attached to printer (if available and printer communication available). Optional blocking paramet
src/astroprint/printer/marlin/__init__.py:582
↓ 1 callersMethodrefreshSdFiles
(self)
src/astroprint/printer/marlin/comm.py:560
↓ 1 callersMethodregisterEvents
(self)
src/astroprint/boxrouter/__init__.py:161
↓ 1 callersMethodregister_plugin
(self, plugin)
src/astroprint/webrtc/janus.py:307
↓ 1 callersFunctionreleaseLock
(port, path)
src/ext/makerbot_pyserial/serialposix.py:331
↓ 1 callersMethodreleaseSdCard
(self)
src/astroprint/printer/marlin/comm.py:579
↓ 1 callersMethodremoveAllLocalPeerReqs
(self)
src/astroprint/camera/v4l2/gstreamer/__init__.py:122
↓ 1 callersMethodremoveListener
(self, id)
src/astroprint/camera/v4l2/gstreamer/process/pipelines/base.py:331
↓ 1 callersMethodremoveLocalPeerReq
(self,id)
src/astroprint/camera/v4l2/gstreamer/__init__.py:114
↓ 1 callersMethodremoveMenu
(self, tId)
src/astroprint/maintenancemenu.py:169
← previousnext →1,301–1,400 of 3,300, ranked by callers