Клиппер
Go to file
s-holst c20a830e63
config: Fix M300 beeper example. (#4480)
The M300 example macro now sets the PWM cycle time to generate the requested
frequency. 'scale' did not have the desired effect. Duty cycle is now
fixed at 0.5. All S parameter values less than 1 generate a 1Hz 'tone'
to avoid division-by-zero.

Signed-off-by: Stefan Holst <mail@s-holst.de>
2021-07-20 11:00:11 -04:00
.github workflows: Change not_on_github label to "not on github" 2021-06-27 12:56:06 -04:00
config config: Fix M300 beeper example. (#4480) 2021-07-20 11:00:11 -04:00
docs controller_fan: Minor updates 2021-07-20 10:34:14 -04:00
klippy controller_fan: Minor updates 2021-07-20 10:34:14 -04:00
lib lib: Changes to rp2040 build files to work in Klipper build system 2021-07-04 10:11:02 -04:00
scripts stm32: Add support for STM32F072 (used in the TurboCAN board) (#4412) 2021-06-27 20:35:34 -04:00
src stm32: Add 16KiB bootloader option for STM32F103 (#4493) 2021-07-15 14:09:56 -04:00
test config: New printer profile for Eryone ER20 and minor update for Eryone Thinker Series (#4491) 2021-07-15 14:11:55 -04:00
.gitignore util: Fix versioning when gitdir is absent (#809) 2018-10-27 10:44:38 -04:00
COPYING Initial commit of source code. 2016-05-25 11:37:40 -04:00
Makefile Makefile: Include debug symbols in the .elf 2021-06-08 19:29:16 -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.