1166 Commits

Author SHA1 Message Date
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
David Carley
6f2f6a306b Fixed vertical alignment on axis labels 2022-07-17 09:39:11 -07:00
David Carley
4174112fc6 Auto-adapt HDMI resolution 2022-07-17 09:31:52 -07:00
David Carley
3f23dea2ab The menu could be opened even with a Svelte dialog open. 2022-07-17 09:24:01 -07:00
David Carley
6e87222ada Fixed some font alignment issues 2022-07-17 09:15:51 -07:00
David Carley
f2792e04ee Removed cutterlength 2022-07-16 19:42:19 -07:00
David Carley
0f513b72c1 Changed control "Units" to "Display Units" 2022-07-16 19:39:24 -07:00
David Carley
735064ca5e Fixed some ui alignment issues. 2022-07-16 19:36:52 -07:00
David Carley
f6e17c656f Fixed dimension labels in the probe dialog 2022-07-16 19:18:58 -07:00
David Carley
9fa83d30c0 When in devmode, clip to 1280x720 2022-07-16 19:12:56 -07:00
David Carley
8a904da3f6 Fixed wifi display when quality = 0 2022-07-16 19:09:16 -07:00
David Carley
f34e1413b7 Brought back the metric and imperial state variables. 2022-07-16 19:07:28 -07:00
David Carley
f0bb9079d4 Screen rotation dialog 2022-07-16 19:02:38 -07:00
David Carley
fc4bf1cba3 Missed package.lock 2022-07-12 19:42:40 -07:00
David Carley
176860a5a6 Bump version 2022-07-12 19:39:51 -07:00
David Carley
614e7f62cb Unneeded code 2022-07-12 19:38:02 -07:00
David Carley
9a397d565f Bit dimensions in localStorage 2022-07-12 18:16:09 -07:00
David Carley
c710d124a0 New probing experience complete. 2022-07-12 18:08:20 -07:00