klipper/klippy
Kevin O'Connor 7702cc2972 bltouch: Update command timing
Prior to the BLTouch v3, the recommended command times were 700us
(pin_down), 1200us (touch_mode), 1500us (pin_up), 1800us (self_test),
and 2200us (reset).  However, the recommended Marlin timing (via servo
"angles") was 647.111, 1162.667, 1472, 1781.333, and 2193.778us.

As of the BLTouch v3, the recommended times are now 650, 1165, 1475,
1780, and 2190us.  The v3 continues to recommended Marlin timings of
647.111, 1162.667, 1472, 1781.333, and 2193.778us.

Update Klipper to use the new BL-Touch v3 recommended timing.  The new
timings are required for the BL-Touch v3 and they are closer to what
the Marlin firmware has historically used.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-05-26 11:09:32 -04:00
..
chelper
extras bltouch: Update command timing 2019-05-26 11:09:32 -04:00
kinematics corexy: Fix minimum halt velocity 2019-03-30 14:35:18 -04:00
clocksync.py
configfile.py configfile: Add "include" support (#1359) 2019-03-22 20:31:40 -04:00
console.py bus: Support bus enumerations and add support for reserved pins 2019-04-04 18:29:31 -04:00
gcode.py gcode: Store internal speed in mm/s 2019-05-24 19:37:08 -04:00
heater.py
homing.py
klippy.py klippy: Report the underlying error on an internal error during connect 2019-04-04 18:38:46 -04:00
mathutil.py
mcu.py gpiocmds: Specify soft pwm duration in clock ticks 2019-05-26 11:09:32 -04:00
msgproto.py bus: Support bus enumerations and add support for reserved pins 2019-04-04 18:29:31 -04:00
parsedump.py
pins.py bus: Support bus enumerations and add support for reserved pins 2019-04-04 18:29:31 -04:00
queuelogger.py
reactor.py
serialhdl.py serialhdl: Enforce exclusive access on POSIX, this is default behavior on windows. (#1216) 2019-04-14 11:27:43 -04:00
stepper.py
toolhead.py
util.py util: Ignore errors in clear_hupcl (allows OSX to run) 2019-05-20 16:49:42 -04:00