Commit Graph

  • 2e131497ca homing: Fix error in retract move causing "must home axis" errors Kevin O'Connor 2021-08-28 12:59:01 -04:00
  • 8d4d16d51a manual_stepper: Add missing calc_position() wrapper call Kevin O'Connor 2021-08-26 12:23:12 -04:00
  • 25e493ef75 docs: Note importance of slow extrude rate in Rotation_Distance.md Kevin O'Connor 2021-08-25 12:03:44 -04:00
  • 84ac5b0146 configfile: Support config.getchoice() with integer keys Kevin O'Connor 2021-08-25 10:36:45 -04:00
  • 75183bfb86 Revert "toolhead: change SET_VELOCITY_LIMIT respond behavior" Kevin O'Connor 2021-08-24 12:34:00 -04:00
  • 9f75e348b0 toolhead: change SET_VELOCITY_LIMIT respond behavior stefand 2021-08-24 12:52:13 +02:00
  • d759b4e532 motan_graph: Fix legend when using matplotlib twinx Kevin O'Connor 2021-08-23 21:04:25 -04:00
  • 7aa2c11b3a data_logger: Flush the initial index file when all queries complete Kevin O'Connor 2021-08-23 11:01:56 -04:00
  • 8e1929649f docs: Fix typo in Debugging.md Kevin O'Connor 2021-08-24 10:17:49 -04:00
  • efbb704522 lpc176x: Fix wrong inital value at PWM setup Michael Kurz 2021-08-22 13:58:27 +02:00
  • 7f704c4749 docs: Add information on motan scripts to Debugging.md Kevin O'Connor 2021-08-02 23:05:15 -04:00
  • d57daa2354 readlog: Support queue_step smoothing Kevin O'Connor 2021-08-04 13:34:10 -04:00
  • 42080751d7 motan_graph: Initial support for graphing data log Kevin O'Connor 2021-07-29 16:59:20 -04:00
  • 171a73e380 data_logger: Add tool for bulk logging of data via the API server Kevin O'Connor 2021-07-23 23:00:02 -04:00
  • 2fdd8a420d motion_report: Add support for dumping steps/trapq via API server Kevin O'Connor 2021-07-21 12:48:23 -04:00
  • cf2e941aec webhooks: Add register_mux_endpoint() helper function Kevin O'Connor 2021-07-22 20:50:16 -04:00
  • 809f1ccea6 stepper: Add mcu_to_commanded_position() method Kevin O'Connor 2021-07-31 20:23:48 -04:00
  • f2d10b5729 tmc: Use config.getint() when reading microstep setting Kevin O'Connor 2021-08-22 10:50:18 -04:00
  • e37d2dee90 docs: Note config list change to Config_Changes.md Kevin O'Connor 2021-08-19 16:51:31 -04:00
  • e5d5c25154 bed_mesh: Use config lists Kevin O'Connor 2021-08-19 16:48:39 -04:00
  • fe1b2f5124 tmc_uart: Use config.getlist() for select_pins config option Kevin O'Connor 2021-08-19 15:45:36 -04:00
  • 31564f3b43 static_digital_output: Use config.getlist() for pins config option Kevin O'Connor 2021-08-19 15:35:38 -04:00
  • 92e1821423 multi_pin: Use config.getlist() for pins config option Kevin O'Connor 2021-08-19 15:33:36 -04:00
  • e784c19a96 duplicate_pin_override: Use config.getlist() for pins config option Kevin O'Connor 2021-08-19 15:30:16 -04:00
  • 8f7eedd95e board_pins: Use config list helpers Kevin O'Connor 2021-08-19 15:27:50 -04:00
  • 8a59de9431 z_tilt: Use config.getlists() for z_positions config option Kevin O'Connor 2021-08-19 15:21:43 -04:00
  • d0e4b03739 safe_z_home: Use config.getfloatlist() for home_xy_position config option Kevin O'Connor 2021-08-19 15:19:02 -04:00
  • d82dc1e844 resonance_tester: Use config.getlists() for probe_points config option Kevin O'Connor 2021-08-19 15:16:49 -04:00
  • 2461b30a6a quad_gantry_level: Use config.getlists() for gantry_corners config option Kevin O'Connor 2021-08-19 15:12:31 -04:00
  • 8a556f2581 homing_heaters: Use config.getlist() for heaters and steppers config options Kevin O'Connor 2021-08-19 15:08:56 -04:00
  • 65fb494e77 heater_fan: Use config.getlist() for heater config option Kevin O'Connor 2021-08-19 15:03:41 -04:00
  • 8f85786b3f gcode_button: Use config.getfloatlist() for analog_range config option Kevin O'Connor 2021-08-19 15:01:55 -04:00
  • 7f82dcb442 endstop_phase: Use config.getintlist() for trigger_phase config option Kevin O'Connor 2021-08-19 14:59:53 -04:00
  • 58dedb6b16 menu_keys: Use config.getfloatlist() for analog_range_ config options Kevin O'Connor 2021-08-19 14:56:46 -04:00
  • ab023bb61d delta_calibrate: Use config.getfloatlist() for parsing "stable positions" Kevin O'Connor 2021-08-19 14:54:10 -04:00
  • 99b0cacf3b controller_fan: Use config.getlist() for heater and stepper config parameters Kevin O'Connor 2021-08-19 14:51:48 -04:00
  • d3484efe73 probe: Use config.getlists() for points config option Kevin O'Connor 2021-08-19 14:40:41 -04:00
  • 673ecec6a2 screws_tilt_adjust: Use config.getfloatlist() for coordinates config option Kevin O'Connor 2021-08-19 14:31:42 -04:00
  • a546415884 bed_screws: Use config.getfloatlist() for coordinates config option Kevin O'Connor 2021-08-19 14:31:19 -04:00
  • 3ef6e2ba56 adxl345: Use config.getlist() for axes_map config option Kevin O'Connor 2021-08-19 13:27:46 -04:00
  • 67d99fe8a8 stepper: Use config.getlists() for gear_ratio config option Kevin O'Connor 2021-08-19 13:03:59 -04:00
  • f9ca5b9098 configfile: Add helpers for parsing list of parameters from the config Kevin O'Connor 2021-08-19 13:03:35 -04:00
  • c64ea474d7 webhooks: log client requests on shutdown Eric Callahan 2021-08-21 11:30:01 -04:00
  • 23bb6fa1f3 config: correct pins for ender3max display (#4516) shawnifoley 2021-08-19 19:18:24 -07:00
  • c0f97adacc config: Fix missing trailing commas in board_pins config sections Kevin O'Connor 2021-08-19 17:10:06 -04:00
  • 65ed55a43b endstop_phase: Calculate phase based on trigger position Kevin O'Connor 2021-06-09 23:34:47 -04:00
  • 3814a13251 homing: Calculate homing position based on trigger time Kevin O'Connor 2021-04-05 10:59:47 -04:00
  • 1dc2ab048f mcu: Return time of trigger from home_wait() Kevin O'Connor 2021-04-03 13:20:36 -04:00
  • 128a2f8cd6 workflows: Fix typo in stale-issue-bot Kevin O'Connor 2021-08-17 20:53:32 -04:00
  • bd0185cf75 docs: Don't use section-index plugin during klipper3d.org site generation Kevin O'Connor 2021-08-17 19:39:23 -04:00
  • b4ee93043a htu21d: Update htu21d.py (#4520) dawidmpunkt 2021-08-17 21:52:47 +02:00
  • f313a2294a bed_mesh: Added PROFILE name option (#4522) Randell Hodges 2021-08-17 14:30:14 -05:00
  • 8ad5cbfff5 config: Adds generic config for BigTreeTech SKR E3 RRF 1.1 Pedro Lamas 2021-08-10 15:01:06 +01:00
  • 73a7840697 output_pin: fix time difference calculation Pascal Pieper 2021-08-08 22:35:34 +02:00
  • df98470659 docs: Fix reference to neopixel color_data Matt Heath 2021-08-06 22:39:20 +01:00
  • 4edab5b3da docs: Add comment on additional stepper fields available in extruder section Kevin O'Connor 2021-08-17 14:19:39 -04:00
  • afd80c1de9 bed_screws: Finish bed_screws_adjust after n consecutive accepts (#4521) chrenderle 2021-08-17 19:56:43 +02:00
  • 1bc4f90fb0 flash-linux: Fix spelling error in message Kevin O'Connor 2021-08-17 13:24:56 -04:00
  • f2dd677491 workflows: Add script to manage "not mainline" and "pending feedback" PRs Kevin O'Connor 2021-08-17 12:55:15 -04:00
  • dd1b1f496c workflows: Merge close-invalid-bot into stale-issue-bot Kevin O'Connor 2021-08-17 12:33:45 -04:00
  • 1aa4becc60 bed_mesh: Fix off-by-one error in faulty region error report Kevin O'Connor 2021-08-17 12:04:58 -04:00
  • a90c8d7bc8 config: added ender3 with robin e3d 1.1 (#4252) Lukasz Piatkowski 2021-08-17 17:49:52 +02:00
  • e3cf8fc819 motion_report: Fix typo causing incomplete queries Kevin O'Connor 2021-08-16 22:23:18 -04:00
  • 7fddc5a8fa avr: Fix typo causing broken gpio mappings Kevin O'Connor 2021-08-15 09:48:33 -04:00
  • 070fac0702 avr: Define PORTE on atmega328p Kevin O'Connor 2019-09-24 09:58:42 -04:00
  • cf3c7cd99a avr: Rename the analog-only PE0/PE1 pins on atmega168/328 to PE2/PE3 Kevin O'Connor 2019-09-24 09:52:28 -04:00
  • f759df3cd7 endstop_phase: Convert to using tmc mcu_phase_offset Kevin O'Connor 2021-08-06 00:38:49 -04:00
  • 06b8169f56 tmc: Track offset between tmc driver and mcu position Kevin O'Connor 2021-08-05 23:21:31 -04:00
  • c2bfeb60aa tmc: Move stepper phase reading code to TMCCommandHelper class Kevin O'Connor 2021-08-05 23:32:00 -04:00
  • 24586f0c31 stepper: Query the stepper mcu position during startup Kevin O'Connor 2021-04-02 12:18:05 -04:00
  • 33dcb38297 tmc: Consistently use lower case for all TMC field names Kevin O'Connor 2021-08-05 14:25:53 -04:00
  • a52a627893 tmc2208: Send pdn_disable UART setup as first command to chip during init Kevin O'Connor 2021-08-05 13:53:36 -04:00
  • fa7a91a38b homing: Improve error messages on a printer shutdown during homing Kevin O'Connor 2021-08-06 13:05:09 -04:00
  • afada5e79e trapq: Prune interrupted moves from history on trapq_set_position() Kevin O'Connor 2021-08-06 10:06:03 -04:00
  • b17ec3d2e9 stepcompress: Pass clock to stepcompress_set_last_position() Kevin O'Connor 2021-08-06 09:56:06 -04:00
  • 3176150050 mkdocs_hooks: Improve check for not in a list Kevin O'Connor 2021-08-02 16:13:11 -04:00
  • 36e3969219 probe: bugfix to z_offset_apply_probe (#4553) shiftingtech 2021-08-02 14:08:19 -06:00
  • b8f6b90467 mkdocs_hooks: Add some comments to the script Kevin O'Connor 2021-08-02 15:47:58 -04:00
  • b837a344c1 _klipper3d: Add additional comments to mkdocs.yml Kevin O'Connor 2021-08-02 14:05:25 -04:00
  • c3ab8fee90 docs: Reorder sections of Debugging.md Kevin O'Connor 2021-08-02 12:49:48 -04:00
  • 4d5c619b8e scripts: Update graphing scripts to work with either python2 or python3 Kevin O'Connor 2021-08-02 12:36:38 -04:00
  • a143921534 idex_modes: Fix get_status (#4550) Tircown 2021-08-01 21:10:45 +02:00
  • 0971a8c2e1 stm32: Support PB7/PB6 for USART1 on stm32f0 Kevin O'Connor 2021-08-01 13:23:45 -04:00
  • 69d9497df3 webhooks: Remove spaces from json messages sent on api server Kevin O'Connor 2021-07-25 12:17:54 -04:00
  • 60aa05829f motion_report: Add get_status() method with current requested toolhead position Kevin O'Connor 2021-07-19 22:28:40 -04:00
  • 38766c367f motion_report: Add new extras module for low-level motion diagnostics Kevin O'Connor 2021-07-19 13:11:36 -04:00
  • f0dbeb0493 stepper: Simplify helper module registration of stepper motors Kevin O'Connor 2021-07-19 13:22:40 -04:00
  • c632b377ca mcu: Support returning the mcu reported shutdown time Kevin O'Connor 2021-07-19 12:28:32 -04:00
  • cbd5680ae0 extruder: Add get_trapq() method Kevin O'Connor 2021-07-19 21:08:10 -04:00
  • 7013a7b15f stepcompress: Support extracting stepcompress history Kevin O'Connor 2021-07-19 14:51:05 -04:00
  • fbfa31a3c3 stepcompress: Rename 'struct history_move' to 'struct history_steps' Kevin O'Connor 2021-07-19 14:40:50 -04:00
  • 07f0ecb4d0 trapq: Store toolhead.set_position() updates in trapq history Kevin O'Connor 2021-07-23 12:46:14 -04:00
  • 45c232b2c7 trapq: Keep history of recent trapq moves Kevin O'Connor 2021-07-19 11:32:16 -04:00
  • e2f483aea3 trapq: Rename trapq_free_moves() to trapq_finalize_moves() Kevin O'Connor 2021-07-19 11:12:58 -04:00
  • d1b41ea4a1 force_move: Note force_enable() and restore_enable() are internal functions Kevin O'Connor 2021-07-19 12:34:23 -04:00
  • be122411b5 klipper3d: links to anchors not working with Safari Damien 2021-07-28 14:30:21 +02:00
  • 32eb2ee2d1 docs: fixed babystepping patch (#4526) shiftingtech 2021-07-27 19:57:18 -06:00
  • 75e958e57d Revert "README: Fix links to www.klipper3d.org" Kevin O'Connor 2021-07-27 19:00:01 -04:00
  • a80c7d71dc Revert "workflows: Point to https://www.klipper3d.org/Contact" Kevin O'Connor 2021-07-27 18:59:46 -04:00
  • a17c2ae397 _klipper3d: Set use_directory_urls to False Kevin O'Connor 2021-07-27 18:58:08 -04:00