klipper/klippy/extras
Kevin O'Connor 9ec9742484 extruder: Add support for reversing the direction of extruder stepper movement
Extend SET_EXTRUDER_ROTATION_DISTANCE to support reversing the
direction of extruder movement.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2022-02-10 13:24:21 -05:00
..
display
__init__.py
ad5206.py
adc_scaled.py
adc_temperature.py
adxl345.py
bed_mesh.py
bed_screws.py
bed_tilt.py
bltouch.py
bme280.py bme280: fix integer handling for python3 in bme280.py (#5237) 2022-02-06 12:15:35 -05:00
board_pins.py
bus.py
buttons.py
canbus_ids.py
controller_fan.py
delayed_gcode.py
delta_calibrate.py
display_status.py gcode_macro: Add "rawparams" pseudo-variable 2021-11-19 11:22:36 -05:00
dotstar.py
ds18b20.py
duplicate_pin_override.py
endstop_phase.py extruder: Add a SET_EXTRUDER_ROTATION_DISTANCE command 2022-02-10 13:24:21 -05:00
extruder_stepper.py extruder: Support SYNC_STEPPER_TO_EXTRUDER on extruder objects 2022-01-16 19:01:15 -05:00
fan.py
fan_generic.py
filament_motion_sensor.py
filament_switch_sensor.py
firmware_retraction.py
force_move.py
gcode_arcs.py gcode_arcs: detect CW / CCW move with renamed G2/G3 command (#5096) 2022-01-22 20:47:51 -05:00
gcode_button.py
gcode_macro.py gcode_macro: Add "rawparams" pseudo-variable 2021-11-19 11:22:36 -05:00
gcode_move.py
hall_filament_width_sensor.py
heater_bed.py
heater_fan.py
heater_generic.py
heaters.py temperature_sensors: Deprecate "NTC 100K beta 3950" thermistor 2021-11-10 18:56:51 -05:00
homing.py
homing_heaters.py
homing_override.py
htu21d.py
idle_timeout.py idle_timeout: exit the timer if the printer is shutdown 2021-10-29 18:39:47 -04:00
input_shaper.py input_shaper: Fix python3 string encoding 2021-10-26 20:01:33 -04:00
lm75.py
manual_probe.py
manual_stepper.py
mcp4018.py
mcp4451.py
mcp4728.py
motion_report.py extruder: Add support for reversing the direction of extruder stepper movement 2022-02-10 13:24:21 -05:00
multi_pin.py
neopixel.py neopixel: Update neopixel.py to add BRG color order (#5110) 2022-01-12 12:18:08 -05:00
output_pin.py
palette2.py palette2: Use regular str() types for input on Python2 2021-10-31 13:52:31 -04:00
pause_resume.py pause_resume: Do not clobber default state name by accident (#5156) 2022-01-16 13:00:24 -05:00
pca9533.py
pid_calibrate.py
print_stats.py print_stats: Fix exception when canceling in/as first G-code 2021-11-21 08:01:43 -05:00
probe.py
pulse_counter.py
quad_gantry_level.py
query_adc.py
query_endstops.py
replicape.py
resonance_tester.py
respond.py gcode_macro: Add "rawparams" pseudo-variable 2021-11-19 11:22:36 -05:00
safe_z_home.py
samd_sercom.py
save_variables.py
screws_tilt_adjust.py
sdcard_loop.py
servo.py
shaper_calibrate.py
shaper_defs.py
skew_correction.py
spi_temperature.py
static_digital_output.py
statistics.py statistics: Improve Python3 compatibility 2021-12-15 11:27:08 -05:00
stepper_enable.py
sx1509.py
temperature_fan.py
temperature_host.py temperature_host: Remove support for deprecated rpi_temperature alias 2021-11-02 12:45:11 -04:00
temperature_mcu.py stm32: Enable ADC support on stm32g0 2021-12-23 22:15:26 -05:00
temperature_sensor.py
temperature_sensors.cfg temperature_sensors: add ATC Semitec 104NT-4-R025H42G thermistor 2021-11-15 23:14:32 -05:00
thermistor.py temperature_sensors: Define default thermistors in config 2021-11-10 18:52:55 -05:00
tmc.py extruder: Add support for reversing the direction of extruder stepper movement 2022-02-10 13:24:21 -05:00
tmc2130.py tmc2130: Rework current selection to prefer vsense=1 2022-01-16 19:00:00 -05:00
tmc2208.py
tmc2209.py
tmc2660.py tmc2130: Rework current selection to prefer vsense=1 2022-01-16 19:00:00 -05:00
tmc5160.py tmc: Track requested hold_current so SET_TMC_CURRENT doesn't reduce it 2021-10-27 12:13:38 -04:00
tmc_uart.py
tsl1401cl_filament_width_sensor.py
tuning_tower.py
verify_heater.py
virtual_sdcard.py
z_tilt.py