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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fan: Clarify hardware_pwm and allow cycle_time to be set on software pwm
Kevin O'Connor
2018-01-29
9
-51
/
+46
*
avr: Round hardware pwm clock ticks to nearest divisor
Kevin O'Connor
2018-01-29
1
-12
/
+12
*
mcu: Default the restart method to 'command' on non-serial ports
Kevin O'Connor
2018-01-29
2
-4
/
+11
*
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
*
docs: Remove bed level probe from todo
Kevin O'Connor
2018-01-28
1
-2
/
+0
*
config: Add SeeMeCNC Rostock Max V2 Delta Printer Config
Kevin O'Connor
2018-01-28
1
-0
/
+94
*
homing_override: Allow moves prior to homing an axis
Kevin O'Connor
2018-01-28
7
-14
/
+42
*
probe: Create a probe:z_virtual_endstop pin
Kevin O'Connor
2018-01-28
2
-2
/
+20
*
probe: Support activate/deactivate scripts on each probe
Kevin O'Connor
2018-01-28
4
-0
/
+43
*
homing_override: Add basic support for running custom g-code on G28
Kevin O'Connor
2018-01-28
2
-0
/
+41
*
bed_tilt: Add support for automatic bed tilt move transformation
Kevin O'Connor
2018-01-28
3
-3
/
+144
*
delta_calibrate: Add initial support for a DELTA_CALIBRATE command
Kevin O'Connor
2018-01-28
4
-30
/
+249
*
probe: Initial support for Z-Probe hardware
Kevin O'Connor
2018-01-28
7
-6
/
+91
*
delta: Allow the user to specify a minimum z position
Kevin O'Connor
2018-01-28
2
-1
/
+5
*
replicape: Move the replicape code from chipmisc.py to extras directory
Kevin O'Connor
2018-01-28
3
-274
/
+279
*
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
*
graphstats: Fix for print_stall detection
Kevin O'Connor
2018-01-28
1
-5
/
+5
*
logextract: Fix error in config file name print
Kevin O'Connor
2018-01-28
1
-1
/
+1
*
config: Update anycubic-i3-mega-2017.cfg with stepstick fan
Kevin O'Connor
2018-01-22
1
-0
/
+3
*
extruder: Add support for extruders sharing the same heater
Kevin O'Connor
2018-01-21
2
-1
/
+12
*
config: Update wanhao-duplicator-i3-plus-2017.cfg heater settings
Kevin O'Connor
2018-01-21
1
-5
/
+10
*
config: Update anycubic-i3-mega-2017.cfg heater settings
Kevin O'Connor
2018-01-21
1
-7
/
+10
*
logextract: Better handle the case of a missing config section
Kevin O'Connor
2018-01-21
1
-4
/
+6
*
docs: Try to make the klippy.log bug reporting more clear
Kevin O'Connor
2018-01-21
2
-15
/
+15
*
config: Add example generic-mini-rambo.cfg config file
Kevin O'Connor
2018-01-17
1
-0
/
+103
*
config: Add tronxy x5s config
Douglas Hammond
2018-01-16
1
-0
/
+79
*
gcode: Use reset_last_position() from cmd_G28()
Kevin O'Connor
2018-01-16
1
-2
/
+1
*
extruder: Remove unused variable self.config
Kevin O'Connor
2018-01-16
1
-3
/
+2
*
Add a CR-10S configuration file.
Cymen Vig
2018-01-16
1
-0
/
+75
*
graphstats: Use alpha transparency when plotting the stats
Kevin O'Connor
2018-01-14
1
-9
/
+7
*
graphstats: Fix filtering of normal buffer_time runoff stats
Kevin O'Connor
2018-01-14
1
-19
/
+25
*
docs: Add a FAQ item on steps to upgrade the software
Kevin O'Connor
2018-01-12
1
-0
/
+36
*
toolhead: Improve tracking of print_stall
Kevin O'Connor
2018-01-12
1
-7
/
+9
*
logextract: Fix parsing of "is_shutdown" messages
Kevin O'Connor
2018-01-12
1
-1
/
+1
*
config: Update avrsim.cfg to use unique pins
Kevin O'Connor
2018-01-12
1
-1
/
+1
*
docs: Update Debugging.md with information on logextract
Kevin O'Connor
2018-01-11
1
-5
/
+28
*
heater: Report PID tuning results via the g-code terminal
Kevin O'Connor
2018-01-10
1
-5
/
+20
*
chipmisc: Enable replicape steppers dynamically
Kevin O'Connor
2018-01-10
1
-4
/
+25
*
chipmisc: Fix replicape enable line setup
Kevin O'Connor
2018-01-10
2
-1
/
+14
*
chipmisc: Support start values on pca9685 pins
Kevin O'Connor
2018-01-10
1
-18
/
+25
*
pins: Check if the same pin is referenced via different aliases
Kevin O'Connor
2018-01-10
3
-28
/
+37
[next]