Commit Graph
117 Commits
Author SHA1 Message Date
Rob Giseburt 8ba3eae1bf Compiling with new BantamSafetyManager 2020-01-10 19:30:27 -06:00
Rob Giseburt 2818fd25a0 Tuning the planner for the G2v9 2020-01-10 19:25:12 -06:00
Rob Giseburt b846df44ee Catch rare race condition during constrained planning situations 2020-01-10 19:25:11 -06:00
Rob Giseburt fc400d7c3d Removed out-of-date debug_trap_if_true 2020-01-10 19:25:11 -06:00
Rob Giseburt 9ab35061ce Comment cleanup and clarification 2020-01-10 19:25:11 -06:00
Rob Giseburt 5b11fb9cd5 Merge branch 'edge' into 4c-recovery 2019-10-14 20:01:59 -05:00
Rob Giseburt 3687a786e1 Four-cable kinematics 2019-06-17 13:14:42 -05:00
Alden Hart 8ce7741ea3 No functional changes 2018-04-14 10:17:08 -04:00
Rob Giseburt f9ac1c7a6f Remove leftover ifdefs 2018-03-26 14:36:19 -05:00
Alden Hart d03a10e8b8 Updated copyright dates. Tested dev-304-uvw-9axis/edge merge. Passed baseline testing. Fails Spindle test SPIN-02. ToGo - GPIO, Feedhold, Probing, Homing and Planner cases. 2018-03-26 12:18:26 -04:00
Rob Giseburt 7329076383 Merge branch 'dev-168-gquintic' into dev-307-spring-comp
# Conflicts:
#	g2core/config_app.cpp
#	g2core/temperature.cpp
2017-12-08 17:52:17 -06:00
Rob Giseburt 4f8aa01079 Adjusting the spring factor computation and configuration 2017-12-08 17:34:11 -06:00
Rob Giseburt a0ad3a5c7c Remove old constant-rate stepper and related forward difference code. 2017-12-02 08:10:19 -06:00
Rob Giseburt e6b41a3f12 First pass at spring-compensation 2017-12-01 17:11:20 -06:00
Rob Giseburt 2de08704cd Highly experimental segment linear-velocity-interpolation 2017-07-15 22:35:45 -05:00
Alden Hart a24629b2cc Added explanatory comment and removed diagnostic 2017-04-26 06:45:52 -04:00
Alden Hart 86194a410c Added test for extremely small step increment in _exec_aline_segment(); Left diagnostic trap in for now. 2017-04-26 06:41:38 -04:00
Alden Hart 11d39c93b5 Cleanup - interim commit 2017-04-23 08:30:26 -04:00
Alden Hart 70a5282c39 Fixed issue #24. Works, but needs cleanup 2017-04-23 08:13:10 -04:00
Alden Hart f7c65c0f78 Some testing 2017-04-12 19:28:37 -04:00
Alden Hart 847a2fc69c Fixed a dumb mistake. Still working on the bumps, though. 2017-04-12 17:51:16 -04:00
Alden Hart 6949cbf44f Small change to feedhold motion stop 2017-04-12 14:32:53 -04:00
Alden Hart 310311028c Fixed a problem where a “perfect” deceleration causes a zero length move, which cases a planner trap. 2017-04-12 08:44:39 -04:00
Alden Hart 8e5d0384dc Fixed case where Z movement was not transferred back to p1 planner in event of a job kill. See cycle_feedhold.cpp, line 450; Comments and some cleanup 2017-04-12 07:48:51 -04:00
Alden Hart 1c6f81f857 Fix case where hold buffer with remainder of move was not being forward planned (plan_exec.cpp line 1045); Added additional checks to prevent feedhold from being initiated during non-motion cycles. Still needs special handling for corner cases - to be described in header comments in cycle_feedhold.cpp 2017-04-11 09:46:59 -04:00
Alden Hart f3e950c81b stuff 2017-04-10 15:19:43 -04:00
Alden Hart d3789652cf Testing 2017-03-18 13:22:20 -04:00
Alden Hart 94939ee72d Cleanup and comments 2017-03-18 10:51:54 -04:00
Alden Hart 8c8be02735 Cleanup 2017-03-18 10:18:41 -04:00
Alden Hart 283b7d65cf Adjustments in testing 2017-03-18 09:49:42 -04:00
Alden Hart 3dc69f4f02 Got probing working; moved command values from gm.target to the unit vector; some name changes; 2017-03-18 08:38:11 -04:00
Alden Hart 4fbaad1c33 Testing for feedhold type instead if cycle type; corrected bug in gpio edge detection for probe mode; changed feedhold with sync to feedhold with command; 2017-03-18 05:39:16 -04:00
Alden Hart 76924d8e80 Minor commit 2017-03-17 13:06:18 -04:00
Alden Hart c09cd8983e Subtle but important changes to where MOTION_RUN and MOTION_STOP are set. Still in testing 2017-03-17 10:32:53 -04:00
Alden Hart 3e9a3e1f81 Work on job kill 2017-03-16 14:16:51 -04:00
Alden Hart 957e4fc352 Name changes and comments - no functional changes. Passes all regressions up to job kill 2017-03-16 11:26:08 -04:00
Rob Giseburt 80542a5831 Merge branch 'refs/heads/dev-227-marlin-compat' into dev-168-gquintic 2017-03-14 21:12:31 -05:00
Alden Hart 6811849aa3 Milestone: First time it makes it all the way through a !~ cycle with actions 2017-03-14 07:07:03 -04:00
Alden Hart b1f7fa8ca6 checkpoint 2017-03-13 15:02:25 -04:00
Alden Hart 16fc941e0c Checkpoint 2017-03-13 09:20:45 -04:00
Alden Hart 40a326a15c Fixed regression for JSON wrapped code where ’n’ is reported (was failing on read-only) 2017-03-12 09:24:16 -04:00
Alden Hart 6b7f08b74c Reduced motion_state down to MOTION_STOP and MOTION_RUN 2017-03-11 10:12:43 -05:00
Alden Hart c5a969775c Removed MOTION_HOLD state 2017-03-11 08:55:50 -05:00
Alden Hart 741014988d Simplified cm_get_combined_state 2017-03-11 08:29:54 -05:00
Alden Hart 9ac4d7d1c4 unfinished work 2017-03-10 11:41:56 -05:00
Alden Hart 6f49052679 Work in process 2017-03-10 06:21:42 -05:00
Alden Hart c457e50dd4 Changed cycle_state to cycle_type 2017-03-06 11:19:41 -05:00
Alden Hart b68782a5d1 Renaming and commenting - no functional changes 2017-03-04 10:07:18 -05:00
Alden Hart e92563d16b Fixed G92 offsets not displaying; added traps in plan_exec to see about reminding a redundant statements 2017-03-03 14:38:58 -05:00
Alden Hart a0710b3aae Fixed position error found in regressions test FI00 2017-03-03 12:54:21 -05:00