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
*
config: Update Fysetc S6 compilation instructions
Wilhelm Schuster
2021-05-03
2
-10
/
+8
*
stm32: Allow selecting bootloader size for STM32F446
Wilhelm Schuster
2021-05-03
1
-2
/
+2
*
kinematics: Add hybrid-corexy and hybrid-corexz (#4229)
Tircown
2021-05-03
6
-1
/
+430
*
gcode_macro: Deprecate default_parameter_<name>
Kevin O'Connor
2021-05-03
2
-10
/
+6
*
config: Fix whitespace error in generic-fysetc-spider.cfg
Kevin O'Connor
2021-05-03
1
-2
/
+2
*
config: add example configs for fysetc spider board
George Fu
2021-05-03
2
-0
/
+265
*
invalid-label-bot: Fix typo
Kevin O'Connor
2021-05-03
1
-1
/
+1
*
invalid-label-bot: Reword the invalid label message
Kevin O'Connor
2021-05-02
1
-3
/
+7
*
klippy: Report known software versions on a protocol error during connection
Kevin O'Connor
2021-05-02
2
-3
/
+16
*
docs: a slight clarity improvement for the rPi mcu
shiftingtech
2021-05-02
1
-0
/
+1
*
endstop: Report trigger time in endstop_query response
Kevin O'Connor
2021-04-30
2
-4
/
+5
*
adxl345: Use "clock" suffix instead of "time" in commands
Kevin O'Connor
2021-04-30
2
-7
/
+7
*
pulse_counter: Use "clock" suffix instead of "time" in commands
Kevin O'Connor
2021-04-30
2
-8
/
+9
*
stepper: Remove min_stop_interval from mcu code
Kevin O'Connor
2021-04-30
6
-76
/
+58
*
toolhead: Do not limit SET_VELOCITY_LIMIT to values specified in config
Kevin O'Connor
2021-04-30
2
-8
/
+8
*
stepper: Do not set min_stop_interval in micro-controller
Kevin O'Connor
2021-04-30
12
-67
/
+5
*
graphstats: Support graphing multiple heaters
Kevin O'Connor
2021-04-29
1
-22
/
+28
*
probe: Use original XY position on multiple probe samples
Kevin O'Connor
2021-04-28
1
-2
/
+2
*
gcode: Generate M115 output even if command not sent from gcode pseudo-terminal
Kevin O'Connor
2021-04-28
1
-1
/
+4
*
Revert "endstop_phase: wip"
Kevin O'Connor
2021-04-28
1
-7
/
+0
*
docs: Move palette2 location in Config_Reference.md
Kevin O'Connor
2021-04-28
1
-36
/
+36
*
docs: Update Status_Reference.md for better Jekyll rendering
Kevin O'Connor
2021-04-28
1
-19
/
+23
*
endstop_phase: wip
Kevin O'Connor
2021-04-28
1
-0
/
+7
*
docs: Move status field reference to new Status_Reference.md file
Kevin O'Connor
2021-04-28
4
-208
/
+310
*
resonance_tester: Refactored the testing code
Dmitry Butyugin
2021-04-28
1
-109
/
+68
*
screws_tilt_adjust: Add MAX_DEVIATION parameter for bed level invariant.
Johannes Stuettgen
2021-04-28
3
-0
/
+16
*
docs: Prefer Jinja2 "set" directive to default_parameter_xxx in examples
Kevin O'Connor
2021-04-26
4
-60
/
+32
*
docs: Add example of Jinja2 "set" directive to Command_Templates.md
Kevin O'Connor
2021-04-26
1
-15
/
+40
*
docs: Add notes on terminating resistors to CANBUS.md
Kevin O'Connor
2021-04-25
1
-4
/
+21
*
linux: Raise an error if configuring a pullup when that is not supported
Kevin O'Connor
2021-04-25
1
-0
/
+3
*
linux: Minor formatting, variable name, and error reporting changes
Kevin O'Connor
2021-04-25
1
-62
/
+53
*
lpc176x: Add i2c_read functionality
Michael Kurz
2021-04-25
1
-1
/
+34
*
stm32: Added mcu temperature support additional mcu (#4211)
pkElectronics
2021-04-25
1
-1
/
+1
*
probe: Add deactivate_on_each_sample: param for Probe (#4161)
nlef
2021-04-24
2
-8
/
+29
*
adxl345: Verify the register writes, added debug adxl345 commands
Dmitry Butyugin
2021-04-24
2
-20
/
+82
*
docs: Note stealthchop can cause overcurrent error in TMC_Drivers.md
Kevin O'Connor
2021-04-24
1
-0
/
+7
*
test: Add printer-creality-cr6se-2021.cfg to printers.test
Kevin O'Connor
2021-04-22
1
-0
/
+1
*
config: Added Config For Creality CR6 SE With Board Revision 4.5.3 (#4147)
C. Bluoss
2021-04-22
1
-0
/
+116
*
buildcommands: Don't attach hostname and build date to version on a clean build
Kevin O'Connor
2021-04-22
1
-6
/
+10
*
linux: Don't use timer_repeat_until for linux "irq" polling
Kevin O'Connor
2021-04-21
1
-29
/
+9
*
sched: Call irq_poll() at start of run_tasks() loop
Kevin O'Connor
2021-04-21
1
-0
/
+1
*
buildcommands: Call irq_poll() after last task function
Kevin O'Connor
2021-04-21
1
-1
/
+3
*
linux: Rework timer_check_periodic() to use ticks
Kevin O'Connor
2021-04-19
3
-14
/
+14
*
linux: Move timer fields into a struct
Kevin O'Connor
2021-04-19
1
-31
/
+37
*
github: Fix cron entry in close-invalid-bot.yaml
Kevin O'Connor
2021-04-18
1
-1
/
+1
*
github: Add close-invalid-bot.yaml
Kevin O'Connor
2021-04-18
2
-11
/
+33
*
github: Update issue template to further encourage reading the directions
Kevin O'Connor
2021-04-18
1
-2
/
+2
*
docs: Update Linux RPi benchmarks
Kevin O'Connor
2021-04-18
1
-4
/
+4
*
linux: Avoid calling timer_read_time() in timer_dispatch() when not needed
Kevin O'Connor
2021-04-18
1
-3
/
+15
*
linux: Simplify timer dispatch code
Kevin O'Connor
2021-04-18
1
-54
/
+50
[next]