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
*
build: Build pru gcc in travis-ci scripts and then cache it for later use
Kevin O'Connor
2018-06-28
2
-9
/
+32
*
build: Collect travis build files travis build specific directories
Kevin O'Connor
2018-06-28
3
-11
/
+15
*
display: fix for 128 x 64 pixel displays
Arksine
2018-06-28
1
-5
/
+3
*
test: Add a whitespace check to the travis build
Kevin O'Connor
2018-06-28
2
-0
/
+74
*
build: Cleanup whitespace errors
Kevin O'Connor
2018-06-28
5
-13
/
+13
*
display: uc1701 spi fix
Arksine
2018-06-28
1
-8
/
+2
*
config: update Creality Ender 2 configuration to include display
Arksine
2018-06-27
1
-0
/
+5
*
config: update example-extras.cfg to include uc1701 display
Arksine
2018-06-27
1
-5
/
+9
*
display: add UC1701 graphics controller support
Arksine
2018-06-27
2
-17
/
+203
*
display: add VGA font
Arksine
2018-06-27
1
-0
/
+276
*
stm32f1: fix ADC pin list
Grigori Goronzy
2018-06-27
1
-1
/
+1
*
stm32f1: add port documentation (#425)
Grigori Goronzy
2018-06-27
1
-0
/
+47
*
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
*
config: add configuration for Creality Ender 2
Arksine
2018-06-27
1
-0
/
+86
*
display: add M117 "show message" support
Arksine
2018-06-27
1
-2
/
+42
*
display: M73 Updates
Arksine
2018-06-27
1
-17
/
+50
*
gpiocmds: Add update_digital_out command
Kevin O'Connor
2018-06-27
1
-0
/
+15
*
avr: Don't set SS high on spi_init()
Kevin O'Connor
2018-06-27
1
-1
/
+3
*
pru: Disable ADC reading directly from the PRU
Kevin O'Connor
2018-06-27
3
-6
/
+9
*
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
4
-22
/
+33
*
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
9
-29
/
+34
*
delta: Rename get_position() to calc_position()
Kevin O'Connor
2018-06-22
8
-12
/
+12
*
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
*
config: Add generic config for Re-Arm (LPC1768)
AxMod 3D Print
2018-06-21
1
-0
/
+100
*
display: Allow the ST7920_DISPLAY parameter to be configured
Kevin O'Connor
2018-06-21
2
-1
/
+6
*
docs: Update documentation with iterative solver changes
Kevin O'Connor
2018-06-20
8
-891
/
+100
*
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
[next]