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
*
display: Add initial support for LCD screens attached to an MCU
Kevin O'Connor
2018-03-06
10
-2
/
+588
*
serialqueue: Support sending messages at a background priority
Kevin O'Connor
2018-03-06
2
-4
/
+12
*
lcd_hd44780: Add micro-controller code for the HD44780 LCD chip
Kevin O'Connor
2018-03-06
2
-1
/
+133
*
lcd_st7920: Add micro-controller code for the ST7920 LCD chip
Kevin O'Connor
2018-03-06
4
-0
/
+126
*
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
*
docs: Note the use of the virtual_sdcard feature
Kevin O'Connor
2018-03-02
2
-6
/
+21
*
serialhdl: Add a wrapper around the results of lookup_command()
Kevin O'Connor
2018-02-27
6
-105
/
+109
*
config: Move description of phase adjusted endstops to config-extra.cfg
Kevin O'Connor
2018-02-27
2
-26
/
+29
*
build: Use git describe --always
Kevin O'Connor
2018-02-26
2
-2
/
+2
*
serialqueue: Don't clear must_exit flag at start of pollreactor_run()
Kevin O'Connor
2018-02-26
1
-1
/
+0
*
test: Add travis_fold markers to build output
Kevin O'Connor
2018-02-26
1
-0
/
+4
*
test: Add compile tests for at90usb1286 and atmega1284p chips
Kevin O'Connor
2018-02-26
2
-0
/
+8
*
test: Update travis build to include a basic klippy host test
Kevin O'Connor
2018-02-26
5
-47
/
+76
*
config: Use .0025 as the default z step_distance in sample configs
Kevin O'Connor
2018-02-25
13
-13
/
+13
*
config: Add an example config file that uses multiple MCUs
Kevin O'Connor
2018-02-25
1
-0
/
+87
*
test: Add travis CI
Sebastian Meyer
2018-02-25
8
-0
/
+71
*
build: Link objects ahead of libraries to avoid failures on some platforms
Sebastian Meyer
2018-02-25
1
-1
/
+1
*
avr: Add at90usb646 support
Douglas Hammond
2018-02-25
3
-6
/
+10
*
graphstats: Support selecting an mcu to graph from the command-line
Kevin O'Connor
2018-02-19
1
-13
/
+19
*
clocksync: Rework multi-mcu adjust to better handle long moves
Kevin O'Connor
2018-02-19
1
-11
/
+19
*
graphstats: Set size on frequency graph
Kevin O'Connor
2018-02-18
1
-0
/
+1
*
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
2
-0
/
+87
*
probe: Increase calibration log level from debug to info
Kevin O'Connor
2018-02-16
3
-13
/
+12
*
config: Expand homing_override description in sample-bltouch.cfg
Kevin O'Connor
2018-02-13
1
-2
/
+5
*
config: Reword description of set_position_x paramter in homing_override
Kevin O'Connor
2018-02-11
1
-5
/
+5
*
config: Add a config snippet for the BLTouch probe
Kevin O'Connor
2018-02-11
1
-0
/
+53
*
config: Add a "printer-" prefix to example printer config files
Kevin O'Connor
2018-02-11
9
-0
/
+0
*
virtual_sdcard: Initial support for virtual sdcard
Kevin O'Connor
2018-02-11
3
-1
/
+180
*
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
*
docs: Update Config_checks.md
Dave Bacon
2018-02-07
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
*
config: Add a pointer to example-extras.cfg at the end of example.cfg
Kevin O'Connor
2018-02-05
1
-0
/
+3
*
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
*
avrsim: Rework pacing mechanism
Kevin O'Connor
2018-02-05
1
-13
/
+11
*
graphstats: Fix multi-mcu parsing with reordered stats
Kevin O'Connor
2018-02-03
1
-1
/
+7
*
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
[next]