Commit Graph

1133 Commits

Author SHA1 Message Date
David Carley
2ad3969fa3 Bump verison to beta 16 2022-09-02 01:14:18 +00:00
David Carley
f6b7f97182 Added support for the Sony Playstation 5 controller. 2022-09-02 01:12:45 +00:00
David Carley
a5b2f39c5d Removed jQuery 2022-09-02 01:08:11 +00:00
David Carley
c6a3732750 Integrated eslint and reformatted all of the JS/TS 2022-09-02 00:04:31 +00:00
David Carley
868258cfa7 Display the splash screen when shutting down
- Also, turn the HDMI off after a short wait
2022-09-01 04:36:24 +00:00
David Carley
cce4e17b49 Gamepad support improvements.
-Added support for the XBox 360 and XBox One controllers.
- Both sets of buttons/triggers control "lock" on all controllers.
- Improved logging output, especially in debug mode.
- Filter out "noisy" controller events that happen inside the "deadband"
- Error handling (and logging) when parsing a bad "gamepads.json"
2022-09-01 00:09:11 +00:00
David Carley
64a33a7e40 Omiting information that is per-device from the data used to generate a gamepad's signature. 2022-08-31 17:31:10 +00:00
David Carley
ed1e4e6511 Fixing "stuck in jogging" bug. 2022-08-31 15:56:33 +00:00
David Carley
2f97bdd4aa Putting the import order back, due to dependencies. 2022-08-31 15:11:05 +00:00
David Carley
d94bf96a56 Reformatting of python files. 2022-08-31 14:26:54 +00:00
David Carley
0c58292347 Updated the python dependencies to include "evdev" for the latest gamepad support. 2022-08-31 13:51:18 +00:00
David Carley
6a63bd7a12 Fixed wifi signal quality display when there are multiple copies of the same ssid.
Also ensured that all dialogs set their InitialFocus correctly.
2022-08-31 05:57:47 +00:00
David Carley
3a68076022 Complete rebuild of gamepad support, from scratch. 2022-08-31 05:24:32 +00:00
David Carley
53a0f75188 Added a message informing the user when the probing will begin. 2022-08-24 05:41:05 +00:00
David Carley
ecd8fdde47 Added 3/8" and common metric bit sizes. 2022-08-24 05:34:42 +00:00
David Carley
b316a2e0c8 Fixed probe dialog bit diameter menu display 2022-08-24 05:15:02 +00:00
David A. Carley
078241c657 Merge pull request #72 from dacarley/6
7 - Improved bit selection during probing
2022-08-23 15:33:41 -07:00
David A. Carley
06bf10afcb Merge pull request #71 from dacarley/5
6 - Improved uploading, date/time/timezone setting, etc.
2022-08-23 15:33:31 -07:00
David A. Carley
1206bd49ae Merge pull request #70 from dacarley/4
5 - Screen rotation support
2022-08-23 15:33:15 -07:00
David A. Carley
70f63c2910 Merge pull request #69 from dacarley/3
4 - Removed a bunch of dead code.
2022-08-23 15:33:01 -07:00
David A. Carley
45d03f4508 Merge pull request #68 from dacarley/2
3 - New user experience for probing
2022-08-23 15:32:53 -07:00
David A. Carley
15819599ee Merge pull request #67 from dacarley/1
2 - New "Network" page
2022-08-23 15:32:43 -07:00
David A. Carley
8f450bc69f Merge pull request #63 from dacarley/fix-long-movements
1 - Fixed long/slow movement bug
2022-08-23 15:32:24 -07:00
David Carley
7a20b49aeb Rebuilt a couple more dialog boxes in Svelte. 2022-08-23 13:09:58 +00:00
David Carley
ff7e99acf8 Rebuild the "toolpath message" dialog in Svelte. 2022-08-23 09:11:57 +00:00
David Carley
dded59535f Completed changes for the "Move to zero" dialog 2022-08-23 07:42:45 +00:00
David Carley
5a65ffaba2 Rebuilt the "Move to [XY|Z] zero?" dialogs in Svelte. 2022-08-23 07:20:45 +00:00
David Carley
baf3ef4b7e Added 1/16" and 1/32" bit diameters to the probe dialog 2022-08-23 02:34:22 +00:00
David Carley
a5f9779e46 Fixed the deadband issue. 2022-08-19 18:06:32 +00:00
David Carley
bf85337832 Elminated some spurious console output. 2022-08-19 17:12:47 +00:00
David Carley
2d015dddc2 Poll for network info via a thread 2022-08-18 22:11:34 +00:00
David Carley
5bb0afc8b5 Install "pip" when setting up the docker container. 2022-08-18 22:11:17 +00:00
David Carley
4d0bf6dec8 Missed the package lock in the last commit 2022-08-18 20:32:51 +00:00
David Carley
519292733d Bumped the version number 2022-08-18 20:32:31 +00:00
David Carley
c1b93270e7 New drop-menu for picking a standard bit size. 2022-08-18 20:30:53 +00:00
David Carley
1bd096e55c Automatically adjust dialog position when the virtual keyboard is displayed, and allow input from the virtual keyboard to update value bindings in Svelte textfields. 2022-08-18 08:01:00 +00:00
David Carley
2554f0ea75 Rebuilt the shutdown/reboot dialog in Svelte 2022-08-16 03:02:05 +00:00
David Carley
5900632b28 Fixed a bug when uploading files with spaces or other special characters in the name. 2022-08-08 22:45:12 +00:00
David Carley
36f191a8df Bumped version number 2022-08-08 22:44:42 +00:00
David Carley
95697a4e93 Firmware now builds in a VSCode "Remote Container" 2022-08-04 01:40:27 +00:00
David Carley
0525158c87 Removed the "devmode" UI 2022-07-23 21:39:57 -07:00
David Carley
29fedafce6 Rebuilt the "Set Position" and "Manually Home" dialogs in Svelte 2022-07-23 21:30:10 -07:00
David Carley
d0293a3843 Bump version 2022-07-23 20:05:31 -07:00
David Carley
41e2334484 • Reorganized the scripts into different categories
• Refactored the graphical boot screens to have separate boot and shutdown images
• Changed the reboot and shutdown code to force the display of the splash images.
• Added 'Team Onefinity.ngc' to the installer files
2022-07-23 20:04:17 -07:00
David Carley
15a98972b3 cleanup 2022-07-23 13:04:41 -07:00
David Carley
2e08c824de Moved the button to adjust time to the settings page. 2022-07-22 22:50:19 -07:00
David Carley
2efd753d95 Rebuilt the settings view in Svelte 2022-07-22 22:36:19 -07:00
David Carley
3f3b609de6 Set time and time zone 2022-07-21 20:53:57 -07:00
David Carley
46d26deb8e Implemeted "onComplete" for file uploads. 2022-07-19 20:36:04 -07:00
David Carley
331a5ea1b8 File uploads now support up to 1GB files, and display progress 2022-07-19 20:30:06 -07:00