Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-20docs: Update release notes for v0.7.0 releasev0.7.0Kevin O'Connor
2018-12-20test: Add printer-creality-cr20-2018.cfg to printers.testKevin O'Connor
2018-12-19config: Add printer-micromake-d1-2016.cfg example config fileKevin O'Connor
2018-12-19bltouch: Document that bltouch "clones" may not work correctlyKevin O'Connor
2018-12-16bltouch: Issue both a "reset" and a "pin_up" after a successful probeKevin O'Connor
2018-12-16bltouch: Add a config option to disable the bltouch sensor testKevin O'Connor
2018-12-16bltouch: Always make sure to check the endstop at least every 1msKevin O'Connor
2018-12-16config: Fix CR-20 click pin polarityUri Shaked
2018-12-16config: Add printer config for the CR-20 by Creality3DUri Shaked
2018-12-14stm32f1: Always read SPI receive bufferYannic Schroeder
2018-12-06config: Update printer-creality-ender3-2018.cfg (#959)TronskiFPV
2018-12-04bltouch: Fix typo in pin_move_time parsingKevin O'Connor
2018-12-04bltouch: Allow the pin_move_time to be configuredKevin O'Connor
2018-12-04bltouch: Add a BLTOUCH_DEBUG commandKevin O'Connor
2018-12-02bltouch: Fix bug - must restore stepper position after homingKevin O'Connor
2018-12-01samd21: Fix gpio in supportKevin O'Connor
2018-12-01samd21: Add support for flashing an application via the bossac toolKevin O'Connor
2018-12-01samd21: Add support for hardware pwmKevin O'Connor
2018-11-30samd21: Minor simplification to timer init codeKevin O'Connor
2018-11-30samd21: Add support for SPIKevin O'Connor
2018-11-30samd21: Add support for basic i2c support (write only)Kevin O'Connor
2018-11-30samd21: Use GPIO() macro when calling gpio_peripheral()Kevin O'Connor
2018-11-30samd21: Enable watchdogKevin O'Connor
2018-11-30samd21: Try to clarify the "generic clock generator" configurationKevin O'Connor
2018-11-30i2ccmds: Validate the i2c addressKevin O'Connor
2018-11-30spicmds: Check for an incorrect mode in spicmds.cKevin O'Connor
2018-11-30stm32f1: Move ADC and SPI code from gpio.c to spi.c and adc.cKevin O'Connor
2018-11-30config: Update bed_mesh in example-extras.cfgArksine
2018-11-30bed_mesh: Introduce fade_target optionArksine
2018-11-30bed_mesh: Disable z-adjustment fade by default.Arksine
2018-11-30bltouch: Add initial support for a bltouch "extras" moduleKevin O'Connor
2018-11-30config: Rework sample-bltouch.cfg into sample-probe-as-z-endstop.cfgKevin O'Connor
2018-11-27graphstats: Change stats filter to use print_time instead of bytes_write=0Kevin O'Connor
2018-11-26config: Make the Anycubic delta configurations as similar as possibleruevs
2018-11-24mcp4451: Minor update - remove unnecessary mcu importKevin O'Connor
2018-11-24mcp4451: Use bus.py helper code for i2cKevin O'Connor
2018-11-24avr: Add support for sending I2C messagesKevin O'Connor
2018-11-24uc1701: Add support for SSD1306 in i2c modeKevin O'Connor
2018-11-24i2ccmds: Minor whitespace changesKevin O'Connor
2018-11-22uc1701: Cache icons and fonts in byte display orderKevin O'Connor
2018-11-22uc1701: Wrap code to 80 columnsKevin O'Connor
2018-11-22uc1701: Add all_framebuffers to reduce vram indexing in the codeKevin O'Connor
2018-11-22uc1701: Add support for SSD1306 displaysKevin O'Connor
2018-11-22display: Add a get_dimensions() method to lcd chip classesKevin O'Connor
2018-11-22lpc176x: Enable full speed peripheral clocks on SPI and I2CKevin O'Connor
2018-11-22lpc176x: Add an enable_peripheral_clock() helper functionKevin O'Connor
2018-11-21tmc2660: Use bus.py helper code for spiKevin O'Connor
2018-11-21uc1701: Use bus.py helper code for spiKevin O'Connor
2018-11-21tmc2130: Use bus.py helper code for spiKevin O'Connor
2018-11-21ad5206: Use bus.py helper code for spiKevin O'Connor