Commit Graph

  • c0ea0312e5 klippy: Fix error handling during connect phase Kevin O'Connor 2019-01-08 13:46:26 -05:00
  • bf647749dd menu: Don't peek into printer.objects member variable Kevin O'Connor 2019-01-08 12:00:45 -05:00
  • 33f5b5f285 docs: Update Code_Overview.md with removal of printer_state() callback Kevin O'Connor 2019-01-08 11:34:09 -05:00
  • 857e7ed5f1 klippy: Convert printer_state("connect") to an event handler Kevin O'Connor 2019-01-08 11:09:55 -05:00
  • 797367b9f5 klippy: Convert printer_state("ready") to an event handler Kevin O'Connor 2019-01-08 10:55:18 -05:00
  • f4be0ac7be klippy: Convert printer_state("disconnect") to an event handler Kevin O'Connor 2019-01-08 10:58:35 -05:00
  • fb7fe282c8 klippy: Convert printer_state("shutdown") to an event handler Kevin O'Connor 2019-01-08 09:15:40 -05:00
  • b2d5a8e65b z_tilt: unresolved reference fixed Petri Honkala 2019-01-08 11:22:20 +02:00
  • 3a4a1d678e menu: allow empty command gcode if action is present Janar Sööt 2018-12-20 21:37:31 +02:00
  • 0cbe851777 menu: enhancements Janar Sööt 2018-12-20 21:09:19 +02:00
  • 005cbe157a menu: allow names in card content and simplify define single card decks Janar Sööt 2018-12-20 21:02:24 +02:00
  • b9cccc5959 menu: support for click button long press Janar Sööt 2018-12-20 20:59:02 +02:00
  • 265769787f reactor: support for delayed callbacks Janar Sööt 2018-12-20 20:56:41 +02:00
  • e26d1a3567 i2ccmds: Pass the i2c address as a 7-bit number (0-127) Kevin O'Connor 2018-12-27 19:11:46 -05:00
  • f2f54290e8 docs: Add a new Config_Changes.md document Kevin O'Connor 2018-12-27 18:57:17 -05:00
  • dc70a7c355 lib: Fix sam4e.patch name in README Kevin O'Connor 2019-01-07 19:55:32 -05:00
  • 549e682069 docs: Add sam4s8c benchmarks Kevin O'Connor 2018-12-30 14:42:04 -05:00
  • 8e0eb0d574 sam3: Implement board reset via SAM RSTC hardware Kevin O'Connor 2018-12-30 11:43:46 -05:00
  • 02c558652f sam3: Add USB support for the SAM4 "UDP" hardware Kevin O'Connor 2018-12-29 17:09:35 -05:00
  • 75ad16ea1a sam3: Add support for sam4s8c chips Kevin O'Connor 2018-12-26 20:31:23 -05:00
  • 519f2cff41 lib: Update sam4s code so that it works with gcc's -flto feature Kevin O'Connor 2018-12-26 20:58:07 -05:00
  • 6db21d3033 lib: Add sam4s cmsis headers Kevin O'Connor 2018-12-20 18:25:46 -05:00
  • bf196c3028 sam3: Add additional SPI and USART buses to spi.c Kevin O'Connor 2018-12-28 21:18:39 -05:00
  • 212813906a sam3: Merge sam4e_spi.c into spi.c Kevin O'Connor 2018-12-28 20:51:34 -05:00
  • 4683036f98 sam3: Add enable_pclock() helper function Kevin O'Connor 2018-12-28 19:00:29 -05:00
  • b4baabe408 sam3: Enable i2c on sam3x8e Kevin O'Connor 2018-12-26 19:54:52 -05:00
  • 94c86d6c6c sam3: Merge sam4e8e support into sam3 code Kevin O'Connor 2018-12-26 16:50:44 -05:00
  • e278552d44 lib: Rename lib/cmsis-sam4e/ to lib/sam4e/ Kevin O'Connor 2018-12-26 15:46:25 -05:00
  • 70bbdf9334 sam3: Rename src/sam3x8e to src/sam3 Kevin O'Connor 2018-12-26 15:41:37 -05:00
  • e70b70fb75 sam4e8e: Move the sam4 cache setup to its own sam4_cache.c file Kevin O'Connor 2018-12-26 11:36:49 -05:00
  • a978167e39 sam4e8e: Use just a single 'chan' member in 'struct gpio_adc' Kevin O'Connor 2018-12-26 11:32:17 -05:00
  • 8e2c1a4ab2 sam4e8e: Move ADC code to new file afec.c Kevin O'Connor 2018-12-25 11:30:59 -05:00
  • 7707d5a74e sam4e8e: Rename gpio_set_peripheral() to gpio_peripheral() Kevin O'Connor 2018-12-25 11:19:30 -05:00
  • f0715de004 sam4e8e: Move gpio_set_peripheral() definition from gpio.h to internal.h Kevin O'Connor 2018-12-25 11:12:00 -05:00
  • 9a2160f660 sam3x8e: Move adc support to a new adc.c file Kevin O'Connor 2018-12-25 10:39:06 -05:00
  • 5b91c7a68d sam3x8e: Pass the gpio id directly to gpio_peripheral() Kevin O'Connor 2018-12-25 10:33:24 -05:00
  • ecba3e9a19 sam3x8e: Add an internal.h header file with local definitions Kevin O'Connor 2018-12-25 10:28:21 -05:00
  • c3a2fc981d lib: Remove sam4e sam.h and component-version.h files Kevin O'Connor 2018-12-24 20:08:40 -05:00
  • 22da8ca39c usb_cdc: Notify both the bulk_in and bulk_out tasks on a configure Kevin O'Connor 2018-12-29 22:40:54 -05:00
  • 6e18af7057 stm32f1: It's only necessary to program the CR1 register during SPI init Kevin O'Connor 2018-12-30 22:38:31 -05:00
  • c8e04274ad docs: Add a FAQ item for "multiple instances of klipper on the same machine" Kevin O'Connor 2019-01-07 13:59:18 -05:00
  • d015209388 docs: Add guide for sensorless homing (#1004) Yannic Schröder 2019-01-07 16:39:16 +01:00
  • 28e68075c8 docs: Suggest checking for bad wires in "lost communications" faq entry Kevin O'Connor 2019-01-07 10:28:25 -05:00
  • fac2d7817c config: Update sample-probe-as-z-endstop.cfg to use set_position_z=0 Kevin O'Connor 2019-01-07 10:26:04 -05:00
  • 6ccc0732c1 menu: Fix filament loading and unloading feature (#1082) Master92 2019-01-07 16:25:19 +01:00
  • bd410c22f7 config: pin mapping for ender 3 stock display and encoder on ramps (#1075) Patrick Balsiger 2019-01-06 17:51:27 +01:00
  • 186d815469 docs: Documentation/FAQ, Raspii voltage Kevin O'Connor 2019-01-05 20:59:12 -05:00
  • df42887193 docs: Bltouch documentation (#1073) Wilfried Goesgens 2019-01-06 02:24:35 +01:00
  • ffbb4198c1 menu: Correction for the resume option appears when the toolhead is not printing (#1077) Paulo Drugos 2019-01-05 22:11:03 -02:00
  • d0b1b23c9b config: Add default kill_pin to RAMPS' display-section Master92 2019-01-05 10:00:38 +01:00
  • c3efcd9c8d bus: Set all SPI CS pins high before first config_spi message Kevin O'Connor 2019-01-04 22:26:34 -05:00
  • 24fe606d4d toolhead: Do not apply main printer accel/velocity to extrude only moves Kevin O'Connor 2019-01-04 12:42:55 -05:00
  • a2f0c36e7d toolhead: Don't report an error if request too high in SET_VELOCITY_LIMIT Kevin O'Connor 2019-01-04 12:35:42 -05:00
  • 7fe14f05e6 thermistor: Avoid divide by zero error if min_temp=-273.15 Kevin O'Connor 2019-01-04 12:30:20 -05:00
  • 277a8185e1 lpc176x: Pass gpio id to gpio_peripheral() Kevin O'Connor 2019-01-04 11:07:22 -05:00
  • a40df4b6f7 lpc176x: Move enable_peripheral_clock to main.c Kevin O'Connor 2019-01-04 10:58:50 -05:00
  • 8f7fc4e6a9 lpc176x: Move ADC code to new adc.c file Kevin O'Connor 2019-01-04 10:41:46 -05:00
  • c2086796bf mcp4728: Add initial support for the mcp4728 i2c dac chip Kevin O'Connor 2018-11-24 19:46:28 -05:00
  • 0da064ccd9 config: Added encoder pins to radds example config Graham Ambrose 2019-01-02 13:38:57 +00:00
  • 59e9b6562f respond: An extra for sending messages to the printer host. (#1053) Alec B. Plumb 2019-01-02 14:45:35 -08:00
  • f6c9150349 heater: take a gcode_id when setting up a heater (#1028) john-- 2019-01-02 17:44:02 -05:00
  • f4d323adbc gcode: Minor change to make M220 command take effect immediately (#1000) bondus 2019-01-02 23:41:35 +01:00
  • 1be24b8fc7 bus: Don't raise a "duplicate pin" warning on None pins Kevin O'Connor 2018-12-30 18:12:07 -05:00
  • 68ebde0d86 display: Fix handling of M117 command if lowercase 'm' is used Kevin O'Connor 2018-12-27 20:51:41 -05:00
  • e4e0fec681 tmc2660: error and whitespace fixes - redundant parentheses removed - parameter reference fixed - raise error fixed Petri Honkala 2018-12-27 09:40:37 +02:00
  • f99002df4f tmc2208: error raise fixed for rx/tx mcu check Petri Honkala 2018-12-27 09:38:09 +02:00
  • 62fc5dc288 samd21: Add support for entering Arduino bootloader via USB Kevin O'Connor 2018-12-05 21:26:51 -05:00
  • b84ecebf8f usb_cdc: Add support for detecting a USB level Arduino bootloader request Kevin O'Connor 2018-12-05 21:22:34 -05:00
  • c6065e29a6 mcu: Allow set_stepper_kinematics() to set the kinematics back to None Kevin O'Connor 2018-12-12 21:11:01 -05:00
  • 5dc74f3152 winch: Add experimental support for cable winch kinematics Kevin O'Connor 2018-07-12 23:28:58 -04:00
  • ec9cb3a1b3 polar: Experimental support for polar kinematics Kevin O'Connor 2018-08-23 14:21:58 -04:00
  • 7e3e02a17a kinematics: Add a "none" debugging kinematics Kevin O'Connor 2018-12-10 21:40:20 -05:00
  • 50e9c6738f scripts: Add a test case for Ubuntu 18.04 compiler error Kevin O'Connor 2018-12-22 13:05:58 -05:00
  • 2a74ffdb95 samd21: Add support for ADC Kevin O'Connor 2018-12-22 00:23:12 -05:00
  • d7b0a7e961 docs: Add a FAQ item on how to cancel a "wait for temperature" request Kevin O'Connor 2018-12-20 16:19:46 -05:00
  • 566488dc01 docs: Add a FAQ item on Raspberry Pi reboots Kevin O'Connor 2018-12-20 16:18:53 -05:00
  • a5cb74d58d config: Add a generic-minitronics1.cfg example config file Kevin O'Connor 2018-12-20 11:02:29 -05:00
  • e4dac1039d docs: Update release notes for v0.7.0 release Kevin O'Connor 2018-12-20 09:00:19 -05:00
  • 269305fa23 test: Add printer-creality-cr20-2018.cfg to printers.test Kevin O'Connor 2018-12-19 20:51:58 -05:00
  • e820ea3141 config: Add printer-micromake-d1-2016.cfg example config file Kevin O'Connor 2018-12-18 20:57:59 -05:00
  • 531575651c bltouch: Document that bltouch "clones" may not work correctly Kevin O'Connor 2018-12-18 17:10:13 -05:00
  • d0f09727a9 bltouch: Issue both a "reset" and a "pin_up" after a successful probe Kevin O'Connor 2018-12-14 11:45:16 -05:00
  • ccc25a03d5 bltouch: Add a config option to disable the bltouch sensor test Kevin O'Connor 2018-12-13 16:58:34 -05:00
  • ce064e6e2d bltouch: Always make sure to check the endstop at least every 1ms Kevin O'Connor 2018-12-13 16:45:32 -05:00
  • 79d65d8ead config: Fix CR-20 click pin polarity Uri Shaked 2018-12-16 01:08:41 +02:00
  • cc4227aec8 config: Add printer config for the CR-20 by Creality3D Uri Shaked 2018-12-14 16:48:43 +02:00
  • f100d75c19 stm32f1: Always read SPI receive buffer Yannic Schroeder 2018-12-12 15:25:07 +01:00
  • ef4f84e3ae config: Update printer-creality-ender3-2018.cfg (#959) TronskiFPV 2018-12-05 13:43:14 -08:00
  • 76b57ba05a bltouch: Fix typo in pin_move_time parsing Kevin O'Connor 2018-12-04 11:43:04 -05:00
  • 44aa5def73 bltouch: Allow the pin_move_time to be configured Kevin O'Connor 2018-12-04 09:45:11 -05:00
  • e0b2d7c51d bltouch: Add a BLTOUCH_DEBUG command Kevin O'Connor 2018-12-03 22:52:32 -05:00
  • aac92ffb91 bltouch: Fix bug - must restore stepper position after homing Kevin O'Connor 2018-12-01 22:09:06 -05:00
  • 6df7356baa samd21: Fix gpio in support Kevin O'Connor 2018-11-30 22:36:18 -05:00
  • e505ab0df1 samd21: Add support for flashing an application via the bossac tool Kevin O'Connor 2018-11-30 22:22:42 -05:00
  • f2179da8ad samd21: Add support for hardware pwm Kevin O'Connor 2018-11-30 20:00:01 -05:00
  • 0fd2dd7c11 samd21: Minor simplification to timer init code Kevin O'Connor 2018-11-29 14:57:49 -05:00
  • d6f3f6b664 samd21: Add support for SPI Kevin O'Connor 2018-11-28 21:45:11 -05:00
  • 58d61c7887 samd21: Add support for basic i2c support (write only) Kevin O'Connor 2018-11-28 19:56:41 -05:00
  • 6d90ebe6f8 samd21: Use GPIO() macro when calling gpio_peripheral() Kevin O'Connor 2018-11-26 22:18:51 -05:00
  • 0af0bc946e samd21: Enable watchdog Kevin O'Connor 2018-11-26 18:58:20 -05:00