klipper
klipper copied to clipboard
Klipper is a 3d-printer firmware
Increase sanity check on max nof leds. I lost my sanity and have 194 RGBW leds (= 776 nof addresses)
According to ADXL345/ADXL343 datasheets, at 3.3V supply voltage, which is most frequent in the various boards, the sensitivity of X and Y axes changes to 265 LSB/g from 256 LSB/g...
As @KevinOConnor mentioned, someone ran the step rate benchmark on a stm32h743 mcu and only achieved a step rate of 570 ticks with the 3 stepper benchmark. This is much...
A few of TRONXY STM32F446 controller including XY-3 SE is driven at 120MHz by the stock firmware. The klipper firmware drives STM32F446 at 180MHz which is maximum frequency then didn't...
Hey guys, after many hours of testing I like to add my Artillery Sidewinder X2 printer config, because there is no example in this repository. Its for the unmodified stock...
This fixes a mistake in the examples of how to use the "printer" variable in g-code templates, specifically related to extruder target temperature. Signed-off-by: Jim C K Flaten
I press pause via menu, when unload filament, when load filament, when resume print Head goes to part and printer halts with error "Stepper too far in past". Some times...
Added stm32g070, stm32g071 and stm32g0b0 support. This PR should make sure that the stm32g0b0 uses TIM3 instead of TIM2 (eg, see BTT Manta M4P which might have a stm32g0b0ret6 where...
Increase timeout amount to avoid false timeouts with multiple mcus. ip -s link show can0 reports zero bytes, packets lost.