klipper/klippy/extras
Kevin O'Connor 6abe132cf0 tmc2130: Transmit register initialization during connect callback
Perform the register initialization directly from TMCCommandHelper and
perform it during the "connect" phase.  This unifies the register
setup for the TMC2130, TMC2208, TMC2660, and TMC5160.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-06-10 14:18:58 -04:00
..
display menu: Remove customized get_status overrides 2019-06-04 11:55:40 -04:00
__init__.py
ad5206.py
adc_temperature.py adc_temperature: Minor comment update 2019-06-02 17:12:55 -04:00
bed_mesh.py probe: ProbePointsHelper adjustable minimum points 2019-05-21 14:17:09 -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 probe: ProbePointsHelper adjustable minimum points 2019-05-21 14:17:09 -04:00
bltouch.py probe: No need to re-raise an EndstopError 2019-06-06 10:08:58 -04:00
bus.py bus: Don't reserve any pins if BUS_PINS_x is not defined 2019-04-07 20:43:23 -04:00
buttons.py buttons: Minor code movement 2019-05-26 00:18:48 -04:00
controller_fan.py controller_fan: Allow multiple controller_fan sections to be defined 2019-03-10 13:57:01 -04:00
delta_calibrate.py probe: ProbePointsHelper adjustable minimum points 2019-05-21 14:17:09 -04:00
endstop_phase.py
fan.py
filament_switch_sensor.py filament_switch_sensor: Use template evaluation on gcode 2019-06-07 11:38:43 -04:00
firmware_retraction.py firmware_retraction: Implementation of tuneable G10/G11 firmware retraction (#1617) 2019-06-06 09:10:09 -04:00
force_move.py force_move: Avoid divide by zero in move time calculation 2019-03-31 09:00:23 -04:00
gcode_macro.py gcode_macro: Parse variable_X parameters using ast.literal_eval() 2019-06-07 19:33:31 -04:00
heater_bed.py
heater_fan.py heater_fan: add get_status method 2019-06-04 11:43:34 -04: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 homing: Catch the more generic CommandError during homing 2019-06-06 10:08:58 -04:00
mcp4018.py
mcp4451.py
mcp4728.py
multi_pin.py
output_pin.py output_pin: add get_status method 2019-06-04 11:44:35 -04:00
pause_resume.py pause_resume: Use Octoprint's "paused" and "resumed" action commands. 2019-06-02 19:19:32 -04:00
pid_calibrate.py
probe.py gcode_macro: Add a default parameter to load_template 2019-06-07 10:51:57 -04:00
quad_gantry_level.py quad_gantry_level: Require exactly 4 probe points 2019-05-21 14:17:09 -04:00
query_endstops.py
replicape.py replicape: add support for Linux hardware PWM (#1443) 2019-04-06 13:51:51 -04:00
respond.py
samd_sercom.py atsamd: Use enumerations for buses and reserve pins 2019-04-04 18:29:31 -04:00
screws_tilt_adjust.py probe: ProbePointsHelper adjustable minimum points 2019-05-21 14:17:09 -04:00
servo.py servo: add get_status method 2019-06-04 11:44:50 -04:00
spi_temperature.py spi_temperature: MAX6675 and MAX31855 should use spi mode 0 2019-05-22 11:40:53 -04:00
static_digital_output.py
statistics.py
sx1509.py sx1509: Convert code to use generic i2c bus support 2019-04-04 18:29:30 -04:00
temperature_fan.py temperature_fan: Add gcode command for temperature_fan.py (#1520) 2019-04-15 21:13:29 -04:00
temperature_sensor.py
thermistor.py thermistor: Add support for printers with an "inline_resistor" 2019-06-02 10:59:23 -04:00
tmc2130.py tmc2130: Transmit register initialization during connect callback 2019-06-10 14:18:58 -04:00
tmc2208.py tmc2130: Transmit register initialization during connect callback 2019-06-10 14:18:58 -04:00
tmc2660.py tmc2130: Transmit register initialization during connect callback 2019-06-10 14:18:58 -04:00
tmc5160.py tmc2130: Transmit register initialization during connect callback 2019-06-10 14:18:58 -04:00
tsl1401cl_filament_width_sensor.py tsl1401cl_filament_width_sensor: Fix incorrect math in filament width sensor. (#1541) 2019-04-15 21:11:26 -04:00
verify_heater.py
virtual_sdcard.py gcode: Eliminate the process_batch() method 2019-06-09 18:44:44 -04:00
z_tilt.py z_tilt: minimum points 2 2019-05-21 14:17:09 -04:00