Commit Graph

  • 125c572d97 Tweak M114 detail Scott Lahteine 2017-12-10 19:12:00 -06:00
  • ba48ce8586 Travis Test for non-segmented UBL Scott Lahteine 2017-12-09 03:42:47 -06:00
  • 5cce532a29 One or the other? Scott Lahteine 2017-12-09 03:34:41 -06:00
  • a20eacaa48 UBL devel debugging flag Scott Lahteine 2017-12-09 03:58:12 -06:00
  • 4f042533a5 Fix DUAL_X_CARRIAGE with UBL segmented Scott Lahteine 2017-12-09 05:03:54 -06:00
  • 6e8da93c42 UBL_DELTA => UBL_SEGMENTED Scott Lahteine 2017-12-09 03:26:48 -06:00
  • bb33a26e62 Apply const to axis args Scott Lahteine 2017-12-09 06:43:38 -06:00
  • da2eaa6b09 Use array refs where possible Scott Lahteine 2017-12-09 05:11:22 -06:00
  • 8244284116 _buffer_line => buffer_segment Scott Lahteine 2017-12-09 03:24:44 -06:00
  • db204c13f2 Merge pull request #8745 from thinkyhead/bf1_sync_M420_M852 Scott Lahteine 2017-12-10 23:13:49 -06:00
  • a5150c83a2 [2.0.x] Multiple updates to STM32F1 HAL (#8733) victorpv 2017-12-10 23:12:45 -06:00
  • 08d9aeff41 Update current position in M852 Scott Lahteine 2017-12-10 20:55:47 -06:00
  • aa1b4eded6 Have M420 report a changed position Scott Lahteine 2017-12-10 20:50:36 -06:00
  • 684692091e Sync and report changed position Scott Lahteine 2017-12-10 20:49:45 -06:00
  • ccca1ade2d Always report position on config load/reset Scott Lahteine 2017-12-10 20:24:13 -06:00
  • 204199e1ce Only compare XYZ to check motion Scott Lahteine 2017-12-10 22:57:24 -06:00
  • f53e0702fc Merge pull request #8747 from thinkyhead/bf2_sync_M420_M852 Scott Lahteine 2017-12-10 22:40:32 -06:00
  • 6686d937fb Always report position on config load/reset Scott Lahteine 2017-12-10 21:39:07 -06:00
  • 117fc872a7 Update current position in M852 Scott Lahteine 2017-12-10 21:29:10 -06:00
  • 7d2e850577 Have M420 report a changed position Scott Lahteine 2017-12-10 21:26:11 -06:00
  • 03ba79f144 Sync and report changed position Scott Lahteine 2017-12-10 21:17:07 -06:00
  • dc9e469c4c Tweak M114 detail Scott Lahteine 2017-12-10 19:09:27 -06:00
  • 11f9c253e0 Merge pull request #8736 from thinkyhead/bf2_first_step_fix Scott Lahteine 2017-12-10 19:02:22 -06:00
  • 5cf6a062e3 Reset timer count before first block step Scott Lahteine 2017-12-09 18:41:15 -06:00
  • 6149b82119 Allow setting current timer counter Scott Lahteine 2017-12-09 19:57:25 -06:00
  • 82ef6b5242 Add an option to specify "pulse" timer Scott Lahteine 2017-12-09 19:59:12 -06:00
  • b8bc965414 General cleanup HAL timers Scott Lahteine 2017-12-09 20:00:10 -06:00
  • ec028bf747 [Bugfix-1.1.x] initial step correction (#8735) Bob-the-Kuhn 2017-12-09 18:20:25 -06:00
  • 009920f393 Followup to #8713 Scott Lahteine 2017-12-09 07:19:50 -06:00
  • 69d49a2438 Shorter segments may be better Scott Lahteine 2017-12-09 06:29:14 -06:00
  • 666d95285b Mention that segments interpolate more Scott Lahteine 2017-12-09 03:43:15 -06:00
  • b692d91ca3 Merge pull request #8666 from jkur/bugfix-1.1.x Scott Lahteine 2017-12-09 00:06:13 -06:00
  • 9b800b7fbe Merge pull request #8726 from thinkyhead/bf2_minirambo_10a Scott Lahteine 2017-12-09 00:06:05 -06:00
  • d576f5408e Add MiniRAMBo 1.0a board Scott Lahteine 2017-12-08 23:35:01 -06:00
  • c40cb52342 Use MB() for Megatronics 3.1 Scott Lahteine 2017-12-08 23:35:25 -06:00
  • f4c31565bc Board definition and PIN assignments for Mini RAMBo1.0a jkur 2017-12-05 15:01:11 +01:00
  • cf0604da07 Use MB() for Megatronics 3.1 Scott Lahteine 2017-12-08 23:29:57 -06:00
  • 55acb65e27 Updates for stepper parity with 2.0.x Scott Lahteine 2017-12-08 22:40:07 -06:00
  • a2ac452ef9 Merge pull request #8725 from thinkyhead/bf2_hal_timer_for_advance Scott Lahteine 2017-12-08 23:05:06 -06:00
  • 4fa65a5c25 TCNT0 => HAL_timer_get_current_count Scott Lahteine 2017-12-08 22:13:03 -06:00
  • b3daf6b5db [2.0.x] better reverse pass (#8722) AnHardt 2017-12-09 04:38:45 +01:00
  • 4f465c2d07 Merge pull request #8721 from thinkyhead/bf1_better_reverse_pass Scott Lahteine 2017-12-08 21:20:23 -06:00
  • 77519e9f14 Tweaks to planner.h Scott Lahteine 2017-12-08 20:48:04 -06:00
  • 22baf3356a Apply @AnHardt reverse_pass changes AnHardt 2017-12-09 02:19:13 +01:00
  • f58eb391aa [2.0.0] Better off mesh behavior for UBL (#8714) Roxy-3D 2017-12-08 19:00:59 -06:00
  • cffd052fee [2.0.x] Fix for #8604 (#8717) Jonathan Barchi 2017-12-08 16:50:05 -08:00
  • 360c553228 Merge pull request #8718 from Bob-the-Kuhn/1.1x-planner-speed-improvemenr Bob-the-Kuhn 2017-12-08 18:40:41 -06:00
  • 79c402b052 Merge pull request #8719 from Bob-the-Kuhn/2.0.x-planner-speed-improvement Bob-the-Kuhn 2017-12-08 18:40:36 -06:00
  • b4d69527e6 Followup to #8716 Scott Lahteine 2017-12-08 18:18:06 -06:00
  • 4aba382b01 Merge pull request #8715 from thinkyhead/bf1_followup_8713 Scott Lahteine 2017-12-08 18:14:57 -06:00
  • 65d0f32f82 divide only when required Bob-the-Kuhn 2017-12-08 18:14:27 -06:00
  • 2c445743e9 Merge pull request #8716 from bjarchi/fix-11x-8604 Scott Lahteine 2017-12-08 18:09:38 -06:00
  • 6f38814541 speed improvement Bob-the-Kuhn 2017-12-08 18:02:57 -06:00
  • 7251850028 Followup to #8713 Scott Lahteine 2017-12-08 17:29:07 -06:00
  • 6eb268f63f Remove old UBL description text Scott Lahteine 2017-12-08 17:44:53 -06:00
  • ae547c3044 Nozzle.cpp: replace incorrect M_2_PI (2/pi) with 2.0 * M_PI Jonathan Barchi 2017-12-08 15:33:24 -08:00
  • 23dd2cb6e7 Better off mesh behavior for UBL (#8713) Roxy-3D 2017-12-08 16:36:03 -06:00
  • 728acf521c Followup to #8706 Scott Lahteine 2017-12-08 03:49:33 -06:00
  • 8385cddd8d Followup to #8705 Scott Lahteine 2017-12-08 03:48:24 -06:00
  • 206866ebb3 Merge pull request #8708 from thinkyhead/bf2_splits_are_expendable Scott Lahteine 2017-12-08 03:35:09 -06:00
  • 85c6ffbe0d Discard all "continued" blocks on interrupted move Scott Lahteine 2017-12-07 23:03:36 -06:00
  • ab5133514c Merge pull request #8707 from thinkyhead/bf1_splits_are_expendable Scott Lahteine 2017-12-08 02:29:13 -06:00
  • 75eb93140f Discard all CONTINUED blocks on interrupted move Scott Lahteine 2017-12-07 22:38:40 -06:00
  • 8be7a0b131 FORCE_INLINE before static Scott Lahteine 2017-12-08 01:03:31 -06:00
  • 4e891e9fb7 Followup to #8698 Scott Lahteine 2017-12-08 01:00:36 -06:00
  • de3d3b9cb1 Put FORCE_INLINE before static Scott Lahteine 2017-12-08 00:37:09 -06:00
  • cd6468d6de Fix TEMP_BED_PIN for Mightyboard Rev.E Scott Lahteine 2017-12-07 21:52:43 -06:00
  • 43ea265b78 Merge pull request #8685 from MateuszKrawczuk/patch-3 Scott Lahteine 2017-12-07 21:50:35 -06:00
  • 822254291f Merge pull request #8702 from bjarchi/fix-1.1.x-probe_bounds Scott Lahteine 2017-12-07 21:49:04 -06:00
  • 9d65e61f39 Merge pull request #8706 from thinkyhead/bf2_multi_probe Scott Lahteine 2017-12-07 21:21:38 -06:00
  • e29bf84f06 Merge pull request #8705 from thinkyhead/bf1_multi_probe Scott Lahteine 2017-12-07 21:21:30 -06:00
  • 44800e9899 PROBE_DOUBLE_TOUCH => MULTIPLE_PROBING Scott Lahteine 2017-03-12 23:33:59 -05:00
  • ae663a4198 PROBE_DOUBLE_TOUCH => MULTIPLE_PROBING Scott Lahteine 2017-12-07 16:33:51 -06:00
  • d7800e7975 Apply MULTIPLE_PROBING to example configs Scott Lahteine 2017-12-07 16:34:09 -06:00
  • 6e85c060a9 Apply MULTIPLE_PROBING to example configs Scott Lahteine 2017-12-07 16:13:16 -06:00
  • 7c6d33b0d2 Fix - Conditionals_post.h - allow overriding of [min,max] probe points as expected Jonathan Barchi 2017-12-07 10:40:32 -08:00
  • 542efda7db Merge pull request #8698 from thinkyhead/bf2_replace_jerk_code Scott Lahteine 2017-12-07 00:17:00 -06:00
  • 86b65e52c4 [bugfix-1.1.x] COREXY stutter moves (planner.cpp changes) (#8697) Bob-the-Kuhn 2017-12-07 00:08:48 -06:00
  • 438c21ad5c Merge pull request #8693 from GMagician/2.x-address-#8644 Scott Lahteine 2017-12-07 00:05:02 -06:00
  • 3cd7659924 Improved Core-compatible jerk code Scott Lahteine 2017-12-06 23:57:57 -06:00
  • 99fcf60977 [2.x] addressing #8644 GMagician 2017-12-07 00:06:37 +01:00
  • 81c0a918af feed_factor => inverse_secs Scott Lahteine 2017-12-06 23:03:33 -06:00
  • 6310a00d7e feed_factor => inverse_secs Scott Lahteine 2017-12-06 23:02:37 -06:00
  • f206b81cf7 Sanity check skew+UBL Scott Lahteine 2017-12-06 22:56:58 -06:00
  • 6b93d20e4e Sanity-check skew+UBL Scott Lahteine 2017-12-06 22:56:20 -06:00
  • 909fac6d90 Update commentary on M48 Scott Lahteine 2017-11-07 15:38:40 -06:00
  • 60e7951312 Merge pull request #8691 from thinkyhead/bf2_clean_blocks_on_trigger Scott Lahteine 2017-12-06 22:39:43 -06:00
  • 6c328ec096 Merge pull request #8690 from thinkyhead/bf1_clean_blocks_on_trigger Scott Lahteine 2017-12-06 22:26:08 -06:00
  • 9898b96992 No lcd_map_control flag in quick_stop Scott Lahteine 2017-12-06 21:28:50 -06:00
  • 840289e7cc Use block cleaning instead of split flag Scott Lahteine 2017-12-06 12:44:44 -06:00
  • d163c4b530 Merge pull request #8695 from thinkyhead/bf2_fixes_DEC6 Scott Lahteine 2017-12-06 22:22:35 -06:00
  • 1951d3a37a Simplify G26 user_canceled Scott Lahteine 2017-12-06 21:58:49 -06:00
  • 90cf6a06be Simplify G26 user_canceled Scott Lahteine 2017-12-06 22:02:54 -06:00
  • cdfabbc507 Shorten error text in G29 Scott Lahteine 2017-12-06 21:44:48 -06:00
  • c846388a65 Standardize LCD interface code for UBL a little Scott Lahteine 2017-12-06 21:28:04 -06:00
  • 2fde60da12 Changes for parity with 1.1.x Scott Lahteine 2017-12-06 16:56:30 -06:00
  • aa7236e03c Shorten error text in ubl::G29 Scott Lahteine 2017-12-06 21:42:55 -06:00
  • 574153a810 No lcd_map_control needed in quick_stop Scott Lahteine 2017-12-06 16:19:11 -06:00
  • 3b30cc90f1 Clean on trigger instead of split_first_move flag Scott Lahteine 2017-12-06 13:26:18 -06:00
  • f30b774f26 Merge pull request #8696 from thinkyhead/bf1_fixes_DEC6 Scott Lahteine 2017-12-06 21:41:38 -06:00