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
/
klippy
/
extras
/
tuning_tower.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-1
/
+2
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-27
/
+36
*
tuning_tower: add is_active() method
Troy Jacobson
2022-06-03
1
-0
/
+2
*
tuning_tower: Add STEP_DELTA and STEP_HEIGHT parameters as alternate tuning t...
github@matthewlloyd.net
2021-09-02
1
-3
/
+24
*
tuning_tower: Add SKIP parameter
github@matthewlloyd.net
2021-09-02
1
-0
/
+3
*
gcode_move: Move GCodeMove class from gcode.py to new extras module
Kevin O'Connor
2020-08-20
1
-1
/
+1
*
gcode: Split G0/G1 command handling to new gcode_move class
Kevin O'Connor
2020-08-20
1
-3
/
+5
*
gcode: Remove unneeded base_xpos variables from get_status()
Kevin O'Connor
2020-08-20
1
-4
/
+6
*
gcode: Automatically call reset_last_position() on a toolhead set_position()
Kevin O'Connor
2020-08-20
1
-1
/
+0
*
gcode: Make it clear that gcode.get_status() can be called without eventtime
Kevin O'Connor
2020-05-26
1
-1
/
+1
*
tuning_tower: Minor optimization
Kevin O'Connor
2020-05-26
1
-18
/
+13
*
tuning_tower: Remove max(0, z) check
Kevin O'Connor
2020-05-26
1
-1
/
+1
*
tuning_tower: compensate z-offset (#2881)
Rubens Panfili
2020-05-24
1
-0
/
+4
*
tuning_tower: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-8
/
+8
*
tuning_tower: Support tuning of traditional g-code commands
Kevin O'Connor
2020-01-07
1
-5
/
+8
*
tuning_tower: Fix typo causing tuning tower to break when homing
Kevin O'Connor
2019-12-04
1
-1
/
+1
*
tuning_tower: Report start of tuning test on g-code console
Kevin O'Connor
2019-11-21
1
-2
/
+2
*
tuning_tower: Only cancel tuning tower test if extrude at notably lower z
Kevin O'Connor
2019-10-04
1
-3
/
+6
*
tuning_tower: Tool for tuning parameters based on print Z height
Kevin O'Connor
2019-10-01
1
-0
/
+72