klipper/klippy/extras
Arksine cf6a56cebf bed_mesh: Introduce fade_target option
To deal potential z scaling when fade is enabled, a fade_target option has been introduced.  This option may either be set to 0.0 or any z position within the range of the mesh.  A value of 0.0 will result in previous behavior, where z adjustment phases out until no further adjustment is added.  A non-zero value will phase out adjustment until the target has been reached, after which the rest of the print will be offset along the z axis by the fade_target.  By default the fade_target will be calculated as an average of the mesh.

Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2018-11-30 11:37:21 -05:00
..
display uc1701: Add support for SSD1306 in i2c mode 2018-11-23 22:04:06 -05:00
__init__.py
ad5206.py ad5206: Use bus.py helper code for spi 2018-11-21 12:12:31 -05:00
adc_temperature.py
bed_mesh.py bed_mesh: Introduce fade_target option 2018-11-30 11:37:21 -05:00
bed_tilt.py
bltouch.py bltouch: Add initial support for a bltouch "extras" module 2018-11-30 11:34:20 -05:00
bus.py uc1701: Add support for SSD1306 in i2c mode 2018-11-23 22:04:06 -05:00
buttons.py
delta_calibrate.py
endstop_phase.py
fan.py
force_move.py
gcode_macro.py
heater_bed.py
heater_fan.py
homing_override.py
idle_timeout.py
mcp4451.py mcp4451: Minor update - remove unnecessary mcu import 2018-11-24 00:36:49 -05:00
multi_pin.py
output_pin.py
pid_calibrate.py
probe.py bltouch: Add initial support for a bltouch "extras" module 2018-11-30 11:34:20 -05:00
quad_gantry_level.py
query_endstops.py
replicape.py replicape: Use bus.py helper code for spi 2018-11-21 12:12:31 -05:00
servo.py
spi_temperature.py spi_temperature: Use bus.py helper code for spi 2018-11-21 12:12:31 -05:00
static_digital_output.py
statistics.py
sx1509.py
temperature_fan.py
thermistor.py
tmc2130.py tmc2130: Use bus.py helper code for spi 2018-11-21 12:12:31 -05:00
tmc2208.py
tmc2660.py tmc2660: Use bus.py helper code for spi 2018-11-21 12:12:31 -05:00
verify_heater.py
virtual_sdcard.py
z_tilt.py