Welcome! Log In Create A New Profile

Advanced

Klipper: New features

Posted by KevinOConnor 
Klipper: New features
July 28, 2016 12:04PM
Klipper is an experimental firmware - it is designed to run on both a micro-controller and a low cost host computer such as a Raspberry Pi.

Two new features were recently added to Klipper:

* Endstop accuracy improvement with stepper motor phase. This feature utilizes the phase of the stepper motor driver (eg, a stepper driver with 16 microsteps has 64 distinct phases) along with the endstop trigger to improve the homing accuracy of the printer. This can be useful on the Z axis to obtain more reproducible Z homing. On my printer, each step on the Z axis is nominally 5um, but I've found the Z axis endstop can vary by up to 20um in either direction. Although these variations are small, they are significant relative to a typical first layer height (eg, 300um). By combining the stepper phase with the endstop I can increase the precision of my endstop to the same precision of the stepper (nominally 5um).

* Extruder "pressure advance" support. This feature enables the extruder to output more filament during acceleration and to retract the corresponding amount during deceleration. It can be used to offset observed pressure related extruder effects and it can noticeably reduce ooze during prints.

Both of these features were implemented in the Klipper host code and therefore work on all the micro-controllers Klipper currently supports (most Atmega chips, and the ARM based Arduino Due).

The Klipper code is available at:
https://github.com/KevinOConnor/klipper

The code is in an experimental state, but it would be great to get additional testers. The code currently works best when the host runs on a Raspberry Pi (the same host can be used for both Klipper and Octoprint).
Re: Klipper: New features
March 02, 2017 04:54PM
Thanks Kevin, looks fantastic!

Would like to be one of your testers.

Running over the config files now: Seeking confirmation: Is it correct that Klipper supports only one hard end-stop per axis (@ XYZ min), and for (XYZ max) it uses a soft end stop?

Cheers.
Re: Klipper: New features
March 02, 2017 06:08PM
Quote
Swift
Thanks Kevin, looks fantastic!

Would like to be one of your testers.

Running over the config files now: Seeking confirmation: Is it correct that Klipper supports only one hard end-stop per axis (@ XYZ min), and for (XYZ max) it uses a soft end stop?
Cheers.

Great!

For homing, one may specify either a max endstop or a min endstop on each axis, but not both. It's possible to add runtime checks for two endstops, but there hasn't been a reason so far. Independent of the endstops, the software is coded to prevent movement past the minimum or maximum configured axis positions, and unlike in some firmwares these min/max positions are enforced even if the user sets new virtual axis positions using G92 / M206 commands.

-Kevin
Re: Klipper: New features
March 22, 2017 05:30PM
Hi Kevin,
I really like your concept of printer firmware and congratulations on your work.
Do you have plans of porting to Beaglebone Black?
I have a BBB with Replicape that uses Redeem firmware and I would like to use your firmware.
The Replicape and Beaglebone Black I think is a good combination and your firmware I think will improve it even more.

Do you have plans of implementing a autocal least squares probing routine for Delta printers?
Re: Klipper: New features
March 23, 2017 12:12PM
Quote
crow
Hi Kevin,
I really like your concept of printer firmware and congratulations on your work.
Do you have plans of porting to Beaglebone Black?
I have a BBB with Replicape that uses Redeem firmware and I would like to use your firmware.
The Replicape and Beaglebone Black I think is a good combination and your firmware I think will improve it even more.

Do you have plans of implementing a autocal least squares probing routine for Delta printers?

Thanks! See my response to your similar query in another thread:
http://forums.reprap.org/read.php?147,667655,758026#msg-758026
Re: Klipper: New features
March 14, 2018 08:47AM
sorted

Edited 3 time(s). Last edit at 03/14/2018 08:57PM by deaconfrost.
Attachments:
open | download - 29178452_1827793597295819_3608110516796391424_n.jpg (69.8 KB)
Sorry, only registered users may post in this forum.

Click here to login