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-03-31docs: Update release notes for v0.6.0 releasev0.6.0Kevin O'Connor
2018-03-31docs: Add Patreon link to FAQ pageKevin O'Connor
2018-03-29heater: Add some comments to the thermistor mathKevin O'Connor
2018-03-28docs: Update G-Codes.md with recent output_pin changesKevin O'Connor
2018-03-28docs: Add a section on adding new host modules to Code_Overview.mdKevin O'Connor
2018-03-23stepstats: Add documentation clarificationKevin O'Connor
2018-03-19display: Round temperature and position to nearest whole numberKevin O'Connor
2018-03-19display: Remove unneeded semicolons from fileKevin O'Connor
2018-03-18docs: Recommend running PID_CALIBRATE in Config_checks.mdKevin O'Connor
2018-03-18pid_calibrate: Move PID calibration logic from heater.py to new fileKevin O'Connor
2018-03-18config: Remove tabs from printer-wanhao-duplicator-i3-v2.1-2017.cfgKevin O'Connor
2018-03-18docs: Fix typo in M220 description in G-Codes.mdKevin O'Connor
2018-03-18config: Update generic-cramps.cfg with P9_23 machine enableKevin O'Connor
2018-03-17config: Change pullup_resistor to 2000 in generic-cramps.cfgKevin O'Connor
2018-03-17probe: Add z_offset parameterKevin O'Connor
2018-03-17bed_tilt: Take into account the XY position used with z_virtual_endstopKevin O'Connor
2018-03-17bed_tilt: Require at least 3 probing points for bed_tilt_calibrateKevin O'Connor
2018-03-17probe: Default z_position to the configured minimum position on Z axisKevin O'Connor
2018-03-17output_pin: Move pwm and digital output pins to new module in extras/Kevin O'Connor
2018-03-17static_digital_output: Add static_digital_output section to extras/Kevin O'Connor
2018-03-17replicape: Add config controls for the servo[01]_enable linesKevin O'Connor
2018-03-16gcode: Position returned by M114 should be relative to last G92Kevin O'Connor
2018-03-13docs: Add "will heaters be turned off on a crash" item to FAQKevin O'Connor
2018-03-13verify_heater: Provide additional information on a heater errorKevin O'Connor
2018-03-13klippy: Rework starting error messageKevin O'Connor
2018-03-13probe: Add some hints for common errors during PROBEKevin O'Connor
2018-03-13gcode: On a multi-line error message, report the first line twiceKevin O'Connor
2018-03-13virtual_sdcard: Fix typo in seek error handlingKevin O'Connor
2018-03-12config: Reword the min_temp/max_temp description in example.cfgKevin O'Connor
2018-03-12heater: Allow min_temp to go below zeroKevin O'Connor
2018-03-12verify_heater: Scale hysteresis duration checkKevin O'Connor
2018-03-11verify_heater: Change default hysteresis to 10 degreesKevin O'Connor
2018-03-11verify_heater: Add initial support for verifying heaters and sensorsKevin O'Connor
2018-03-11klippy: Allow external callers of try_load_module()Kevin O'Connor
2018-03-11docs: Add SET_DUAL_CARRIAGE command to G-Codes.mdKevin O'Connor
2018-03-09cartesian: Initial support for dual carriagesKevin O'Connor
2018-03-09display: Use separate hd44780 screen drawingKevin O'Connor
2018-03-08docs: Add Tx command to G-Codes.mdKevin O'Connor
2018-03-08docs: Add a G-Codes.md file with the list of available commandsKevin O'Connor
2018-03-08config: Add working printer configuration for Wanhao Duplicator i3 v2.1ghandye
2018-03-07config: Add LCD configuration to printer-trony-x5s-2017.cfgchristian mock
2018-03-07config: Add display section to creality cr10 configKevin O'Connor
2018-03-06display: Choose arrow character based on displayMarcio Teixeira
2018-03-06homing: allow to disable homing retractcruwaller
2018-03-06config: Fix hd44780 typo in rambo and ramps example configsKevin O'Connor
2018-03-06display: Add initial support for LCD screens attached to an MCUKevin O'Connor
2018-03-06serialqueue: Support sending messages at a background priorityKevin O'Connor
2018-03-06lcd_hd44780: Add micro-controller code for the HD44780 LCD chipKevin O'Connor
2018-03-06lcd_st7920: Add micro-controller code for the ST7920 LCD chipKevin O'Connor
2018-03-04mathutil: Move coordinate_descent() to new fileKevin O'Connor