Commit Graph

  • 817339a4ef docs: Add a note about hardware independence to Features.md Kevin O'Connor 2022-11-19 10:12:37 -05:00
  • a9495d8e4f docs: Updates to Features.md Kevin O'Connor 2022-11-28 20:59:31 -05:00
  • 1b56a63abf lib: Update to latest can2040 code Kevin O'Connor 2022-11-23 11:59:24 -05:00
  • 9727f00e50 docs: Minor update to safe_z_home change description in Config_Changes.md Kevin O'Connor 2022-11-22 18:57:15 -05:00
  • 14eec15267 safe_z_home: Fix final z hop to use relative z coordinates (#5879) redstone99 2022-11-22 18:55:43 -05:00
  • c51f169c06 lib: Update to latest can2040 code Kevin O'Connor 2022-11-21 09:36:30 -05:00
  • cfb633a0ec lib: Update to latest can2040 code Kevin O'Connor 2022-11-19 10:30:11 -05:00
  • 8977c4e764 rp2040: Fix watchdog enable Kevin O'Connor 2022-11-17 18:42:14 -05:00
  • b9a378c1ca rp2040: Fix boundary check for max gpio pin Kevin O'Connor 2022-11-17 14:38:41 -05:00
  • d17ef95a3c mpu9250: add MPU6500 (#5767) Yifei Ding 2022-11-19 06:58:24 -08:00
  • 8a06528747 .github: Minor update to github issue chooser Kevin O'Connor 2022-11-12 11:01:02 -05:00
  • 5339d138e6 .github: Remove custom issue template Kevin O'Connor 2022-11-12 10:57:43 -05:00
  • d2a1dcbbf3 docs: Update Contacts.md with improved github issue tracker description Kevin O'Connor 2022-11-08 13:06:46 -05:00
  • 3fb984e152 config: Create printer-anet-a8-2019.cfg (#5902) Bradley Methorst 2022-11-15 19:56:14 +01:00
  • d883c57d77 config: Rename printer-geeetech-301.cfg to printer-geeetech-301-2019.cfg Kevin O'Connor 2022-11-14 11:30:27 -05:00
  • 5e34b45063 bed_mesh: disallow null profile names Eric Callahan 2022-11-04 06:16:41 -04:00
  • 6be0ba78ae config: Remove filament specific settings from printer-geeetech-301.cfg Kevin O'Connor 2022-11-11 14:09:48 -05:00
  • 0233dd32cc config: create config for Geeetech 301 (#5830) Peter Gruber 2022-11-11 20:08:19 +01:00
  • 5b1a667659 linux: use correct gpio bias flags (#5878) Eric Callahan 2022-11-08 09:56:52 -05:00
  • 6485ff800b rp2040: Support CanBoot as bootloader Kevin O'Connor 2022-10-21 21:50:21 -04:00
  • 42e9adcfc9 armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS value Kevin O'Connor 2022-11-03 12:41:28 -04:00
  • 11dd273b34 fdcan: Remove spurious executable flag on fdcan.c Kevin O'Connor 2022-11-04 11:14:27 -04:00
  • 342d3f1414 menu: Conditional display of common Control utils Grigi 2022-10-23 15:03:51 +01:00
  • 762e2c49c7 stm32: Use consistent memory position/size on stm32h743 Kevin O'Connor 2022-10-21 20:50:09 -04:00
  • 972ae4ab7c stm32: Use stm32f0_serial.c on stm32h7 chips Kevin O'Connor 2022-10-31 13:13:32 -04:00
  • 26e6ade175 stm32: fix USART ORE status flag handling Alex Voinea 2022-10-31 18:03:11 +01:00
  • 96ea871b35 adxl345: Apply correct scaling for X,Y and Z axes Dmitry Butyugin 2022-10-17 19:28:41 +02:00
  • d46c95b758 docs: Add a note about fixing underlying bugs in CONTRIBUTING.md Kevin O'Connor 2022-10-20 11:56:55 -04:00
  • ebc3b0def3 config: Add Artillery Sidewinder X2 2022 stock printer.cfg (#5810) freakyDude 2022-10-22 03:03:57 +02:00
  • a65e04aff7 docs: Add step rate benchmark for stm32h7 D4SK 2022-10-20 22:10:36 +02:00
  • 00191b5cc4 stm32: Enable instruction and data cache on stm32h7 D4SK 2022-10-20 21:59:38 +02:00
  • 0d9b2cc1fa toolhead: Capture current junction_deviation in a Move class Dmitry Butyugin 2022-10-10 01:07:04 +02:00
  • e4c8a24711 stm32: Remove incorrect "spi3" definition from stm32h7 Kevin O'Connor 2022-10-17 11:01:05 -04:00
  • 638303b396 spi_flash: Update to fix SKR-3 config (#5827) JamesH1978 2022-10-14 00:35:07 +01:00
  • 2bffa925c8 workflows: Lock comments on old PRs (no activity in a year) Kevin O'Connor 2022-10-13 17:26:12 -04:00
  • 6cc104677e lib: Update to latest can2040 code Kevin O'Connor 2022-10-13 17:11:57 -04:00
  • eb9cda91b5 config: Update duet3 mini config to recommend compiling for SAME54P20 Kevin O'Connor 2022-10-13 11:32:43 -04:00
  • 4b77f29c1b atsamd: Add support CANbus on ATSAME5x chips Kevin O'Connor 2022-09-30 18:03:21 -04:00
  • 0a9becc391 atsamd: Move bootloader_request() from usbserial.c to main.c Kevin O'Connor 2022-09-30 17:36:42 -04:00
  • bdf79caac4 atsamd: Add Kconfig definitions for same51j19 and same54p20 chips Kevin O'Connor 2022-09-29 12:37:29 -04:00
  • 69bd26b757 lib: Add atmel same51 and same54 build definitions Kevin O'Connor 2022-09-29 12:17:20 -04:00
  • 960fd0b1f3 lib: Remove unused gcc/ directories from samd21 and samd51 directories Kevin O'Connor 2022-10-05 20:59:55 -04:00
  • 2c6671d8e1 stm32: Protect message ram with barrier() calls instead of voltaile in fdcan.c Kevin O'Connor 2022-10-04 11:36:12 -04:00
  • ef98cd9aba stm32: No need for fdcan_ram global pointer in fdcan.c Kevin O'Connor 2022-10-04 11:28:25 -04:00
  • 465aaf383f stm32: Minor code movement in fdcan.c Kevin O'Connor 2022-10-04 11:25:57 -04:00
  • 2d4ce1b9b1 test: Add btt manta config files to printers.test Kevin O'Connor 2022-10-13 11:16:59 -04:00
  • c51e87c11c config: Add BigTreeTech Manta M4P & M8P board (#5812) BIGTREETECH 2022-10-13 23:08:44 +08:00
  • 7290c14531 config: Update generic-th3d-ezboard-lite-v2.0.cfg (#5785) Apulo 2022-10-06 11:16:13 -04:00
  • 5fad485b13 spi_flash: Add SKR2, SKR3 and Creality 4.2.2/7 to spi_flash (#5807) JamesH1978 2022-10-05 20:05:58 +01:00
  • b0ffb269d2 print_stats: add SET_PRINT_STATS_INFO G-Code for pass slicer variables to Klipper (#5726) Stefan Dej 2022-10-05 21:02:28 +02:00
  • a2482d4f95 z_thermal_adjust: get_temp hotfix alchemyEngine 2022-09-29 19:44:04 +01:00
  • 6288da13ac rp2040: Suppress spurious gcc v12 array bounds warning Kevin O'Connor 2022-09-29 11:03:22 -04:00
  • 34870d3e2a z_thermal_adjust: Add Z thermal adjuster module (#4157) alchemyEngine 2022-09-25 18:39:14 +02:00
  • 51da02b7f8 thermocouple: Only shutdown on multiple consecutive sensor errors Kevin O'Connor 2022-09-19 14:20:18 -04:00
  • ec5719585e spi_temperature: Separate out fault handling from temperature calculation Kevin O'Connor 2022-09-19 14:04:18 -04:00
  • 4e930294b8 thermocouple: Report fault information in fault field Kevin O'Connor 2022-09-19 13:28:45 -04:00
  • ddb59440a8 logextract: Improve detection of clock and tmc uart parameters Kevin O'Connor 2022-09-20 11:08:54 -04:00
  • 7527e57e5a config: Add Ender 3 S1 Plus (#5705) Fisheiyy 2022-09-16 11:06:49 -05:00
  • d9c917b950 stm32l4: add stm32l412 support with adc,i2c,spi,usb Matt Baker 2021-04-22 13:44:39 -07:00
  • 57b0eb5d43 stm32l4: copy libs from STM32CubeL4 v1.17.0 Matt Baker 2021-04-22 13:25:45 -07:00
  • 8cdb2278d7 docs: Add an example corexy homing macro to TMC_Drivers.md Kevin O'Connor 2022-09-14 17:49:25 -04:00
  • 79be427757 docs: Reword sensorless homing high sensitivity test in TMC_Drivers.md Kevin O'Connor 2022-09-14 17:13:48 -04:00
  • ee5bdbadd1 config: Fix Ender 3 S1 Config (#5771) Fisheiyy 2022-09-11 21:16:24 -05:00
  • 721c764746 Update printer-anycubic-vyper-2021.cfg (#5692) JackyHe398 2022-09-12 10:12:06 +08:00
  • a530bf2421 docs: Add SDIO programming and split verification details to SDCard_Updates Donna Whisnant 2022-08-17 23:35:25 -05:00
  • 773f9ac56c scripts: Support BigTreeTech Octopus boards in flash-sdcard. Donna Whisnant 2022-08-17 23:19:40 -05:00
  • a0457f79e4 scripts: Support SDIO in flash-sdcard using split verification step Donna Whisnant 2022-08-22 10:23:49 -05:00
  • f4440267e6 virtual_sdcard: read new lines as-is Pedro Lamas 2022-09-06 17:04:14 +01:00
  • 30d25834c5 samd21: fix erroneous register bit reference. Matt Baker 2022-08-29 13:00:38 -07:00
  • 989d0f8097 stm32: Fix i2c on stm32g0 Kevin O'Connor 2022-08-25 17:33:57 -04:00
  • 97a5b39aab stm32: Add a gpio_valid() helper function Kevin O'Connor 2022-08-25 17:19:36 -04:00
  • 84ec2813ab serial_irq: Support side channel for entering bootloader Kevin O'Connor 2022-09-01 21:28:59 -04:00
  • ba38897a35 lpc176x: Move bootloader_request() from usbserial.c to main.c Kevin O'Connor 2022-09-01 21:27:05 -04:00
  • f6a166cb67 tmc: Improve error on missing stepper section Kevin O'Connor 2022-09-05 13:52:17 -04:00
  • 35e2472bbc motan: Improve reading of initial step position data Kevin O'Connor 2022-09-03 22:20:20 -04:00
  • 9f8f3cd77d fan: add enable_pin option (#5732) dalegaard 2022-09-03 18:23:55 +02:00
  • 6ba0242900 config: Fix uart_address on BTT SKR CR6 (#5741) JamesH1978 2022-09-03 17:19:50 +01:00
  • ae6c16422f mcp4018: Add SET_DIGIPOT command to mcp4018 implementation (#5737) jake-b 2022-09-02 11:30:06 -03:00
  • 354915d2ad kinematics: Add deltesian printers (#5743) Tircown 2022-09-01 21:56:31 +02:00
  • ec4ecd7a70 stm32f0: implement i2c_read endpoint Matt Baker 2022-08-29 12:56:31 -07:00
  • 5d9ff75d02 extruder_stepper: Support configuring pressure advance from config Dmitry Butyugin 2022-08-26 01:40:03 +02:00
  • 2e1b649617 dump_mcu: helper for mcu flash backups Eric Callahan 2022-08-25 15:15:49 -04:00
  • b220b8bfaf stm32: Add Hardware PWM support for STM32G0 processors (#5714) Ben Jackson 2022-09-01 10:30:11 -07:00
  • 83ab6fbae5 save_variables: Do not write to console when variables are saved MapleLeafMakers 2022-08-08 18:39:11 -04:00
  • f7e29b276e docs: Update koconnor donation links Kevin O'Connor 2022-08-24 20:54:11 -04:00
  • db507f89b9 scripts: Update install-debian.sh (#5704) chestwood96 2022-08-24 19:30:33 +02:00
  • a8883d83e3 stm32: add FDCAN support for STM32H743 (SKR-3 Series) (#5668) BIGTREETECH 2022-08-24 05:53:35 +08:00
  • 9e4994cbdb stm32: Fix the STM32H743 mcu temp on SKR 3 (#5711) adelyser 2022-08-19 14:42:20 -04:00
  • 724b007c50 rp2040: Enabled hw pullups for the I2C pins (#5710) chestwood96 2022-08-19 20:39:30 +02:00
  • ce27d35924 palette2: Fix UART encoding Clifford Roche 2022-08-06 13:40:41 -04:00
  • b1dcd35b7a config: Add BQ Hephestos printer (#5676) Rui Carmo 2022-08-19 18:57:18 +01:00
  • 6a91824486 delta: Added the possibility to get where the "cone shape" of the build volume starts from Macros (#5662) Nitram 2022-08-19 19:27:44 +02:00
  • 20a28bc00f config: Anycubic 4 Max Pro 2.0 - Added two internal systems (beeper and PSU control). (#5629) int_0x03 2022-08-19 20:11:42 +03:00
  • 2357221bb4 atsamd: Use CONFIG_USB instead of CONFIG_USBSERIAL during clock init Kevin O'Connor 2022-08-16 21:16:08 -04:00
  • 6aec6efcc9 stm32: Use new CONFIG_USB to determine if USB needs to be configured Kevin O'Connor 2022-08-16 21:12:42 -04:00
  • a709ba43af Revert "config: Create printer-bq-hephestos-2014.cfg (#5607)" Kevin O'Connor 2022-07-29 14:52:22 -04:00
  • 18119858c6 config: Create printer-bq-hephestos-2014.cfg (#5607) Rui Carmo 2022-07-29 19:48:58 +01:00
  • 49d83bd3e2 console: Add support for DUMP and FILEDUMP commands Kevin O'Connor 2022-07-29 13:30:39 -04:00
  • b026f1d2c9 canserial: Fix typo in canserial.h Kevin O'Connor 2022-07-27 21:44:51 -04:00
  • dc012f8659 docs: Recommend allow-hotplug in CANBUS.md when using USB to canbus bridge Kevin O'Connor 2022-07-27 13:38:23 -04:00