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
2021-09-30docs: Note the release of v0.10.0v0.10.0Kevin O'Connor
2021-09-30docs: Update Features.mdKevin O'Connor
2021-09-30docs: Update CONTRIBUTING.md with new repo location; minor wording changesKevin O'Connor
2021-09-30docs: add Translation Contributor GuideYifei Ding
2021-09-30stepper: Make sure to report an error if endstop_pin is not definedKevin O'Connor
2021-09-29docs: Fix table rendering in RPi_microcontroller.mdKevin O'Connor
2021-09-29docs: background color fix for bed_mesh svgsEric Callahan
2021-09-28docs: Change Kinematics.md images to use a solid white backgroundKevin O'Connor
2021-09-28docs: Fix typo in Bed_Mesh.mdKevin O'Connor
2021-09-26config: Fix spi bus comment in generic-duet3-mini.cfgKevin O'Connor
2021-09-26config: Add [board_pins] for generic-duet3-mini.cfg (#4705)joaobarros
2021-09-26motan: Improve handling of errors during data subscriptionsKevin O'Connor
2021-09-26motion_report: Fix typo causing error reports to not propagateKevin O'Connor
2021-09-25config: Fix LCDBeep pin on generic-duet3-mini.cfg (#4704)joaobarros
2021-09-25config: add support for creality sermoon D1 printer (#4621)Peter Pan's Techland
2021-09-24config: Remove URLs to github repositoryKevin O'Connor
2021-09-24docs: Update documentation with new klipper github URLKevin O'Connor
2021-09-21config: Minor Eryone Thinker S config fixes. (#4695)Demetrius Apostolopoulos
2021-09-21test: Add generic-mellow-super-infinty-hv.cfg to printers.testKevin O'Connor
2021-09-21config: Added the Mellow Super Infinity HV board (#4691)maze
2021-09-21config: Fix EXP2_10 alias in generic-bigtreetech-octopus.cfgKevin O'Connor
2021-09-21config: Config for Anycubic 4MaxPro_2.0-2021 (#4557)int_0x03
2021-09-17avrsim: Change default speed to 16Mhz and default baud to 250KKevin O'Connor
2021-09-16configfile: Add support for reporting deprecated optionsKevin O'Connor
2021-09-16configfile: Setup get_status() results after check_unused_options()Kevin O'Connor
2021-09-16config: Document motor_power pin in skr2 config (#4677)truckershitch
2021-09-16update_chitu: generating update uuid based on file hash (#4663)Vladimir Serov
2021-09-15linux: Support spidev4 through spidev7Kevin O'Connor
2021-09-04heaters: Change default smooth_time from 2 seconds to 1 secondKevin O'Connor
2021-09-04docs: Add referenced config example for PWM tools (#4537)Pascal
2021-09-03lib: Update stm32f4 to use upstream github sourceKevin O'Connor
2021-09-03lib: Update stm32f2 to use upstream github sourceKevin O'Connor
2021-09-03lib: Update stm32f1 to use upstream github sourceKevin O'Connor
2021-09-03lib: Update stm32f0 to use upstream github sourceKevin O'Connor
2021-09-02docs: Fix typo in Measuring_Resonances.mdKevin O'Connor
2021-09-02tuning_tower: Add STEP_DELTA and STEP_HEIGHT parameters as alternate tuning t...github@matthewlloyd.net
2021-09-02tuning_tower: Add SKIP parametergithub@matthewlloyd.net
2021-09-02delta: Make the 'arm_length' description more clear in save_state()Kevin O'Connor
2021-08-31toolhead: change SET_VELOCITY_LIMIT respond (fixed) (#4620)Stefan Dej
2021-08-31stepper: detect duplicate endstopsLasse Dalegaard
2021-08-31test: Add printer-elegoo-neptune2-v1.2-2021.cfg to printers.testKevin O'Connor
2021-08-31config: Elegoo Neptune 2 configuration (#4592)wsippel
2021-08-30tmc: Fix typo in get_status()Kevin O'Connor
2021-08-30motan: Add support for dumping and analyzing adxl345 dataKevin O'Connor
2021-08-30adxl345: Allow multiple simultaneous clientsKevin O'Connor
2021-08-30adxl345: Change default chip name from "default" to "adxl345"Kevin O'Connor
2021-08-30adxl345: Compress each sample from 6 bytes to 5 bytesKevin O'Connor
2021-08-30adxl345: Implement timing via new adxl345_status messagesKevin O'Connor
2021-08-30adxl345: Support querying accelerometer data from webhooks interfaceKevin O'Connor
2021-08-30adxl345: Add new start_internal_client() function and use in callersKevin O'Connor