Commit Graph

  • 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
  • fc5c402e3b 修复点击全床调平会报错的问题 zkk 2024-11-12 13:35:44 +08:00
  • 3b927fcd22 优化暂停下的断电续打 z值不对问题 zkk 2024-11-12 10:34:11 +08:00
  • cae8bdbf21 Merge branch 'develop' zkk 2024-11-09 16:15:18 +08:00
  • d0443135bc 优化D600Pro D1000卸载耗材卡住问题以及F430NX的热风温度过低问题 zkk 2024-11-09 14:57:13 +08:00
  • d62caaee25 完善断电续打功能 zkk 2024-11-07 15:57:11 +08:00
  • b9770c3385 配置文件一点格式优化 zkk 2024-11-07 15:26:43 +08:00
  • ada778ae69 优化强制移轴的宏定义 zkk 2024-11-07 15:24:12 +08:00
  • a34034494e
    config: Added board config for Mellow Fly E3 v2 (#6682) Lieven Vanhercke 2024-11-07 01:58:16 +01:00
  • 2aac65183e 自适应网床调平功能实现 ruipeng 2024-11-04 17:54:26 +08:00
  • eeb2678ec2 fan_generic: fixes missing logging import Pedro Lamas 2024-11-01 11:19:47 +00:00
  • 249ce23f34 Merge branch 'develop' zkk 2024-11-01 11:16:20 +08:00
  • b9aab6ecd5 修复M109命令加热默认喷头有误的问题 zkk 2024-11-01 11:11:58 +08: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
  • 3c440ed820 实现断电续打功能 zkk 2024-10-30 09:14:15 +08:00
  • 8ce548fb81 优化IDEX模式下手动加载耗材逻辑; 优化开始打印时耗材检测与喷头温度过低同时触发的弹窗问题 ruipeng 2024-10-29 17:08:23 +08: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
  • a012f4d942 Merge branch 'develop' zkk 2024-10-18 16:33:44 +08:00
  • da2a3c417f 更新优化打印机配置文件,完善全系耗材检测功能,减少加热等待命令时间,修复D600Pro2 z轴步进值问题等... zkk 2024-10-18 16:32:37 +08: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
  • 436fc72a7a Merge branch 'develop' zkk 2024-09-19 14:29:14 +08:00
  • 3afea033d0 优化打印机配置 解决停靠位置 暂停冷却等问题 zkk 2024-09-19 14:27:25 +08: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
  • 98b74a2fc6 Merge branch 'develop' zkk 2024-09-13 16:22:51 +08:00
  • 1b1a2ad3e1 优化已知 回零停靠位置 共振补偿等问题 zkk 2024-09-13 16:22:43 +08: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
  • f79c536524 Merge branch 'develop' zkk 2024-09-12 14:28:16 +08:00
  • a6d81e7938 添加numpy库-共振补偿用 zkk 2024-09-12 14:27:53 +08:00
  • da791f9d98 Merge branch 'develop' zkk 2024-09-07 17:22:24 +08:00
  • a013b81b01 新增D1000配置文件 优化D600Pro2和F430NX配置文件 zkk 2024-09-07 17:18:12 +08: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
  • 81de9a8615 bme680: measure gas VOC once a while Timofey Titovets 2024-07-21 15:35:55 +02:00
  • f9d7a71195 bme680: select mode once Timofey Titovets 2024-07-13 23:27:22 +02:00
  • ff3eed2ad8 bme280: use periodic mode for BM[PE]280 Timofey Titovets 2024-07-13 22:40:23 +02:00
  • 9e45ec222e bme280.py: drop unused max_sample_time Timofey Titovets 2024-07-14 00:37:55 +02:00
  • 3e55008323 bme280.py: iir_filter mask input value Timofey Titovets 2024-07-14 00:35:22 +02:00