.. |
display
|
display: Remove unused self.lcd_type variable
|
2020-03-21 12:12:29 -04:00 |
__init__.py
|
…
|
|
ad5206.py
|
…
|
|
adc_temperature.py
|
adc_temperature: Add builtin definition for PT1000 sensors
|
2020-03-05 11:46:01 -05:00 |
bed_mesh.py
|
bed_mesh: detect incompatible mesh profiles
|
2020-01-09 14:14:13 -05:00 |
bed_screws.py
|
…
|
|
bed_tilt.py
|
…
|
|
bltouch.py
|
bltouch: No need to pause the toolhead for PWM off commands
|
2020-04-02 08:25:22 -04:00 |
bme280.py
|
bme280: handle read timeout exceptions
|
2020-02-14 17:25:08 -05:00 |
board_pins.py
|
board_pins: Improve config error checking
|
2019-08-19 21:58:11 -04:00 |
bus.py
|
mcu: Introduce new lookup_query_command() command wrapper
|
2020-02-20 13:24:53 -05:00 |
buttons.py
|
query_adc: Add a new module to help query and debug analog pins
|
2019-11-07 19:28:27 -05:00 |
controller_fan.py
|
stepper: Move MCU_stepper from mcu.py to stepper.py
|
2019-11-12 17:32:18 -05:00 |
delayed_gcode.py
|
delayed_gcode: Fix definition reference for UPDATE_DELAYED_GCODE (#2465)
|
2020-02-03 15:32:44 -05:00 |
delta_calibrate.py
|
delta_calibrate: Add support for manually entering a nozzle Z height
|
2020-01-06 11:49:41 -05:00 |
display_status.py
|
display_status: Separate out M73 and M117 handling to new module
|
2020-03-08 17:36:14 -04:00 |
dotstar.py
|
neopixel: Add support for delaying updates in SET_LED command
|
2019-12-15 23:24:17 -05:00 |
endstop_phase.py
|
homing: Add a "home_rails_begin" event notifier
|
2020-02-15 17:52:44 -05:00 |
extruder_stepper.py
|
extruder_stepper: Initial support for synchronized extruder steppers
|
2020-01-06 11:03:05 -05:00 |
fan.py
|
fan: Do not flush look-ahead queue on fan speed change
|
2020-01-03 18:13:57 -05:00 |
filament_switch_sensor.py
|
filament_switch_sensor: Query "printing" status instead of tracking it
|
2020-02-17 17:07:54 -05:00 |
firmware_retraction.py
|
…
|
|
force_move.py
|
tmc: Query the stepper step_distance from the stepper object
|
2020-02-01 21:58:11 -05:00 |
gcode_arcs.py
|
gcode_arcs: use correct current position from gcode
|
2019-12-18 12:42:40 -05:00 |
gcode_button.py
|
…
|
|
gcode_macro.py
|
gcode_macro: Support overriding of builtin g-code commands
|
2020-02-12 20:42:03 -05:00 |
hall_filament_width_sensor.py
|
hall_filament_width_sensor: Added virtual runout sensor (#2535)
|
2020-03-01 22:05:12 -05:00 |
heater_bed.py
|
heater: Do not flush look-ahead queue on a heater temperature update
|
2020-01-03 18:13:57 -05:00 |
heater_fan.py
|
extruder: Consistently use "extruder" for the primary extruder
|
2019-11-07 16:28:47 -05:00 |
heater_generic.py
|
…
|
|
homing_heaters.py
|
homing: Merge home_prepare()/home_finalize() into move_begin/move_end events
|
2020-02-15 17:52:44 -05:00 |
homing_override.py
|
gcode: Return previous handler from register_command(cmd, None)
|
2020-02-12 20:19:18 -05:00 |
idle_timeout.py
|
…
|
|
manual_probe.py
|
toolhead: Rename _full_flush() to flush_step_generation() and use globally
|
2019-11-21 13:17:45 -05:00 |
manual_stepper.py
|
Allow manual_stepper to run in parallel than an other stepper
|
2020-03-23 14:43:34 -04:00 |
mcp4018.py
|
…
|
|
mcp4451.py
|
…
|
|
mcp4728.py
|
…
|
|
multi_pin.py
|
…
|
|
neopixel.py
|
neopixel: Add support for delaying updates in SET_LED command
|
2019-12-15 23:24:17 -05:00 |
output_pin.py
|
…
|
|
pause_resume.py
|
…
|
|
pid_calibrate.py
|
heater: Do not flush look-ahead queue on a heater temperature update
|
2020-01-03 18:13:57 -05:00 |
probe.py
|
homing: Don't raise a TimeoutError from home_wait()
|
2020-02-19 12:20:00 -05:00 |
quad_gantry_level.py
|
…
|
|
query_adc.py
|
query_adc: Add a new module to help query and debug analog pins
|
2019-11-07 19:28:27 -05:00 |
query_endstops.py
|
query_endstops: Add get_status() method that reports the last query state
|
2020-02-12 19:32:48 -05:00 |
replicape.py
|
pins: Move reserved pin handling into PinResolver class
|
2019-08-19 12:57:59 -04:00 |
respond.py
|
…
|
|
safe_z_home.py
|
safe_z_home: Support note_z_not_homed() in kinematics (#2500)
|
2020-03-01 23:00:41 -05:00 |
samd_sercom.py
|
samd_sercom: fix pin enumeration error when mcu is specified
|
2019-09-17 13:28:57 -04:00 |
screws_tilt_adjust.py
|
screws_tilt_adjust: Remove check for probe printer object
|
2019-12-02 20:06:04 -05:00 |
servo.py
|
…
|
|
skew_correction.py
|
…
|
|
spi_temperature.py
|
…
|
|
static_digital_output.py
|
…
|
|
statistics.py
|
statistics: Exit loop as soon as MemAvailable found
|
2020-03-22 22:04:40 -04:00 |
stepper_enable.py
|
stepper_enable: Add SET_STEPPER_ENABLE gcode command (#2463)
|
2020-02-10 22:34:11 -05:00 |
sx1509.py
|
…
|
|
temperature_fan.py
|
heater: Fix misspelling of Celsius
|
2020-02-27 11:31:51 -05:00 |
temperature_sensor.py
|
heater: Fix misspelling of Celsius
|
2020-02-27 11:31:51 -05:00 |
thermistor.py
|
heater: Fix misspelling of Celsius
|
2020-02-27 11:31:51 -05:00 |
tmc.py
|
tmc: Revert incorrect changes to TPWMTHRS setting
|
2020-02-20 11:41:35 -05:00 |
tmc2130.py
|
tmc2130: use local variable instead of global Registers in MCU_TMC_SPI
|
2019-12-03 12:06:37 -05:00 |
tmc2208.py
|
tmc: Remove virtual_enable support and replace with automatic support
|
2019-11-12 18:45:31 -05:00 |
tmc2209.py
|
tmc2209: Add support for sensorless homing
|
2019-08-19 12:05:09 -04:00 |
tmc2660.py
|
tmc: Remove virtual_enable support and replace with automatic support
|
2019-11-12 18:45:31 -05:00 |
tmc5160.py
|
tmc5160: Support setting GLOBALSCALER to fine tune current selection
|
2020-03-04 19:40:32 -05:00 |
tmc_uart.py
|
tmc_uart: Use nominal mcu frequency in baud calculation
|
2020-03-06 16:29:18 -05:00 |
tsl1401cl_filament_width_sensor.py
|
…
|
|
tuning_tower.py
|
tuning_tower: Support tuning of traditional g-code commands
|
2020-01-07 19:21:54 -05:00 |
verify_heater.py
|
…
|
|
virtual_sdcard.py
|
virtual_sdcard: Don't wait for M25 in an SD gcode file
|
2019-11-24 14:30:26 -05:00 |
z_tilt.py
|
kinematics: Remove support for identifying Z steppers
|
2020-01-23 20:47:01 -05:00 |