klipper
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
klipper [2025/08/30 01:31] – removed - external edit (Unknown date) 127.0.0.1 | klipper [2025/09/14 02:36] (current) – dshoop | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Klipper ====== | ||
+ | {{tag> | ||
+ | Klipper is the Open Source ' | ||
+ | and services which APIs, UIs and connects to one or more microcontrollers. This replaces the Marlin firmware style systems that used to be prevalent for 3D printer control and greatly improves in the following areas: | ||
+ | |||
+ | * configuration by a simple text based configuration file, easily reloaded with to needing to reflash or reboot the printer host. | ||
+ | |||
+ | * supports " | ||
+ | |||
+ | * couples powerful processor technology and high precision stepper movements to form a high precision system offering excellent performance and low cost. | ||
+ | |||
+ | * capable of supporting highly complex calculations and stepper events precision of 25 micro-seconds or better, allowing for very fast printer acceleration and velocity. | ||
+ | |||
+ | * supports multiple microcontrollers, | ||
+ | |||
+ | * implements a common timecode clock for synchronization to prevent drift across micro-controllers | ||
+ | |||
+ | * simple, programable macro based gcode | ||
+ | |||
+ | * simple, highly portable python codebase that's open source | ||
+ | |||
+ | See http:// |