Commit Graph

  • fbbe2cf9d6 lpc176x: Explicitly disconnect USB on a bootloader request Kevin O'Connor 2019-03-31 13:34:23 -04:00
  • 60ff2e9dc1 force_move: Avoid divide by zero in move time calculation Kevin O'Connor 2019-03-31 09:00:23 -04:00
  • 75b73b09d6 corexy: Fix minimum halt velocity Kevin O'Connor 2019-03-30 14:32:03 -04:00
  • 8c7f1546ab stm32f0: Wrong port definition for GPIOF (#1463) Eugene Krashtan 2019-03-29 15:41:05 +02:00
  • b35e07ca2b docs: STM32F0 benchmarks (#1462) Eugene Krashtan 2019-03-29 15:38:54 +02:00
  • c105adc80b temperature_fan: Fix. Temperature fan min speed should be used (#1405) Douglas Hammond 2019-03-28 14:07:40 -04:00
  • 5913170b6b stm32f0: minor i2c bugfix (#1461) Eugene Krashtan 2019-03-28 18:27:57 +02:00
  • c7330e07a4 stm32f0: Various fixes according to comment: (#1453) Eugene Krashtan 2019-03-28 16:21:51 +02:00
  • 312cabc3f7 docs: Move benchmark information from Debugging.md to new Benchmarks.md Kevin O'Connor 2019-03-28 09:47:10 -04:00
  • 907dd88ceb msgproto: Propagate original error message in create_command() Kevin O'Connor 2019-03-28 09:32:09 -04:00
  • de7444ca69 docs: Remove spurious executable flag from documents Kevin O'Connor 2019-03-24 12:17:12 -04:00
  • 45f0ea29a6 stm32f0: SPI and i2c interfaces added Eugene Krashtan 2019-03-13 17:39:46 +02:00
  • b79db3e3d6 docs: Documentation draft for STM32F0 Eugene Krashtan 2019-03-11 12:48:49 +02:00
  • b822f38923 stm32f0: New target STM32F0 added. Eugene Krashtan 2019-03-11 12:47:58 +02:00
  • 74c6a85cde lib: Add stm32f0 hal and cmsis files Kevin O'Connor 2019-03-24 11:58:09 -04:00
  • 154823cc8f lib: Add cmsis-core/core_cm0.h header Kevin O'Connor 2019-03-24 11:55:01 -04:00
  • 74f9da8376 config: Update description of printer-tevo-flash-2018.cfg Kevin O'Connor 2019-03-24 10:56:20 -04:00
  • 9aadc3c7fa docs: Also note that driver_VSENSE was removed from tmc2660 driver Kevin O'Connor 2019-03-22 22:40:42 -04:00
  • 871e028c27 config: Document the [include] directive Kevin O'Connor 2019-03-22 20:48:15 -04:00
  • 3945905420 config: Minor rearrangement of example-extras.cfg Kevin O'Connor 2019-03-22 20:44:11 -04:00
  • efab177645 docs: Note tmc2660 driver_HEND default change from 6 to 3 Kevin O'Connor 2019-03-22 20:41:32 -04:00
  • bece690c5b tmc2660: Automate VSENSE computation Florian Heilmann 2019-03-22 17:26:40 +00:00
  • 0980b7e4ec tmc2130: add SET_TMC_CURRENT and SET_TMC_FIELD commands (#1419) amblidex 2019-03-22 18:37:03 -06:00
  • 7a344acde8 configfile: Add "include" support (#1359) lauckhart 2019-03-22 17:31:40 -07:00
  • 5bcf9f02cf config: Added Anycubic 4Max printer config file Montbel 2019-03-19 08:24:03 +01:00
  • 541c2990c6 test: Rename atmega2560-16mhz.config to atmega2560.config Kevin O'Connor 2019-03-22 12:36:18 -04:00
  • f2fbe98454 bed_mesh: enable relative offset bed meshes (#1323) Matt Baker 2019-03-21 07:39:22 -07:00
  • 6f91574cd9 menu: Show current positions based on gcode positions (#1389) Robert Konklewski 2019-03-21 15:37:28 +01:00
  • d76658756e stepper: Fix reset_step_clock corruption due to bitset typo Kevin O'Connor 2019-03-19 20:57:17 -04:00
  • 06c0463d44 Update sensorless homing documentation to disable second home Frank Kang 2019-03-10 13:52:55 -06:00
  • 746a378c18 endstop: Use "pin_value" instead of "pin" when querying endstop state Kevin O'Connor 2019-03-19 10:48:33 -04:00
  • ea0f231343 flash_usb: Improve USB reconnect timing Kevin O'Connor 2019-03-17 22:26:37 -04:00
  • 53290664ee pins: Document support for '~' to enable pull-down resistors Kevin O'Connor 2019-03-17 21:07:31 -04:00
  • 4a35f927fc initial_pins: Add ability to configure output pins at mcu startup Kevin O'Connor 2019-03-17 20:41:52 -04:00
  • 0af89e4766 thermocouple: Define thermocouple types using enumerations Kevin O'Connor 2019-03-12 12:58:04 -04:00
  • 618b374ae5 pins: Simplify alias code Kevin O'Connor 2019-03-12 12:47:07 -04:00
  • df6136802a linux: Use enumerations for pin mappings Kevin O'Connor 2019-03-12 12:35:11 -04:00
  • ae24baf99a pru: Use enumerations for pin mappings Kevin O'Connor 2019-03-12 12:31:07 -04:00
  • 91cf497656 stm32f1: Use enumerations for pin mappings Kevin O'Connor 2019-03-12 12:30:21 -04:00
  • 8aa8feedb8 lpc176x: Use enumerations for pin mappings Kevin O'Connor 2019-03-12 12:22:49 -04:00
  • 7e2c0ffa91 atsamd: Use enumerations for pin mappings Kevin O'Connor 2019-03-12 12:20:04 -04:00
  • 8b0195f896 atsam: Use enumerations for pin mappings Kevin O'Connor 2019-03-12 12:15:49 -04:00
  • 8f541d090e avr: Use enumerations for pin mappings Kevin O'Connor 2019-03-12 12:08:05 -04:00
  • db6e2d4c9e msgproto: Convert static strings to a more generic enumeration system Kevin O'Connor 2019-03-05 12:42:35 -05:00
  • 7d73a35805 command: Support evaluating C expressions in DECL_CONSTANT() Kevin O'Connor 2019-03-04 23:24:43 -05:00
  • b28e95ca1a command: Always pass a string to the DECL_CONSTANT() macro Kevin O'Connor 2019-03-04 23:35:11 -05:00
  • 7eda55e2b0 buildcommands: Use dictionaries to describe commands, responses, and output Kevin O'Connor 2019-03-04 19:50:35 -05:00
  • b9b03dd082 stepper: Require an explicit reset_step_clock after stepper_stop() Kevin O'Connor 2019-01-28 20:38:58 -05:00
  • 378402b4d6 config: Update extra extruder pins in generic-rumba.cfg Kevin O'Connor 2019-03-14 11:48:25 -04:00
  • b455f1fbe1 config: Reduce the stepper current in the example printrboard config Kevin O'Connor 2019-03-14 10:44:02 -04:00
  • 01c8705d92 config: Add printer-tevo-flash-2018.cfg Kevin O'Connor 2019-03-14 10:27:37 -04:00
  • 4718f39b2f flash_usb: Run dfu-util via sudo Kevin O'Connor 2019-03-11 22:13:20 -04:00
  • 12f6513ba2 docs: Recommend OctoPi v0.16.0 Kevin O'Connor 2019-03-11 22:13:04 -04:00
  • 96c4e1c5a0 docs: Update atsam usb transfer benchmarks Kevin O'Connor 2019-03-10 21:59:18 -04:00
  • a5aede52cb flash_usb: Try to make the bossac atsam reboot logic more stable Kevin O'Connor 2019-03-10 14:35:25 -04:00
  • d3f6dad853 controller_fan: Allow multiple controller_fan sections to be defined Kevin O'Connor 2019-03-10 13:57:01 -04:00
  • 19c7955f2a config: Improve the description of z_tilt z_positions Kevin O'Connor 2019-03-10 12:24:34 -04:00
  • f145439267 z_tilt: bugfix for final correction of z-offset Arne Jansen 2019-03-10 13:42:38 +00:00
  • 34d32c7823 stepper: Support an optimized step/unstep function on ARM Kevin O'Connor 2019-03-09 18:18:24 -05:00
  • 9466c2d66c stm32f1: Add support for entering the bootloader via USB Kevin O'Connor 2019-03-08 21:29:51 -05:00
  • 6a16e1f4c5 atsamd: Add support to "make flash" to automatically enter the bootloader Kevin O'Connor 2019-03-08 21:09:35 -05:00
  • 079fdf8807 atsam: Improve support for flashing over USB Kevin O'Connor 2019-03-08 21:47:00 -05:00
  • f5b10f0c13 lpc176x: Add support for flashing via "make flash" Kevin O'Connor 2019-03-08 20:50:46 -05:00
  • 6ffbaa46c5 flash_usb: Add a helper script for flashing Klipper over USB Kevin O'Connor 2019-03-08 20:42:00 -05:00
  • e2af1c1f2a menu: Set input_max for moving toolhead in menu to same value for all move increments (#1372) amblidex 2019-03-08 12:11:47 -07:00
  • 1b1d3f15d8 probe: Fix PROBE_CALIBRATE command Kevin O'Connor 2019-03-08 12:34:13 -05:00
  • eac22df7cb probe: Catch toolhead.move() exceptions in cmd_PROBE_CALIBRATE() Kevin O'Connor 2019-03-08 12:32:01 -05:00
  • 5c0a2479be screws_tilt_adjust: Add new screws_tilt_adjust tool (#1367) Rui Caridade 2019-03-08 16:47:17 +00:00
  • fcaa75f014 config: Update default spi speed in tmc2660 description Kevin O'Connor 2019-03-08 11:27:50 -05:00
  • 563bc37073 tmc2130: Rename driver_BLANK_TIME_SELECT to driver_TBL Kevin O'Connor 2019-03-08 11:25:19 -05:00
  • 9c0cf829ee tmc2660: Minor indentation fix Kevin O'Connor 2019-03-08 11:20:32 -05:00
  • 89935c6831 docs: Update Config_Changes.md with tmc2660 changes Kevin O'Connor 2019-03-08 11:08:24 -05:00
  • 789379e95b tmc2660: Add INIT_TMC and SET_TMC_FIELD gcodes Florian Heilmann 2019-03-05 19:04:59 +00:00
  • 8e17df5d78 tmc2660: Raise SPI speed to 4 Mhz Florian Heilmann 2019-03-05 18:45:50 +00:00
  • e96b71a9a3 tmc2660: Use helper functions for register access and simplify TMC2660 parameters Florian Heilmann 2019-03-02 00:41:00 +00:00
  • 4541f16cd9 tmc2660: Add vsense_resistor config parameter Florian Heilmann 2019-03-01 19:44:35 +00:00
  • 975b0dbd84 quad_gantry_level: Fixing logic to use probed Z values correctly (#1328) Voron 2019-03-08 08:01:49 -08:00
  • 47d51d8613 config: Update verify_heater description Kevin O'Connor 2019-02-28 18:49:30 -05:00
  • 8f37700d23 verify_heater: If the heating_gain check fails, just use max_error check Kevin O'Connor 2019-02-28 18:16:22 -05:00
  • f2ca7d5c66 verify_heater: Improve handling of new targets when temperature is dropping Kevin O'Connor 2019-02-28 17:43:32 -05:00
  • 893bb32d01 verify_heater: Only reset the error count if within the hysteresis range Kevin O'Connor 2019-02-28 13:40:57 -05:00
  • 8e8063a9d9 config: Fixed Duet2 reversed heater/fan output pins (#1350) Benoit Miller 2019-03-04 13:37:38 -05:00
  • 1731fbbca4 gcode: Change respond_info() to log by default Kevin O'Connor 2019-03-04 13:04:18 -05:00
  • d62a41b930 manual_stepper: Add support for moves with acceleration Kevin O'Connor 2019-03-03 13:23:45 -05:00
  • 399d539969 Makefile: Reduce use of $^ in build rules Kevin O'Connor 2019-03-02 12:01:44 -05:00
  • 9430fea2c5 Makefile: Fix lpc176x and stm32f1 builds Kevin O'Connor 2019-03-02 11:26:14 -05:00
  • 309a47c781 atsamd: Reduce memory for have_run_init in spi/i2c Kevin O'Connor 2019-03-01 19:31:18 -05:00
  • 946eb6b7ae atsamd: Add definitions for SAMD21E18 chip Kevin O'Connor 2019-03-01 19:02:06 -05:00
  • 0b33e0b427 atsamd: Implement custom memory allocation functions Kevin O'Connor 2019-03-01 11:37:32 -05:00
  • a1d74a08e4 lib: Remove samd21/samd51 customizations that are no longer necessary Kevin O'Connor 2019-03-01 15:25:29 -05:00
  • fbef144e7b atsamd: Use CONFIG_MCU in Makefile Kevin O'Connor 2019-03-01 11:23:49 -05:00
  • d57bc79513 atsamd: Use the full micro-controller name for CONFIG_MCU Kevin O'Connor 2019-03-01 11:22:32 -05:00
  • d33c4820bd atsamd: Use local linker script Kevin O'Connor 2019-03-01 13:25:29 -05:00
  • e18501d01c Makefile: Explicitly list source code in klipper.elf compile Kevin O'Connor 2019-03-01 12:57:43 -05:00
  • 027f52087c gcode: Improve handling of end of input when reading from a debug file Kevin O'Connor 2019-03-01 10:06:44 -05:00
  • 69491e2dab filament_switch_sensor: update documentation Arksine 2019-02-09 19:40:03 -05:00
  • 3c79e484d5 filament_switch_sensor: initial implementation of switch based filament runout/insert sensor Arksine 2019-02-08 15:38:33 -05:00
  • 3cd1f9676d pause_resume: Implement send_pause_command() Arksine 2019-02-24 12:28:30 -05:00
  • c8d7e28a35 atsamd: Add support for programming SERCOM pins Kevin O'Connor 2019-02-19 00:32:37 -05:00
  • 8617cbcb76 tmc2130: Wrap code to 80 columns Kevin O'Connor 2019-03-01 00:35:20 -05:00