Commit Graph

218 Commits

Author SHA1 Message Date
David Carley
472a9c1313 Fixed error messages in the console about webgl 2021-03-06 15:33:34 -08:00
OneFinityCNC
07adf6d93e Updated version to 1.0.7b1 2021-03-06 17:51:53 -05:00
OneFinityCNC
1f8a743f65 Merge pull request #24 from dacarley/watch-for-uploaded-files
Added a filesystem watcher for uploaded files
2021-03-06 14:51:52 -05:00
David Carley
814d1cdd80 Added the watchdog python lib to the installer 2021-03-06 10:40:43 -08:00
OneFinityCNC
55e1fe93ba Merge pull request #21 from dacarley/use-native-screen-resolution
Use the native screen resolution
2021-03-06 13:05:18 -05:00
OneFinityCNC
8596533a74 Merge pull request #26 from dacarley/use-native-display-resolution
Allow rPi to use full screen resolution
2021-03-06 13:02:43 -05:00
David Carley
c397ac390a Added ratpoisonrc to the manifest 2021-03-06 09:32:26 -08:00
David Carley
f49649b020 Fixed a bug, added the ratpoison config file 2021-03-06 09:25:14 -08:00
David Carley
9ef4444648 Allow rPi to use full screen resolution 2021-03-06 09:16:48 -08:00
OneFinityCNC
a249fd9003 Merge pull request #25 from dacarley/disable-g61-g61_1-g64
Disable G61, G61.1, G64
2021-03-06 12:00:18 -05:00
OneFinityCNC
16848b1721 Merge pull request #23 from dacarley/put-away-probe-modal
Added a popup to remind user to put away the probe
2021-03-06 11:59:18 -05:00
OneFinityCNC
0f9fd1e126 Merge branch '1.0.7-devel' into put-away-probe-modal 2021-03-06 11:58:20 -05:00
OneFinityCNC
c10c7f0d60 Merge pull request #22 from dacarley/config-upgrade
Force set a handful of config values for 1.0.7
2021-03-06 11:54:44 -05:00
David Carley
1feef69ff8 Disable G61, G61.1, G64 2021-03-06 08:53:04 -08:00
OneFinityCNC
392c3b3834 Merge pull request #20 from dacarley/increase-icon-size
Increased icon and text sizes on control buttons
2021-03-06 11:51:33 -05:00
OneFinityCNC
dc09843566 Merge pull request #19 from dacarley/max-deviation-metric
Metric-only for max-deviation and junction-accel
2021-03-06 11:50:39 -05:00
OneFinityCNC
038733e046 Merge pull request #18 from dacarley/version-comparisons
Improved version comparison logic
2021-03-06 11:49:53 -05:00
OneFinityCNC
07a91f71da Merge pull request #16 from dacarley/homing-procedure-tweak
Tweak to homing procedure
2021-03-06 11:48:33 -05:00
OneFinityCNC
7b22342c50 Merge pull request #15 from dacarley/probing-slower-fast-seek
Slowed the probe-fast-seek from 100 to 75
2021-03-06 11:38:10 -05:00
OneFinityCNC
b9f8869508 Merge pull request #14 from dacarley/bad-settings-doc-link
Fixed a bogus link in the Settings page.
2021-03-06 11:33:57 -05:00
David Carley
5cd7291581 Added a filesystem watcher for uploaded files 2021-03-06 01:26:14 -08:00
David Carley
6f7853cc1f Added a popup to remind user to put away the probe 2021-03-06 00:02:32 -08:00
David Carley
b3c21a9831 Force set a handful of config values for 1.0.7 2021-03-05 22:03:33 -08:00
David Carley
e05b7d4f5f Use the native screen resolution 2021-03-05 21:36:03 -08:00
David Carley
33a1fecd87 Increased icon and text sizes on control buttons 2021-03-05 21:30:43 -08:00
David Carley
0347b24bde Fixed junction-accel value to 200000 2021-03-05 20:07:12 -08:00
David Carley
5bbf7e4659 Metric-only for max-deviation and junction-accel 2021-03-05 19:45:53 -08:00
David Carley
9d2549ebb6 Beta's were considered older than all normals 2021-03-05 18:40:34 -08:00
David Carley
565a8324fb Improved version comparison logic 2021-03-05 15:32:10 -08:00
David Carley
4411b0167d Had to refactor probing logic to handle imperial 2021-03-05 11:57:56 -08:00
David Carley
df4137b1ce Tweak to homing procedure 2021-03-04 12:51:11 -08:00
David Carley
504c77f96b Slowed the probe-fast-seek from 100 to 75 2021-03-04 12:49:26 -08:00
David Carley
0e2c4bc3e9 Fixed a bogus link in the Settings page. 2021-03-03 07:44:00 -08:00
OneFinityCNC
fd371f5189 Changed max-deviation defaults for Machinist and Woodworker 2021-03-03 09:36:50 -05:00
OneFinityCNC
2a058eacdd Merge pull request #13 from dacarley/unresponsive-ui
Fixed the "stuck invisible modal" problem mostly by removing animations
2021-03-03 09:29:36 -05:00
David Carley
6c525930fe Fixed sticky modal issue mostly by removing anims 2021-03-03 01:21:01 -08:00
OneFinityCNC
e02711eb50 Merge pull request #12 from dacarley/stall-homing-dwell
Fixed the dwell in the stall homing gcode
2021-03-03 00:40:26 -05:00
OneFinityCNC
a094c56cf7 Merge pull request #11 from dacarley/make-update-onefinity
Changed Makefile to allow for easier 'make update'
2021-03-03 00:40:09 -05:00
OneFinityCNC
6ae9644bf0 Merge branch '1.0.7-devel' into make-update-onefinity 2021-03-03 00:40:01 -05:00
OneFinityCNC
7cbc0636ce Merge pull request #10 from dacarley/refactored-probing
Refactored the probing code
2021-03-03 00:37:47 -05:00
OneFinityCNC
5e3e44b576 Merge branch '1.0.7-devel' into refactored-probing 2021-03-03 00:37:34 -05:00
OneFinityCNC
568f6fb0fd Merge pull request #9 from dacarley/unresponsive-on-first-file-upload
Fixed the issue where the UI becomes unresponsive on the first file upload
2021-03-03 00:09:19 -05:00
OneFinityCNC
7f143cbdb1 Merge pull request #8 from dacarley/handle-large-gcode-files
Better support for large gcode files
2021-03-03 00:04:43 -05:00
OneFinityCNC
76e83f3435 Merge pull request #6 from dacarley/code-cleanup
A little dead code cleanup
2021-03-03 00:02:39 -05:00
OneFinityCNC
3f4b67be8f Merge pull request #5 from dacarley/file-dropdown-bug
Fixed the file dropdown showing old files
2021-03-03 00:02:03 -05:00
OneFinityCNC
b0289d06be Merge pull request #4 from dacarley/probe-continuity
Implemented a probe continuity test before probing
2021-03-03 00:01:05 -05:00
David Carley
971660ee2c Fixed the dwell in the stall homing gcode 2021-03-02 20:59:22 -08:00
OneFinityCNC
c43b14479f Updated Makefile with OneFinity hostname and default password 2021-03-02 23:40:08 -05:00
OneFinityCNC
0b52ceda30 Merge pull request #3 from dacarley/build-in-parallel
"parallel build" flag for cbang/camotics builds
2021-03-02 23:11:15 -05:00
OneFinityCNC
6d33b2cf3d Merge pull request #2 from dacarley/dependency-versions
Pinned cbang, updated .gitignore, bumped version
2021-03-02 23:09:59 -05:00