Клиппер
Go to file
Kevin O'Connor 04532448bc tuning_tower: Remove max(0, z) check
Commit 9530373c introduced a minimum value of zero for the g-code z
position.  Unfortunately, that would likely cause the tuning tower to
not emit a command at the start of a test because the initial dummy z
position is set to a negative value.  The minimum bound should not be
needed so remove it.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-05-26 14:46:15 -04:00
config tmc5160: Change the default for the pwm_freq field to zero 2020-05-24 23:58:48 -04:00
docs tmc5160: Change the default for the pwm_freq field to zero 2020-05-24 23:58:48 -04:00
klippy tuning_tower: Remove max(0, z) check 2020-05-26 14:46:15 -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 linux: userspace GPIO control 2020-05-17 22:17:15 -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 linux: userspace GPIO control 2020-05-17 22:17:15 -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.