klipper/klippy/extras
Kevin O'Connor af8bfee210 tmc2660: Fix tmc register reading
The tmc2660 appears to send responses as soon as the clk starts
toggling.  That means the 20 bit response is at the top of the 24bit
sent message.  Also, this implies that RDSEL must already have the
correct value in the prior message.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-02-27 10:39:47 -05:00
..
display menu: Default menu should check extruders have heaters (#3969) 2021-02-20 11:33:34 -05:00
__init__.py
ad5206.py
adc_scaled.py adc_scaled: Add support for Duet2 Maestro "vref monitoring" 2020-09-09 22:20:54 -04:00
adc_temperature.py spi_temperature: Simplify and comment MAX31865 temperature calculations 2020-09-02 10:04:35 -04:00
adxl345.py adxl345: Add accelerometer chip name to the raw data file name 2021-02-02 14:13:24 -05:00
bed_mesh.py webhooks: Fix use of deprecated Exception.message attribute (#3781) 2021-01-17 22:37:41 -05:00
bed_screws.py homing: Prefer printer.command_error() instead of homing.CommandError() 2020-09-04 12:10:36 -04:00
bed_tilt.py gcode_move: Move GCodeMove class from gcode.py to new extras module 2020-08-20 21:03:22 -04:00
bltouch.py bltouch: Fix bug causing incorrect position when "stow_on_each_sample=False" 2020-10-24 00:22:58 -04:00
bme280.py Revert "bme280: Rename sensor_type from BME280 to bme280" 2021-02-20 15:39:03 -05:00
board_pins.py board_pins: Use an explicit parameter to specify mcu name(s) 2020-11-20 12:00:36 -05:00
bus.py tmc2130: Add spi daisy chain support 2021-02-26 10:54:47 -05:00
buttons.py buttons: Improve python3 compatibility 2020-09-04 19:33:04 -04:00
controller_fan.py heater_fan: Fix typo causing excessive cpu usage 2020-12-01 12:31:22 -05:00
delayed_gcode.py
delta_calibrate.py delta_calibrate: Don't error on an invalid kinematic guess 2020-09-17 22:41:13 -04:00
display_status.py display_status: fix M117 checksum trimming (#3377) 2020-09-28 10:11:05 -04:00
dotstar.py dotstar: Don't flush the lookahead queue on a SET_LED command 2020-10-29 12:00:28 -04:00
ds18b20.py ds18b20: new module for 1-wire temperature sensor (#3462) 2021-02-02 14:34:56 -05:00
endstop_phase.py homing: Make homing.py an "extras" module 2021-01-08 14:01:34 -05:00
extruder_stepper.py
fan.py
fan_generic.py
filament_switch_sensor.py
firmware_retraction.py
force_move.py
gcode_arcs.py gcode_move: Move GCodeMove class from gcode.py to new extras module 2020-08-20 21:03:22 -04:00
gcode_button.py gcode_button: Add support for analog buttons 2020-09-09 14:21:30 -04:00
gcode_macro.py gcode_macro: Use deepcopy() on get_status() results 2021-01-20 16:25:25 -05:00
gcode_move.py homing: Make homing.py an "extras" module 2021-01-08 14:01:34 -05:00
hall_filament_width_sensor.py hall_filament_width_sensor: Fix race condition (#3790) 2021-01-22 13:41:34 -05:00
heater_bed.py
heater_fan.py heater_fan: Fix typo causing excessive cpu usage 2020-12-01 12:31:22 -05:00
heater_generic.py
heaters.py temperature_host: Rename rpi_temperature and add support for custom paths 2021-02-19 18:44:28 -05:00
homing.py homing: Fix references to CommandError() 2021-01-11 10:01:14 -05:00
homing_heaters.py
homing_override.py homing: Make homing.py an "extras" module 2021-01-08 14:01:34 -05:00
htu21d.py htu21d: Implement support for min_temp/max_temp checks 2021-02-01 11:30:27 -05:00
idle_timeout.py idle_timeout: Add help to SET_IDLE_TIMEOUT (#3945) 2021-02-18 20:32:46 -05:00
input_shaper.py input_shaper: Simplify input shaper type reporting 2020-12-01 11:36:37 -05:00
lm75.py lm75: Implement support for min_temp/max_temp checks 2021-02-01 10:37:19 -05:00
manual_probe.py manual_probe: Use configfile note_valid=False when inspecting Z position_endstop 2020-12-13 10:41:40 -05:00
manual_stepper.py homing: Prefer printer.command_error() instead of homing.CommandError() 2020-09-04 12:10:36 -04:00
mcp4018.py
mcp4451.py
mcp4728.py
multi_pin.py mcu: Add support for changing cycle_time in set_pwm() 2020-09-26 20:55:56 -04:00
neopixel.py neopixel: Don't wait for responses when in debug mode. 2020-12-01 11:36:37 -05:00
output_pin.py output_pin: Don't flush lookahead queue on a SET_PIN command 2020-11-13 18:29:41 -05:00
pause_resume.py
pid_calibrate.py pid_calibrate: Update for improved python3 compatibility 2020-09-04 19:30:18 -04:00
print_stats.py print_stats: exclude time prior to first extrusion from "print_duration" 2020-11-13 20:48:15 -05:00
probe.py probe: Add last_z_result to get the latest z result in an Macro (#3835) 2021-02-18 22:03:32 -05:00
quad_gantry_level.py quad_gantry_level: Add additional comments on how leveling works 2020-09-03 12:09:02 -04:00
query_adc.py
query_endstops.py gcode_macro: Use deepcopy() on get_status() results 2021-01-20 16:25:25 -05:00
replicape.py pca9685: Use move queue for pwm updates 2020-12-04 16:10:13 -05:00
resonance_tester.py resonance_tester: Increase test max_accel to 10K and max_freq to 133 Hz 2021-02-02 14:13:24 -05:00
respond.py
safe_z_home.py homing: Make homing.py an "extras" module 2021-01-08 14:01:34 -05:00
samd_sercom.py
save_variables.py gcode_macro: Use deepcopy() on get_status() results 2021-01-20 16:25:25 -05:00
screws_tilt_adjust.py
servo.py
shaper_calibrate.py shaper_calibrate: Choose input shapers accounting smoothing 2020-12-22 18:37:41 -05:00
skew_correction.py
spi_temperature.py spi_temperature: Improve handling of min_temp/max_temp overflows 2021-02-01 10:37:19 -05:00
static_digital_output.py
statistics.py
stepper_enable.py
sx1509.py mcu: Add support for changing cycle_time in set_pwm() 2020-09-26 20:55:56 -04:00
temperature_fan.py temperature_fan: Add MAX_SPEED and MIN_SPEED to SET_TEMPERATURE_FAN_TARGET command (#3873) 2021-02-02 14:30:04 -05:00
temperature_host.py temperature_host: Rename "path" config to "sensor_path" 2021-02-20 09:23:13 -05:00
temperature_mcu.py temperature_mcu: Improve handling when in debug output mode 2021-01-24 15:28:16 -05:00
temperature_sensor.py temperature_sensor: Report temperature in stats 2020-12-06 21:55:26 -05:00
thermistor.py thermistor: Add support for the board thermistor on the Einsy Rambo 2020-10-08 15:25:09 -04:00
tmc.py tmc: Always report values after a SET_TMC_CURRENT command 2021-02-27 10:39:46 -05:00
tmc2130.py tmc5160: Merge field formatters into tmc2130.py 2021-02-27 10:39:46 -05:00
tmc2208.py tmc: Move SET_TMC_CURRENT command to TMCCommandHelper() 2021-02-27 10:39:46 -05:00
tmc2209.py tmc: Move SET_TMC_CURRENT command to TMCCommandHelper() 2021-02-27 10:39:46 -05:00
tmc2660.py tmc2660: Fix tmc register reading 2021-02-27 10:39:47 -05:00
tmc5160.py tmc5160: Merge field formatters into tmc2130.py 2021-02-27 10:39:46 -05:00
tmc_uart.py
tsl1401cl_filament_width_sensor.py hall_filament_width_sensor: Fix race condition (#3790) 2021-01-22 13:41:34 -05:00
tuning_tower.py gcode_move: Move GCodeMove class from gcode.py to new extras module 2020-08-20 21:03:22 -04:00
verify_heater.py docs: Move config reference information to new Config_Reference.md 2020-11-18 20:10:21 -05:00
virtual_sdcard.py virtual_sdcard: exact filename match before case insensitive one 2021-02-26 22:53:35 -05:00
z_tilt.py