Commit Graph

  • 2dc4cfc5df bulk_sensor: Don't assume chip_clock is zero on start of queries Kevin O'Connor 2023-12-27 12:58:53 -05:00
  • 266e96621c sensor_bulk: New C file with helper code for sending bulk sensor measurements Kevin O'Connor 2023-12-17 17:59:25 -05:00
  • dc6182f3b3 sensor_angle: No need to send messages when stopping queries Kevin O'Connor 2023-12-17 11:35:40 -05:00
  • 95e1a290f1 sensor_lis2dw: No need to send messages when stopping queries Kevin O'Connor 2023-12-17 11:33:11 -05:00
  • 5ff555a705 sensor_mpu9250: No need to send messages when stopping queries Kevin O'Connor 2023-12-17 11:31:58 -05:00
  • 3275614b89 sensor_adxl345: No need to send messages when stopping queries Kevin O'Connor 2023-12-17 11:30:23 -05:00
  • 83d0d2f19b mcu: Add send_wait_ack() support to CommandWrapper Kevin O'Connor 2023-12-17 11:21:01 -05:00
  • 94719fe327 docs: Update to mkdocs to use latest jinj2 version Kevin O'Connor 2024-01-18 13:36:17 -05:00
  • 1d92be71da toolhead: Rename note_kinematic_activity() to note_mcu_movequeue_activity() Kevin O'Connor 2024-01-18 12:20:44 -05:00
  • 6cc409f6fb toolhead: Rename MoveQueue class to LookAheadQueue Kevin O'Connor 2024-01-18 12:16:47 -05:00
  • d633ef2cfc force_move: Fix missing call to note_kinematic_activity() Kevin O'Connor 2024-01-18 11:24:07 -05:00
  • 43d0dba4b4
    config: Add Creality Ender 5 S1. (#6455) grnbrg 2024-01-18 09:13:54 -06:00
  • 7a74888b43 toolhead: Extend flushing slightly past required time Kevin O'Connor 2024-01-17 11:22:16 -05:00
  • 3d3b87f97f toolhead: Ensure full kin_flush_delay after flush_step_generation() Kevin O'Connor 2024-01-16 20:40:55 -05:00
  • 447a88eb08 docs: Update Multi_MCU_Homing.md to note the importance of low-latency Kevin O'Connor 2024-01-04 19:06:00 -05:00
  • 1ea9f3aa35 mcu: Increase trsync_state reporting during multi-mcu homing Kevin O'Connor 2024-01-02 20:20:55 -05:00
  • dab39c02cd mcu: Stagger trsync reporting time during multi-mcu homing Kevin O'Connor 2024-01-02 19:00:57 -05:00
  • 96ab906946 sensor_mpu9250: Check for overflows on each query_mpu9250_status command Kevin O'Connor 2023-12-20 16:48:29 -05:00
  • 84aa3caa45 sensor_mpu9250: Simplify mp9250_query() Kevin O'Connor 2023-12-17 17:17:16 -05:00
  • 49315b3cc4 sensor_mpu9250: Fix timing in command_query_mpu9250_status() Kevin O'Connor 2023-12-17 16:19:21 -05:00
  • 1a1568c38b mpu9250: Fix incorrect use of time.sleep() Kevin O'Connor 2023-12-17 16:30:11 -05:00
  • b50d6669a8
    docs: Fix typo in Bed_Mesh.md (#6450) marbocub 2024-01-07 07:26:48 +09:00
  • 0665dc8976
    config: I3DBEEZ9 New board (#6447) I3DBeeTech 2024-01-02 22:01:30 +05:30
  • 92fe8f15b8 buttons: Fix possible ordering issue if a callback blocks Kevin O'Connor 2023-12-29 14:35:36 -05:00
  • 25bc649cd2 toolhead: Make sure to flush history when in debug output mode Kevin O'Connor 2023-12-30 12:35:42 -05:00
  • 9847b44901 toolhead: Avoid calling reactor.monotonic() on each _advance_flush_time() Kevin O'Connor 2023-12-30 11:43:32 -05:00
  • d7f6348ae6
    toolhead: Keep stepcompress move history relative to current time (#6439) Francois Chagnon 2023-12-30 11:34:21 -05:00
  • b502558052 bulk_sensor: Fix missing logging import Kevin O'Connor 2023-12-28 13:13:57 -05:00
  • 6f686ddee3 bulk_sensor: Add some module level documentation Kevin O'Connor 2023-12-17 01:12:28 -05:00
  • c716edafe2 bulk_sensor: Simplify the registration of internal clients in BatchBulkHelper Kevin O'Connor 2023-12-17 00:15:55 -05:00
  • 3370134593 bulk_sensor: Rework APIDumpHelper() to BatchBulkHelper() Kevin O'Connor 2023-12-16 23:26:42 -05:00
  • 95c753292d bulk_sensor: Minor code reorg to _stop() in APIDumpHelper() Kevin O'Connor 2023-12-16 21:59:53 -05:00
  • acde3720a4 bulk_sensor: New add_mux_endpoint() helper function in APIDumpHelper Kevin O'Connor 2023-12-16 14:31:32 -05:00
  • ffd44c0219 bulk_sensor: Move APIDumpHelper() from motion_report.py to bulk_sensor.py Kevin O'Connor 2023-12-16 14:07:06 -05:00
  • f4c8f0bf88 angle: Define BYTES_PER_SAMPLE and SAMPLES_PER_BLOCK Kevin O'Connor 2023-12-17 02:35:08 -05:00
  • 3f84501955 adxl345: Add a read_axes_map() helper function Kevin O'Connor 2023-12-17 02:10:43 -05:00
  • 43ce7c0b9a adxl345: No need to implement is_measuring() Kevin O'Connor 2023-12-16 22:00:23 -05:00
  • d6a4669ce0 bulk_sensor: Add new ChipClockUpdater helper class Kevin O'Connor 2023-12-16 13:01:34 -05:00
  • e67cbbe5c1 bulk_sensor: Add new BulkDataQueue class Kevin O'Connor 2023-12-16 11:30:51 -05:00
  • 978c294741 bulk_sensor: New file with helper code for reading bulk sensors Kevin O'Connor 2023-12-16 11:15:23 -05:00
  • 644f7e0872 toolhead: Simplify _advance_flush_time() sg_flush_time calculation Kevin O'Connor 2023-12-26 11:35:27 -05:00
  • fe56bf36c9 toolhead: Fix _calc_print_time() after G4 and SET_PRESSURE_ADVANCE Kevin O'Connor 2023-12-26 11:18:40 -05:00
  • 77619e912c stm32: Fix CAN for STM32G4 Alex Maclean 2023-12-18 01:05:06 +00:00
  • 147492b253 stm32: Fix ADC for STM32G4 Alex Maclean 2023-12-15 22:49:07 +00:00
  • 71ab6240f2 stm32: Fix STM32G4 USB Alex Maclean 2023-12-15 19:43:58 +00:00
  • 547bfbf818 pwm_tool: Fix error reporting Kevin O'Connor 2023-12-19 14:57:39 -05:00
  • 3417940fd8 hall_filament_width_sensor: max filament diameter Sami Haahtinen 2023-12-16 01:03:51 +00:00
  • 2defd7374a pwm_tool: Add support for maximum_mcu_duration Kevin O'Connor 2023-11-30 11:06:16 -05:00
  • 1e5f688b53 mcu: Add support for registering callbacks during move queue flush Kevin O'Connor 2023-11-30 11:12:55 -05:00
  • 19862bc3b7 toolhead: Track separate time for flush_step_generation() and need_flush_time Kevin O'Connor 2023-12-11 12:42:11 -05:00
  • f0753bd338
    docs: add rp2040 to internal temp sensor list (#6426) Razor 2023-12-13 18:13:39 +01:00
  • 6676c1df86 gcode: expose status with available commands Pedro Lamas 2023-11-06 15:06:36 +00:00
  • 2c2bb720fa adxl345: Simplify sequence and limit_count upconversion Kevin O'Connor 2023-12-04 14:13:37 -05:00
  • 1a83845c9f angle: Simplify sequence upconversion Kevin O'Connor 2023-12-04 14:08:22 -05:00
  • fe7082e4a8 buttons: Simplify ack upconversion code Kevin O'Connor 2023-12-04 14:03:27 -05:00
  • c5bd813d8b clocksync: Simplify 32bit clock upconversion code Kevin O'Connor 2023-12-04 14:01:12 -05:00
  • 62bf52bfcf serialqueue: Simplify sequence number upconversion Kevin O'Connor 2023-12-04 14:00:47 -05:00
  • 99d7af87fd pwm_tool: Notify the toolhead that the move_queue needs to be flushed Kevin O'Connor 2023-11-28 12:49:53 -05:00
  • c491ea669f toolhead: Support flushing even while lookahead queue is idle Kevin O'Connor 2023-11-28 11:27:25 -05:00
  • b7b13588c7 toolhead: Rework flushing to be based on mcu flush time Kevin O'Connor 2023-11-27 19:54:39 -05:00
  • 9e574c3497 toolhead: Separate out priming flush notification to its own timer Kevin O'Connor 2023-11-27 18:02:47 -05:00
  • 93cd8834f3 toolhead: Clarify internal toolhead "stall" and "pause" naming Kevin O'Connor 2023-11-26 19:05:36 -05:00
  • bafb126abd toolhead: Remove undocumented buffer management config parameters Kevin O'Connor 2023-11-26 19:01:24 -05:00
  • 5bd32e2984
    config: Update printer-sovol-sv06-2022.cfg x_offset (#6417) Bassam 2023-12-06 12:57:10 -05:00
  • d929be487b
    config: Update printer-sovol-sv06-2022.cfg to stock (#6416) Bassam 2023-12-06 12:56:12 -05:00
  • 7ed3c679dc config: Add LDO Leviathan v1.2 generic config Stefan Dej 2023-12-05 21:53:41 +01:00
  • 0ccf5f8e47 github: Temporarily disable close_reviewer_needed automation Kevin O'Connor 2023-12-05 17:55:11 -05:00
  • fc102edc24
    hard_pwm: Add pin defs for STM32F070 and STM32F072 (#6409) Will Puckett 2023-12-05 14:44:51 -08:00
  • 05d5451347 docs: Improve max_accel documentation in Config_Reference.md Kevin O'Connor 2023-12-03 17:56:22 -05:00
  • 795ce490a0
    doc: updates to Installation.md (#6398) Thijs Triemstra 2023-12-04 03:10:59 +01:00
  • 38221df83a
    avr: enable small code size options for 328 and 328p (#6411) CODeRUS 2023-11-29 17:31:49 +01:00
  • 03f69cd81a tmc: Query latest value during _init_registers() Kevin O'Connor 2023-11-20 19:43:36 -05:00
  • ea2f6bc0f5
    exclude_object: Don't use gcmd.respond_error() (#6407) Andrei Ignat 2023-11-22 17:53:38 +01:00
  • bb4711c5d3 tmc5160: Increase maximum current error check Kevin O'Connor 2023-11-08 13:46:13 -05:00
  • 187cc2f1b8 configfile: Improve support for python3.12 Kevin O'Connor 2023-11-01 20:38:15 -04:00
  • 3c8f202dfa
    bmp280: Add support for BMP180 sensor (#6370) vaxxi 2023-11-17 05:27:44 +02:00
  • 83df4a8627 stm32: enable 64KiB bootloader offset for all F4 docgalaxyblock 2023-11-01 17:26:12 +01:00
  • 29b7550ce5 pwm_tool: Add support for high-speed PWM pin updates Kevin O'Connor 2023-10-13 21:10:11 -04:00
  • 48a05eaa54 stepcompress: Add support for queuing messages that consume move queue space Kevin O'Connor 2023-10-13 20:43:27 -04:00
  • 4688c21c54
    klippy: Replace deprecated logger.warn with logger.warning (#6385) Thijs Triemstra 2023-11-17 04:06:13 +01:00
  • 3f8f30d612
    config: Update printer-sovol-sv06-plus-2023.cfg (#6401) Herb McNew 2023-11-16 21:57:45 -05:00
  • 74473322e5
    config: Add Sovol SV06 Plus (#6397) Herb McNew 2023-11-14 13:15:46 -05:00
  • 0d67d9c45d docs: Note the release of v0.12.0 Kevin O'Connor 2023-10-12 20:54:45 -04:00
  • 0acf3035e8 docs: Update Features.md Kevin O'Connor 2023-11-10 18:23:35 -05:00
  • 9e765daeed bed_screws: Reset on move error Pedro Lamas 2023-11-01 01:14:44 +00:00
  • 233f50424c
    config: Update generic-bigtreetech-skr-pico-v1.0.cfg (#6376) Wayne Manion 2023-11-02 12:03:01 -05:00
  • 64a97431b5 docs: Update Contact.md to note other common ways to obtain Klipper log file Kevin O'Connor 2023-10-30 18:18:17 -04:00
  • 03982f2c7e docs: Update the Contact document Kevin O'Connor 2023-10-30 16:32:49 -04:00
  • bee7ec720b config: Add new generic-bigtreetech-octopus-pro-v1.1.cfg config Kevin O'Connor 2023-10-30 14:14:20 -04:00
  • 9b15293547 config: Clarify stepper enable comment in Octopus boards Kevin O'Connor 2023-10-30 14:09:00 -04:00
  • a629b87ae0 config: Split generic-bigtreetech-octopus.cfg into separate files Kevin O'Connor 2023-10-30 14:04:08 -04:00
  • f7567a0db9 Revert "toolhead: Use dict for step generation flush times. (#6303)" Kevin O'Connor 2023-10-21 15:45:47 -04:00
  • 6749985302
    toolhead: Use dict for step generation flush times. (#6303) Viesturs Zariņš 2023-10-19 19:28:16 +02:00
  • 0c521b601d Config_checks: Missing ! in pin inversion example in Verify endstops Tom Dunn 2023-10-10 23:38:17 -04:00
  • 593486fadc docs: Fix a typo in serial bootloader entry docs Aaron B. Haun 2023-10-15 15:27:40 -04:00
  • dd01e99c59
    atsam: Add support for CAN on atsame70 (#6366) Luke V 2023-10-19 13:01:59 -04:00
  • b1f597c550
    atsam: Remove USB endpoint header (#6365) Alex Maclean 2023-10-13 02:02:26 +01:00
  • ecc9bbf52a docs: add info about requesting bootloaders Aaron B. Haun 2023-09-18 19:48:42 -04:00
  • 5edc7fee7e config: Fix trailing space in printer-creality-ender5-2019.cfg Kevin O'Connor 2023-10-09 13:34:58 -04:00
  • 7eabf02f5b
    config: Update printer-creality-ender5-2019.cfg to add instructions for silent boards (#6326) ghostoverflow256 2023-10-10 04:28:49 +11:00