index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
Commit message (
Expand
)
Author
Age
Files
Lines
*
mathutil: Move coordinate_descent() to new file
Kevin O'Connor
2018-03-04
4
-39
/
+45
*
clocksync: Fix multi-mcu frequency adjustments with long moves
Kevin O'Connor
2018-03-03
1
-1
/
+1
*
virtual_sdcard: Remove trailing '*' checksum indicator from M23 command
Kevin O'Connor
2018-03-02
1
-0
/
+2
*
serialhdl: Add a wrapper around the results of lookup_command()
Kevin O'Connor
2018-02-27
6
-105
/
+109
*
build: Use git describe --always
Kevin O'Connor
2018-02-26
1
-1
/
+1
*
serialqueue: Don't clear must_exit flag at start of pollreactor_run()
Kevin O'Connor
2018-02-26
1
-1
/
+0
*
avr: Add at90usb646 support
Douglas Hammond
2018-02-25
1
-1
/
+1
*
clocksync: Rework multi-mcu adjust to better handle long moves
Kevin O'Connor
2018-02-19
1
-11
/
+19
*
ad5206: Warn if ad5206 enable pin is inverted
Kevin O'Connor
2018-02-17
1
-0
/
+2
*
docs: Add tips for porting to new kinematics to Code_Overview.md
Kevin O'Connor
2018-02-17
1
-0
/
+1
*
probe: Increase calibration log level from debug to info
Kevin O'Connor
2018-02-16
3
-13
/
+12
*
virtual_sdcard: Initial support for virtual sdcard
Kevin O'Connor
2018-02-11
2
-1
/
+167
*
gcode: Introduce request_restart() method
Kevin O'Connor
2018-02-11
1
-20
/
+12
*
gcode: Extract special cases from process_data()
Kevin O'Connor
2018-02-11
1
-20
/
+28
*
mcu: Fix PWM static start value setup
Dave Bacon
2018-02-10
1
-1
/
+1
*
pins: Warn on invalid pin format
Kevin O'Connor
2018-02-07
1
-7
/
+17
*
bed_tilt: Negate parameters reported by bed_tilt_calibrate
Kevin O'Connor
2018-02-05
1
-1
/
+1
*
heater: Report stats whenever the heater is active
Kevin O'Connor
2018-02-05
1
-1
/
+2
*
klippy: Allow any stats producer to determine when stats are needed
Kevin O'Connor
2018-02-05
5
-20
/
+12
*
clocksync: Respond faster to clock changes
Kevin O'Connor
2018-02-05
1
-1
/
+1
*
klippy: Introduce load_config_prefix() for modules that take parameters
Kevin O'Connor
2018-02-03
11
-18
/
+12
*
klippy: No need to store fileconfig in main printer object
Kevin O'Connor
2018-02-03
1
-24
/
+22
*
util: Call set_nonblock() in create_pty()
Kevin O'Connor
2018-02-02
1
-2
/
+1
*
gcode: Make sure need_ack is always restored on run_script()
Kevin O'Connor
2018-02-02
1
-3
/
+5
*
gcode: Keep reading input to check for M112 (emergency stop)
Kevin O'Connor
2018-02-02
1
-11
/
+26
*
gcode: Propagate errors from run_script()
Kevin O'Connor
2018-02-01
1
-0
/
+4
*
gcode: Ack even empty lines
Kevin O'Connor
2018-02-01
1
-2
/
+2
*
fan: Clarify hardware_pwm and allow cycle_time to be set on software pwm
Kevin O'Connor
2018-01-29
5
-33
/
+24
*
mcu: Default the restart method to 'command' on non-serial ports
Kevin O'Connor
2018-01-29
1
-2
/
+8
*
msgproto: Support default values in get_constant() calls
Kevin O'Connor
2018-01-29
2
-7
/
+11
*
heater: Add stats reporting
Kevin O'Connor
2018-01-28
2
-1
/
+10
*
homing_override: Allow moves prior to homing an axis
Kevin O'Connor
2018-01-28
6
-14
/
+34
*
probe: Create a probe:z_virtual_endstop pin
Kevin O'Connor
2018-01-28
1
-1
/
+12
*
probe: Support activate/deactivate scripts on each probe
Kevin O'Connor
2018-01-28
3
-0
/
+34
*
homing_override: Add basic support for running custom g-code on G28
Kevin O'Connor
2018-01-28
1
-0
/
+28
*
bed_tilt: Add support for automatic bed tilt move transformation
Kevin O'Connor
2018-01-28
2
-3
/
+109
*
delta_calibrate: Add initial support for a DELTA_CALIBRATE command
Kevin O'Connor
2018-01-28
3
-30
/
+224
*
probe: Initial support for Z-Probe hardware
Kevin O'Connor
2018-01-28
6
-6
/
+78
*
delta: Allow the user to specify a minimum z position
Kevin O'Connor
2018-01-28
1
-1
/
+2
*
replicape: Move the replicape code from chipmisc.py to extras directory
Kevin O'Connor
2018-01-28
2
-217
/
+222
*
ad5206: Move the ad5206 code from chipmisc.py to extras directory
Kevin O'Connor
2018-01-28
2
-27
/
+30
*
servo: Move the servo code from chipmisc.py to extras directory
Kevin O'Connor
2018-01-28
2
-56
/
+59
*
multi_pin: Move the multi_pin code from chipmisc.py to extras directory
Kevin O'Connor
2018-01-28
2
-50
/
+57
*
fan: Move fan code to extras directory
Kevin O'Connor
2018-01-28
4
-66
/
+78
*
klippy: Add support for dynamic loading of python modules
Kevin O'Connor
2018-01-28
2
-3
/
+22
*
klippy: Support generic printer_state() and stats() callbacks
Kevin O'Connor
2018-01-28
4
-57
/
+71
*
klippy: Add access methods and avoid peeking into the printer classes
Kevin O'Connor
2018-01-28
10
-85
/
+103
*
gcode: Add a run_script() helper method to run g-code scripts
Kevin O'Connor
2018-01-28
1
-4
/
+4
*
gcode: Extend register_command() so that it can also unregister a command
Kevin O'Connor
2018-01-28
1
-0
/
+6
*
extruder: Add support for extruders sharing the same heater
Kevin O'Connor
2018-01-21
1
-1
/
+5
[next]