Commit Graph

695 Commits

Author SHA1 Message Date
David Carley
afbff91aca Increase the probe button text size 2021-03-07 22:50:46 -08:00
David Carley
7cb8c9593c Changed the default max-jerk to 1000 on x and y 2021-03-07 21:46:03 -08:00
David Carley
b7e47f03ac Fixed a bug with styling of the error dialog 2021-03-06 15:34:44 -08:00
David Carley
472a9c1313 Fixed error messages in the console about webgl 2021-03-06 15:33:34 -08: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
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
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
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
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
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
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
David Carley
21c9448da6 Refactored the probing code 2021-03-02 19:58:12 -08:00
David Carley
e9330f0684 Removed debugging code 2021-03-02 18:44:13 -08:00
David Carley
d752fd2b76 Fixed the issue where the UI becomes unresponsive on the first file upload 2021-03-02 18:42:34 -08:00
David Carley
a6180ba120 Better support for large gcode files 2021-03-02 15:29:22 -08:00
David Carley
1b32eeacc4 A little dead code cleanup 2021-03-02 10:20:16 -08:00
David Carley
6438d8849f Fixed the file dropdown showing old files 2021-03-02 10:18:39 -08:00
David Carley
4a23455621 Implemented a probe continuity test before probing 2021-03-02 10:16:24 -08:00
David Carley
353cbb0eea Pinned cbang, updated .gitignore, bumped version 2021-03-02 07:56:53 -08:00
OneFinityCNC
a0ae0a4e30 1.0.6 Firmware release. More Github cleanup. 2021-02-28 00:58:19 -05:00
OneFinityCNC
47af000045 Verison 1.0.5 2020-10-15 23:17:21 -04:00
OneFinityCNC
24dfa6c64d Verison 1.0.3 Release
Based on Buildbotics 0.4.14
2020-08-27 23:20:27 -04:00