Клиппер
Go to file
Toby Harper f851cfae46
gcode_arcs: increment absolute e coord for each arc segment (#3162)
Arc travel was working but extrusion in absolute mode seemed not to be happening at all. This was because the E coord being sent with each G1 segment of the arc was not incrementing, effectively the same value was being sent over and over so the total extrusion for the whole arc was the amount for just one segment which is an extremely tiny amount.

My change increments e_base by e_per_move for each subsequent coord when in absolute extrude mode which results in the correct absolute E value being sent for each segment.

Signed-off-by: Toby Harper <toby@fuith.org>
2020-08-07 12:15:03 -04:00
config fan_generic: Add support for named fans and gcode to control them (#3054) 2020-08-07 11:39:44 -04:00
docs fan_generic: Add support for named fans and gcode to control them (#3054) 2020-08-07 11:39:44 -04:00
klippy gcode_arcs: increment absolute e coord for each arc segment (#3162) 2020-08-07 12:15:03 -04:00
lib stm32: Initial support for stm32f2 (#3001) 2020-06-23 10:52:15 -04:00
scripts update_mks_robin: Remove unnecessary imports 2020-07-24 11:02:15 -04:00
src linux: Set the SPI mode in spidev.c 2020-07-31 23:18:46 -04:00
test config: Minor updates to printer-creality-ender3-v2-2020.cfg 2020-08-02 16:27:31 -04:00
.gitignore
.travis.yml linux: userspace GPIO control 2020-05-17 22:17:15 -04:00
COPYING
Makefile Makefile: fixed missing dependency on autoconf.h 2020-06-15 17:14:58 -04:00
README.md

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.