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
2019-10-22docs: Update release notes for v0.8.0 releasev0.8.0Kevin O'Connor
2019-10-16docs: Minor wording changes to Manual_level.mdKevin O'Connor
2019-10-16docs: Update Manual_Level.md with recent config changesKevin O'Connor
2019-10-15docs: Note AD849x support in Features.mdKevin O'Connor
2019-10-13stm32: Make sure to turn on the usb clock before writing to the packet memoryKevin O'Connor
2019-10-11adc_temperature: add support for AD849x thermocouple amplifiers (#1994)Geoff Shannon
2019-10-05tuning_tower: Only cancel tuning tower test if extrude at notably lower zKevin O'Connor
2019-10-04docs: Update Config_Change.md with safe_z_homing changeKevin O'Connor
2019-10-04safe_z_home: Fix unintended change in default behaviorMaster92
2019-10-04safe_z_home: Fix issue where 'home_xy_position: 0,0' did not position at 0,0Jason S. McMullan
2019-10-04fan: Add off_below option for fans (#1897)Nicholas Seckar
2019-10-04docs: Update Sensorless_Homing.md with new TMCs (#1958)Nils Schulte
2019-10-01tuning_tower: Tool for tuning parameters based on print Z heightKevin O'Connor
2019-10-01docs: Add a square_tower.scad and stl print objectKevin O'Connor
2019-09-30avr: List 20Mhz option below 16Mhz option in KconfigKevin O'Connor
2019-09-30config: Fix uart pins on z stepper in generic-fysetc-cheetah-v1.2.cfgKevin O'Connor
2019-09-30lpc176x: Use FIOPIN to set start value on gpio_out_reset()Kevin O'Connor
2019-09-29probe: Add range to probe accuracy results (#2015)Julien Lirochon
2019-09-26toolhead: Fix velocity jumps in accel_to_decel lookahead processingKevin O'Connor
2019-09-24z-tilt: Unresolved symbol fixedPetri Honkala
2019-09-23gcode_arcs: Use is operator for Null comparison (#1989)Piotr Usewicz
2019-09-23gcode_arcs: Remove unused variables (#1988)Piotr Usewicz
2019-09-18stm32: Only prompt for a bootloader on stm32f103 and stm32f407Kevin O'Connor
2019-09-18atsam: No need to call SystemInit() from main()Kevin O'Connor
2019-09-18armcm_boot: Export MCU definition from armcm_bootKevin O'Connor
2019-09-18armcm_reset: Add a new helper file defining command_reset()Kevin O'Connor
2019-09-18stm32: Move VTOR fixup from main() to chip specific codeKevin O'Connor
2019-09-18stm32: Move usb_request_bootloader() to chip specific codeKevin O'Connor
2019-09-18gcode_arcs: use z-height defined in f2/3 code, if presentachmed20
2019-09-18gcode: Allow M105 to produce output if called from a macroKevin O'Connor
2019-09-18config: IMPROVED FYSETC F6 CONFIGURATION (#1985)towe96
2019-09-18safe_z_home: Hop only if necessary and add option to move xy backMaster92
2019-09-18config: Fix grammar and typos for the new arc config (#1968)Piotr Usewicz
2019-09-17samd_sercom: fix pin enumeration error when mcu is specifiedJohn Jardine
2019-09-17controller_fan: Replace else followed by single if with elifMaster92
2019-09-17controller_fan: Use keyword arguments to improve readabilityMaster92
2019-09-17controller_fan: Use snake-case for all variables and function-namesMaster92
2019-09-17controller_fan: Use _ to declare discarded return valueMaster92
2019-09-17controller_fan: Declare instance-attribute in __init__Master92
2019-09-17stm32: Fix usbfs rx buffer sizingKevin O'Connor
2019-09-17stm32: Use official defines for EPR bitsKevin O'Connor
2019-09-17stm32: Rename USB_BTABLE to EPM in usbfs.cKevin O'Connor
2019-09-16atsam: Add missing PB21 pin to ADC moduleKevin O'Connor
2019-09-15config: Add display section to printer-wanhao-duplicator-6-2016.cfgKevin O'Connor
2019-09-14temperature_fan: Allow min_speed to be set to zeroKevin O'Connor
2019-09-14bltouch: Improve handling of low pin_move_time configurationKevin O'Connor
2019-09-13config: Move sections around in example-extras.cfgKevin O'Connor
2019-09-13config: Lower bigtreetech-skr-mini-e3 driver voltage (#1955)Piotr Usewicz
2019-09-13config: Update bigtreetech-skr-mini-e3 to be more similar to ender3 configKevin O'Connor
2019-09-13test: Add initial test case for gcode_arcs supportKevin O'Connor