aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: Build pru gcc in travis-ci scripts and then cache it for later useKevin O'Connor2018-06-282-9/+32
* build: Collect travis build files travis build specific directoriesKevin O'Connor2018-06-283-11/+15
* display: fix for 128 x 64 pixel displaysArksine2018-06-281-5/+3
* test: Add a whitespace check to the travis buildKevin O'Connor2018-06-282-0/+74
* build: Cleanup whitespace errorsKevin O'Connor2018-06-285-13/+13
* display: uc1701 spi fixArksine2018-06-281-8/+2
* config: update Creality Ender 2 configuration to include displayArksine2018-06-271-0/+5
* config: update example-extras.cfg to include uc1701 displayArksine2018-06-271-5/+9
* display: add UC1701 graphics controller supportArksine2018-06-272-17/+203
* display: add VGA fontArksine2018-06-271-0/+276
* stm32f1: fix ADC pin listGrigori Goronzy2018-06-271-1/+1
* stm32f1: add port documentation (#425)Grigori Goronzy2018-06-271-0/+47
* pid_calibrate: Update the heater's target temperature during calibrationKevin O'Connor2018-06-272-4/+10
* heater: Don't peak into Heater class member variablesKevin O'Connor2018-06-272-23/+32
* display: Move icons to their own moduleKevin O'Connor2018-06-272-152/+147
* display: Move st7920 code to its own moduleKevin O'Connor2018-06-272-128/+129
* display: Move hd44780 code to its own moduleKevin O'Connor2018-06-272-169/+174
* display: Move klippy/extras/display.py to klippy/extras/display/display.pyKevin O'Connor2018-06-272-0/+9
* klippy: Allow extras modules to be directoriesKevin O'Connor2018-06-271-1/+3
* config: add configuration for Creality Ender 2Arksine2018-06-271-0/+86
* display: add M117 "show message" supportArksine2018-06-271-2/+42
* display: M73 UpdatesArksine2018-06-271-17/+50
* gpiocmds: Add update_digital_out commandKevin O'Connor2018-06-271-0/+15
* avr: Don't set SS high on spi_init()Kevin O'Connor2018-06-271-1/+3
* pru: Disable ADC reading directly from the PRUKevin O'Connor2018-06-273-6/+9
* toolhead: Disable all extruder motors on a motor_off()Kevin O'Connor2018-06-231-1/+2
* lcd_st7920: Use a longer delay at the start of each command/dataKevin O'Connor2018-06-224-22/+33
* delta: Don't peak into PrinterRail class from get_calibrate_params()Kevin O'Connor2018-06-221-3/+3
* probe: Rename get_position() callback to get_probed_position()Kevin O'Connor2018-06-224-4/+4
* mathutil: Move trilateration code from delta.py to mathutil.pyKevin O'Connor2018-06-222-58/+67
* delta: Remove the unnecessary StepList constantKevin O'Connor2018-06-221-5/+3
* corexy: Remove the unnecessary StepList constantKevin O'Connor2018-06-221-5/+3
* cartesian: Remove the unnecessary StepList constantKevin O'Connor2018-06-221-8/+6
* itersolve: Support setting the stepper position via a cartesian coordinateKevin O'Connor2018-06-229-29/+34
* delta: Rename get_position() to calc_position()Kevin O'Connor2018-06-228-12/+12
* probe: No need to call kin.get_position() to report positionKevin O'Connor2018-06-221-4/+3
* stepper: Replace PrinterHomingStepper with PrinterRailKevin O'Connor2018-06-227-194/+200
* stepper: Add a get_homing_info() method to PrinterHomingStepperKevin O'Connor2018-06-224-32/+43
* stepper: Add a get_range() method to PrinterHomingStepperKevin O'Connor2018-06-223-10/+11
* stepper: Don't peak into PrinterStepper membersKevin O'Connor2018-06-227-24/+26
* stepper: Add a is_stepper_enabled() method to PrinterStepperKevin O'Connor2018-06-224-3/+5
* stepper: Don't store step_dist in PrinterStepperKevin O'Connor2018-06-222-12/+16
* stepper: Add a get_name() method to PrinterStepperKevin O'Connor2018-06-223-12/+16
* stepper: No need to pass printer reference to kinematic/stepper constructorsKevin O'Connor2018-06-226-45/+40
* config: Add generic config for Re-Arm (LPC1768)AxMod 3D Print2018-06-211-0/+100
* display: Allow the ST7920_DISPLAY parameter to be configuredKevin O'Connor2018-06-212-1/+6
* docs: Update documentation with iterative solver changesKevin O'Connor2018-06-208-891/+100
* itersolve: Move tracking of commanded position to itersolve codeKevin O'Connor2018-06-203-20/+23
* kin_cartesian: Remove stepcompress_push_const()Kevin O'Connor2018-06-206-154/+6
* stepper_buzz: Convert to iterative solverKevin O'Connor2018-06-202-2/+20