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
2020-10-21docs: Update release notes for v0.9.0 releasev0.9.0Kevin O'Connor
2020-10-21docs: Note PROBE_CALIBRATE results invalidated on motion system updateKevin O'Connor
2020-10-18heaters: Don't raise an error if PID Ki is set to zeroKevin O'Connor
2020-10-18docs: Note screws_tilt_adjust nozzle/probe coordinates in Manual_Level.mdKevin O'Connor
2020-10-18docs: Minor formatting change to Probe_Calibrate.mdKevin O'Connor
2020-10-17docs: Provide response_template in subscription examples in API_Server.mdKevin O'Connor
2020-10-17docs: Add initial API_Server.md documentKevin O'Connor
2020-10-17config: Additional formatting changes to example-extras.cfgKevin O'Connor
2020-10-17config: Formatting changes to example-extras.cfgKevin O'Connor
2020-10-17docs: Add Measuring_Resonances.md to Overview.mdKevin O'Connor
2020-10-15docs: Update Command_Templates.md with available get_status() fieldsKevin O'Connor
2020-10-15docs: Recommend disable "dynamic acceleration control" during tuningKevin O'Connor
2020-10-15config: Update printer-makergear-m2-2012.cfgKevin O'Connor
2020-10-15resonance_tester: Resonance testing and input shaper auto-calibration (#3381)Dmitry Butyugin
2020-10-14toolhead: Fixed reporting of the kinematic limitsDmitry Butyugin
2020-10-13docs: Updates to Features.md documentKevin O'Connor
2020-10-13stm32: Don't default to HID bootloader in KconfigKevin O'Connor
2020-10-12config: Fixing replicape aliases for thermistors (#3420)Jon C
2020-10-12config: Update generic-bigtreetech-skr-v1.4.cfg (#3419)uncholowapo
2020-10-11stm32: Fixed CAN bus for STM32F4, there were syntax errors that prevented com...bondus
2020-10-11mcu: Increase the time to reset a pwm pin during startupKevin O'Connor
2020-10-11bltouch: Add an extra 200ms delay to the initialization processKevin O'Connor
2020-10-08thermistor: Add support for the board thermistor on the Einsy RamboKevin O'Connor
2020-10-07config: Note TMC drivers specify current in RMS in example-extras.cfgKevin O'Connor
2020-09-29config: Add a generic-creality-v4.2.7.cfg example configKevin O'Connor
2020-09-28display_status: fix M117 checksum trimming (#3377)jhpadjustable
2020-09-28configfile: report "save_config_pending" via get_status() (#3372)Eric Callahan
2020-09-28mcu: Fix set_pwm() for hard pwmKevin O'Connor
2020-09-27mcu: Add support for changing cycle_time in set_pwm()Kevin O'Connor
2020-09-27gpiocmds: Add soft-pwm frequency modulation supportGuy Shapira
2020-09-27test: Add pwm testsGuy Shapira
2020-09-27chelper: Add missing serialqueue_set_receive_window() def to serialqueue.hKevin O'Connor
2020-09-27chelper: Use standard C type definition for pyhelper_logging_callbackKevin O'Connor
2020-09-27chelper: Rework check for building C codeKevin O'Connor
2020-09-22config: Use "restart_method: command" in example stm32f103 ender3 configsKevin O'Connor
2020-09-21sample-macros.cfg: Fix action_respond_infoFlorian Heilmann
2020-09-21sample-raspberry-pi.cfg: Fix action_respond_infoFlorian Heilmann
2020-09-18delta_calibrate: Don't error on an invalid kinematic guessKevin O'Connor
2020-09-18gcode: Don't log debugging output for unknown commands if command is blankKevin O'Connor
2020-09-17heaters: Disable unused pwm output debugging infoKevin O'Connor
2020-09-17reactor: Record time of recent gc collection sweepsKevin O'Connor
2020-09-17display: Remove circular references from intermediate context objectKevin O'Connor
2020-09-17reactor: Add support for explicit Python garbage collectionKevin O'Connor
2020-09-17klippy: Call gc.collect() on a "restart" requestKevin O'Connor
2020-09-17reactor: Terminate any greenlets on finalize() callKevin O'Connor
2020-09-17reactor: Add explicit finalize() method to clean up reactor stateKevin O'Connor
2020-09-17serialhdl: Setup for serialqueue_free to be automatically calledKevin O'Connor
2020-09-17serialhdl: Don't define a __del__() methodKevin O'Connor
2020-09-17mcu: Setup for steppersync_free to be automatically calledKevin O'Connor
2020-09-17mcu: Don't define a __del__() methodKevin O'Connor