..
display
menu: changes in tune menu according to #4023 ( #4086 )
2021-03-23 10:55:25 -04:00
__init__.py
…
ad5206.py
…
adc_scaled.py
…
adc_temperature.py
…
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
…
bed_tilt.py
…
bltouch.py
…
bme280.py
bme280: Add support for BMP280 and BME680 sensors ( #4040 )
2021-03-15 11:50:29 -04:00
board_pins.py
…
bus.py
tmc2130: Verify SPI register writes
2021-03-10 17:12:25 -05:00
buttons.py
…
canbus_ids.py
mcu: Add support for connecting to devices on a CAN bus
2021-03-13 11:29:41 -05:00
controller_fan.py
…
delayed_gcode.py
…
delta_calibrate.py
…
display_status.py
…
dotstar.py
…
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: Minor updates to tachometer handling
2021-03-01 14:57:40 -05:00
fan_generic.py
…
filament_motion_sensor.py
filament_motion_sensor: Add filament_motion_sensor ( #3857 )
2021-03-14 21:36:19 -04:00
filament_switch_sensor.py
…
firmware_retraction.py
…
force_move.py
…
gcode_arcs.py
…
gcode_button.py
…
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
heaters: Make sure set_temp() command wakes up the idle_timeout
2021-03-05 18:59:01 -05:00
heater_fan.py
…
heater_generic.py
…
heaters.py
heaters: Make sure set_temp() command wakes up the idle_timeout
2021-03-05 18:59:01 -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: sensor definition fix ( #4075 )
2021-03-18 23:38:07 -04:00
idle_timeout.py
idle_timeout: change standard timeout g-code ( #4018 )
2021-03-07 13:48:54 -05:00
input_shaper.py
…
lm75.py
lm75: Implement support for min_temp/max_temp checks
2021-02-01 10:37:19 -05:00
manual_probe.py
…
manual_stepper.py
…
mcp4018.py
…
mcp4451.py
…
mcp4728.py
…
multi_pin.py
…
neopixel.py
…
output_pin.py
output_pin: Make sure to not use a cycle_time or max_duration over 5 seconds
2021-03-26 11:37:40 -04:00
palette2.py
palette2: Add support for P2 devices ( #4057 )
2021-03-26 11:21:10 -04:00
pause_resume.py
palette2: Add support for P2 devices ( #4057 )
2021-03-26 11:21:10 -04:00
pid_calibrate.py
heaters: Make sure set_temp() command wakes up the idle_timeout
2021-03-05 18:59:01 -05:00
print_stats.py
…
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
pulse_counter.py
fan: Minor updates to tachometer handling
2021-03-01 14:57:40 -05:00
quad_gantry_level.py
…
query_adc.py
…
query_endstops.py
gcode_macro: Use deepcopy() on get_status() results
2021-01-20 16:25:25 -05:00
replicape.py
replicape: Don't require a host alias for the enable_pin default
2021-03-25 10:49:17 -04: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
graph_accelerometer: Support axis-level comparison of adxl345 data
2021-03-20 13:24:43 -04: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
…
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
…
thermistor.py
…
tmc.py
tmc: Only check for tmc2130 reset via CS_ACTUAL if IHOLD > 0
2021-03-15 13:48:58 -04:00
tmc2130.py
tmc2130: Report CS_ACTUAL in DUMP_TMC even if zero
2021-03-16 11:31:24 -04: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 typo in seup field
2021-03-18 23:36:25 -04:00
tmc5160.py
tmc: Fix order of init during sensorless homing
2021-02-28 18:30:25 -05:00
tmc_uart.py
tmc_uart: Limit to only one active uart at a time on an mcu
2021-03-12 20:51:11 -05:00
tsl1401cl_filament_width_sensor.py
hall_filament_width_sensor: Fix race condition ( #3790 )
2021-01-22 13:41:34 -05:00
tuning_tower.py
…
verify_heater.py
…
virtual_sdcard.py
palette2: Add support for P2 devices ( #4057 )
2021-03-26 11:21:10 -04:00
z_tilt.py
…