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
2017-10-25docs: Note version 0.5.0 releasev0.5.0Kevin O'Connor
2017-10-25config: Warn Beaglebone PRU users that pinmux settings are not updatedKevin O'Connor
2017-10-25docs: Update Installation document to recommend latest octoprint versionKevin O'Connor
2017-10-24linux: Remove unneeded includes from timer.cKevin O'Connor
2017-10-18pru: Force load the ADC module during PRU startupKevin O'Connor
2017-10-18pru: Don't reset the ADC reset complete flag if a shutdown occursKevin O'Connor
2017-10-16linux: Fix typo causing config_reset to not fully restartKevin O'Connor
2017-10-16linux: Open watchdog device after consoleKevin O'Connor
2017-10-14linux: Make sure to close fd on analog/pca9685 init failureKevin O'Connor
2017-10-14pca9685: Fix missing devices_count incrementKevin O'Connor
2017-10-14clocksync: Start with adjusted_freq of 1.0Kevin O'Connor
2017-10-13serialhdl: Don't open port at 1200 baudKevin O'Connor
2017-10-13mcu: Fix command restartKevin O'Connor
2017-10-12klippy: Rework shutdown handlingKevin O'Connor
2017-10-12config: Add generic-melzi.cfg file for Melzi boardsKevin O'Connor
2017-10-12fan: Enable heater_fan objects on an MCU shutdown eventKevin O'Connor
2017-10-12pca9685: Support default valuesKevin O'Connor
2017-10-12gpiocmds: Allow the start value for a pin to differ from the default_valueKevin O'Connor
2017-10-12adccmds: Continue to query analog inputs after a shutdownKevin O'Connor
2017-10-12sched: Don't shutdown on a "timer in the past" if already shutdownKevin O'Connor
2017-10-12endstop: Eliminate end_stop_set_oversample commandKevin O'Connor
2017-10-12clocksync: Initialize clock_est in connect_file()Kevin O'Connor
2017-10-12cartesian: Fix min_stop_interval calculation errorKevin O'Connor
2017-10-12docs: Point to beaglebone.md from the main installation documentKevin O'Connor
2017-10-12docs: Octoprint should not run at a higher priority than Klipper on beagleboneKevin O'Connor
2017-10-11gcode: Don't warn on fan not present if input is from a fileKevin O'Connor
2017-10-10docs: Add mailing list to Contact.mdKevin O'Connor
2017-10-10docs: Add Contact.md file with developer contact informationKevin O'Connor
2017-10-05pins: Add pin mapping for atmega1284pKevin O'Connor
2017-10-05avr: Add support for atmega1284pKevin O'Connor
2017-10-05pru: Update start script to always unbind the PRU before binding itKevin O'Connor
2017-10-04docs: Add a notch to the default square.stl test objectKevin O'Connor
2017-10-04stepper: If homing_endstop_phase is configured, make 0.0 be at a full stepKevin O'Connor
2017-10-04gcode: Report the raw MCU position from the M114 commandKevin O'Connor
2017-10-03gcode: Carry over #original and #command in get_extended_params()Kevin O'Connor
2017-10-02clocksync: Implement a floor on the prediction filterKevin O'Connor
2017-10-02endstop: Fix typo in commentKevin O'Connor
2017-10-02docs: Remove items from Todo.mdKevin O'Connor
2017-10-02endstop: Support oversampling of the endstopKevin O'Connor
2017-10-01clocksync: Update clock synchronization code to use a linear regressionKevin O'Connor
2017-10-01serialqueue: Don't report sent_time on responses that are retransmittedKevin O'Connor
2017-09-28clocksync: Don't update prev_est on min rtt updatesKevin O'Connor
2017-09-28clocksync: Fix serialqueue.set_clock_est() - don't track min_freqKevin O'Connor
2017-09-28clocksync: Default mcu_freq to 1 instead of 0Kevin O'Connor
2017-09-28toolhead: Make sure reset_print_time() doesn't go backwards in timeKevin O'Connor
2017-09-27docs: Add a section on time handling to Code_Overview.mdKevin O'Connor
2017-09-27docs: Reword performance paragraph in Features.mdKevin O'Connor
2017-09-27clocksync: Add support for dumping internal state for debuggingKevin O'Connor
2017-09-27klippy: Avoid using '%' syntax when calling logging moduleKevin O'Connor
2017-09-27serialhdl: Make dump_debug() output atomicKevin O'Connor