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
*
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
*
stepper: No need to pass printer reference to kinematic/stepper constructors
Kevin O'Connor
2018-06-22
6
-45
/
+40
*
display: Allow the ST7920_DISPLAY parameter to be configured
Kevin O'Connor
2018-06-21
1
-1
/
+2
*
itersolve: Move tracking of commanded position to itersolve code
Kevin O'Connor
2018-06-20
3
-20
/
+23
*
kin_cartesian: Remove stepcompress_push_const()
Kevin O'Connor
2018-06-20
6
-154
/
+6
*
stepper_buzz: Convert to iterative solver
Kevin O'Connor
2018-06-20
2
-2
/
+20
*
extruder: Convert to using iterative solver
Kevin O'Connor
2018-06-20
5
-74
/
+104
*
cartesian: Convert cartesian kinematics to use the iterative solver
Kevin O'Connor
2018-06-20
1
-30
/
+18
*
corexy: Convert corexy to use the iterative solver
Kevin O'Connor
2018-06-20
5
-42
/
+138
*
delta: Convert delta kinematics to use iterative solver
Kevin O'Connor
2018-06-20
5
-188
/
+60
*
itersolve: Add kinematic iterative solver code
Kevin O'Connor
2018-06-20
5
-4
/
+315
*
stepcompress: Allow stepcompress_alloc() to be called early
Kevin O'Connor
2018-06-20
4
-22
/
+30
*
chelper: Move cartesian and delta kinematics code to their own C files
Kevin O'Connor
2018-06-20
5
-254
/
+327
*
chelper: Compile with gcc -fwhole-program option
Kevin O'Connor
2018-06-20
4
-33
/
+34
*
chelper: Add compiler.h header
Kevin O'Connor
2018-06-20
3
-7
/
+49
*
stepper_buzz: Move STEPPER_BUZZ command from stepper.py to new file
Kevin O'Connor
2018-06-20
2
-28
/
+49
*
klippy: try_load_module() should return the module loaded
Kevin O'Connor
2018-06-20
1
-2
/
+3
*
temperature_fan: Fix issue 403 use max_speed
Douglas Hammond
2018-06-19
1
-1
/
+1
*
klippy: Return an error code if batch input results in an error
Kevin O'Connor
2018-06-16
2
-11
/
+21
*
toolhead: Add support for the M204 command
Kevin O'Connor
2018-06-15
1
-0
/
+5
*
Extras: Probing does reply with the z position where the probe triggers.
Hans Raaf
2018-06-13
1
-0
/
+4
*
probe: Catch and propagate errors raised during ProbePointsHelper
Kevin O'Connor
2018-06-11
1
-5
/
+17
*
homing_override: Add axes config parameter
Hans Raaf
2018-06-11
1
-0
/
+22
*
verify_heater: Disable when writing output to a debug file
Kevin O'Connor
2018-06-08
1
-0
/
+3
*
extruder: Report max_extrude_ratio in log
Kevin O'Connor
2018-06-05
1
-0
/
+1
*
output_pin: Fix SET_PIN max_val check
Kevin O'Connor
2018-06-05
1
-1
/
+2
*
stepcompress: Fix comment typo.
Michael Barbour
2018-06-04
1
-1
/
+1
*
gcode: mux command is already registered error print fixed
cruwaller
2018-06-01
1
-1
/
+1
*
mcu: config_reset_cmd typo fixed
cruwaller
2018-06-01
1
-1
/
+1
*
clocksync: Simplify is_active() check
Kevin O'Connor
2018-05-31
2
-9
/
+9
*
gcode: Apply SET_GCODE_OFFSET to next move command
Kevin O'Connor
2018-05-29
1
-1
/
+3
[next]