Commit Graph

  • 74de181e59 delta: Don't peak into PrinterRail class from get_calibrate_params() Kevin O'Connor 2018-06-22 15:42:20 -0400
  • d9a32f75fa probe: Rename get_position() callback to get_probed_position() Kevin O'Connor 2018-06-22 15:33:12 -0400
  • 3e88ffabf1 mathutil: Move trilateration code from delta.py to mathutil.py Kevin O'Connor 2018-06-22 13:57:15 -0400
  • 77a2c95b5e delta: Remove the unnecessary StepList constant Kevin O'Connor 2018-06-22 13:21:03 -0400
  • 4e01ab4ef0 corexy: Remove the unnecessary StepList constant Kevin O'Connor 2018-06-22 13:20:47 -0400
  • 13acdf7832 cartesian: Remove the unnecessary StepList constant Kevin O'Connor 2018-06-22 13:20:17 -0400
  • 890298d34d itersolve: Support setting the stepper position via a cartesian coordinate Kevin O'Connor 2018-06-22 13:03:07 -0400
  • 0216201cb6 delta: Rename get_position() to calc_position() Kevin O'Connor 2018-06-22 12:27:37 -0400
  • 20b404ecf5 probe: No need to call kin.get_position() to report position Kevin O'Connor 2018-06-22 12:24:20 -0400
  • 0791c69499 stepper: Replace PrinterHomingStepper with PrinterRail Kevin O'Connor 2018-06-22 11:44:25 -0400
  • 93d0526a77 stepper: Add a get_homing_info() method to PrinterHomingStepper Kevin O'Connor 2018-06-21 18:48:33 -0400
  • 968ed58b61 stepper: Add a get_range() method to PrinterHomingStepper Kevin O'Connor 2018-06-21 18:34:33 -0400
  • b96542f0e5 stepper: Don't peak into PrinterStepper members Kevin O'Connor 2018-06-21 18:15:23 -0400
  • 9a97a348ae stepper: Add a is_stepper_enabled() method to PrinterStepper Kevin O'Connor 2018-06-21 17:58:18 -0400
  • 28b7a28651 stepper: Don't store step_dist in PrinterStepper Kevin O'Connor 2018-06-21 14:38:39 -0400
  • 544f8c1e85 stepper: Add a get_name() method to PrinterStepper Kevin O'Connor 2018-06-21 14:33:55 -0400
  • d0590ccb0e stepper: No need to pass printer reference to kinematic/stepper constructors Kevin O'Connor 2018-06-21 13:47:39 -0400
  • 76e2b041b4 config: Add generic config for Re-Arm (LPC1768) AxMod 3D Print 2018-06-21 20:51:40 +0100
  • d94c856118 display: Allow the ST7920_DISPLAY parameter to be configured Kevin O'Connor 2018-06-21 09:58:35 -0400
  • 3ac9fc6e63 docs: Update documentation with iterative solver changes Kevin O'Connor 2018-06-19 00:50:59 -0400
  • 926829e737 itersolve: Move tracking of commanded position to itersolve code Kevin O'Connor 2018-06-14 16:33:57 -0400
  • 8f747e2720 kin_cartesian: Remove stepcompress_push_const() Kevin O'Connor 2018-06-14 14:01:33 -0400
  • eb73b5d0b0 stepper_buzz: Convert to iterative solver Kevin O'Connor 2018-06-14 13:44:01 -0400
  • bbe53cf8e5 extruder: Convert to using iterative solver Kevin O'Connor 2018-06-13 16:53:25 -0400
  • 7148ebd565 cartesian: Convert cartesian kinematics to use the iterative solver Kevin O'Connor 2018-06-09 14:56:05 -0400
  • fc4a9e7564 corexy: Convert corexy to use the iterative solver Kevin O'Connor 2018-06-09 14:30:22 -0400
  • ca0d0135dc delta: Convert delta kinematics to use iterative solver Kevin O'Connor 2018-06-08 21:30:38 -0400
  • 2511471b0d itersolve: Add kinematic iterative solver code Kevin O'Connor 2018-06-08 19:55:24 -0400
  • ba3428822d stepcompress: Allow stepcompress_alloc() to be called early Kevin O'Connor 2018-06-08 17:02:20 -0400
  • 9a2eb4bedd chelper: Move cartesian and delta kinematics code to their own C files Kevin O'Connor 2018-06-06 16:49:44 -0400
  • 8a830ff0ce chelper: Compile with gcc -fwhole-program option Kevin O'Connor 2018-06-05 21:40:32 -0400
  • 189ebb4c7d chelper: Add compiler.h header Kevin O'Connor 2018-06-05 21:25:37 -0400
  • bedbfceafc stepper_buzz: Move STEPPER_BUZZ command from stepper.py to new file Kevin O'Connor 2018-06-14 12:01:22 -0400
  • c60c9ee302 klippy: try_load_module() should return the module loaded Kevin O'Connor 2018-06-14 12:00:55 -0400
  • 995367bd52 scripts: Add installation script for CentOS (#367) pyr0ball 2018-06-19 12:57:21 -0700
  • 9519e05394 temperature_fan: Fix issue 403 use max_speed Douglas Hammond 2018-06-19 11:51:07 -0400
  • 7a606633fa config: anet e10 update Oli 2018-06-19 17:36:52 +0200
  • d887a403ff test: Try to cache gcc arm download during travis-ci builds Kevin O'Connor 2018-06-18 13:04:17 -0400
  • 4fbecfa1fc lpc176x: Build with LCD support Kevin O'Connor 2018-06-18 12:46:08 -0400
  • 711a69396f test_klippy: Default to only showing log information on an error Kevin O'Connor 2018-06-17 11:48:06 -0400
  • c89983fd96 scripts: Add additional explicit dependencies to install-octopi.sh Kevin O'Connor 2018-06-17 10:47:58 -0400
  • d94dc44e98 test: Add a dual_carriage test case Kevin O'Connor 2018-06-17 09:44:15 -0400
  • ea18034258 test: Add STEPPER_BUZZ and DELTA_CALIBRATE tests to delta.test Kevin O'Connor 2018-06-16 22:04:53 -0400
  • 6841f0b5a8 test_klippy: Use verbose output when running klippy Kevin O'Connor 2018-06-16 20:42:13 -0400
  • 9972db5a2a test: Add multi_z test case Kevin O'Connor 2018-06-16 20:32:35 -0400
  • eb801631b9 test: Add basic klippy regression tests Kevin O'Connor 2017-09-11 20:53:32 -0400
  • 780e3c3022 klippy: Return an error code if batch input results in an error Kevin O'Connor 2018-06-16 15:15:17 -0400
  • efe63d5efe toolhead: Add support for the M204 command Kevin O'Connor 2018-06-15 12:00:33 -0400
  • 4ec1244c31 Extras: Probing does reply with the z position where the probe triggers. Hans Raaf 2018-06-13 23:55:58 +0200
  • 268e39fe52 config: Add "axes: z" and "G4 P100" to sample-bltouch.cfg Kevin O'Connor 2018-06-13 12:43:23 -0400
  • 064212a191 logextract: Detect clock field even if it is last field on line Kevin O'Connor 2018-06-12 10:12:02 -0400
  • 3819ad2986 probe: Catch and propagate errors raised during ProbePointsHelper Kevin O'Connor 2018-06-11 21:29:24 -0400
  • e110e1fecc homing_override: Add axes config parameter Hans Raaf 2018-06-10 14:23:40 +0200
  • 5f640699b7 scripts: Add python-dev dependency to install-octopi.sh Kevin O'Connor 2018-06-09 19:12:52 -0400
  • 4367a985e2 verify_heater: Disable when writing output to a debug file Kevin O'Connor 2018-06-08 23:51:41 -0400
  • e90edc0447 config: Add configuration file for the Anycubic Kossel delta printer ruevs 2018-06-07 09:37:27 +0300
  • 1ace688ea3 extruder: Report max_extrude_ratio in log Kevin O'Connor 2018-06-05 20:48:55 -0400
  • 183e0decf8 output_pin: Fix SET_PIN max_val check Kevin O'Connor 2018-06-05 09:12:31 -0400
  • a748cf39eb stepcompress: Fix comment typo. Michael Barbour 2018-06-03 23:51:30 -0400
  • f020ed179e config: Add sample voron2 config file Kevin O'Connor 2018-06-01 21:10:22 -0400
  • 2c4ca88887 docs: Update documentation to note use of /dev/serial/by-path/ Kevin O'Connor 2018-06-01 17:18:12 -0400
  • 404cd376b5 gcode: mux command is already registered error print fixed cruwaller 2018-06-01 22:44:52 +0300
  • 26378c2564 mcu: config_reset_cmd typo fixed cruwaller 2018-06-01 15:47:35 +0300
  • ff9543eee2 clocksync: Simplify is_active() check Kevin O'Connor 2018-05-31 18:18:23 -0400
  • 1b1d2adb31 gcode: Apply SET_GCODE_OFFSET to next move command Kevin O'Connor 2018-05-29 14:09:04 -0400
  • b93fd5b1b5 basecmd: Rename get_status to get_clock Kevin O'Connor 2018-05-28 11:38:04 -0400
  • 879c45db19 mcu: Do not automatically restart MCU with new config if it is shutdown Kevin O'Connor 2018-05-28 11:44:42 -0400
  • d798fae20b serialqueue: Limit message transmission to available receive buffer size Kevin O'Connor 2018-05-28 09:42:59 -0400
  • 0728c1a8be msgproto: Add support for a get_constant_int() method Kevin O'Connor 2018-05-28 10:21:51 -0400
  • 75f8709947 command: Wait to send ack until after processing commands Kevin O'Connor 2018-05-24 13:30:24 -0400
  • 528f9f7604 command: Add command_find_and_dispatch() helper Kevin O'Connor 2018-05-24 13:18:03 -0400
  • c8af3feee6 command: Add a command_encode_and_frame() helper Kevin O'Connor 2018-05-24 13:07:43 -0400
  • cb4e165071 command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengths Kevin O'Connor 2018-05-24 12:49:23 -0400
  • 2a55741ea8 config: Anet E10 config added Zsolt Olah 2018-05-25 23:14:06 +0200
  • c9dfdf21e5 docs: Remove lpc176x item from Todo Kevin O'Connor 2018-05-25 13:56:54 -0400
  • 20ddd842b7 klippy: Fix detection of mixed case section names Kevin O'Connor 2018-05-25 12:47:51 -0400
  • c38a63d4db gcode_macro: Add the ability to define custom g-code macros Kevin O'Connor 2018-05-25 12:33:01 -0400
  • 2994638380 lpc176x: Add a dummy "make flash" command to advise users on how to flash Kevin O'Connor 2018-05-25 11:58:23 -0400
  • ef7d4dd3cb config: Add example generic-smoothieboard.cfg config file Kevin O'Connor 2018-05-17 11:24:58 -0400
  • 4344f7fc10 lpc176x: Add build rules for smoothieware bootloader support Kevin O'Connor 2018-05-17 11:00:24 -0400
  • c381d03aad lpc176x: Initial support for serial over usb Kevin O'Connor 2018-04-27 14:54:50 -0400
  • c812a40a37 lpc176x: Add ADC support Kevin O'Connor 2018-05-10 09:05:12 -0400
  • 65613aeddf lpc176x: Enable watchdog Kevin O'Connor 2018-05-08 15:25:22 -0400
  • 83d3c17280 docs: Add LPC1768 benchmarks to Features.md document Kevin O'Connor 2018-05-08 12:34:46 -0400
  • 141bd0ce9b test: Add LPC176x compile test case Kevin O'Connor 2018-05-08 12:29:05 -0400
  • c78b90767f lpc176x: Add support for GPIO pins Kevin O'Connor 2018-05-08 12:20:10 -0400
  • 970831ee0d lpc176x: Add initial support for LPC176x processors Kevin O'Connor 2018-05-07 21:32:27 -0400
  • 5ae22a5e51 tmc2130: Allow the PWMCONF register to be configured Kevin O'Connor 2018-05-24 11:03:29 -0400
  • 1e6fa5722a tmc2130: Initial support for sensorless homing Kevin O'Connor 2018-05-22 23:39:06 -0400
  • 26246b1f28 tmc2130: Use an SPI rate of 4Mhz Kevin O'Connor 2018-05-22 22:05:37 -0400
  • 3799f40f29 tmc2130: Configure stealthchop velocity limit Kevin O'Connor 2018-05-22 21:40:32 -0400
  • 739d37feac config: Add printer config for the Ender 3 by Creality3D Hans Raaf 2018-05-24 13:40:18 +0200
  • c4fe43ffce tmc2130: The default TOFF time should be 4 Kevin O'Connor 2018-05-24 10:44:45 -0400
  • ee4f37fe0c stepper: Add STEPPER_BUZZ command Kevin O'Connor 2018-05-24 09:42:33 -0400
  • e50c2aa38d docs: Remove "touch panel" item from Todo document Kevin O'Connor 2018-05-23 22:31:45 -0400
  • 237c242d65 Display M73-indicated progress plus linear ETA on ST7920 displays. FeepingCreature 2018-05-22 00:06:07 +0200
  • d7b29eca47 temperature_fan: Don't write "temperature_fan " to prefix stats Kevin O'Connor 2018-05-23 18:22:02 -0400
  • bf301a977e graphstats: Make check for stats prefixes more robust Kevin O'Connor 2018-05-23 18:19:50 -0400
  • 3e1febce78 temperature_fan: Don't always enable stats generation Kevin O'Connor 2018-05-23 00:27:32 -0400
  • 3025638b9b z_tilt: Add support for Z_TILT_ADJUST Kevin O'Connor 2018-05-21 14:48:01 -0400