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
Method
dwell
Pauses the machine for a specified amount of miliseconds Because s3g takes in microseconds, we convert miliseconds into microseconds a
src/ext/makerbot_driver/Gcode/Parser.py:358
Method
eeprom_reader
(self)
src/ext/makerbot_driver/s3g.py:62
Function
eject
()
src/astroprint/api/files.py:328
Method
eject
(self, mountPath)
src/astroprint/externaldrive/linux.py:195
Method
eject
(self, mountPath)
src/astroprint/externaldrive/mac_dev.py:28
Method
emptyFolder
(folder)
src/astroprint/plugin/services/system.py:455
Method
enable_extra_output
Enables an extra output attached to a certain toolhead of the machine
src/ext/makerbot_driver/Gcode/Parser.py:430
Function
encode_axes
Encode an array of axes names into an axis bitfield @param axes Array of axis names ['x', 'y', ...] @return bitfield containing a represe
src/ext/makerbot_driver/Encoder/Coding.py:100
Function
encode_axis
Encode an array of axes names into an axis bitfield @param axes Array of axis names ['x', 'y', ...] @return bitfield containing a represe
src/ext/makerbot_driver/Encoder/Coding.py:83
Function
encode_int16
Encode a 16-bit signed integer as a 2-byte string @param number @return byte array of size 2 that represents the integer
src/ext/makerbot_driver/Encoder/Coding.py:53
Function
encode_int32
Encode a 32-bit signed integer as a 4-byte string @param number @return byte array of size 4 that represents the integer
src/ext/makerbot_driver/Encoder/Coding.py:24
Function
encode_payload
Encode passed payload into a packet. @param payload Command payload, 1 - n bytes describing the command to send @return bytearray contain
src/ext/makerbot_driver/Encoder/Packet.py:6
Function
encode_uint16
Encode a 16-bit unsigned integer as a 2-byte string @param number @return byte array of size 2 that represents the integer
src/ext/makerbot_driver/Encoder/Coding.py:62
Function
encode_uint32
Encode a 32-bit unsigned integer as a 4-byte string @param number @return byte array of size 4 that represents the integer
src/ext/makerbot_driver/Encoder/Coding.py:33
Method
encodedCommand
(self)
src/astroprint/plugin/providers/printer_comms/commands.py:254
Method
endSdFileTransfer
(self, filename)
src/astroprint/printer/marlin/comm.py:540
Method
end_capture_to_file
Send the end capture signal to the bot, so it stops capturing data and writes all commands out to a file on the SD card @return The n
src/ext/makerbot_driver/s3g.py:201
Method
error
(self, pkg, message)
src/astroprint/software.py:79
Method
errorCb
(destFile, error)
src/astroprint/boxrouter/handlers/requesthandler.py:168
Method
errorCb
(destFile, error)
src/astroprint/plugin/services/files.py:309
Function
errorHandler
(e)
src/astroprint/static/js/lib/jquery.fileupload.js:1085
Method
eventCallback
Actual event callback called with name of event and optional payload. Not implemented here, override in child classes.
src/octoprint/events.py:219
Method
eventCallback
(self, event, payload)
src/octoprint/events.py:234
Method
eventSubscriptions
(self)
src/octoprint/timelapse.py:333
Method
executeCancelCommands
(self, disableMotorsAndHeater)
src/astroprint/plugin/providers/printer_comms/__init__.py:90
Method
executeCancelCommands
Cancel the current printjob.
src/astroprint/printer/s3g/__init__.py:556
Method
executeCancelCommands
Cancel the current printjob.
src/astroprint/printer/marlin/__init__.py:280
Method
executeCancelCommands
(self, disableMotorsAndHeater)
src/astroprint/printer/plugin/__init__.py:121
Method
executeCancelCommands
(self, disableMotorsAndHeater)
src/plugins/com_astroprint_astrobox_plugins_virtualcomms/__init__.py:140
Function
executeCommand
(command, logger)
src/octoprint/server/api/__init__.py:181
Method
executeCommand
(command, logger)
src/astroprint/plugin/services/system.py:630
Function
executeRoutine
(routine)
src/astroprint/api/printer.py:508
Method
execute_line
Execute a line of gcode @param string command Gcode command to execute
src/ext/makerbot_driver/Gcode/Parser.py:53
Method
expire
Expire any old entries `current_time` Optional time to be used to clean up queue (can be used in unit tests)
src/ext/sockjs/tornado/sessioncontainer.py:117
Method
extended_stop
Stop the stepper motor motion and/or reset the command buffer. This differs from the reset and abort commands in that a soft reset o
src/ext/makerbot_driver/s3g.py:350
Method
extrude
(self, tool, amount, speed=None)
src/astroprint/plugin/providers/printer_comms/__init__.py:132
Method
extrude
(self,data,callback)
src/astroprint/plugin/services/printer.py:287
Method
extrude
(self, tool, amount, speed=None)
src/astroprint/printer/s3g/__init__.py:393
Method
extrude
(self, tool, amount, speed=None)
src/astroprint/printer/marlin/__init__.py:206
Method
extrude
(self, tool, amount, speed=None)
src/astroprint/printer/plugin/__init__.py:175
Method
extrude
(self, tool, amount, speed=None)
src/plugins/com_astroprint_astrobox_plugins_virtualcomms/__init__.py:166
Method
extrusionMode
(self)
src/astroprint/plugin/providers/printer_comms/material_counter.py:30
Function
f
()
src/astroprint/static/js/lib/underscore.js:5
Method
f
Creates a custom wsgi and Flask request context in order to be able to process user information stored in the current session. :param re
src/octoprint/server/__init__.py:528
Method
factory
factory for creating an eeprom reader @param s3gObj an makerbot_driver.s3g object @param eeprom_map json file. @param working
src/ext/makerbot_driver/EEPROM/EepromWriter.py:17
Method
fan
(self, tool, speed)
src/astroprint/printer/s3g/__init__.py:378
Method
fan
(self, tool, speed)
src/astroprint/printer/marlin/__init__.py:177
Method
fan
(self, tool, speed)
src/astroprint/printer/plugin/__init__.py:172
Method
fan
(self, tool, speed)
src/plugins/com_astroprint_astrobox_plugins_virtualcomms/__init__.py:162
Function
favion
()
src/octoprint/server/__init__.py:219
Method
featureIsAllowed
(self,feature)
src/astroprint/printer/__init__.py:889
Method
featureIsAllowed
(self,feature)
src/astroprint/printer/plugin/__init__.py:256
Method
fileManager
(self)
src/astroprint/printer/__init__.py:115
Method
fileManagerClass
(self)
src/astroprint/plugin/providers/printer_comms/__init__.py:225
Method
fileManagerClass
(self)
src/plugins/com_astroprint_astrobox_plugins_virtualcomms/__init__.py:222
Method
filePos
(self)
src/astroprint/plugin/providers/printer_comms/commands.py:711
Method
filePos
(self)
src/plugins/com_astroprint_astrobox_plugins_virtualcomms/__init__.py:392
Function
fileProcessingFinished
Callback for when the file processing (upload, optional slicing, addition to analysis queue) has finished. Depending on the file's destination
src/astroprint/api/files.py:137
Method
files
(self)
src/astroprint/plugin/__init__.py:105
Method
files
(self)
src/astroprint/plugin/__init__.py:274
Function
filterNonAscii
Returns True if the line contains non-ascii characters, false otherwise @param line the line to test
src/octoprint/util/__init__.py:203
Method
find_axes_maximums
Moves the given axes in the position direction until a timeout or endstop is reached This function loses the state machine's position.
src/ext/makerbot_driver/Gcode/Parser.py:150
Method
find_axes_minimums
Moves the given axes in the negative direction until a timeout or endstop is reached. This function loses the state machine's position
src/ext/makerbot_driver/Gcode/Parser.py:173
Method
finish
@param, name of an s3g file to checksum
src/ext/makerbot_driver/Gcode/FileComplete.py:13
Method
finish_update
(self)
src/astroprint/software.py:87
Method
finish_update
(self)
src/astroprint/software.py:118
Method
firePluginEvent
(self, event, data=None)
src/astroprint/plugin/__init__.py:153
Method
flask_log
(exc_info)
src/octoprint/server/__init__.py:665
Method
fleetId
(self)
src/astroprint/cloud.py:143
Method
flowControl
manually control flow - when hardware or software flow control is enabled
src/ext/makerbot_pyserial/serialposix.py:668
Method
flush
Flush of file like objects. In this case, wait until all data is written.
src/ext/makerbot_pyserial/serialposix.py:581
Method
flushInput
Clear input buffer, discarding all that is in the buffer.
src/ext/makerbot_pyserial/serialwin32.py:276
Method
flushOutput
(self)
src/ext/makerbot_pyserial/sermsdos.py:163
Method
flushOutput
Clear output buffer, aborting the current output and discarding all that is in the buffer.
src/ext/makerbot_pyserial/serialwin32.py:281
Function
folderContents
()
src/astroprint/api/files.py:306
Method
force_event
(self, msg)
src/astroprint/boxrouter/handlers/__init__.py:50
Method
forgetWifiNetworks
(self)
src/astroprint/network/debian.py:531
Function
g
(t,e,r,n)
src/astroprint/static/js/lib/backbone.js:2
Function
generateApikeyForUser
(username)
src/octoprint/server/api/users.py:146
Method
get
(self, path, include_body=True)
src/octoprint/server/util.py:264
Method
get
(self)
src/ext/sockjs/tornado/static.py:40
Method
get
(self)
src/ext/sockjs/tornado/static.py:68
Method
get
(self, session_id)
src/ext/sockjs/tornado/transports/eventsource.py:18
Method
get
(self, session_id)
src/ext/sockjs/tornado/transports/htmlfile.py:40
Function
getAccessKeys
()
src/octoprint/server/__init__.py:309
Method
getAccessKeys
(self, data, sendResponse)
src/astroprint/plugin/services/auth.py:23
Method
getActiveConnections
(self)
src/astroprint/network/mac_dev.py:36
Method
getActiveConnections
(self)
src/astroprint/network/debian.py:351
Method
getActiveConnections
(self)
src/astroprint/network/manual.py:26
Function
getAdvancedSoftwareSettings
()
src/astroprint/api/settings.py:471
Method
getAdvancedSoftwareSettings
(self, data, sendMessage)
src/astroprint/plugin/services/system.py:408
Method
getAllUsers
(self)
src/astroprint/users.py:297
Function
getAllowedFeatures
()
src/astroprint/api/printer.py:503
Method
getBaudrate
Get the current baud rate setting.
src/ext/makerbot_pyserial/serialutil.py:323
Method
getBedTemp
(self)
src/astroprint/printer/marlin/comm.py:309
Method
getByteSize
Get the current byte size setting.
src/ext/makerbot_pyserial/serialutil.py:336
Method
getCD
Read terminal status line: Carrier Detect
src/ext/makerbot_pyserial/serialjava.py:222
Method
getCD
Eead terminal status line
src/ext/makerbot_pyserial/sermsdos.py:189
Method
getCD
Read terminal status line: Carrier Detect
src/ext/makerbot_pyserial/serialposix.py:644
Method
getCD
Read terminal status line: Carrier Detect
src/ext/makerbot_pyserial/serialcli.py:232
← previous
next →
2,301–2,400 of 3,300, ranked by callers