Commit Graph

  • aae29ba48b heaters: Disable heater if it appears main thread has stopped updating Kevin O'Connor 2024-12-19 11:45:13 -05:00
  • 485c8f2ef0 lib: Update can2040 to v1.7.0 Kevin O'Connor 2025-01-02 10:55:51 -05:00
  • 7083879700
    force_move: Implement CLEAR for SET_KINEMATIC_POSITION (#6262) Dennis Marttinen 2025-01-10 15:41:09 +00:00
  • 9ca71d8608 github: Change to upload-artifact@v4 Kevin O'Connor 2025-01-09 20:43:06 -05:00
  • 8a3d2afd79
    config: Config for Geeetech A-series printers: A10/M/T and A20/M/T (#6767) Alexander Bazarov 2025-01-03 09:32:07 -05:00
  • 80d185c94c
    z_tilt: return done when reties is 0 (#6766) KrauTech 2024-12-20 07:24:44 +11:00
  • cb13ee76ff docs: Document the QUAD_GANTRY_LEVEL command in G-Codes.md Kevin O'Connor 2024-12-19 11:52:31 -05:00
  • a2a91654a9 docs: Document Z_TILT_ADJUST RETRIES and RETRY_TOLERNACE options in G-Codes.md Kevin O'Connor 2024-12-19 11:49:16 -05:00
  • 383b83d788 Kconfig: Simplify WANT_XXX definitions Kevin O'Connor 2024-12-12 14:46:37 -05:00
  • 2b9e041a86 angle: mt6826s added support Timofey Titovets 2024-11-05 01:53:19 +01:00
  • 90c1b82baa angle: mt6816 added support Timofey Titovets 2024-10-20 04:24:28 +02:00
  • 896343d943 ar100: disable angle sensors code in CI Timofey Titovets 2024-11-21 17:57:21 +01:00
  • 1499bfa489 Kconfig: split sensors Timofey Titovets 2024-12-05 17:30:50 +01:00
  • b7233d1197
    lib: fix rp2040_flash (#6760) BIGTREETECH 2024-12-07 02:41:22 +08:00
  • 16b4b6b302
    resonance_tester: Added a new sweeping_vibrations resonance test method (#6723) Dmitry Butyugin 2024-12-06 11:54:26 +09:00
  • 7f89668d6c
    tmc2240: Correct maximum TMC2240 UART address. (#6757) Liam Powell 2024-12-03 02:30:57 +08:00
  • aecb29d2b0
    display: Add support for AIP31068 based displays (#6639) Alexander Bazarov 2024-12-02 13:23:46 -05:00
  • 9ce631e8d1 klippy: Fix missing default parameter of invoke_async_shutdown() Kevin O'Connor 2024-12-02 12:51:51 -05:00
  • 2165c90011 gcode: Improve checksum detection in get_raw_command_parameters() Kevin O'Connor 2024-12-01 13:48:35 -05:00
  • a6df541104 gcode: Some optimizations to get_raw_command_parameters() Kevin O'Connor 2024-12-01 13:46:04 -05:00
  • 62325d4a35 gcode: Use the same M117/M118 fixup for M23 Kevin O'Connor 2024-11-26 19:21:06 -05:00
  • 03068b48fe gcode: Fixup M117/M118 command identification in cmd_default() Kevin O'Connor 2024-11-26 19:17:59 -05:00
  • d45b9c92d8 gcode: Improve handling of extended g-code commands with '*;#' characters Kevin O'Connor 2024-11-26 13:30:57 -05:00
  • 49205f92ff gcode: Don't silently discard characters inside a command name Kevin O'Connor 2024-11-26 17:32:40 -05:00
  • 5493c60373 gcode: Validate extended g-code command names Kevin O'Connor 2024-11-26 14:50:45 -05:00
  • 847331260c toolhead: Remove arbitrary constants controlling junction deviation Kevin O'Connor 2024-11-27 22:34:17 -05:00
  • 8291788f40 toolhead: Use delta_v2 when calculating centripetal force Kevin O'Connor 2024-11-27 22:45:27 -05:00
  • a18c74be05
    rp2040: Add spi0_gpio4_gpio3_gpio2 bus to support fysetc PITB V2 (#6683) Jessica Hunt 2024-11-27 22:32:42 -05:00
  • 42d8b9b847 docs: Update Measuring Resonances document with LIS2DW/LIS3DH information Wulfsta 2024-11-20 00:48:59 -05:00
  • 2cfef4d94d
    docs: Update config screenshot for rpi235x (#6748) Thijs Triemstra 2024-11-28 00:31:01 +01:00
  • f2e69a3703 ci-install: Run 'apt-get update' prior to 'apt-get install' Kevin O'Connor 2024-11-22 14:49:04 -05:00
  • d6494ffed5 docs: update Manual_Level.md reference Emmanuel Ferdman 2024-11-16 06:55:57 -08:00
  • 9bd0d47576 rp2040: Improve indentation in Kconfig file Kevin O'Connor 2024-11-14 13:01:21 -05:00
  • a46dba08e2 docs: Add rp2350 to benchmarks Kevin O'Connor 2024-10-28 13:48:07 -04:00
  • f6718291b7 rp2040: Add rp2350 bootrom based chipid and reboot to bootloader code Kevin O'Connor 2024-10-29 12:28:24 -04:00
  • 8a203cf2cb rp2040: Move chipid reading to bootrom.c Kevin O'Connor 2024-10-29 11:51:29 -04:00
  • 58541a799e temperature_mcu: Add support for rp2350 MCUs Kevin O'Connor 2024-10-27 15:07:07 -04:00
  • 848124ac4d flash_usb: Initial support for flashing rp2350 chips Kevin O'Connor 2024-10-25 16:31:53 -04:00
  • 3cdb1793d4 lib: Update rp2040_flash code to support rp2350 reboot Kevin O'Connor 2024-10-26 11:55:21 -04:00
  • 64ba37c02e lib: Update rp2040_flash to upstream picotool.git v2.0.0 Kevin O'Connor 2024-10-25 21:54:31 -04:00
  • 06bb49f135 rp2040: Initial rp2350 support Kevin O'Connor 2024-10-25 14:43:05 -04:00
  • 61f81bdb26 rp2040: Use a higher USB PLL internal frequency Kevin O'Connor 2024-10-26 19:00:42 -04:00
  • c28ed06e98 rp2040: Avoid using memcpy() on USB dpram Kevin O'Connor 2024-11-13 23:37:37 -05:00
  • 405935f918 rp2040: Rename rp2040_link.lds.S to rpxxxx_link.lds.S Kevin O'Connor 2024-10-28 13:31:10 -04:00
  • 906431bb00 rp2040: Rename CONFIG_RP2040_yyy Kconfig symbols to CONFIG_RPXXXX_yyy Kevin O'Connor 2024-10-25 14:04:48 -04:00
  • 4ef21a1e9b armcm_boot: Support ARM cortex-m33 chips Kevin O'Connor 2024-10-25 15:21:23 -04:00
  • c5c79c936f lib: Add cortex-m33 support files to lib/cmsis-core/ Kevin O'Connor 2024-10-25 14:54:59 -04:00
  • f00919070e lib: Add rp2350 files to pico-sdk Kevin O'Connor 2024-10-25 14:08:46 -04:00
  • 2ad0b1afc2 lib: Update can2040 to support v2.0.0 of pico-sdk Kevin O'Connor 2024-10-25 12:07:33 -04:00
  • c75eb53c0c lib: Update lib/rp2040 to v2.0.0 SDK release Kevin O'Connor 2024-10-24 19:41:55 -04:00
  • 9f328cab95 lib: Move lib/rp2040/elf2uf2 to lib/elf2uf2 Kevin O'Connor 2024-10-24 19:49:33 -04:00
  • c88ee84bed msgproto: Fix return type for create_command() Kevin O'Connor 2024-11-13 14:24:03 -05:00
  • 38bf6f2693 axis_twist_compensation: AXIS_TWIST_COMPENSATION new parameter AUTO for autocalibration yochiwarez 2024-10-23 01:12:46 +01:00
  • 4f3a7fd227 axis_twist_compensation: Implement Y-axis support yochiwarez 2024-10-22 21:48:07 +01:00
  • f119e96e8f configfile: Fix comments on same line as [include xxx.cfg] directive Kevin O'Connor 2024-11-12 21:07:44 -05:00
  • 6d1256ddcc
    resonance_tester: Fix chips selection, add accel_per_hz selection (#6726) MRX8024 2024-11-13 02:55:32 +02:00
  • 2af8d3f1d0 config: Add lis3dh to Duet3D 1LC sample config Wulfsta 2024-10-21 21:15:19 -04:00
  • 6631275ab6 atsamd: allow i2c rate to be 400kHz Wulfsta 2024-10-18 19:00:49 -04:00
  • 9d36f31615 docs: Add lis2dw i2c and lis3dh Wulfsta 2024-10-21 21:11:31 -04:00
  • 0f7887fffe sensor_lis2dw: add lis3dh sensor and i2c communication Wulfsta 2024-10-17 02:38:59 -04:00
  • a34034494e
    config: Added board config for Mellow Fly E3 v2 (#6682) Lieven Vanhercke 2024-11-07 01:58:16 +01:00
  • eeb2678ec2 fan_generic: fixes missing logging import Pedro Lamas 2024-11-01 11:19:47 +00:00
  • a91d8a66f3 configfile: Separate access tracking to new ConfigValidate class Kevin O'Connor 2024-09-26 11:40:51 -04:00
  • 9d4ab862b9 configfile: Only check for [include file] directives from main printer.cfg Kevin O'Connor 2024-09-26 02:03:21 -04:00
  • 85ebafd3f6 configfile: Don't read the autosave data if multiple autosave headers present Kevin O'Connor 2024-09-26 00:47:10 -04:00
  • 9adb313ee8 configfile: Split configfile code into three separate classes Kevin O'Connor 2024-09-25 23:34:59 -04:00
  • faa89be816 docs: Fix Benchmarks.md git revision references Kevin O'Connor 2024-10-28 15:15:08 -04:00
  • 89d94dd33b atsamd: Add Kconfig definition for SAME51N19 chip Kevin O'Connor 2024-10-24 10:18:24 -04:00
  • a796ca5e72 Kconfig: Remove references to manufacturers in Kconfig Kevin O'Connor 2024-10-24 10:09:59 -04:00
  • 94da4d10d7
    docs: Update Measuring_Resonances.md for some NumPY version issues (#6719) JamesH1978 2024-10-28 19:06:48 +00:00
  • 31fe50ffa3 homing: Log a warning if probe alters stepper kinematic positions Kevin O'Connor 2024-10-20 22:11:25 -04:00
  • b381f509d1 trsync: Don't require callers of trsync_do_trigger() to disable irqs Kevin O'Connor 2024-10-23 19:51:02 -04:00
  • ea546c789b sched: Improve timer vs task priority check Kevin O'Connor 2024-10-21 14:26:48 -04:00
  • f0a7797712 mcu: Only warn about mcu clock frequency if drift is more than 1% Kevin O'Connor 2024-10-24 09:59:51 -04:00
  • 08102a0bf9 mpu: shutdown on i2c errors Timofey Titovets 2024-10-23 02:22:07 +02:00
  • 1c3b30b815 ldc1612: shutdown on i2c errors Timofey Titovets 2024-09-28 19:51:59 +02:00
  • 1563a68144 i2ccmds: move status checks to function Timofey Titovets 2024-10-21 17:25:17 +02:00
  • 48590a35e4 stm32: forward i2c errors to i2ccmd Timofey Titovets 2024-10-21 17:07:52 +02:00
  • 335a0e20c2 rp2040: forward i2c errors to i2ccmd Timofey Titovets 2024-10-21 17:04:25 +02:00
  • 8a1c3cd668 linux: forward i2c errors to i2ccmd Timofey Titovets 2024-10-21 16:53:51 +02:00
  • 2c246c7d33 i2c_software: forward errors to i2ccmd Timofey Titovets 2024-10-21 16:51:34 +02:00
  • a4aa2a9002 i2c: handle errors at i2ccmds Timofey Titovets 2024-10-21 14:19:56 +02:00
  • 08a85ba869 i2ccmds: abstract i2c dev from bus implementation Timofey Titovets 2024-09-13 22:02:05 +02:00
  • 39f08aeda1 docs: Update Sponsors.md Kevin O'Connor 2024-10-26 22:02:20 -04:00
  • fe89c19ac0
    stm32: Add support for USART3 on PC11/PC10 on STM32G474. (#6704) Liam Powell 2024-10-24 23:10:09 +08:00
  • 0c806d84f7
    ads1220: Add input_mux and vref options to ADS1220 sensor (#6713) Gareth Farrington 2024-10-24 08:07:05 -07:00
  • 55339998e5 docs: Fix "XH711" typo in Config_Reference.md Kevin O'Connor 2024-10-24 10:05:44 -04:00
  • 0855994e59
    docs: Update OctoPrint.md - wrong serial address (#6716) JamesH1978 2024-10-22 15:36:13 +01:00
  • 8e1cdb199a docs: Add step rate benchmark for same70 Signed-off-by: Luke Vuksta <wulfstawulfsta@gmail.com> Wulfsta 2024-10-09 22:10:46 -04:00
  • 34e9ea55df atsam: Enable TCM and cache for atsame70 Signed-off-by: Luke Vuksta <wulfstawulfsta@gmail.com> Wulfsta 2024-09-14 13:13:36 -04:00
  • 52af688245 atsam: Add data memory barrier to USB driver Signed-off-by: Luke Vuksta <wulfstawulfsta@gmail.com> Wulfsta 2024-10-10 15:13:02 -04:00
  • 8a530cbcce scripts: Update whconsole tool to support python3 Kevin O'Connor 2024-10-20 22:06:10 -04:00
  • b89d552387
    stm32: allow 400Khz in stm32f0_i2c.c (#6694) Timofey Titovets 2024-10-10 02:00:38 +02:00
  • 96cceed23e fan: Fix restart request handling Kevin O'Connor 2024-10-01 11:43:27 -04:00
  • 8f361a15b2 fan_generic: Support setting a TEMPLATE on SET_FAN_SPEED commands Kevin O'Connor 2024-09-21 15:47:19 -04:00
  • f4143af4fa fan: Support calling set_speed() without a print_time Kevin O'Connor 2024-09-21 15:42:26 -04:00
  • 1c0adb9af8 output_pin: Support setting a TEMPLATE on SET_PIN commands Kevin O'Connor 2024-09-21 15:29:47 -04:00
  • 8a7a39530e output_pin: Move template evaluation code from led.py to output_pin.py Kevin O'Connor 2024-09-16 13:35:53 -04:00
  • 3358295de8 led: Generalize template evaluation so it is not dependent on LEDs Kevin O'Connor 2024-08-16 21:34:21 -04:00
  • ef75346861 heaters: Fix typo - config.config_error() instead config.error() Kevin O'Connor 2024-09-25 23:20:13 -04:00