Commit graph

  • 47557d5a19 Fix up formatting in ubl.h Scott Lahteine 2017-04-28 17:37:41 -0500
  • 0a8e09c723 Clean up excess whitespace, comment formatting Scott Lahteine 2017-04-28 17:36:31 -0500
  • a35c681453 Clean up least_squares_fit Scott Lahteine 2017-04-28 17:33:28 -0500
  • 40089249c3 add PIN_EXISTS to HAS_xyz_MIN macro Bob-the-Kuhn 2017-04-28 16:47:59 -0500
  • 8020069371 Apply coding standards for indentation Scott Lahteine 2017-04-28 15:43:06 -0500
  • dabca83742 Merge pull request #6437 from Kaibob2/patch-1 Scott Lahteine 2017-04-28 14:47:47 -0500
  • 3d0a4c4ea9 Update language_de.h Kai 2017-04-28 21:09:10 +0200
  • 6bf1d50188 Added missing translations (#6458) Silvio 2017-04-28 20:49:16 +0200
  • 404f767d44 Update language_tr.h (#6463) Mehmet Sutas 2017-04-28 21:48:31 +0300
  • 5e701524f8 Update language_cz.h for new translations (#6465) Petr Zahradnik 2017-04-28 20:47:43 +0200
  • 0a92ce7a98 Completed french translation (#6475) gege2b 2017-04-28 20:46:09 +0200
  • ff4fb42e7d Add new strings as per recent changes in RCBugFix (#6482) Ernesto Martinez 2017-04-29 02:45:22 +0800
  • 67d1fc5556 Update language_nl.h (#6478) paulusjacobus 2017-04-29 04:42:39 +1000
  • 8c6b4537a6 Fix issue in itostr4sign with numbers <100 (#6487) benlye 2017-04-28 19:35:11 +0100
  • 4ea8d0f89b Solved "The Travis CI build failed " LVD-AC 2017-04-28 18:47:23 +0200
  • ed6b361e27 cleanup ready to squash LVD-AC 2017-04-28 10:07:17 +0200
  • 7a6a1ef583 M666 normalize positive values to <=0 LVD-AC 2017-04-27 23:24:08 +0200
  • 4075b95519 Allow BL-Touch users to control heaters during probe event (#6485) Roxy-3D 2017-04-28 09:19:55 -0500
  • 6e8ecb908a Shut down heaters during BL-Touch probe event Roxy-3D 2017-04-27 18:33:34 -0500
  • d8102aeca8 Cn negative : no tower angle calibration LVD-AC 2017-04-27 18:41:26 +0200
  • 3601f08e87 Better tuned FolgerTech i3-2020 example file Roxy-3D 2017-04-27 11:01:08 -0500
  • a20b7d9581 Better tuned Example file for FolgerTech i3-2020 Roxy-3D 2017-04-27 10:08:33 -0500
  • bf2fe46062 Update language_de.h Kai 2017-04-27 10:13:02 +0200
  • 11d34be060 Update language_de.h Kai 2017-04-27 10:06:26 +0200
  • 817ecb9ff4 Merge pull request #6453 from thinkyhead/rc_cleanup_wednesday Scott Lahteine 2017-04-26 19:41:52 -0500
  • 22f6e277af Get example files fully into compliance Roxy-3D 2017-04-26 15:39:30 -0500
  • a9bc1d30cc z_offset change LVD-AC 2017-04-26 20:30:58 +0200
  • ec26e23e7e Add my two 'Nice' machines as example configurations Roxy-3D 2017-04-26 12:30:06 -0500
  • adb8e68592 Fix stuck "Print Aborted" LCD message Scott Lahteine 2017-04-26 05:36:37 -0500
  • 096b927102 Minor optimization of FILAMENT_WIDTH_SENSOR Scott Lahteine 2017-04-26 02:52:51 -0500
  • 5bdb0b567d Cosmetic patches Scott Lahteine 2017-04-26 02:43:11 -0500
  • 38ae7f4238 Added more translation strings Kai 2017-04-26 11:58:11 +0200
  • 4d96d3eab1 Bootscreen delay after clear, then set chars Scott Lahteine 2017-04-25 23:37:28 -0500
  • 5512130d6c Only set Compare Mode for channel A Scott Lahteine 2017-04-25 23:14:16 -0500
  • d467e97679 Smart-Fill and Mesh-Tilting (both 3-point and grid) working! Roxy-3D 2017-04-25 20:50:17 -0500
  • a699967ec8 Merge pull request #6443 from thinkyhead/rc_interrupt_fastio Scott Lahteine 2017-04-24 20:09:41 -0500
  • 2823bf0874 Update fastio.h with special handling for Timer 2 Scott Lahteine 2017-04-24 14:04:46 -0500
  • fd535e111a Fix up XYZ_CONSTS_FROM_CONFIG macro Scott Lahteine 2017-04-24 13:16:54 -0500
  • 03c2f756b9 Update language_de.h Kai 2017-04-24 13:32:16 +0200
  • dcf30a69d6 Allowing #define DELTA_TOWER_ANGLE_TRIM[C_AXIS] LVD-AC 2017-04-22 10:39:48 +0200
  • f41fb2b635 Numerous UBL-related changes: * relocated ubl state to config. store: * removed a number of ubl state variables and padding which were largely unused - saved 58 bytes of both SRAM and EEPROM; * modified ubl sanity_check - no longer checks removed state variables that were otherwise unused, where checking didn't seem to accomplish anything, ultimately; * removed pre_initialized state, saving 64 bytes of SRAM; * removed automatic saving of UBL state after UBL activation/deactivation; * consolidated multiple GRID_MAX_POINTS_X/Y to 'Global Leveling' section of EEPROM; * minor update to G29 Sx notes/instructions; * renamed mesh load and save parameter to 'slot' from 'm' for clarity; Brian 2017-04-22 17:04:28 -0400
  • f1a4758cef use progmem instead of sram for mesh_index_to_x/ypos array; fix maximum mesh_index_ array size at 16 (15+1); Brian 2017-04-22 19:01:39 -0400
  • d5ec34e7ed Merge pull request #6431 from thinkyhead/rc_bilinear_super_optimize Scott Lahteine 2017-04-22 17:05:24 -0500
  • 87d240042a Optimize number-to-string functions, no-fan display Scott Lahteine 2017-04-22 13:24:21 -0500
  • 959566cf0a Update note about M163 / M164 Scott Lahteine 2017-04-22 12:52:48 -0500
  • 830851df13 Spend some SRAM to optimize bilinear leveling Scott Lahteine 2017-04-21 01:34:03 -0500
  • 091179d960 bed_level_grid => z_values (also *_virt array) Scott Lahteine 2017-04-21 22:46:19 -0500
  • 23cdbbb2d3 Add a method to refresh bilinear bed level after a change Scott Lahteine 2017-04-21 22:45:02 -0500
  • ccda63c473 Drop the accessor form for LCD value editing Scott Lahteine 2017-04-21 22:30:36 -0500
  • 10da175be5 Fix a pair of compiler complaints Scott Lahteine 2017-04-22 00:07:37 -0500
  • ff0018e287 Format hex values as uppercase Scott Lahteine 2017-04-21 21:42:27 -0500
  • 77aa16005d Polish font android444 2017-04-21 16:05:29 +0200
  • 244f67590e Delta probe height bug solved teemuatlut 2017-04-22 02:23:56 +0300
  • 406a83ff2d Fix for Meshpositions if printer has negative endstop positions Hans Raaf 2017-04-21 20:04:23 +0200
  • 3ed737425d Fix typo in new SET_COM macro benlye 2017-04-21 20:53:58 +0100
  • 88649b06a6 use planner.z_fade_height, etc. instead of private, ubl-specific g29 fade height Brian 2017-04-20 18:45:58 -0400
  • 004928148c Tower angles LVD-AC 2017-04-18 16:49:33 +0200
  • 76ec7a0f80 Adding upto 7*7 probe grids LVD-AC 2017-04-18 16:03:39 +0200
  • d4f593d200 Delete 'expert level' LVD-AC 2017-04-18 14:44:26 +0200
  • 13c8493878 M665 rework and related issues (all delta's) LVD-AC 2017-04-18 14:43:25 +0200
  • e66d9f1313 Merge pull request #6406 from thinkyhead/test_remote Scott Lahteine 2017-04-20 23:45:24 -0500
  • dd436ceeb7 Add 'mfdoc' and 'mfpub' scripts to help with documentation Scott Lahteine 2017-04-20 21:28:54 -0500
  • 78308b1c0b New git helper scripts 'mfadd' and 'mfqp' Scott Lahteine 2017-04-20 21:27:32 -0500
  • 7b4c245de3 Improve existing git helper scripts Scott Lahteine 2017-04-20 21:24:43 -0500
  • 06f4776be4 mfprune: fetch remotes, offer checkout option Scott Lahteine 2017-04-20 21:10:41 -0500
  • c73b62447c Merge pull request #6403 from thinkyhead/rc_flsun_clean Scott Lahteine 2017-04-20 20:48:41 -0500
  • e0e069c6d8 Clean up trailing whitespace Scott Lahteine 2017-04-20 17:43:19 -0500
  • 9b94210394 Bring FLSUN config more up to date Scott Lahteine 2017-04-15 01:25:13 -0500
  • b0aa256bc0 Updates for all configs Scott Lahteine 2017-04-20 17:51:29 -0500
  • b6ed69571a Merge pull request #6400 from thinkyhead/rc_interrupt_macros Scott Lahteine 2017-04-20 17:17:22 -0500
  • ee46ce1743 Add and apply interrupt helper macros Scott Lahteine 2017-04-20 13:20:08 -0500
  • 6131c62499 General cleanup Scott Lahteine 2017-04-12 00:08:24 -0500
  • 2c86dfd3b5 Fix compiler type conversion errors after LCD changes benlye 2017-04-18 22:57:57 +0100
  • 55f9e76610 Merge pull request #6367 from thinkyhead/rc_cleanup_followup Scott Lahteine 2017-04-20 15:13:24 -0500
  • d38a792a91 Merge pull request #6382 from MagoKimbra/fix_configuration_store Scott Lahteine 2017-04-20 15:06:58 -0500
  • b98bc034ae Replace c_assert hack with static_assert Scott Lahteine 2017-04-18 15:26:27 -0500
  • 5eb2b1a790 Clear up G29 compiler warnings Scott Lahteine 2017-04-18 14:39:57 -0500
  • 4ce2a63db0 Apply const, spacing to Marlin_main.cpp Scott Lahteine 2017-04-18 14:39:45 -0500
  • e97f1284c1 Cleanup of pins testing code Scott Lahteine 2017-04-18 14:37:10 -0500
  • e9b53ae00c Cleanup after some direct commits Scott Lahteine 2017-04-16 17:33:22 -0500
  • e05d050a1e Add hex routine to print an address Scott Lahteine 2017-04-12 19:39:26 -0500
  • 4542282f5e Fix broken TOGGLE macro in fastio.h Scott Lahteine 2017-04-19 12:38:13 -0500
  • ed52275a14 Fix double definition in configuration_store MagoKimbra 2017-04-18 17:57:40 +0200
  • de569e3d4e Merge pull request #6327 from Bob-the-Kuhn/M43-toggle-&-Z-probe-fixes Scott Lahteine 2017-04-18 03:21:57 -0500
  • f33a650ecc Merge pull request #6368 from thinkyhead/rc_linear_advance_eeprom Scott Lahteine 2017-04-18 02:54:12 -0500
  • a00ae4790a Replace M905 with unique code M900 Scott Lahteine 2017-04-17 00:27:49 -0500
  • 1286d9603d Clean up and organize ultralcd.cpp Scott Lahteine 2017-04-16 21:32:52 -0500
  • 3cdf78a79f MSG_VOLUMETRIC => MSG_FILAMENT Scott Lahteine 2017-04-16 23:00:08 -0500
  • f8e77d6545 Add Linear Advance values to EEPROM and enable configuration of K via LCD Thomas Moore 2017-04-15 22:18:10 -0500
  • eb2d073dae Add M905 R for setting the E/D ratio directly Scott Lahteine 2017-04-16 18:42:05 -0500
  • 69dfa54a84 Use code_value_linear_units for known-linear axes Scott Lahteine 2017-04-16 21:55:17 -0500
  • b956f2642b Show M503 report with current linear units Scott Lahteine 2017-04-16 23:24:30 -0500
  • ba4a005ceb Merge pull request #6373 from mtowara/mt_makefile_fix Scott Lahteine 2017-04-17 16:16:37 -0500
  • 150b15c311 fix compiler errors generated by more stringent flags in Makefile: - use volatile for registers - avoid implicit casts towara 2017-04-17 11:59:47 +0200
  • f6095c9325 fix missing serial.cpp in Makefile towara 2017-04-15 00:29:25 +0200
  • 871f92378c Tweak headings in EEPROM structure Scott Lahteine 2017-04-16 18:41:13 -0500
  • bf2548be4a Merge pull request #6362 from tcm0116/babystepping Scott Lahteine 2017-04-16 17:46:06 -0500
  • bddd75aa5c Merge pull request #6363 from dot-bob/display_reset Scott Lahteine 2017-04-16 17:44:44 -0500
  • 9c410ddf68 Fixed an issue where a display with a hardware reset pin (LCD_RESET) may not get initialized properly. dot-bob 2017-04-15 22:45:15 -0600
  • 72a7fac461 Only queue babysteps if axis is in a known position Thomas Moore 2017-04-15 23:15:13 -0500