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
*
workflows: Rename the "invalid" label to "not_on_github"
Kevin O'Connor
2021-06-22
2
-7
/
+7
*
config: Update z stepper pin changes for mks robin e3 1.1 (#4411)
squeekyzebra
2021-06-22
1
-2
/
+2
*
config: Update gear_ratio for Prusa Mini+ extruder based on counting teeth
github@matthewlloyd.net
2021-06-22
1
-2
/
+2
*
bltouch: Ensure the z_offset is not negative
Kevin O'Connor
2021-06-22
1
-1
/
+1
*
screws_tilt_adjust: Add DIRECTION parameter to SCREWS_TILT_CALCULATE (#4357)
Matthew Lloyd
2021-06-22
3
-27
/
+59
*
virtual_sdcard: add `file_path` and `file_size` to `status`
Kamil Trzcinski
2021-06-22
3
-6
/
+18
*
config: Specify gear_ratio for Prusa Mini+ extruder
github@matthewlloyd.net
2021-06-18
2
-2
/
+4
*
docs: add status documentaton for neopixel and dotstar
Eric Callahan
2021-06-18
1
-0
/
+9
*
dotstar: report color data via get_status()
Eric Callahan
2021-06-18
1
-0
/
+9
*
neopixel: report color data via get_status() method
Arksine
2021-06-18
1
-0
/
+10
*
config: Add generic-bigtreetech-skr-cr6-v1.0.cfg and fixes
Kevin O'Connor
2021-06-14
2
-9
/
+5
*
config: Add generic-bigtreetech-skr-cr6-v1.0.cfg (#4378)
KoeRt888
2021-06-14
1
-0
/
+129
*
print_stats: add `cancelled` when `CANCEL_PRINT` used (#4366)
Kamil TrzciĆski
2021-06-14
3
-9
/
+26
*
docs: add CANCEL_PRINT to docs/G-Codes.md (#4370)
Alex Zellner
2021-06-14
1
-0
/
+1
*
extruder: expose `can_extrude` flag based on temperature
Kamil Trzcinski
2021-06-14
2
-0
/
+3
*
config: Rename generic-buddy.cfg to generic-prusa-buddy.cfg
Kevin O'Connor
2021-06-14
2
-2
/
+2
*
config: Add configs for Prusa Buddy and Mini+
github@matthewlloyd.net
2021-06-14
4
-0
/
+348
*
config: Add pin aliases to generic-creality-v4.2.7.cfg
James Churchill
2021-06-14
1
-0
/
+6
*
docs: Note previous firmware state issue with TMC2209/TMC2209 in TMC_Drivers.md
Kevin O'Connor
2021-06-12
1
-0
/
+6
*
docs: Recommend pause of 2 seconds during sensorless homing
Kevin O'Connor
2021-06-12
1
-13
/
+17
*
docs: Deprecate pid_integral_max config option
Kevin O'Connor
2021-06-12
2
-5
/
+4
*
stepper: Restore mcu_position on set_stepper_kinematics() and set_step_dist()
Kevin O'Connor
2021-06-11
1
-15
/
+20
*
stepcompress: Add missing functions to stepcompress.h
Kevin O'Connor
2021-06-11
1
-0
/
+4
*
docs: Update Code_Overview.md with the removal of calc_tag_position()
Kevin O'Connor
2021-06-11
1
-11
/
+10
*
klippy: Add a newline between initial error message and hint text
Kevin O'Connor
2021-06-10
1
-2
/
+2
*
homing: Check for failures during multi-endstop homing
Kevin O'Connor
2021-06-09
2
-3
/
+10
*
mcu: Enable trdispatch infrastructure during homing
Kevin O'Connor
2021-06-09
1
-66
/
+138
*
trdispatch: Support fast responses to trsync_state messages
Kevin O'Connor
2021-06-09
2
-4
/
+244
*
serialqueue: Add serialqueue_send_one() helper function
Kevin O'Connor
2021-06-09
2
-5
/
+14
*
serialqueue: Add "fast reader" support
Kevin O'Connor
2021-06-09
2
-11
/
+69
*
msgblock: Add clock estimation helper functions
Kevin O'Connor
2021-06-09
7
-22
/
+65
*
msgblock: Add msgblock_decode()
Kevin O'Connor
2021-06-09
2
-0
/
+34
*
msgblock: Move message manipulation code from serialqueue.c to new msgblock.c
Kevin O'Connor
2021-06-09
5
-181
/
+201
*
pollreactor: Move C pollreactor code from serialqueue.c to its own file
Kevin O'Connor
2021-06-09
4
-201
/
+226
*
trsync: Introduce new "trigger synchronization" support
Kevin O'Connor
2021-06-09
7
-107
/
+296
*
probe: Call add_stepper() earlier in boot process
Kevin O'Connor
2021-06-09
2
-4
/
+6
*
mcu: Raise config_error (not protocol error) on pin enumeration errors
Kevin O'Connor
2021-06-09
2
-19
/
+36
*
serialhdl: Support prepending a warn_prefix to error and log messages
Kevin O'Connor
2021-06-09
3
-41
/
+55
*
config: Fixes for generic-th3d-ezboard-lite-v1.2.cfg
Kevin O'Connor
2021-06-08
2
-18
/
+17
*
config: Add ezboard configuration (#4337)
Clark Tomlinson
2021-06-08
1
-0
/
+131
*
Makefile: Include debug symbols in the .elf
Sergey Alirzaev
2021-06-08
2
-2
/
+4
*
docs: Add documentation for BED_MESH_OFFSET
Eric Callahan
2021-06-08
2
-0
/
+15
*
bed_mesh: implement BED_MESH_OFFSET
Eric Callahan
2021-06-08
1
-3
/
+24
*
bed_mesh: move the "fade offset" out of the ZMesh
Eric Callahan
2021-06-08
1
-15
/
+9
*
config: Add motor power definition to generic-bigtreetech-skr-2.cfg
Kevin O'Connor
2021-06-07
1
-0
/
+8
*
endstop_phase: Unify phase conversion code
Kevin O'Connor
2021-06-06
1
-80
/
+87
*
resonance_tester: Set max_accel ignoring the limit from the config (#4174)
Dmitry Butyugin
2021-06-06
2
-26
/
+24
*
docs: Fix missing backtick in API_Server.md
Kevin O'Connor
2021-06-06
1
-1
/
+1
*
config: Add generic-duet3-mini.cfg
Luke's Lab
2021-06-04
3
-0
/
+156
*
atsamd: Add support for 25Mhz crystals
Kevin O'Connor
2021-06-04
2
-0
/
+33
[next]