Commit Graph

  • 35ea4a137d probe: Add PROBE_CALIBRATE command Kevin O'Connor 2019-02-09 18:20:28 -05:00
  • d14a53e160 manual_probe: Add a helper script for performing manual Z probing Kevin O'Connor 2019-02-06 18:50:00 -05:00
  • 805e56008f docs: Note command dispatch benchmark needs desktop class machine Kevin O'Connor 2019-02-11 16:32:19 -05:00
  • 5ab6bcd1d7 docs: Report the actual SAMD51 3 stepper rate in the Features benchmark Kevin O'Connor 2019-02-11 12:57:44 -05:00
  • 607461f7b6 docs: Update duet2 benchmarks Florian Heilmann 2019-02-10 22:13:21 +00:00
  • 59a60d68f5 Revert "serialhdl: Enforce exclusive access on POSIX, this is default behavior on windows. (#1216)" Kevin O'Connor 2019-02-10 11:57:02 -05:00
  • faedc77621 docs: Fix typo in Protocol.md document Kevin O'Connor 2019-02-10 10:37:51 -05:00
  • fdbbda9484 serialhdl: Enforce exclusive access on POSIX, this is default behavior on windows. (#1216) Daniel 2019-02-10 08:51:29 -08:00
  • cd6a181429 config: Azteeg X5 mini config (#1193) AxMod 3D Print 2019-02-08 20:00:23 +00:00
  • 161cde4c5c config: Use "ATC Semitec 104GT-2" for CR10 (and similar) heater beds Kevin O'Connor 2019-02-08 12:20:16 -05:00
  • af0d292e23 atsamd: Enable ADC support for samd51 devices (#1204) Florian Heilmann 2019-02-08 18:02:32 +01:00
  • f1c804907c virtual_sdcard: Don't list files starting with a '.' Kevin O'Connor 2019-02-08 11:48:53 -05:00
  • 9766d62ad3 pause_resume: fixes Arksine 2019-01-31 19:14:12 -05:00
  • ca4e10dbd6 gcode: add 'abs_extrude' to get_status() dictionary Arksine 2019-01-31 19:10:25 -05:00
  • 6c10e4bcef config: Update generic-fysetc-f6.cfg display section Kevin O'Connor 2019-02-07 18:23:17 -05:00
  • 33c6c8b803 config: Update generic-bigtreetech-skr-v1.1 (#1209) Tschipel 2019-02-08 00:16:07 +01:00
  • 32e0d4d3ac docs: Update atsam benchmarks Kevin O'Connor 2019-02-07 13:24:03 -05:00
  • 74c216543c atsam: Configure the atsam sram matrix register Kevin O'Connor 2019-02-07 13:12:35 -05:00
  • af8376e203 debugcmds: Add support for reading/writing 32bit values Kevin O'Connor 2019-02-07 11:48:37 -05:00
  • 1f9208dc66 docs: Update benchmarks Kevin O'Connor 2019-02-01 10:49:32 -05:00
  • 9f3517fdc7 stm32f1: Convert code to use armcm_timer Kevin O'Connor 2019-01-31 23:18:11 -05:00
  • eb8db46ca3 stm32f1: Use internal functions for early USB gpio toggle Kevin O'Connor 2019-02-01 10:14:56 -05:00
  • 1096075d9b lpc176x: Convert code to use armcm_timer Kevin O'Connor 2019-01-31 22:58:01 -05:00
  • 77db1aa379 atsam: Convert code to use armcm_timer Kevin O'Connor 2019-01-31 22:23:56 -05:00
  • 26fb421d59 atsamd: Convert SAMD51 to use armcm_timer Kevin O'Connor 2019-02-01 10:06:20 -05:00
  • 55df8bf55f armcm_timer: Add a generic timer mechanism for ARM CortexM3/M4 chips Kevin O'Connor 2019-02-01 10:02:24 -05:00
  • c171b28a0b gcode: Return to a default gcode speed of 25mm/s Kevin O'Connor 2019-02-04 23:45:09 -05:00
  • 4c48c1e8e4 bltouch: Issue just a pin_up command on a normal raise probe attempt Kevin O'Connor 2019-01-31 09:55:53 -05:00
  • 345a5f4e1f bltouch: Increase default pin_move_time from 200ms to 675ms Kevin O'Connor 2019-01-31 09:53:21 -05:00
  • cd8678aa6d spi_temperature: Fix order of init Kevin O'Connor 2019-02-04 09:30:26 -05:00
  • 5b9ce328e5 docs: Clarify FAQ item on running multiple instances of klippy Kevin O'Connor 2019-02-03 17:41:57 -05:00
  • d088a7ca72 tmc2130: Share config reading helpers with tmc2208.py code Kevin O'Connor 2019-02-03 17:32:39 -05:00
  • 0920a518ce tmc2208: Rename self.field_helper to self.fields Kevin O'Connor 2019-02-03 17:15:43 -05:00
  • 30b6414295 tmc2208: move local set_field/get_field helpers to FieldHelper class Kevin O'Connor 2019-02-03 13:57:18 -05:00
  • 17a17c5b77 tmc2208: Add helper for setting fields from the config file Kevin O'Connor 2019-02-03 13:03:44 -05:00
  • 83001959f1 tmc2208: Use field definitions during driver init Kevin O'Connor 2019-02-03 12:22:12 -05:00
  • 51f14b9c8c tmc2208: Add register field formatters Dmitry Frolov 2019-02-03 14:49:03 +07:00
  • 955fdcaa0c tmc2130: Convert field helper into a class Kevin O'Connor 2019-02-02 20:18:59 -05:00
  • cdcc320710 bed_mesh: add support for round beds Arksine 2019-01-26 19:54:37 -05:00
  • 542f941f07 bed_mesh: log when fade completes. Arksine 2019-01-26 18:08:32 -05:00
  • 54683c9535 tmc2208: Decode register fields in DUMP_TMC (#1156) lorf 2019-02-03 07:46:27 +07:00
  • 3b6ddb08a1 bltouch: Don't error on startup if the bltouch is in an error state Kevin O'Connor 2019-01-29 11:57:08 -05:00
  • a5d3d161d3 bltouch: Retry reset/pin_up if the raise probe attempt fails Kevin O'Connor 2019-01-29 12:09:58 -05:00
  • 04c6e1f646 idle_timeout: Added a missing logging import Samori Gorse 2019-01-29 15:51:31 +01:00
  • c3e889a67c docs: Add performance results for SAMD51 Kevin O'Connor 2019-01-18 20:05:55 -05:00
  • 8cd83b4c2d atsamd: Initial support for SAMD51 Kevin O'Connor 2019-01-14 18:21:50 -05:00
  • f6ce875818 lib: Update samd51 to work with gcc and bootloaders Kevin O'Connor 2019-01-15 12:42:18 -05:00
  • e47ba6374a lib: Add Atmel SAMD51 cmsis files Kevin O'Connor 2019-01-14 16:26:47 -05:00
  • c5fc264a07 atsamd: Add a get_pclock_frequency() helper function Kevin O'Connor 2019-01-18 18:52:44 -05:00
  • 8f763d80b7 atsamd: Select the 8K bootloader by default Kevin O'Connor 2019-01-15 13:14:23 -05:00
  • 40b5de1680 atsamd: Pass the power management id to enable_pclock() Kevin O'Connor 2019-01-15 10:12:32 -05:00
  • ed1334c24b atsamd: Clarify clock generation code Kevin O'Connor 2019-01-15 09:31:45 -05:00
  • 893cbbab83 pause_resume: update documentation Arksine 2019-01-21 17:24:17 -05:00
  • 7605752dc2 pause_resume: initial implementation of pause/resume functionality for Klipper Arksine 2019-01-21 12:54:11 -05:00
  • 8385dc20e6 gcode: add 'speed' parameter to dictionary returned by get_status() Arksine 2019-01-22 15:35:59 -05:00
  • e69742df8f virtual_sdcard: prepare for pause_resume implementation Arksine 2019-01-21 12:41:42 -05:00
  • 0d4544e72a config: Added example config file for Geeetech gt2560 controller. Ales Stimec 2019-01-24 10:14:42 +01:00
  • 90827a88de docs: Minor wording change to step_distance FAQ Kevin O'Connor 2019-01-27 16:52:16 -05:00
  • 71ef715a88 docs: Expand FAQ on why step_distance is used Kevin O'Connor 2019-01-27 11:29:42 -05:00
  • 932acd3048 usbserial: Allow USB ids to be specified via Kconfig Kevin O'Connor 2019-01-25 19:02:01 -05:00
  • 1ad1ed573a simulator: Fix simulator build Kevin O'Connor 2019-01-25 18:23:27 -05:00
  • ee86463ed2 avr: Only prompt for CLEAR_PRESCALER and SIMULAVR with LOW_LEVEL_OPTIONS Kevin O'Connor 2019-01-25 18:07:31 -05:00
  • b6ccd2682c Kconfig: Move SERIAL_BAUD to src/Kconfig and show with LOW_LEVEL_OPTIONS Kevin O'Connor 2019-01-25 17:55:57 -05:00
  • 4fec225115 avr: Rename AVR_SERIAL and AVR_USBSERIAL to SERIAL and USBSERIAL Kevin O'Connor 2019-01-25 17:48:01 -05:00
  • 15afcf69fe docs: Improve the BLTouch documentation (#1107) fredizzimo 2019-01-25 19:53:00 +02:00
  • eb7842c221 atsam: Add support for the SAM3X8C micro-controller Kevin O'Connor 2019-01-18 10:07:57 -05:00
  • 7327394c50 adc_temperature: Add support for linear interpolation of resistances Kevin O'Connor 2019-01-21 20:14:49 -05:00
  • fc946c796c adc_temperature: Split linear interpolation code into its own class Kevin O'Connor 2019-01-21 15:35:27 -05:00
  • 99980817c3 adc_temperature: Move PrinterADCtoTemperature to adc_temperature.py Kevin O'Connor 2019-01-21 18:29:08 -05:00
  • 0c4fc64ef8 thermistor: Separate thermistor configuration from basic ADC callback logic Kevin O'Connor 2019-01-21 18:11:09 -05:00
  • 76138fde5c docs: Add a FAQ item for "Do I have to use OctoPrint?" Kevin O'Connor 2019-01-21 11:57:44 -05:00
  • 5a6a429bc0 bltouch: Take into account clock skew when calculating command duration Kevin O'Connor 2019-01-07 12:05:37 -05:00
  • 8a97bc592b bltouch: Add a pin_up_touch_mode_reports_triggered config option Kevin O'Connor 2019-01-04 20:41:56 -05:00
  • 56141c21d7 bltouch: Raise probe on startup Kevin O'Connor 2019-01-04 20:37:42 -05:00
  • e36122797b bltouch: Attempt to verify that the probe raises after each probe attempt Kevin O'Connor 2019-01-04 20:20:02 -05:00
  • 99f96f2832 bltouch: Use pin_down mode for probing Kevin O'Connor 2019-01-04 19:18:09 -05:00
  • 04f5baa182 bltouch: Simplify time keeping of scheduled events Kevin O'Connor 2019-01-05 11:18:07 -05:00
  • 26e818d900 bltouch: Verify probe always deploys during a homing operation Kevin O'Connor 2019-01-04 19:12:50 -05:00
  • 293366d033 thermistor: Breakout thermistor math to its own class Kevin O'Connor 2019-01-20 14:52:40 -05:00
  • 8c5a94f49f docs: Sort command dispatch table by transfer rate Kevin O'Connor 2019-01-20 14:17:08 -05:00
  • f0ac5c378f docs: Update Debugging document with SAM3X8E usb transfer benchmark Kevin O'Connor 2019-01-20 00:57:48 -05:00
  • efd1bf5e04 atsam: Add support for USB on SAM3X Kevin O'Connor 2019-01-19 11:51:46 -05:00
  • d4790356da atsam: Add MACH_SAM3X, MACH_SAM4, MACH_SAM4E, MACH_SAM4S definitions Kevin O'Connor 2019-01-18 09:47:06 -05:00
  • 275df53b2e config: Generic board BIGTREETECH SKR V1.1 config Rui Caridade 2019-01-13 21:42:10 +00:00
  • d3ec103816 lpc176x: Implement a median filter on ADC readings Kevin O'Connor 2019-01-12 14:58:53 -05:00
  • cb2ecc68d2 graphstats: Add option to graph temperatures from log Kevin O'Connor 2019-01-13 22:00:08 -05:00
  • 078a03dc21 lpc176x: Add mechanism for entering the bootloader from a USB signal Kevin O'Connor 2019-01-13 12:25:58 -05:00
  • 093512b971 adccmds: Run gpio_adc_setup() before oid_alloc() Kevin O'Connor 2019-01-13 11:03:30 -05:00
  • 6256599a6d src: Rename source folders for atsam and atsamd architectures Florian Heilmann 2019-01-13 02:14:50 +01:00
  • 432e6c490a util: Don't crash when calling get_cpu_info on OS X (#1102) Víctor Martínez 2019-01-11 19:00:44 +01:00
  • f0b7d6d67a klippy: Report the first error generated Kevin O'Connor 2019-01-11 12:36:09 -05:00
  • 8a6125c81c stepper: Fix bug when using a non-zero CONFIG_STEP_DELAY on AVR Kevin O'Connor 2019-01-11 12:04:03 -05:00
  • 32632c8226 mcu: Fix timing of endstop checking Kevin O'Connor 2019-01-10 12:27:56 -05:00
  • 0119e42d13 homing: Always start endstop checking before the nominal move start Kevin O'Connor 2019-01-10 12:17:57 -05:00
  • a27838bc05 controller_fan: Add support for a fan cooling the controller-board (#1070) Master92 2019-01-10 18:12:15 +01:00
  • 0ba1f5109d scripts: Add BASH uninstall Script for RasPi AxMod3DPrint 2018-12-17 19:28:29 +00:00
  • 15da5cc5aa config: Create generic-fysetc-f6.cfg SimoneBnc 2019-01-08 23:31:38 +01:00
  • 2c31fd8313 tmc2208: Check for debugging mode before checking for a retransmit Kevin O'Connor 2019-01-10 09:54:26 -05:00
  • c9c8ae0499 Ubuntu 18.04 install script Nathan 2019-01-05 20:03:59 -08:00
  • 2ea7c97bbd stepper: Support configuring the stepper pulse length from Kconfig Kevin O'Connor 2019-01-09 13:10:23 -05:00