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
*
scripts: Add a test case for Ubuntu 18.04 compiler error
Kevin O'Connor
2018-12-22
2
-0
/
+19
*
samd21: Add support for ADC
Kevin O'Connor
2018-12-22
4
-0
/
+131
*
docs: Add a FAQ item on how to cancel a "wait for temperature" request
Kevin O'Connor
2018-12-20
1
-1
/
+13
*
docs: Add a FAQ item on Raspberry Pi reboots
Kevin O'Connor
2018-12-20
1
-4
/
+12
*
config: Add a generic-minitronics1.cfg example config file
Kevin O'Connor
2018-12-20
3
-0
/
+88
*
docs: Update release notes for v0.7.0 release
Kevin O'Connor
2018-12-20
1
-0
/
+34
*
test: Add printer-creality-cr20-2018.cfg to printers.test
Kevin O'Connor
2018-12-19
1
-0
/
+1
*
config: Add printer-micromake-d1-2016.cfg example config file
Kevin O'Connor
2018-12-18
2
-0
/
+80
*
bltouch: Document that bltouch "clones" may not work correctly
Kevin O'Connor
2018-12-18
1
-7
/
+2
*
bltouch: Issue both a "reset" and a "pin_up" after a successful probe
Kevin O'Connor
2018-12-16
1
-1
/
+2
*
bltouch: Add a config option to disable the bltouch sensor test
Kevin O'Connor
2018-12-16
2
-2
/
+12
*
bltouch: Always make sure to check the endstop at least every 1ms
Kevin O'Connor
2018-12-16
1
-3
/
+7
*
config: Fix CR-20 click pin polarity
Uri Shaked
2018-12-15
1
-1
/
+1
*
config: Add printer config for the CR-20 by Creality3D
Uri Shaked
2018-12-15
1
-0
/
+81
*
stm32f1: Always read SPI receive buffer
Yannic Schroeder
2018-12-14
1
-2
/
+3
*
config: Update printer-creality-ender3-2018.cfg (#959)
TronskiFPV
2018-12-05
1
-4
/
+4
*
bltouch: Fix typo in pin_move_time parsing
Kevin O'Connor
2018-12-04
1
-1
/
+1
*
bltouch: Allow the pin_move_time to be configured
Kevin O'Connor
2018-12-04
2
-9
/
+14
*
bltouch: Add a BLTOUCH_DEBUG command
Kevin O'Connor
2018-12-03
3
-13
/
+44
*
bltouch: Fix bug - must restore stepper position after homing
Kevin O'Connor
2018-12-01
3
-2
/
+9
*
samd21: Fix gpio in support
Kevin O'Connor
2018-11-30
2
-3
/
+18
*
samd21: Add support for flashing an application via the bossac tool
Kevin O'Connor
2018-11-30
2
-5
/
+15
*
samd21: Add support for hardware pwm
Kevin O'Connor
2018-11-30
4
-0
/
+110
*
samd21: Minor simplification to timer init code
Kevin O'Connor
2018-11-30
1
-2
/
+2
*
samd21: Add support for SPI
Kevin O'Connor
2018-11-30
4
-0
/
+102
*
samd21: Add support for basic i2c support (write only)
Kevin O'Connor
2018-11-30
4
-0
/
+125
*
samd21: Use GPIO() macro when calling gpio_peripheral()
Kevin O'Connor
2018-11-30
4
-11
/
+12
*
samd21: Enable watchdog
Kevin O'Connor
2018-11-30
1
-0
/
+20
*
samd21: Try to clarify the "generic clock generator" configuration
Kevin O'Connor
2018-11-30
1
-15
/
+19
*
i2ccmds: Validate the i2c address
Kevin O'Connor
2018-11-30
1
-1
/
+4
*
spicmds: Check for an incorrect mode in spicmds.c
Kevin O'Connor
2018-11-30
6
-10
/
+12
*
stm32f1: Move ADC and SPI code from gpio.c to spi.c and adc.c
Kevin O'Connor
2018-11-30
5
-217
/
+238
*
config: Update bed_mesh in example-extras.cfg
Arksine
2018-11-30
1
-7
/
+17
*
bed_mesh: Introduce fade_target option
Arksine
2018-11-30
1
-39
/
+76
*
bed_mesh: Disable z-adjustment fade by default.
Arksine
2018-11-30
1
-1
/
+1
*
bltouch: Add initial support for a bltouch "extras" module
Kevin O'Connor
2018-11-30
5
-6
/
+214
*
config: Rework sample-bltouch.cfg into sample-probe-as-z-endstop.cfg
Kevin O'Connor
2018-11-30
2
-56
/
+51
*
graphstats: Change stats filter to use print_time instead of bytes_write=0
Kevin O'Connor
2018-11-26
1
-1
/
+1
*
config: Make the Anycubic delta configurations as similar as possible
ruevs
2018-11-25
2
-15
/
+20
*
mcp4451: Minor update - remove unnecessary mcu import
Kevin O'Connor
2018-11-24
1
-1
/
+1
*
mcp4451: Use bus.py helper code for i2c
Kevin O'Connor
2018-11-24
2
-23
/
+11
*
avr: Add support for sending I2C messages
Kevin O'Connor
2018-11-23
4
-0
/
+114
*
uc1701: Add support for SSD1306 in i2c mode
Kevin O'Connor
2018-11-23
3
-61
/
+165
*
i2ccmds: Minor whitespace changes
Kevin O'Connor
2018-11-23
1
-1
/
+3
*
uc1701: Cache icons and fonts in byte display order
Kevin O'Connor
2018-11-21
1
-43
/
+34
*
uc1701: Wrap code to 80 columns
Kevin O'Connor
2018-11-21
1
-2
/
+4
*
uc1701: Add all_framebuffers to reduce vram indexing in the code
Kevin O'Connor
2018-11-21
1
-17
/
+16
*
uc1701: Add support for SSD1306 displays
Kevin O'Connor
2018-11-21
3
-7
/
+39
*
display: Add a get_dimensions() method to lcd chip classes
Kevin O'Connor
2018-11-21
4
-5
/
+7
*
lpc176x: Enable full speed peripheral clocks on SPI and I2C
Kevin O'Connor
2018-11-21
3
-2
/
+8
[next]