Commit Graph

  • 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
  • 064eee6859 stm32: Fix i2c clock speeds for chips with a peripheral clock over 48Mhz Kevin O'Connor 2024-09-22 21:19:59 -04:00
  • 8b7cc43952 stm32: Reduce peripheral clock speed on stm32g4 chips Kevin O'Connor 2024-09-22 21:18:34 -04:00
  • 9426485bb6 rp2040: Check for i2c NACK/Start NACK (#6692) Timofey Titovets 2024-09-23 01:28:07 +02:00
  • b4aca122a1 flash_usb: Wait for busnum file to exist when flashing with picoboot Jack Wakefield 2024-09-15 18:45:04 +01:00
  • d9236f1c20 STM32: Check for NACK (#6687) Timofey Titovets 2024-09-23 01:24:29 +02:00
  • 8a5801a204 i2c: drop i2c_modify_bits Timofey Titovets 2024-09-10 21:04:35 +02:00
  • 71433b8224 sx1509: drop i2c_modify_bits Timofey Titovets 2024-09-10 21:03:06 +02:00
  • 87ac69363a fan: Wait full kick_start_time even if request is for full speed Kevin O'Connor 2024-09-15 00:17:35 -04:00
  • 5731d964b6 fan: Use GCodeRequestQueue to queue updates Kevin O'Connor 2024-08-16 13:22:38 -04:00
  • f323a4fcc7 output_pin: Add send_async_request() support to GCodeRequestQueue Kevin O'Connor 2024-09-13 15:13:09 -04:00
  • 69e0d866c0 output_pin: Improve GCodeRequestQueue timing on duplicate requests Kevin O'Connor 2024-09-15 00:03:58 -04:00
  • 0532a41c75 led: Fix typo in call to unregister_timer() Kevin O'Connor 2024-09-16 13:29:25 -04:00
  • 900bf2be55 Revert "fan: Use GCodeRequestQueue to queue updates" Kevin O'Connor 2024-09-13 14:30:56 -04:00
  • cc4ad6670f output_pin: Keep flushing GCodeRequestQueue if needed Kevin O'Connor 2024-09-13 00:59:44 -04:00
  • 28995a8bce servo: Use GCodeRequestQueue to queue updates Kevin O'Connor 2024-08-16 14:00:24 -04:00
  • 7940a6a728 fan: Use GCodeRequestQueue to queue updates Kevin O'Connor 2024-08-16 13:22:38 -04:00
  • 6ade82ed7e output_pin: Introduce new helper to facilitate queuing of gcode requests Kevin O'Connor 2024-08-15 23:53:50 -04:00
  • 3a57f71f33 output_pin: Remove deprecated maximum_mcu_duration and static_value Kevin O'Connor 2024-08-16 14:05:13 -04:00
  • 293858c51f hx71x: Avoid base classes to improve python2 compatibility Kevin O'Connor 2024-09-03 22:11:03 -04:00
  • 14a83103c3 flashsd: Add support for chitu-v6 (#6671) Bevan Weiss 2024-09-06 06:50:32 +10:00
  • 08a1c9f127 docs: update temperature_probe documentation Eric Callahan 2024-08-12 10:56:49 -04:00
  • 40d6a06f8f temperature_probe: add max_valid_temp option Eric Callahan 2024-08-12 10:49:55 -04:00
  • f71d2c7cfc stm32: Fix setting USB clock with USB to CANbus mode on stm32g4/stm32l4 Kevin O'Connor 2024-08-29 22:31:13 -04:00