Клиппер
Go to file
Kevin O'Connor 74cc005ff3 probe: Unify mean and median code between run_probe() and PROBE_ACCURACY
Factor out _calc_mean() and _calc_median() functions and call from
both run_probe() and cmd_PROBE_ACCURACY().

This also fixes a subtle error in the run_probe() median function - on
some kinematics the x and y position can change on a z move so the x
and y should be taken from the z probe values actually used.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-06-06 10:08:58 -04:00
config probe: Move multi-sampling capability from ProbePointsHelper to Probe 2019-06-06 10:08:58 -04:00
docs firmware_retraction: Implementation of tuneable G10/G11 firmware retraction (#1617) 2019-06-06 09:10:09 -04:00
klippy probe: Unify mean and median code between run_probe() and PROBE_ACCURACY 2019-06-06 10:08:58 -04:00
lib lib: Add stm32f0 hal and cmsis files 2019-03-24 12:10:11 -04:00
scripts logextract: Update for absolutecoord -> absolute_coord change 2019-05-31 11:13:22 -04:00
src atsam: Add support for "timer" controlled hardware pwm pins 2019-06-02 10:59:33 -04:00
test probe: Move multi-sampling capability from ProbePointsHelper to Probe 2019-06-06 10:08: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: Fixed build on OSX 2019-05-20 16:49: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.