klipper/klippy
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
..
chelper
extras bed_mesh: Introduce fade_target option 2018-11-30 11:37:21 -05:00
kinematics
clocksync.py
configfile.py
console.py console: Try to improve the description of the SUPPRESS command 2018-11-16 17:16:14 -05:00
gcode.py gcode: process_batch() should execute commands atomically 2018-10-28 18:39:45 -04:00
heater.py
homing.py
klippy.py
mathutil.py
mcu.py
msgproto.py
parsedump.py
pins.py avr: Add initial support for atmega32u4 chips 2018-11-20 12:58:33 -05:00
queuelogger.py
reactor.py
serialhdl.py
stepper.py
toolhead.py idle_timeout: Add printing/ready/idle tracking 2018-10-28 18:39:45 -04:00
util.py