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
Commit message (
Expand
)
Author
Age
Files
Lines
*
toolhead: Move kinematic modules to new kinematics/ directory
Kevin O'Connor
2018-07-12
9
-17
/
+37
*
klippy: No need to pass printer reference to add_printer_objects()
Kevin O'Connor
2018-07-12
6
-18
/
+20
*
mcu: Send mcu config and init immediately after building it
Kevin O'Connor
2018-07-12
1
-34
/
+35
*
mcu: Add leading underscore to handle_shutdown() and handle_mcu_stats()
Kevin O'Connor
2018-07-12
1
-5
/
+5
*
delta: Minor comment updates
Kevin O'Connor
2018-07-09
1
-1
/
+4
*
chelper: Use CLOCK_MONOTONIC_RAW
Kevin O'Connor
2018-07-09
1
-1
/
+1
*
docs: Add display g-code commands to docs/G-Codes.md
Kevin O'Connor
2018-07-08
1
-2
/
+1
*
heater: Introduce smooth_time config option; remove pid_deriv_time
Kevin O'Connor
2018-07-06
2
-21
/
+32
*
gcode: fix for GET_POSITION (#454)
Eric Callahan
2018-07-03
1
-1
/
+4
*
adccmds: Add support for min/max temperature check filtering
Kevin O'Connor
2018-07-02
3
-6
/
+13
*
buttons: Improve rotary encoder handler by using Ben Buxton state machine. (#...
Janar Sööt
2018-07-01
1
-11
/
+35
*
tmc2130: Add a DUMP_TMC helper command
Kevin O'Connor
2018-06-30
1
-3
/
+33
*
buttons: Add initial support for detecting button presses
Kevin O'Connor
2018-06-30
2
-2
/
+146
*
reactor: Add ability to register callbacks
Kevin O'Connor
2018-06-30
1
-6
/
+58
*
gcode: Add run_script() method that is valid from non-command contexts
Kevin O'Connor
2018-06-30
1
-0
/
+11
*
gcode: Rename run_script() to run_script_from_command()
Kevin O'Connor
2018-06-30
6
-10
/
+10
*
pins: Strip pin names before trying to parse them
Kevin O'Connor
2018-06-30
1
-1
/
+1
*
mcp4451: Add initial support for programming the mcp4451 on lpc176x
Kevin O'Connor
2018-06-29
1
-0
/
+32
*
display: fix for 128 x 64 pixel displays
Arksine
2018-06-28
1
-5
/
+3
*
build: Cleanup whitespace errors
Kevin O'Connor
2018-06-28
3
-8
/
+8
*
display: uc1701 spi fix
Arksine
2018-06-28
1
-8
/
+2
*
display: add UC1701 graphics controller support
Arksine
2018-06-27
2
-17
/
+203
*
display: add VGA font
Arksine
2018-06-27
1
-0
/
+276
*
pid_calibrate: Update the heater's target temperature during calibration
Kevin O'Connor
2018-06-27
2
-4
/
+10
*
heater: Don't peak into Heater class member variables
Kevin O'Connor
2018-06-27
2
-23
/
+32
*
display: Move icons to their own module
Kevin O'Connor
2018-06-27
2
-152
/
+147
*
display: Move st7920 code to its own module
Kevin O'Connor
2018-06-27
2
-128
/
+129
*
display: Move hd44780 code to its own module
Kevin O'Connor
2018-06-27
2
-169
/
+174
*
display: Move klippy/extras/display.py to klippy/extras/display/display.py
Kevin O'Connor
2018-06-27
2
-0
/
+9
*
klippy: Allow extras modules to be directories
Kevin O'Connor
2018-06-27
1
-1
/
+3
*
display: add M117 "show message" support
Arksine
2018-06-27
1
-2
/
+42
*
display: M73 Updates
Arksine
2018-06-27
1
-17
/
+50
*
toolhead: Disable all extruder motors on a motor_off()
Kevin O'Connor
2018-06-23
1
-1
/
+2
*
lcd_st7920: Use a longer delay at the start of each command/data
Kevin O'Connor
2018-06-22
1
-4
/
+6
*
delta: Don't peak into PrinterRail class from get_calibrate_params()
Kevin O'Connor
2018-06-22
1
-3
/
+3
*
probe: Rename get_position() callback to get_probed_position()
Kevin O'Connor
2018-06-22
4
-4
/
+4
*
mathutil: Move trilateration code from delta.py to mathutil.py
Kevin O'Connor
2018-06-22
2
-58
/
+67
*
delta: Remove the unnecessary StepList constant
Kevin O'Connor
2018-06-22
1
-5
/
+3
*
corexy: Remove the unnecessary StepList constant
Kevin O'Connor
2018-06-22
1
-5
/
+3
*
cartesian: Remove the unnecessary StepList constant
Kevin O'Connor
2018-06-22
1
-8
/
+6
*
itersolve: Support setting the stepper position via a cartesian coordinate
Kevin O'Connor
2018-06-22
8
-19
/
+28
*
delta: Rename get_position() to calc_position()
Kevin O'Connor
2018-06-22
7
-8
/
+8
*
probe: No need to call kin.get_position() to report position
Kevin O'Connor
2018-06-22
1
-4
/
+3
*
stepper: Replace PrinterHomingStepper with PrinterRail
Kevin O'Connor
2018-06-22
7
-194
/
+200
*
stepper: Add a get_homing_info() method to PrinterHomingStepper
Kevin O'Connor
2018-06-22
4
-32
/
+43
*
stepper: Add a get_range() method to PrinterHomingStepper
Kevin O'Connor
2018-06-22
3
-10
/
+11
*
stepper: Don't peak into PrinterStepper members
Kevin O'Connor
2018-06-22
7
-24
/
+26
*
stepper: Add a is_stepper_enabled() method to PrinterStepper
Kevin O'Connor
2018-06-22
4
-3
/
+5
*
stepper: Don't store step_dist in PrinterStepper
Kevin O'Connor
2018-06-22
2
-12
/
+16
*
stepper: Add a get_name() method to PrinterStepper
Kevin O'Connor
2018-06-22
3
-12
/
+16
[next]