.. |
display
|
buttons: Remove MCU_ADC_buttons debug capability
|
2019-11-07 18:32:26 -05:00 |
__init__.py
|
…
|
|
ad5206.py
|
…
|
|
adc_temperature.py
|
adc_temperature: add support for AD849x thermocouple amplifiers (#1994)
|
2019-10-10 20:11:34 -04:00 |
bed_mesh.py
|
bed_mesh: fix error reporting
|
2019-10-22 22:09:33 -04:00 |
bed_screws.py
|
bed_screws: No need to re-raise an EndstopError
|
2019-06-06 10:08:58 -04:00 |
bed_tilt.py
|
…
|
|
bltouch.py
|
bltouch: Improve handling of low pin_move_time configuration
|
2019-09-14 15:16:26 -04:00 |
board_pins.py
|
board_pins: Improve config error checking
|
2019-08-19 21:58:11 -04:00 |
bus.py
|
pins: Move reserved pin handling into PinResolver class
|
2019-08-19 12:57:59 -04:00 |
buttons.py
|
buttons: Remove MCU_ADC_buttons debug capability
|
2019-11-07 18:32:26 -05:00 |
controller_fan.py
|
controller_fan: Replace else followed by single if with elif
|
2019-09-17 11:52:03 -04:00 |
delayed_gcode.py
|
delayed_gcode: initial implementation
|
2019-07-01 11:09:30 -04:00 |
delta_calibrate.py
|
…
|
|
dotstar.py
|
dotstar: Allow any number of chips to be daisy chained
|
2019-08-06 22:49:05 -04:00 |
endstop_phase.py
|
endstop_phase: Add tmc2209 and tmc5160 to list of tmc drivers
|
2019-06-23 11:27:18 -04:00 |
fan.py
|
fan: Add off_below option for fans (#1897)
|
2019-10-03 17:59:03 -04:00 |
filament_switch_sensor.py
|
filament_switch_sensor: Add a delay between dispatch of pause and execution of pause gcode
|
2019-09-08 20:42:43 -04:00 |
firmware_retraction.py
|
firmware_retract: Remove z_hop support
|
2019-07-10 19:25:56 -04:00 |
force_move.py
|
toolhead: Calculate and store axes_r in move class
|
2019-11-06 15:51:51 -05:00 |
gcode_arcs.py
|
gcode_arcs: Use is operator for Null comparison (#1989)
|
2019-09-23 16:49:52 -04:00 |
gcode_button.py
|
gcode_button: Execute gcode when a button is pressed or released (#1745)
|
2019-06-21 18:06:31 -04:00 |
gcode_macro.py
|
gcode_macro: add iterator to status wrapper
|
2019-07-01 10:59:13 -04:00 |
heater_bed.py
|
…
|
|
heater_fan.py
|
extruder: Consistently use "extruder" for the primary extruder
|
2019-11-07 16:28:47 -05:00 |
heater_generic.py
|
…
|
|
homing_override.py
|
homing_override: Pass params to template evaluation
|
2019-06-09 11:14:31 -04:00 |
idle_timeout.py
|
gcode: Eliminate the process_batch() method
|
2019-06-09 18:44:44 -04:00 |
manual_probe.py
|
manual_probe: Add extra checks to catch manual probe not finishing correctly
|
2019-06-06 10:08:58 -04:00 |
manual_stepper.py
|
toolhead: Calculate and store axes_r in move class
|
2019-11-06 15:51:51 -05:00 |
mcp4018.py
|
…
|
|
mcp4451.py
|
…
|
|
mcp4728.py
|
mcp4728: Update to better match printrbot revf requirements
|
2019-07-26 11:02:56 -04:00 |
multi_pin.py
|
…
|
|
neopixel.py
|
neopixel: Add support for WS2811 RGB pixel color order
|
2019-08-09 20:58:49 -04:00 |
output_pin.py
|
output_pin: add get_status method
|
2019-06-04 11:44:35 -04:00 |
pause_resume.py
|
pause_resume: add CLEAR_PAUSE gcode
|
2019-06-28 12:44:49 -04:00 |
pid_calibrate.py
|
…
|
|
probe.py
|
probe: Add range to probe accuracy results (#2015)
|
2019-09-29 16:56:46 -04:00 |
quad_gantry_level.py
|
quad_gantry_level: Support retries
|
2019-06-18 12:12:25 -04:00 |
query_endstops.py
|
mcu: Integrate query_endstop_wait() into query_endstop()
|
2019-07-10 10:43:20 -04:00 |
replicape.py
|
pins: Move reserved pin handling into PinResolver class
|
2019-08-19 12:57:59 -04:00 |
respond.py
|
…
|
|
safe_z_home.py
|
safe_z_home: Fix unintended change in default behavior
|
2019-10-03 18:06:08 -04:00 |
samd_sercom.py
|
samd_sercom: fix pin enumeration error when mcu is specified
|
2019-09-17 13:28:57 -04:00 |
screws_tilt_adjust.py
|
…
|
|
servo.py
|
servo: add get_status method
|
2019-06-04 11:44:50 -04:00 |
skew_correction.py
|
skew_correction: add SKEW_PROFILE gcode
|
2019-06-29 10:58:46 -04:00 |
spi_temperature.py
|
serialhdl: Rename register_callback() to register_response()
|
2019-06-21 18:14:00 -04:00 |
static_digital_output.py
|
…
|
|
statistics.py
|
…
|
|
sx1509.py
|
sx1509: Minor cleanup - don't default print_time to 0
|
2019-06-25 18:19:05 -04:00 |
temperature_fan.py
|
temperature_fan: add get_status() function
|
2019-10-22 22:10:13 -04:00 |
temperature_sensor.py
|
…
|
|
thermistor.py
|
thermistor: Add support for printers with an "inline_resistor"
|
2019-06-02 10:59:23 -04:00 |
tmc.py
|
tmc2209: Add support for sensorless homing
|
2019-08-19 12:05:09 -04:00 |
tmc2130.py
|
tmc: Configure "intpol" field from TMCMicrostepHelper
|
2019-06-28 16:59:26 -04:00 |
tmc2208.py
|
tmc: Configure "intpol" field from TMCMicrostepHelper
|
2019-06-28 16:59:26 -04:00 |
tmc2209.py
|
tmc2209: Add support for sensorless homing
|
2019-08-19 12:05:09 -04:00 |
tmc2660.py
|
tmc: Configure "intpol" field from TMCMicrostepHelper
|
2019-06-28 16:59:26 -04:00 |
tmc5160.py
|
tmc: Configure "intpol" field from TMCMicrostepHelper
|
2019-06-28 16:59:26 -04:00 |
tmc_uart.py
|
tmc_uart: Don't try to configure analog pins to -1 value
|
2019-10-26 11:33:30 -04:00 |
tsl1401cl_filament_width_sensor.py
|
…
|
|
tuning_tower.py
|
tuning_tower: Only cancel tuning tower test if extrude at notably lower z
|
2019-10-04 20:10:12 -04:00 |
verify_heater.py
|
verify_heater: Don't raise a heater error if the heater is off
|
2019-06-12 22:06:54 -04:00 |
virtual_sdcard.py
|
virtual_sdcard: Only return from M25 after print confirmed paused
|
2019-10-31 11:36:35 -04:00 |
z_tilt.py
|
mcu: Remove set_ignore_move()
|
2019-11-06 15:51:51 -05:00 |