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
*
bed_mesh: Fix off-by-one error in faulty region error report
Kevin O'Connor
2021-08-17
1
-2
/
+4
*
config: added ender3 with robin e3d 1.1 (#4252)
Lukasz Piatkowski
2021-08-17
1
-2
/
+25
*
motion_report: Fix typo causing incomplete queries
Kevin O'Connor
2021-08-17
1
-4
/
+2
*
avr: Fix typo causing broken gpio mappings
Kevin O'Connor
2021-08-15
1
-2
/
+2
*
avr: Define PORTE on atmega328p
Kevin O'Connor
2021-08-14
2
-1
/
+7
*
avr: Rename the analog-only PE0/PE1 pins on atmega168/328 to PE2/PE3
Kevin O'Connor
2021-08-14
4
-4
/
+7
*
endstop_phase: Convert to using tmc mcu_phase_offset
Kevin O'Connor
2021-08-08
7
-33
/
+26
*
tmc: Track offset between tmc driver and mcu position
Kevin O'Connor
2021-08-08
2
-6
/
+60
*
tmc: Move stepper phase reading code to TMCCommandHelper class
Kevin O'Connor
2021-08-06
6
-41
/
+36
*
stepper: Query the stepper mcu position during startup
Kevin O'Connor
2021-08-06
3
-8
/
+12
*
tmc: Consistently use lower case for all TMC field names
Kevin O'Connor
2021-08-06
6
-253
/
+253
*
tmc2208: Send pdn_disable UART setup as first command to chip during init
Kevin O'Connor
2021-08-06
1
-1
/
+1
*
homing: Improve error messages on a printer shutdown during homing
Kevin O'Connor
2021-08-06
1
-3
/
+18
*
trapq: Prune interrupted moves from history on trapq_set_position()
Kevin O'Connor
2021-08-06
1
-1
/
+16
*
stepcompress: Pass clock to stepcompress_set_last_position()
Kevin O'Connor
2021-08-06
4
-5
/
+9
*
mkdocs_hooks: Improve check for not in a list
Kevin O'Connor
2021-08-02
1
-1
/
+1
*
probe: bugfix to z_offset_apply_probe (#4553)
shiftingtech
2021-08-02
1
-2
/
+1
*
mkdocs_hooks: Add some comments to the script
Kevin O'Connor
2021-08-02
1
-0
/
+10
*
_klipper3d: Add additional comments to mkdocs.yml
Kevin O'Connor
2021-08-02
1
-29
/
+34
*
docs: Reorder sections of Debugging.md
Kevin O'Connor
2021-08-02
1
-84
/
+82
*
scripts: Update graphing scripts to work with either python2 or python3
Kevin O'Connor
2021-08-02
4
-8
/
+8
*
idex_modes: Fix get_status (#4550)
Tircown
2021-08-01
1
-1
/
+1
*
stm32: Support PB7/PB6 for USART1 on stm32f0
Kevin O'Connor
2021-08-01
2
-10
/
+17
*
webhooks: Remove spaces from json messages sent on api server
Kevin O'Connor
2021-07-29
1
-1
/
+1
*
motion_report: Add get_status() method with current requested toolhead position
Kevin O'Connor
2021-07-29
2
-4
/
+55
*
motion_report: Add new extras module for low-level motion diagnostics
Kevin O'Connor
2021-07-29
2
-1
/
+147
*
stepper: Simplify helper module registration of stepper motors
Kevin O'Connor
2021-07-29
3
-13
/
+10
*
mcu: Support returning the mcu reported shutdown time
Kevin O'Connor
2021-07-29
1
-0
/
+6
*
extruder: Add get_trapq() method
Kevin O'Connor
2021-07-29
1
-0
/
+4
*
stepcompress: Support extracting stepcompress history
Kevin O'Connor
2021-07-29
4
-4
/
+59
*
stepcompress: Rename 'struct history_move' to 'struct history_steps'
Kevin O'Connor
2021-07-29
1
-25
/
+25
*
trapq: Store toolhead.set_position() updates in trapq history
Kevin O'Connor
2021-07-29
4
-1
/
+24
*
trapq: Keep history of recent trapq moves
Kevin O'Connor
2021-07-29
3
-4
/
+71
*
trapq: Rename trapq_free_moves() to trapq_finalize_moves()
Kevin O'Connor
2021-07-29
7
-14
/
+14
*
force_move: Note force_enable() and restore_enable() are internal functions
Kevin O'Connor
2021-07-29
1
-5
/
+5
*
klipper3d: links to anchors not working with Safari
Damien
2021-07-28
1
-1
/
+0
*
docs: fixed babystepping patch (#4526)
shiftingtech
2021-07-27
1
-3
/
+5
*
Revert "README: Fix links to www.klipper3d.org"
Kevin O'Connor
2021-07-27
1
-3
/
+3
*
Revert "workflows: Point to https://www.klipper3d.org/Contact"
Kevin O'Connor
2021-07-27
3
-4
/
+4
*
_klipper3d: Set use_directory_urls to False
Kevin O'Connor
2021-07-27
1
-0
/
+1
*
workflows: Point to https://www.klipper3d.org/Contact
Kevin O'Connor
2021-07-27
3
-4
/
+4
*
_klipper3d: Move mkdocs.yml to docs/_klipper3d
Kevin O'Connor
2021-07-27
2
-2
/
+5
*
README: Fix links to www.klipper3d.org
Kevin O'Connor
2021-07-27
1
-3
/
+3
*
_klipper3d: Add comments to files in this directory
Kevin O'Connor
2021-07-27
4
-0
/
+9
*
check_whitespace: Also check txt, css, html, yaml, and yml files for errors
Kevin O'Connor
2021-07-27
1
-1
/
+4
*
_klipper3d: Add trailing newline to extra.css
Kevin O'Connor
2021-07-27
1
-1
/
+1
*
docs: Use hash marks for header lines
Kevin O'Connor
2021-07-27
9
-104
/
+67
*
docs: make mkdocs_hooks.transform more robust
Damien Martin
2021-07-27
1
-10
/
+23
*
docs: Setup mkdocs with mkdocs-material theme
Damien
2021-07-27
11
-165
/
+189
*
docs : make modifications to all md files to make them compatible with mkdocs
Damien
2021-07-27
44
-536
/
+565
[next]