.. |
display
|
uc1701: add config option for sh1106 type with up to 132 columns.
|
2019-11-26 19:40:39 -05:00 |
__init__.py
|
…
|
|
ad5206.py
|
…
|
|
adc_temperature.py
|
query_adc: Add a new module to help query and debug analog pins
|
2019-11-07 19:28:27 -05:00 |
bed_mesh.py
|
bed_mesh: fix error reporting
|
2019-10-22 22:09:33 -04:00 |
bed_screws.py
|
…
|
|
bed_tilt.py
|
…
|
|
bltouch.py
|
toolhead: Rename _full_flush() to flush_step_generation() and use globally
|
2019-11-21 13:17:45 -05: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
|
query_adc: Add a new module to help query and debug analog pins
|
2019-11-07 19:28:27 -05:00 |
controller_fan.py
|
stepper: Move MCU_stepper from mcu.py to stepper.py
|
2019-11-12 17:32:18 -05:00 |
delayed_gcode.py
|
…
|
|
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: Use set_tag_position() instead of set_commanded_position()
|
2019-11-13 19:00:23 -05:00 |
fan.py
|
FAN: Kick start fan when the increase is more than 50% (#2085)
|
2019-11-24 18:37:30 -05: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
|
…
|
|
force_move.py
|
force_move: Make sure to flush step generation queue after each move
|
2019-11-24 11:55:30 -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_macro.py
|
…
|
|
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
|
…
|
|
idle_timeout.py
|
…
|
|
manual_probe.py
|
toolhead: Rename _full_flush() to flush_step_generation() and use globally
|
2019-11-21 13:17:45 -05:00 |
manual_stepper.py
|
force_move: Make sure to flush step generation queue after each move
|
2019-11-24 11:55:30 -05:00 |
mcp4018.py
|
…
|
|
mcp4451.py
|
…
|
|
mcp4728.py
|
…
|
|
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
|
…
|
|
pause_resume.py
|
…
|
|
pid_calibrate.py
|
…
|
|
probe.py
|
stepper: Remove add_to_endstop() method
|
2019-11-12 17:32:18 -05:00 |
quad_gantry_level.py
|
…
|
|
query_adc.py
|
query_adc: Add a new module to help query and debug analog pins
|
2019-11-07 19:28:27 -05:00 |
query_endstops.py
|
…
|
|
replicape.py
|
pins: Move reserved pin handling into PinResolver class
|
2019-08-19 12:57:59 -04:00 |
respond.py
|
…
|
|
safe_z_home.py
|
toolhead: Report which axes are homed via get_status()
|
2019-11-24 20:21:13 -05: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
|
…
|
|
skew_correction.py
|
…
|
|
spi_temperature.py
|
…
|
|
static_digital_output.py
|
…
|
|
statistics.py
|
…
|
|
stepper_enable.py
|
stepper_enable: Raise an error on bad lookup_enable() call
|
2019-11-14 18:05:32 -05:00 |
sx1509.py
|
…
|
|
temperature_fan.py
|
temperature_fan: add get_status() function
|
2019-10-22 22:10:13 -04:00 |
temperature_sensor.py
|
…
|
|
thermistor.py
|
…
|
|
tmc.py
|
tmc: Remove virtual_enable support and replace with automatic support
|
2019-11-12 18:45:31 -05:00 |
tmc2130.py
|
tmc2130: Do not error if run current below hold current (#2190)
|
2019-11-21 11:09:39 -05:00 |
tmc2208.py
|
tmc: Remove virtual_enable support and replace with automatic support
|
2019-11-12 18:45:31 -05:00 |
tmc2209.py
|
tmc2209: Add support for sensorless homing
|
2019-08-19 12:05:09 -04:00 |
tmc2660.py
|
tmc: Remove virtual_enable support and replace with automatic support
|
2019-11-12 18:45:31 -05:00 |
tmc5160.py
|
tmc2130: Do not error if run current below hold current (#2190)
|
2019-11-21 11:09:39 -05: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: Report start of tuning test on g-code console
|
2019-11-21 13:44:02 -05:00 |
verify_heater.py
|
…
|
|
virtual_sdcard.py
|
virtual_sdcard: Don't wait for M25 in an SD gcode file
|
2019-11-24 14:30:26 -05:00 |
z_tilt.py
|
toolhead: Rename _full_flush() to flush_step_generation() and use globally
|
2019-11-21 13:17:45 -05:00 |