Commit Graph

  • 20218e553d Merge pull request #5527 from MagoKimbra/rc_configuration_store_fix_size Scott Lahteine 2016-12-19 18:47:28 -08:00
  • dcfbe2bd3c Throw an error for gcc before 4.7 Scott Lahteine 2016-12-19 17:12:58 -08:00
  • 82fde7df2e Merge pull request #5512 from AnHardt/speed-compare-bbr Scott Lahteine 2016-12-19 18:21:06 -08:00
  • 64a44f697c Merge pull request #5557 from thinkyhead/rc_thermistor_breakup Scott Lahteine 2016-12-19 15:01:18 -08:00
  • 8986225752 Spacing, cleanup in speed_lookuptable.h Scott Lahteine 2016-12-19 14:52:45 -08:00
  • e12c8e5cac Split up thermistor tables Scott Lahteine 2016-12-19 14:27:39 -08:00
  • a7334fd2a0 Allow negative retract values in the LCD Florian Heilmann 2016-12-19 14:19:06 +01:00
  • 292eb365c6 Optimize handling of block_buffer_runtime() AnHardt 2016-12-15 12:50:22 +01:00
  • 6854f44bf2 Add description for choice of DEFAULT_DUAL_X_CARRIAGE_MODE esenapaj 2016-12-16 07:04:03 +09:00
  • 3f6f036f7c Merge pull request #5524 from thinkyhead/rc_optional_dogm_splitup Scott Lahteine 2016-12-16 18:55:48 -08:00
  • 86ba7e4542 Fix size MagoKimbra 2016-12-16 14:49:33 +01:00
  • f9f75c8016 Fix USE_RAW_KINEMATICS in prepare_kinematic_move_to Scott Lahteine 2016-12-15 22:34:34 -08:00
  • 87921f390a Clarify what are "logical" positions in the planner Scott Lahteine 2016-12-15 22:26:37 -08:00
  • a4f10f59c3 Write the E parameter length correctly Scott Lahteine 2016-12-15 21:15:12 -08:00
  • 2e904cb4f9 Merge pull request #5514 from esenapaj/Update-Japanese-translation Scott Lahteine 2016-12-15 21:38:40 -08:00
  • 0b6817e0f9 Merge pull request #5505 from android444/patch-4 Scott Lahteine 2016-12-15 21:38:18 -08:00
  • 3bd76f60e4 Report EEPROM data size, not final index Scott Lahteine 2016-12-14 05:13:25 -08:00
  • 78d6d6e076 Merge pull request #5452 from thinkyhead/rc_save_your_mesh Scott Lahteine 2016-12-15 20:23:01 -08:00
  • 0d0aa6c20d Patch type for max_acceleration_mm_per_s2 save/restore Scott Lahteine 2016-12-15 20:04:18 -08:00
  • d4f5418802 Merge pull request #5517 from esenapaj/Fix-for-PR-#5255 Scott Lahteine 2016-12-15 20:01:22 -08:00
  • fa7010b0a1 Merge pull request #5515 from esenapaj/Remove-unnecessary-tabs-and-spaces Scott Lahteine 2016-12-15 19:58:32 -08:00
  • 6d7b1cdf6c Add M421 for ABL Bilinear Scott Lahteine 2016-12-15 19:18:59 -08:00
  • 32e65dc429 Extend M420 to print state and, with V, the matrix / mesh Scott Lahteine 2016-12-15 19:04:28 -08:00
  • d04258753b Don't throw away the bed level matrix on G28 Scott Lahteine 2016-12-14 00:41:35 -08:00
  • 8f0f225d10 Save ABL Planar Matrix to EEPROM Scott Lahteine 2016-12-13 23:50:06 -08:00
  • e2429a9da1 Generalize Bed Leveling flag in EEPROM Scott Lahteine 2016-12-13 23:44:39 -08:00
  • e42fd7813a Save ABL Bilinear Grid to EEPROM Scott Lahteine 2016-12-09 22:17:49 -08:00
  • 492b68f8e3 Better EEPROM read/write error handling Scott Lahteine 2016-12-13 23:48:42 -08:00
  • 55722c09da Use "UNPROBED" for un-probed bed_level_grid points Scott Lahteine 2016-12-13 23:41:26 -08:00
  • 2643404ac8 Throw an error in M420 if can't enable Scott Lahteine 2016-12-10 00:41:47 -08:00
  • b1539394fd Use planner.unapply_leveling to undo tilt in G29 Scott Lahteine 2016-12-13 23:22:07 -08:00
  • 04636f78eb Re-enable MBL/ABL after M48 Scott Lahteine 2016-12-09 23:55:09 -08:00
  • 9b41638672 Minor tweak to G29 grid points Scott Lahteine 2016-12-09 23:54:38 -08:00
  • daa2cad21f Fix comment on G29 to include 'Z' Scott Lahteine 2016-12-15 19:03:21 -08:00
  • 8244fefcc2 Tweak call to reset_bed_level in G29 Scott Lahteine 2016-12-13 23:50:28 -08:00
  • 0995a5d734 Fixup reset_bed_level Scott Lahteine 2016-12-09 23:54:09 -08:00
  • 1b2fb2bdc7 ABL_GRID_POINTS_* => ABL_GRID_MAX_POINTS_* Scott Lahteine 2016-12-09 21:38:28 -08:00
  • b091c9ceb7 Merge pull request #5520 from esenapaj/Fix-for-commented-section Scott Lahteine 2016-12-15 18:16:30 -08:00
  • d486361c69 Fix for commented section of Config_RetrieveSettings() esenapaj 2016-12-16 04:34:47 +09:00
  • 88157ba529 Fix for the PR #5255 (Case light menu (3rd attempt)) esenapaj 2016-12-16 00:57:32 +09:00
  • 069c6b38dd Remove unnecessary tabs and spaces esenapaj 2016-12-16 00:21:32 +09:00
  • 9c8116aedf Update Japanese translation esenapaj 2016-12-16 00:06:58 +09:00
  • 57b1275cde Add symbol-string to _de AnHardt 2016-12-12 14:35:02 +01:00
  • 3363d2c937 Update for translations language_pl.h android444 2016-12-14 17:32:33 +01:00
  • 7ca4f16a5c Merge pull request #5430 from thinkyhead/rc_optional_dogm_splitup Scott Lahteine 2016-12-14 04:55:15 -08:00
  • 06af3b62ba Move HOLLOW_FRAME options to config_adv Scott Lahteine 2016-12-14 04:27:40 -08:00
  • 67ca6c7bfe Codestyle tweaks to ultralcd.cpp Scott Lahteine 2016-12-14 04:20:33 -08:00
  • 8d9fcd8e6f Merge pull request #5495 from AnHardt/autoadjusting_display-updates Scott Lahteine 2016-12-14 04:16:26 -08:00
  • 77a360912d Merge pull request #5491 from yhfudev/devel-rcbugfix-language-headers Scott Lahteine 2016-12-14 02:23:09 -08:00
  • efb8b8425c Merge pull request #5493 from thinkyhead/rc_fix_recover_unhop Scott Lahteine 2016-12-14 02:20:08 -08:00
  • d0e24e0876 Adaptive screen updates for all kinds of displays AnHardt 2016-12-12 14:35:02 +01:00
  • 2dbd38ce16 tag the utf-8 strings yhfudev 2016-12-12 10:18:53 -05:00
  • 94ffb58da7 Prevent retract un-hop at wrong height Scott Lahteine 2016-12-13 08:23:43 -08:00
  • 0772c8e55f Merge pull request #5487 from thinkyhead/rc_easier_move_axis Scott Lahteine 2016-12-13 07:07:05 -08:00
  • b2c8de856b Merge pull request #5478 from AnHardt/stepspermm Scott Lahteine 2016-12-13 07:05:42 -08:00
  • 1fd8185d37 Merge pull request #5492 from thinkyhead/rc_fix_language_es Scott Lahteine 2016-12-13 06:57:52 -08:00
  • 1cdffdede7 fix multiple definitions of message macros in the language-es.h yhfudev 2016-12-12 08:50:41 -05:00
  • b67f8cb499 Merge pull request #5490 from jbrazio/update-bqhp2 Scott Lahteine 2016-12-13 05:04:24 -08:00
  • 93b2833347 Move Menu: Select axis first, resolution after Scott Lahteine 2016-12-12 21:58:16 -08:00
  • 48aa0f6475 Merge pull request #5475 from AnHardt/utf-mapper-tr Scott Lahteine 2016-12-13 03:03:22 -08:00
  • b9ee0d7bd3 Merge pull request #5488 from thinkyhead/rc_fade_compiler_warn Scott Lahteine 2016-12-13 03:00:47 -08:00
  • 641e0936d4 Patch up Delta Calibration Menu Scott Lahteine 2016-12-12 22:03:54 -08:00
  • b4dbf4d18a Non-reentrant "Moving..." screen to safely wait in LCD Scott Lahteine 2016-12-12 21:56:05 -08:00
  • 7b625e0048 Patch fade_factor compiler warning Scott Lahteine 2016-12-13 02:28:16 -08:00
  • 6fa8fd15e2 Add negative temperatures for Thermistor 1 Scott Lahteine 2016-12-13 02:06:16 -08:00
  • 2b5d424394 Use handle_reprapworld_keypad for keypad handling Scott Lahteine 2016-12-12 21:51:46 -08:00
  • 887ed73c9b Expose delta_clip_start_height for use by others Scott Lahteine 2016-12-13 00:43:36 -08:00
  • 3f75edb1d6 Updated bq Hephestos 2 example configuration João Brázio 2016-12-13 09:26:07 +00:00
  • 6080ac566a Merge pull request #5483 from thinkyhead/rc_aragonese_fixup Scott Lahteine 2016-12-12 18:26:07 -08:00
  • b796e7031d Update Aragonese translation Daniel Martinez 2016-12-11 12:58:11 +01:00
  • cd2b74e88d Replace ftostr62sign with ftostr62rj AnHardt 2016-12-12 14:35:02 +01:00
  • 795541f87e utf8-mapper for Turkish AnHardt 2016-12-12 14:35:02 +01:00
  • 7c71bb2900 Merge pull request #5471 from thinkyhead/rc_planner_report_m503 Scott Lahteine 2016-12-11 17:47:41 -08:00
  • 39401b7472 Patch to show E factors in M503 Scott Lahteine 2016-12-11 17:37:29 -08:00
  • 6b50230022 Merge pull request #5447 from thinkyhead/rc_update_dutch Scott Lahteine 2016-12-10 22:13:20 -08:00
  • 2c97c11731 Merge pull request #5454 from thinkyhead/rc_fix_delta_g29 Scott Lahteine 2016-12-10 22:10:33 -08:00
  • 8239c45b30 Merge pull request #5448 from thinkyhead/rc_eeprom_bump Scott Lahteine 2016-12-10 22:06:00 -08:00
  • 21ed43df5f New Dutch terms Scott Lahteine 2016-12-09 01:33:24 -08:00
  • 4bc6536f54 Move to safe zone on DELTA if using do_blocking_move_to* Scott Lahteine 2016-12-10 04:49:46 -08:00
  • 6f389158d7 Compile less code with EEPROM off Scott Lahteine 2016-12-09 04:13:44 -08:00
  • f2301a2a04 Add e-stepper count to EEPROM (for planner vars) Scott Lahteine 2016-12-09 03:45:55 -08:00
  • 53c9fca0f6 Only write to EEPROM when a byte changes Scott Lahteine 2016-12-09 03:45:04 -08:00
  • 72fe995c42 Merge pull request #5449 from AnHardt/volatile-bbru Scott Lahteine 2016-12-09 05:57:45 -08:00
  • 13eebd11cf volatile_block_buffer_runtime_us AnHardt 2016-12-09 14:10:55 +01:00
  • 8383f35b40 Merge pull request #5445 from thinkyhead/rc_reduce_jerk_code Scott Lahteine 2016-12-09 02:54:03 -08:00
  • 52f8924f6e Merge pull request #5446 from gege2b/RCBugFix-french Scott Lahteine 2016-12-09 02:49:32 -08:00
  • 40453c1b9a Update french translation (LIGHTS str) Gege2B 2016-12-09 11:18:29 +01:00
  • fc2fc828b3 Prettify LIN_ADVANCE code with the positive condition Scott Lahteine 2016-12-08 22:52:48 -08:00
  • 1929502e15 Add const to some variables Scott Lahteine 2016-12-08 22:51:56 -08:00
  • 2da4d22520 Pretty up ADVANCE code Scott Lahteine 2016-12-08 22:51:28 -08:00
  • af024e1d7c Pretty up coast / reverse jerk code Scott Lahteine 2016-12-08 22:50:25 -08:00
  • 3f3b5c86d8 Slightly shrink code for jerk-based reduction of safe_speed Scott Lahteine 2016-12-08 22:24:29 -08:00
  • dfdb180db4 Merge pull request #5440 from AnHardt/simplify-long_move Scott Lahteine 2016-12-08 18:03:20 -08:00
  • 87fe20b5f5 Simplify long_move() AnHardt 2016-12-09 00:13:35 +01:00
  • 574d9c7d3d Merge pull request #5432 from Kaibob2/patch-2 Scott Lahteine 2016-12-08 13:14:04 -08:00
  • f089279263 Merge pull request #5431 from esenapaj/Suppress-warnings,-etc Scott Lahteine 2016-12-08 13:10:12 -08:00
  • d92ccb230c Merge pull request #5438 from AnHardt/patch-long_move Scott Lahteine 2016-12-08 13:08:36 -08:00
  • a1e0842c8b Merge pull request #5436 from esenapaj/Remove-redundant-E,-etc-plan-B Scott Lahteine 2016-12-08 13:06:07 -08:00
  • 706b240251 Patch long_move() AnHardt 2016-12-08 21:03:26 +01:00
  • a298a58684 Remove redundant "E" esenapaj 2016-12-08 19:57:41 +09:00