aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* extruder: Convert to using iterative solverKevin O'Connor2018-06-205-74/+104
* cartesian: Convert cartesian kinematics to use the iterative solverKevin O'Connor2018-06-201-30/+18
* corexy: Convert corexy to use the iterative solverKevin O'Connor2018-06-205-42/+138
* delta: Convert delta kinematics to use iterative solverKevin O'Connor2018-06-205-188/+60
* itersolve: Add kinematic iterative solver codeKevin O'Connor2018-06-205-4/+315
* stepcompress: Allow stepcompress_alloc() to be called earlyKevin O'Connor2018-06-204-22/+30
* chelper: Move cartesian and delta kinematics code to their own C filesKevin O'Connor2018-06-205-254/+327
* chelper: Compile with gcc -fwhole-program optionKevin O'Connor2018-06-204-33/+34
* chelper: Add compiler.h headerKevin O'Connor2018-06-203-7/+49
* stepper_buzz: Move STEPPER_BUZZ command from stepper.py to new fileKevin O'Connor2018-06-202-28/+49
* klippy: try_load_module() should return the module loadedKevin O'Connor2018-06-201-2/+3
* scripts: Add installation script for CentOS (#367)pyr0ball2018-06-191-0/+101
* temperature_fan: Fix issue 403 use max_speedDouglas Hammond2018-06-191-1/+1
* config: anet e10 updateOli2018-06-191-2/+2
* test: Try to cache gcc arm download during travis-ci buildsKevin O'Connor2018-06-182-2/+14
* lpc176x: Build with LCD supportKevin O'Connor2018-06-181-0/+1
* test_klippy: Default to only showing log information on an errorKevin O'Connor2018-06-171-11/+27
* scripts: Add additional explicit dependencies to install-octopi.shKevin O'Connor2018-06-171-1/+2
* test: Add a dual_carriage test caseKevin O'Connor2018-06-172-0/+145