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
path:
root
/
docs
/
Code_Overview.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: Minor wording update to Code_Overview.md
Kevin O'Connor
2022-05-17
1
-3
/
+3
*
docs: Update Code_Overview.md with more realistic task timing guidelines
Kevin O'Connor
2022-05-17
1
-3
/
+6
*
docs: Add low-level MMIO coding hints to Code_Overview.md
Kevin O'Connor
2021-11-22
1
-2
/
+16
*
docs: Minor example change in Code_Overview.md
Kevin O'Connor
2021-11-16
1
-1
/
+1
*
docs: Add recommendation on Python type handling to Code_Overview.md
Kevin O'Connor
2021-11-16
1
-0
/
+10
*
docs: Update Code_Overview.md with information on get_status()
Kevin O'Connor
2021-11-16
1
-0
/
+11
*
docs: Update documentation with new klipper github URL
Kevin O'Connor
2021-09-23
1
-5
/
+5
*
stepper: Query the stepper mcu position during startup
Kevin O'Connor
2021-08-06
1
-5
/
+4
*
docs: Use hash marks for header lines
Kevin O'Connor
2021-07-27
1
-18
/
+9
*
docs : make modifications to all md files to make them compatible with mkdocs
Damien
2021-07-27
1
-9
/
+11
*
docs: Update Code_Overview.md with the removal of calc_tag_position()
Kevin O'Connor
2021-06-11
1
-11
/
+10
*
stepper: Remove set_tag_position() code
Kevin O'Connor
2021-05-29
1
-6
/
+5
*
gcode_move: Move GCodeMove class from gcode.py to new extras module
Kevin O'Connor
2020-08-20
1
-6
/
+7
*
gcode: Split G0/G1 command handling to new gcode_move class
Kevin O'Connor
2020-08-20
1
-3
/
+3
*
docs: Minor updates to Code_Overview.md
Kevin O'Connor
2020-03-02
1
-14
/
+14
*
docs: Fix another typo in Code_Overview.md
Kevin O'Connor
2019-12-04
1
-2
/
+2
*
docs: Fix typo in Code_Overview.md
Kevin O'Connor
2019-12-04
1
-1
/
+1
*
docs: Minor "coordinate system" wording change to Code_Overview.md
Kevin O'Connor
2019-12-04
1
-16
/
+16
*
docs: Add information on coordinate systems to Code_Overview.md
Kevin O'Connor
2019-12-04
1
-0
/
+87
*
stepper: Add get/set_tag_position() and convert calc_position()
Kevin O'Connor
2019-11-13
1
-5
/
+6
*
docs: Add get_status() to list of kinematics methods in Code_Overview.md
Kevin O'Connor
2019-11-12
1
-4
/
+5
*
stepper_enable: Move motor_off() logic to stepper_enable.py
Kevin O'Connor
2019-11-12
1
-4
/
+3
*
docs: Update Code_Overview.md with new trapq system
Kevin O'Connor
2019-11-07
1
-39
/
+39
*
docs: Minor micro-controller updates to Code_Overview.md
Kevin O'Connor
2019-11-07
1
-6
/
+7
*
docs: Fix typo in Code_Overview.md
Kevin O'Connor
2019-08-09
1
-1
/
+1
*
docs: Update Code_Overview.md with removal of printer_state() callback
Kevin O'Connor
2019-01-08
1
-11
/
+21
*
sam3: Rename src/sam3x8e to src/sam3
Kevin O'Connor
2019-01-07
1
-11
/
+10
*
docs: Minor update to Code_Overview.md with further kinematics info
Kevin O'Connor
2018-11-17
1
-18
/
+20
*
docs: Add a section with micro-controller porting tips to Code_Overview.md
Kevin O'Connor
2018-07-11
1
-0
/
+53
*
docs: Minor updates to Code_Overview.md
Kevin O'Connor
2018-07-03
1
-12
/
+13
*
itersolve: Support setting the stepper position via a cartesian coordinate
Kevin O'Connor
2018-06-22
1
-10
/
+6
*
delta: Rename get_position() to calc_position()
Kevin O'Connor
2018-06-22
1
-4
/
+4
*
docs: Update documentation with iterative solver changes
Kevin O'Connor
2018-06-20
1
-85
/
+49
*
chelper: Move the host C code to a new klippy/chelper/ directory
Kevin O'Connor
2018-04-30
1
-27
/
+29
*
docs: Fix internal link description in Code_Overview.md
Kevin O'Connor
2018-04-23
1
-2
/
+3
*
docs: Add a section on adding new host modules to Code_Overview.md
Kevin O'Connor
2018-03-28
1
-1
/
+73
*
docs: Add tips for porting to new kinematics to Code_Overview.md
Kevin O'Connor
2018-02-17
1
-0
/
+86
*
docs: Add a section on time handling to Code_Overview.md
Kevin O'Connor
2017-09-27
1
-0
/
+64
*
stepcompress: Implement print time to clock conversion in C code
Kevin O'Connor
2017-09-19
1
-9
/
+8
*
docs: Update Code_Overview.md - step compress queue no longer 64 bit
Kevin O'Connor
2017-08-31
1
-4
/
+4
*
docs: Update Code_Overview.md with PRU and command_dispatch() changes
Kevin O'Connor
2017-08-11
1
-11
/
+14
*
docs: Avoid using "firmware" in the documentation
Kevin O'Connor
2017-04-27
1
-3
/
+3
*
docs: Use "look-ahead" instead of "lookahead" in Code Overview
Kevin O'Connor
2017-04-27
1
-3
/
+3
*
docs: Add initial Kinematics document
Kevin O'Connor
2017-04-15
1
-1
/
+2
*
docs: Reword and reformat parts of move code flow in Code_Overview
Kevin O'Connor
2017-04-13
1
-55
/
+63
*
docs: Update Code Overview document with code flow for a typical move
Kevin O'Connor
2017-04-10
1
-0
/
+94
*
sched: Move timer dispatch loop to board code
Kevin O'Connor
2017-03-30
1
-3
/
+3
*
sched: Rename sched_timer() to sched_add_timer()
Kevin O'Connor
2017-03-11
1
-1
/
+1
*
queuelogger: Add support for background log writing
Kevin O'Connor
2016-11-12
1
-2
/
+4
*
docs: ARM updates for Code_Overview.md
Kevin O'Connor
2016-07-26
1
-22
/
+35
[next]