Commit Graph

  • c60c9ee302 klippy: try_load_module() should return the module loaded Kevin O'Connor 2018-06-14 12:00:55 -04:00
  • 995367bd52 scripts: Add installation script for CentOS (#367) pyr0ball 2018-06-19 12:57:21 -07:00
  • 9519e05394 temperature_fan: Fix issue 403 use max_speed Douglas Hammond 2018-06-19 11:51:07 -04:00
  • 7a606633fa config: anet e10 update Oli 2018-06-19 17:36:52 +02:00
  • d887a403ff test: Try to cache gcc arm download during travis-ci builds Kevin O'Connor 2018-06-18 13:04:17 -04:00
  • 4fbecfa1fc lpc176x: Build with LCD support Kevin O'Connor 2018-06-18 12:46:08 -04:00
  • 711a69396f test_klippy: Default to only showing log information on an error Kevin O'Connor 2018-06-17 11:48:06 -04:00
  • c89983fd96 scripts: Add additional explicit dependencies to install-octopi.sh Kevin O'Connor 2018-06-17 10:47:58 -04:00
  • d94dc44e98 test: Add a dual_carriage test case Kevin O'Connor 2018-06-17 09:44:15 -04:00
  • ea18034258 test: Add STEPPER_BUZZ and DELTA_CALIBRATE tests to delta.test Kevin O'Connor 2018-06-16 22:04:53 -04:00
  • 6841f0b5a8 test_klippy: Use verbose output when running klippy Kevin O'Connor 2018-06-16 20:42:13 -04:00
  • 9972db5a2a test: Add multi_z test case Kevin O'Connor 2018-06-16 20:32:35 -04:00
  • eb801631b9 test: Add basic klippy regression tests Kevin O'Connor 2017-09-11 20:53:32 -04:00
  • 780e3c3022 klippy: Return an error code if batch input results in an error Kevin O'Connor 2018-06-16 15:15:17 -04:00
  • efe63d5efe toolhead: Add support for the M204 command Kevin O'Connor 2018-06-15 12:00:33 -04:00
  • 4ec1244c31 Extras: Probing does reply with the z position where the probe triggers. Hans Raaf 2018-06-13 23:55:58 +02:00
  • 268e39fe52 config: Add "axes: z" and "G4 P100" to sample-bltouch.cfg Kevin O'Connor 2018-06-13 12:43:23 -04:00
  • 064212a191 logextract: Detect clock field even if it is last field on line Kevin O'Connor 2018-06-12 10:12:02 -04:00
  • 3819ad2986 probe: Catch and propagate errors raised during ProbePointsHelper Kevin O'Connor 2018-06-11 21:29:24 -04:00
  • e110e1fecc homing_override: Add axes config parameter Hans Raaf 2018-06-10 14:23:40 +02:00
  • 5f640699b7 scripts: Add python-dev dependency to install-octopi.sh Kevin O'Connor 2018-06-09 19:12:52 -04:00
  • 4367a985e2 verify_heater: Disable when writing output to a debug file Kevin O'Connor 2018-06-08 23:51:41 -04:00
  • e90edc0447 config: Add configuration file for the Anycubic Kossel delta printer ruevs 2018-06-07 09:37:27 +03:00
  • 1ace688ea3 extruder: Report max_extrude_ratio in log Kevin O'Connor 2018-06-05 20:48:55 -04:00
  • 183e0decf8 output_pin: Fix SET_PIN max_val check Kevin O'Connor 2018-06-05 09:12:31 -04:00
  • a748cf39eb stepcompress: Fix comment typo. Michael Barbour 2018-06-03 23:51:30 -04:00
  • f020ed179e config: Add sample voron2 config file Kevin O'Connor 2018-06-01 21:10:22 -04:00
  • 2c4ca88887 docs: Update documentation to note use of /dev/serial/by-path/ Kevin O'Connor 2018-06-01 17:18:12 -04:00
  • 404cd376b5 gcode: mux command is already registered error print fixed cruwaller 2018-06-01 22:44:52 +03:00
  • 26378c2564 mcu: config_reset_cmd typo fixed cruwaller 2018-06-01 15:47:35 +03:00
  • ff9543eee2 clocksync: Simplify is_active() check Kevin O'Connor 2018-05-31 18:18:23 -04:00
  • 1b1d2adb31 gcode: Apply SET_GCODE_OFFSET to next move command Kevin O'Connor 2018-05-29 14:09:04 -04:00
  • b93fd5b1b5 basecmd: Rename get_status to get_clock Kevin O'Connor 2018-05-28 11:38:04 -04:00
  • 879c45db19 mcu: Do not automatically restart MCU with new config if it is shutdown Kevin O'Connor 2018-05-28 11:44:42 -04:00
  • d798fae20b serialqueue: Limit message transmission to available receive buffer size Kevin O'Connor 2018-05-28 09:42:59 -04:00
  • 0728c1a8be msgproto: Add support for a get_constant_int() method Kevin O'Connor 2018-05-28 10:21:51 -04:00
  • 75f8709947 command: Wait to send ack until after processing commands Kevin O'Connor 2018-05-24 13:30:24 -04:00
  • 528f9f7604 command: Add command_find_and_dispatch() helper Kevin O'Connor 2018-05-24 13:18:03 -04:00
  • c8af3feee6 command: Add a command_encode_and_frame() helper Kevin O'Connor 2018-05-24 13:07:43 -04:00
  • cb4e165071 command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengths Kevin O'Connor 2018-05-24 12:49:23 -04:00
  • 2a55741ea8 config: Anet E10 config added Zsolt Olah 2018-05-25 23:14:06 +02:00
  • c9dfdf21e5 docs: Remove lpc176x item from Todo Kevin O'Connor 2018-05-25 13:56:54 -04:00
  • 20ddd842b7 klippy: Fix detection of mixed case section names Kevin O'Connor 2018-05-25 12:47:51 -04:00
  • c38a63d4db gcode_macro: Add the ability to define custom g-code macros Kevin O'Connor 2018-05-25 12:33:01 -04:00
  • 2994638380 lpc176x: Add a dummy "make flash" command to advise users on how to flash Kevin O'Connor 2018-05-25 11:58:23 -04:00
  • ef7d4dd3cb config: Add example generic-smoothieboard.cfg config file Kevin O'Connor 2018-05-17 11:24:58 -04:00
  • 4344f7fc10 lpc176x: Add build rules for smoothieware bootloader support Kevin O'Connor 2018-05-17 11:00:24 -04:00
  • c381d03aad lpc176x: Initial support for serial over usb Kevin O'Connor 2018-04-27 14:54:50 -04:00
  • c812a40a37 lpc176x: Add ADC support Kevin O'Connor 2018-05-10 09:05:12 -04:00
  • 65613aeddf lpc176x: Enable watchdog Kevin O'Connor 2018-05-08 15:25:22 -04:00
  • 83d3c17280 docs: Add LPC1768 benchmarks to Features.md document Kevin O'Connor 2018-05-08 12:34:46 -04:00
  • 141bd0ce9b test: Add LPC176x compile test case Kevin O'Connor 2018-05-08 12:29:05 -04:00
  • c78b90767f lpc176x: Add support for GPIO pins Kevin O'Connor 2018-05-08 12:20:10 -04:00
  • 970831ee0d lpc176x: Add initial support for LPC176x processors Kevin O'Connor 2018-05-07 21:32:27 -04:00
  • 5ae22a5e51 tmc2130: Allow the PWMCONF register to be configured Kevin O'Connor 2018-05-24 11:03:29 -04:00
  • 1e6fa5722a tmc2130: Initial support for sensorless homing Kevin O'Connor 2018-05-22 23:39:06 -04:00
  • 26246b1f28 tmc2130: Use an SPI rate of 4Mhz Kevin O'Connor 2018-05-22 22:05:37 -04:00
  • 3799f40f29 tmc2130: Configure stealthchop velocity limit Kevin O'Connor 2018-05-22 21:40:32 -04:00
  • 739d37feac config: Add printer config for the Ender 3 by Creality3D Hans Raaf 2018-05-24 13:40:18 +02:00
  • c4fe43ffce tmc2130: The default TOFF time should be 4 Kevin O'Connor 2018-05-24 10:44:45 -04:00
  • ee4f37fe0c stepper: Add STEPPER_BUZZ command Kevin O'Connor 2018-05-24 09:42:33 -04:00
  • e50c2aa38d docs: Remove "touch panel" item from Todo document Kevin O'Connor 2018-05-23 22:31:45 -04:00
  • 237c242d65 Display M73-indicated progress plus linear ETA on ST7920 displays. FeepingCreature 2018-05-22 00:06:07 +02:00
  • d7b29eca47 temperature_fan: Don't write "temperature_fan " to prefix stats Kevin O'Connor 2018-05-23 18:22:02 -04:00
  • bf301a977e graphstats: Make check for stats prefixes more robust Kevin O'Connor 2018-05-23 18:19:50 -04:00
  • 3e1febce78 temperature_fan: Don't always enable stats generation Kevin O'Connor 2018-05-23 00:27:32 -04:00
  • 3025638b9b z_tilt: Add support for Z_TILT_ADJUST Kevin O'Connor 2018-05-21 14:48:01 -04:00
  • 4bf1b042b1 console: Report timestamp on each read message Kevin O'Connor 2018-05-16 09:27:50 -04:00
  • c2d48aba87 byteorder: Add a header file defining common byteswap functions Kevin O'Connor 2018-05-04 14:15:12 -04:00
  • e3e3aa63d7 build: Add gcc option -std=gnu11 Kevin O'Connor 2018-05-17 12:17:43 -04:00
  • 42ca985bef docs: Add reference to homing_override in FAQ Kevin O'Connor 2018-05-20 19:33:54 -04:00
  • 2db5415d09 config: Add example config file for the Einsy-Rambo board Kevin O'Connor 2018-05-10 14:56:07 -04:00
  • 680c92de40 tmc2130: Add initial support for TMC2130 stepper motor drivers Kevin O'Connor 2018-02-17 23:34:41 -05:00
  • 61fbd193f9 gcode: Reset extrude_factor and extruder position on a tool change Kevin O'Connor 2018-05-20 13:47:00 -04:00
  • 33c2c8f1bd gcode: Raise an error if a duplicate command is registered Kevin O'Connor 2018-05-20 13:04:52 -04:00
  • 2ab47cd20c extruder: Fix SET_PRESSURE_ADVANCE so that it works with multiple extruders Kevin O'Connor 2018-05-20 12:52:19 -04:00
  • 75a1e9ea21 output_pin: Use new gcode.register_mux_command() Kevin O'Connor 2018-05-20 12:44:02 -04:00
  • 5a88a14afc servo: Use new gcode.register_mux_command() Kevin O'Connor 2018-05-20 12:40:10 -04:00
  • abe79056c9 gcode: Add ability to register a "mux" command Kevin O'Connor 2018-05-20 12:33:43 -04:00
  • 6869e7d1ec probe: Verify horizontal_move_z not less than probe's z_offset Kevin O'Connor 2018-05-20 11:32:03 -04:00
  • c5bff88943 probe: Move code from bed_tilt and delta_calibrate into ProbePointsHelper Kevin O'Connor 2018-05-20 11:28:28 -04:00
  • 11816295e7 stepper: Raise an error if position_endstop is not in min/max range Kevin O'Connor 2018-05-18 19:34:17 -04:00
  • 2740838b2e fan: Allow the fan shutdown_speed to be configured Kevin O'Connor 2018-05-18 19:12:03 -04:00
  • 5712283e91 Add temperature controlled fans Douglas Hammond 2018-05-13 23:02:01 -04:00
  • 6d376017bc config: Fix printer-tronxy-x5s-2018.cfg file flags Kevin O'Connor 2018-05-17 12:47:08 -04:00
  • a11add60e2 config: Add example config file for the creality cr10 mini Kevin O'Connor 2018-05-17 12:41:51 -04:00
  • c331406774 util: Change the /tmp/printer pty to be group readable Kevin O'Connor 2018-05-16 13:25:21 -04:00
  • 3505a0727d config: Update printer-creality-cr10s-2017.cfg to use z position_max=400 Kevin O'Connor 2018-05-15 18:53:40 -04:00
  • 70068985a7 stepper: Introduce and use gpio_out_toggle_noirq() Kevin O'Connor 2018-05-15 17:04:30 -04:00
  • 907cfb9105 stepper: Fix typo in error report - name should be self.name Kevin O'Connor 2018-05-14 12:31:28 -04:00
  • 6c3db80d89 homing: Apply speed rounding after calling home_prepare() Kevin O'Connor 2018-05-14 11:18:31 -04:00
  • bf3c41cd06 temperature_fan: Add support for temperature-triggered fan. Michael Barbour 2018-05-03 17:39:50 -04:00
  • 6ad344c8a6 config: Add example generic-radds.cfg config file Lukas Wingerberg 2018-05-08 23:27:54 +02:00
  • 2e3fa8da13 console: Fix handling of bad commands Kevin O'Connor 2018-05-08 11:18:07 -04:00
  • f70fefa06f linux: Convert linux SPI code to use the generic spicmds.c code Kevin O'Connor 2018-05-04 20:23:58 -04:00
  • 31ae74c56c sam3x8e: Add SPI support Kevin O'Connor 2018-05-04 12:47:26 -04:00
  • 22487d95e9 spicmds: Rework SPI message transmission Kevin O'Connor 2018-05-04 12:27:52 -04:00
  • 838da992e8 msgproto: Support sending empty strings from create_message() Kevin O'Connor 2018-05-04 12:39:49 -04:00
  • 9c52ad4310 stm32f1: Enable lcd chip support Kevin O'Connor 2018-05-07 01:03:25 -04:00
  • 018c5daa94 sam3x8e: Enable lcd chip support Kevin O'Connor 2018-05-07 01:03:01 -04:00