Skip to content
Klipper is a 3d-printer firmware
C Python C++ Makefile Shell Yacc
Branch: master
Clone or download

Latest commit

KevinOConnor stepcompress: Implement a step+dir+step filter
Some stepper motor drivers do not respond well to rapid "step +
direction change + step" events.  In particular, it is believed this
can cause "over current" events on the tmc2208 drivers when they are
in "stealthchop" mode.  Detect these events and remove them from the
generated step times.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Latest commit acd165c Feb 25, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
config display: add support for multiple displays Mar 8, 2020
docs display: Use the active extruder in the default 16x4 screen layout Mar 14, 2020
klippy stepcompress: Implement a step+dir+step filter Mar 14, 2020
lib stm32f0: Remove hal based stm32f0 implementation Jan 14, 2020
scripts graph_extruder: Internal updates to graph calculation Feb 18, 2020
src armcm_boot: Additional code for broken bootloaders Mar 5, 2020
test adc_temperature: Add builtin definition for PT1000 sensors Mar 5, 2020
.gitignore util: Fix versioning when gitdir is absent (#809) Oct 27, 2018
.travis.yml test: Update .travis.yml to list apt packages one per line Aug 17, 2018
COPYING Initial commit of source code. May 25, 2016
Makefile Makefile: Use "tr -s" in compile_time_request.txt generation Aug 22, 2019
README.md docs: Update main README file to point to website Apr 20, 2019

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.

You can’t perform that action at this time.