Commit Graph

199 Commits

Author SHA1 Message Date
6b2cedfa28 Обновить README.md
Some checks are pending
Smoke Tests / Klippy Tests (DangerKlippers/danger-klipper) (push) Waiting to run
Smoke Tests / Klippy Tests (klipper3d/klipper) (push) Waiting to run
Smoke Tests / lint (push) Waiting to run
2024-08-01 01:04:04 +03:00
04ff95921e Обновить install.sh
Some checks are pending
Smoke Tests / Klippy Tests (DangerKlippers/danger-klipper) (push) Waiting to run
Smoke Tests / Klippy Tests (klipper3d/klipper) (push) Waiting to run
Smoke Tests / lint (push) Waiting to run
2024-08-01 00:58:47 +03:00
871dd72a88 Обновить moonraker.conf
Some checks are pending
Smoke Tests / Klippy Tests (DangerKlippers/danger-klipper) (push) Waiting to run
Smoke Tests / Klippy Tests (klipper3d/klipper) (push) Waiting to run
Smoke Tests / lint (push) Waiting to run
2024-08-01 00:34:32 +03:00
Félix Boisselier
66f5e32e4c typo in doc 2024-07-01 12:42:59 +02:00
Félix Boisselier
c12653e1f7 Merge pull request #138 from Frix-x/develop
v4.1.0
v4.1.0
2024-06-30 22:41:30 +02:00
Félix Boisselier
8cf81bcb44 better sync of the peaks pair for close frequencies 2024-06-30 22:41:06 +02:00
Félix Boisselier
92a651b6a6 switched to pearson coefficient for belts similarity 2024-06-30 22:27:46 +02:00
Félix Boisselier
6712506862 fixed potential out of bounds error in belt graphs 2024-06-30 20:30:05 +02:00
Félix Boisselier
6e49c2c607 inverted belts colors to revert the behavior as pre-v4 2024-06-30 11:14:14 +02:00
Félix Boisselier
4a99e95882 Merge pull request #136 from Frix-x/develop
v4.0.2
v4.0.2
2024-06-27 22:33:20 +02:00
Félix Boisselier
f5a74c29e1 fixed pyproject.toml project name 2024-06-27 22:25:04 +02:00
Aaron Haun
f87713eacd feat: automated testing GitHub action (#134) 2024-06-27 18:35:07 +02:00
Félix Boisselier
f045b8a49e fixed a mistake about some code that shouldn't be here... 2024-06-27 18:31:41 +02:00
Félix Boisselier
37d0e39d84 updated commands descriptions 2024-06-20 21:36:14 +02:00
Félix Boisselier
50ed13ca59 using Klipper reactor for file write process handling 2024-06-20 11:59:19 +02:00
delisjr
90ed7aca3c Compatibility with Klipper < v0.12.0-239 (#129) 2024-06-19 09:59:54 +02:00
Félix Boisselier
69ad228356 small documentation update about default parameters v4.0.1 2024-06-17 19:53:13 +02:00
Zeanon
b98d103a26 Make frequencies default on [resonance_tester] settings (#119) 2024-06-17 19:49:37 +02:00
Félix Boisselier
a9c7a8491b fix random Timer too close or Move queue overflow errors (#123) 2024-06-17 19:45:20 +02:00
Félix Boisselier
fb8e1ce98f avoid returning wrong axes_map if it wasn't determined correctly 2024-06-16 18:43:16 +02:00
Félix Boisselier
8b0862a96a fixed axis frequency scale on belt graph 2024-06-13 14:21:04 +02:00
Félix Boisselier
c3fcc976c1 Merge pull request #115 from Frix-x/develop
Shake&Tune v4.0.0
v4.0.0
2024-06-13 10:00:41 +02:00
Félix Boisselier
0ea659c4ce fixed undefined jinja variables when calling from the WebUI 2024-06-12 22:33:48 +02:00
Félix Boisselier
8408152093 added standard header to .py files 2024-06-12 13:17:07 +02:00
Félix Boisselier
ecd57ea3dc fixed items from code review 2024-06-11 21:26:15 +02:00
Félix Boisselier
6d1e53d4d1 Merge pull request #41 from Frix-x/dependabot/pip/gitpython-3.1.41
Bump gitpython from 3.1.40 to 3.1.41
2024-06-11 11:35:10 +02:00
Félix Boisselier
6db1d394ae Code cleanup before release (#114) 2024-06-10 23:42:10 +02:00
Félix Boisselier
9739f6220e Docs update for v4 (#113) 2024-06-09 23:12:36 +02:00
Félix Boisselier
da51082b44 Static freq optional graphs (#112) 2024-06-08 17:02:28 +02:00
Félix Boisselier
4384a8339e improved the amplitude delta percentage computation on belt graph 2024-06-07 18:43:17 +02:00
Félix Boisselier
f9394c5706 current unit for freq target 2024-06-05 11:58:02 +02:00
Félix Boisselier
abd3e2d98f fix macro parameter None value crashing when it's an empty string 2024-06-04 23:06:52 +02:00
Félix Boisselier
73b93107d7 fix crash when ACCEL_CHIP is an empty string 2024-06-04 23:04:11 +02:00
Félix Boisselier
867d0c90a0 fix gcmd error that wasn't sent correctly 2024-06-04 22:09:54 +02:00
Félix Boisselier
f9e5d64eac added PWM freq targets to vibration graphs 2024-06-04 18:45:21 +02:00
Félix Boisselier
bb6907e5e6 AXES_MAP detection reworked (#110) 2024-06-04 18:31:23 +02:00
Félix Boisselier
0fbdef4a17 fixed typo in ShakeTuneProcess 2024-06-03 19:23:12 +02:00
Félix Boisselier
d22b3fcbef switched to multiprocessing instead of threading 2024-06-03 17:49:28 +02:00
Félix Boisselier
9ce82e3dc0 updated documentation about shaper recommendations 2024-05-26 22:43:46 +02:00
Félix Boisselier
c892e1a03d fixed last commit about changes in recommendations 2024-05-26 22:23:49 +02:00
Félix Boisselier
1d3d22ef38 modified shaper recomendation to account for changes when injecting damping ratio 2024-05-24 22:57:18 +02:00
Félix Boisselier
b6ec4d0229 fixed vibration accelermeter chip selection logic 2024-05-24 21:17:58 +02:00
Félix Boisselier
d15e06b0c8 improved automatic accelerometer choice and removed filemanager.py 2024-05-24 20:18:41 +02:00
Félix Boisselier
e680a7ee6b fix corexz vibration tool error 2024-05-24 16:08:25 +02:00
Félix Boisselier
ee9d9f994a fixed S&T thread and potential timer too close errors 2024-05-24 14:49:27 +02:00
Félix Boisselier
0e96b36703 fixed CoreXZ kinematics in vibrations measurement tool 2024-05-24 09:26:29 +02:00
Félix Boisselier
339e8a6d7c fixed belt similarity and MHI for corexz printers 2024-05-23 23:07:52 +02:00
Félix Boisselier
150a8ee030 added CoreXZ support for the belt comparison tool 2024-05-23 22:46:43 +02:00
Félix Boisselier
8117e604c5 fixed macros injection into Klipper objects 2024-05-22 23:35:22 +02:00
Félix Boisselier
83655864e8 added dummy macros automatic loading 2024-05-20 16:38:30 +02:00