klipper/klippy/extras
Kevin O'Connor 55e20f2c19 mcu: Add support for changing cycle_time in set_pwm()
Signed-off-by: Guy Shapira <gayuha@gmail.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-09-26 20:55:56 -04:00
..
display display: Remove circular references from intermediate context object 2020-09-16 23:53:45 -04: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 support for adxl345 accelerometer 2020-09-05 09:11:04 -04:00
bed_mesh.py bed_mesh: add mesh parameters to BED_MESH_CALIBRATE 2020-09-15 20:36:55 -04: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 homing: Remove EndstopError 2020-09-04 11:41:57 -04:00
bme280.py
board_pins.py
bus.py
buttons.py buttons: Improve python3 compatibility 2020-09-04 19:33:04 -04:00
controller_fan.py
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
dotstar.py
endstop_phase.py homing: Remove EndstopError 2020-09-04 11:41:57 -04:00
extruder_stepper.py
fan.py
fan_generic.py fan_generic: Add support for named fans and gcode to control them (#3054) 2020-08-07 11:39:44 -04:00
filament_switch_sensor.py filament_switch_sensor: report "enabled" state via get_status 2020-08-01 15:56:51 -04:00
firmware_retraction.py
force_move.py gcode: Automatically call reset_last_position() on a toolhead set_position() 2020-08-20 21:03:22 -04:00
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: Remove "action_" commands from get_status() calls 2020-08-20 21:03:22 -04:00
gcode_move.py gcode_move: Move GCodeMove class from gcode.py to new extras module 2020-08-20 21:03:22 -04:00
hall_filament_width_sensor.py hall_filament_width_sensor: Fix Flow update before next pending_position #3184 (#3198) 2020-08-19 18:58:49 -04:00
heater_bed.py
heater_fan.py
heater_generic.py
heaters.py heaters: Disable unused pwm output debugging info 2020-09-17 02:06:20 -04:00
homing_heaters.py
homing_override.py gcode_move: Move GCodeMove class from gcode.py to new extras module 2020-08-20 21:03:22 -04:00
htu21d.py
idle_timeout.py
input_shaper.py input_shaper: Fix typo in SET_INPUT_SHAPER report of shaper_type_y 2020-09-03 14:19:55 -04:00
lm75.py lm75: Added support for LM75/LM75A I2C connected temperature sensors (#3101) 2020-07-19 20:18:54 -04:00
manual_probe.py homing: Prefer printer.command_error() instead of homing.CommandError() 2020-09-04 12:10:36 -04: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
output_pin.py mcu: Add support for changing cycle_time in set_pwm() 2020-09-26 20:55:56 -04:00
pause_resume.py webhooks: Remove "method" parameter from webhook requests 2020-08-16 13:20:25 -04:00
pid_calibrate.py pid_calibrate: Update for improved python3 compatibility 2020-09-04 19:30:18 -04:00
print_stats.py gcode_move: Move GCodeMove class from gcode.py to new extras module 2020-08-20 21:03:22 -04:00
probe.py probe: add update_probe_points() method to helper 2020-09-15 20:36:55 -04: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 webhooks: Remove "method" parameter from webhook requests 2020-08-16 13:20:25 -04:00
replicape.py mcu: Add support for changing cycle_time in set_pwm() 2020-09-26 20:55:56 -04:00
respond.py
safe_z_home.py gcode_move: Move GCodeMove class from gcode.py to new extras module 2020-08-20 21:03:22 -04:00
samd_sercom.py
screws_tilt_adjust.py
servo.py servo: Set initial value via mcu_servo.setup_start_value() 2020-07-25 11:39:39 -04:00
skew_correction.py gcode: Split G0/G1 command handling to new gcode_move class 2020-08-20 21:03:22 -04:00
spi_temperature.py spi_temperature: Simplify and comment MAX31865 temperature calculations 2020-09-02 10:04:35 -04:00
static_digital_output.py
statistics.py
stepper_enable.py gcode: Report the final print_time in debuginput mode 2020-07-30 12:53:59 -04:00
sx1509.py mcu: Add support for changing cycle_time in set_pwm() 2020-09-26 20:55:56 -04:00
temperature_fan.py
temperature_sensor.py temperature_sensor: report min/max measured temp via get_status 2020-08-01 15:56:51 -04:00
thermistor.py thermistor: Add in definition for "SliceEngineering 450" thermistor 2020-07-11 12:50:58 -04:00
tmc.py tmc5160: diag0 support (#3159) 2020-08-09 08:17:51 -04:00
tmc2130.py tmc5160: diag0 support (#3159) 2020-08-09 08:17:51 -04:00
tmc2208.py
tmc2209.py tmc5160: diag0 support (#3159) 2020-08-09 08:17:51 -04:00
tmc2660.py
tmc5160.py tmc5160: diag0 support (#3159) 2020-08-09 08:17:51 -04:00
tmc_uart.py
tsl1401cl_filament_width_sensor.py
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
virtual_sdcard.py gcode: Split G0/G1 command handling to new gcode_move class 2020-08-20 21:03:22 -04:00
z_tilt.py gcode: Automatically call reset_last_position() on a toolhead set_position() 2020-08-20 21:03:22 -04:00