Клиппер
Go to file
Kevin O'Connor 703490da1c bltouch: Simplify handling of command timing
Always disable the PWM after each command sent.  Automatically trim
the command duration so the PWM disable doesn't increase the total
pulse time (when the duration is 200ms or greater).

Track the ideal command end time separately from the pwm transmit time
and only delay toolhead moves to this ideal time.

Update verify_state() to automatically schedule the check using the
time of the last sent command.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-05-11 12:46:25 -04:00
config bltouch: Simplify handling of command timing 2020-05-11 12:46:25 -04:00
docs docs: Update HallFilamentWidthSensor.md (#2827) 2020-05-05 17:45:26 -04:00
klippy bltouch: Simplify handling of command timing 2020-05-11 12:46:25 -04:00
lib stm32f0: Remove hal based stm32f0 implementation 2020-01-14 17:08:01 -05:00
scripts avrsim: update avrsim pty attr (#2343) 2020-05-05 17:57:42 -04:00
src stm32: add support for i2c read 2020-05-05 11:44:19 -04:00
test config: Add printer-anet-e16-2019.cfg example config file 2020-05-11 12:34:58 -04:00
.gitignore util: Fix versioning when gitdir is absent (#809) 2018-10-27 10:44:38 -04:00
.travis.yml test: Update .travis.yml to list apt packages one per line 2018-08-17 09:47:57 -04:00
COPYING Initial commit of source code. 2016-05-25 11:37:40 -04:00
Makefile Makefile: Use "tr -s" in compile_time_request.txt generation 2019-08-22 11:40:02 -04:00
README.md docs: Update main README file to point to website 2019-04-20 13:43:35 -04:00

README.md

Welcome to the Klipper project!

Klipper

https://www.klipper3d.org/

Klipper is a 3d-Printer firmware. It combines the power of a general purpose computer with one or more micro-controllers. See the features document for more information on why you should use Klipper.

To begin using Klipper start by installing it.

Klipper is Free Software. See the license or read the documentation.