Commit Graph

  • 5bf42066fa Fix typo in configuration.h alexborro 2015-03-10 15:06:34 -0300
  • 8a4b62d081 Set more regular setup in configuration.h alexborro 2015-03-10 14:41:21 -0300
  • 255ca68123 Changes in ultralcd_implementation_hitachi_HD44780.h in detail AnHardt 2015-03-10 18:30:09 +0100
  • 60ceca1bc1 Add speed configuration for home-bumping movement alexborro 2015-03-10 14:08:32 -0300
  • 6fc2ccd568 Make use of new remenbering fontswitch. AnHardt 2015-03-10 18:04:03 +0100
  • 0f26f3abf2 Add a test_language. AnHardt 2015-03-10 17:59:28 +0100
  • 6d575b1bc7 Add some documentation. AnHardt 2015-03-10 17:55:59 +0100
  • 901cf203fe Add legal stuff to marlin_kanji.h AnHardt 2015-03-10 17:49:16 +0100
  • 2d5134b0ed Introduce - clean - prepae language files AnHardt 2015-03-10 17:46:25 +0100
  • d813090d90 Merge remote-tracking branch 'remotes/upstream/Development' into Development domonoky 2015-03-10 10:46:37 +0100
  • c321c97f35 Merge pull request #1584 from galexander1/stringcleanup Scott Lahteine 2015-03-10 01:48:30 -0700
  • 53abc5e2f1 Merge branch 'Development' into delta_auto_bed_level maverikou 2015-03-09 22:28:57 +0200
  • 956fb2d278 Merge pull request #1 from MarlinFirmware/Development Mehmet Sutas 2015-03-09 11:05:49 +0200
  • 978dadf806 Base64 decode AJAX-fetched text properly Scott Lahteine 2015-03-08 21:54:17 -0700
  • 0eae9c24bc Merge pull request #1582 from galexander1/deltaconftypo Scott Lahteine 2015-03-08 21:13:14 -0700
  • 624f23f550 Merge pull request #1575 from Wurstnase/fix-controllerFan Scott Lahteine 2015-03-08 20:36:38 -0700
  • 424c747fb3 Enable M401 and M402 for deltas with allen key z-probes. maverikou 2015-03-08 09:57:38 +0200
  • 0d593ab7c1 Fix debug message maverikou 2015-03-08 09:41:31 +0200
  • 3e8c5678f5 fix bug where, i.e., "G1X1E1" would be interpretted as "G1 X10 E1", because strtod() will read the E address value as if it was a base 10 exponent. Greg Alexander 2015-03-07 21:10:40 -0500
  • ed7874b4e0 M404 should not use 'N' address as parameter because 'N' is reserved for the line number Greg Alexander 2015-03-07 17:35:06 -0500
  • b9dfa5cad4 use code_value_long() instead of (int)code_value() Greg Alexander 2015-03-07 17:33:15 -0500
  • 901b03d020 use strtol() instead of strtod() when an integer value is desired Greg Alexander 2015-03-07 17:24:26 -0500
  • 4fba7b084f fix typo in delta example config introduced in commit 697ee2dc50 Greg Alexander 2015-03-07 16:43:41 -0500
  • cfc6a3a87a Filament Runout Sensor Feature Mehmet Sutas 2015-03-07 22:43:15 +0200
  • e6862700af Add Z_RAISE_AFTER_PROBING to all config files maverikou 2015-03-07 20:55:30 +0200
  • 39d255608d Test an extra delta configuration with auto bed leveling code paths maverikou 2015-03-07 20:53:23 +0200
  • 7c24b97958 Ported over Johann Rocholl's improvements for delta printers: - Nonlinear auto bed leveling code (includes G29, G30, Z_RAISE_AFTER_PROBING). Cleaned it up to be a delta-specific AUTO_BED_LEVELING_GRID code path. - Allen key z-probe deployment and retraction code. Cleaned it up and added safety checks. maverikou 2015-03-07 20:36:21 +0200
  • a5342c942e Update Marlin_main.cpp Wurstnase 2015-03-07 16:47:53 +0100
  • 0f3b7d5575 Update annotated configurations Scott Lahteine 2015-03-07 01:07:40 -0800
  • c5aa56bc4d Merge branch 'Development' into marlin_configurator Latest upstream commits Scott Lahteine 2015-03-06 23:00:03 -0800
  • 9dccd3a94f Merge pull request #1579 from thinkyhead/fix_abl_issues Scott Lahteine 2015-03-06 22:50:03 -0800
  • d085725c86 More sanity-checking for ABL Scott Lahteine 2015-03-06 22:14:34 -0800
  • 8b6766b37b Merge branch 'Development' into marlin_configurator Latest upstream changes Scott Lahteine 2015-03-06 16:32:57 -0800
  • ca4b36deda Merge pull request #1578 from thinkyhead/require_lcd_style Scott Lahteine 2015-03-06 15:38:24 -0800
  • 9eed8c8cf0 Make sure a ROM is selected for ULTRA_LCD Scott Lahteine 2015-03-06 15:37:54 -0800
  • 7136268273 Added 'dogm_font_data_6x10_marlin_Kanji.h' AnHardt 2015-03-07 00:26:28 +0100
  • 16e173e167 Added 5 new font.h files to main directory. AnHardt 2015-03-07 00:09:49 +0100
  • 254970c92a Merge pull request #1570 from C-o-r-E/escape_fix Scott Lahteine 2015-03-06 15:09:35 -0800
  • d3660d22ae Merge pull request #1577 from thinkyhead/fix_gcode_g29 Scott Lahteine 2015-03-06 14:55:05 -0800
  • 25dc79f124 Remove M48 credits also Scott Lahteine 2015-03-06 14:54:30 -0800
  • 34e51f576f Fix compile error in gcode_G29 Scott Lahteine 2015-03-06 14:52:05 -0800
  • b14270b029 Added font tools AnHardt 2015-03-06 23:48:55 +0100
  • fe2bd237d5 Add font sources. AnHardt 2015-03-06 23:36:56 +0100
  • bbeb1117d4 Merge pull request #1572 from Wackerbarth/Issue1572 Scott Lahteine 2015-03-06 10:10:40 -0800
  • 344a12bd10 Merge pull request #1571 from AnHardt/Undubble Scott Lahteine 2015-03-06 10:08:19 -0800
  • 1149c24b86 More grouping, cleanup, start on overrides Scott Lahteine 2015-03-06 08:48:53 -0800
  • 62bd734612 fix controllerFan() for inverted enable pins Wurstnase 2015-03-06 12:01:17 +0100
  • fd9beb1672 Minor typos in the README Richard Wackerbarth 2015-03-05 22:02:28 -0600
  • 3024f6c706 Undubble MSG_MIN &MSG MAX AnHardt 2015-03-06 00:25:44 +0100
  • ba27f90e36 Merge pull request #1 from foosel/C-o-r-E-escape_fix Corey C 2015-03-05 17:50:41 -0500
  • 63b62d8d4e Fixed in-line comments and escaping Gina Häußge 2015-03-05 23:30:34 +0100
  • 99fb1bc3e8 Attempt to resolve #1568 and add basic escape character support C-o-r-E 2015-03-05 15:22:37 -0500
  • 92ebb7f4c8 Merge pull request #1 from MarlinFirmware/Development Wurstnase 2015-03-05 17:51:33 +0100
  • fad14ae7eb Merge branch 'Development' into marlin_configurator Latest upstream changes Scott Lahteine 2015-03-05 05:32:31 -0800
  • 273d00353f Merge pull request #1565 from thinkyhead/gcode_handler_functions Scott Lahteine 2015-03-05 04:55:46 -0800
  • cdc38aa783 Move gcode handlers into inline functions Scott Lahteine 2015-03-05 04:27:24 -0800
  • 94fd8c7555 Merge pull request #1556 from thinkyhead/enhanced_g29 Scott Lahteine 2015-03-05 03:54:53 -0800
  • 6d9e9a6bef Merge branch 'Development' into enhanced_g29 Latest upstream changes Scott Lahteine 2015-03-05 02:49:18 -0800
  • 4db2179f5c Include 4th extruder support Scott Lahteine 2015-03-05 02:37:36 -0800
  • 0e074d4050 Merge pull request #1561 from OhmEye/Development Scott Lahteine 2015-03-05 02:14:34 -0800
  • f90a947e65 Fix autoretract OhmEye 2015-03-04 20:28:08 -1000
  • 2ef6b3d57a Fix wrong defines, broken syntax Scott Lahteine 2015-03-04 22:24:44 -0800
  • f3f04e9fd6 Merge pull request #1 from MarlinFirmware/Development OhmEye 2015-03-04 20:23:10 -1000
  • 08b722b635 Merge pull request #1555 from C-o-r-E/solenoids Scott Lahteine 2015-03-04 21:36:29 -0800
  • 32744d41a9 Do sanity checking on LRFB values Scott Lahteine 2015-03-04 21:32:11 -0800
  • 0a7d85c20e Minor fixes chrono 2015-03-04 12:35:32 +0000
  • 48e3a97a18 Removed extra encoder definitions from pins_FELIX2.h chrono 2015-03-04 12:21:18 +0000
  • d052a3c6aa Merge pull request #1551 from thinkyhead/redundant_encrot Scott Lahteine 2015-03-04 03:22:24 -0800
  • d8eeddfb93 Updated DUAL Extruder config, added README and enabled NEWPANEL by default chrono 2015-03-04 09:59:58 +0000
  • 81a6e59a82 Merge branch 'Development' of https://github.com/Wurstnase/Marlin into Development Wurstnase 2015-03-03 22:18:14 +0100
  • b423b90c77 Added Configuration_adv.h to examples for LCD/SD Support chrono 2015-03-03 19:09:25 +0100
  • 075507fb9a missed one X_ENABLE_PIN domonoky 2015-03-03 11:09:56 +0100
  • dfb38874f8 Some suggested changes for #1555 Scott Lahteine 2015-03-03 00:48:20 -0800
  • 32eef03b58 Unfelixed README again chrono 2015-03-03 08:12:42 +0100
  • 7f8ea7105f Arrange ProbeAction values bitwise Scott Lahteine 2015-03-02 20:14:37 -0800
  • 7684721977 Enhanced G29 Scott Lahteine 2015-03-02 20:00:17 -0800
  • 874d3d3fc5 Add support for solenoid articulated extruders C-o-r-E 2015-03-02 20:07:12 -0500
  • 7540a81106 Minor fixes chrono 2015-03-02 22:55:00 +0100
  • e363428c54 New attempt at copying the libraries. domonoky 2015-03-02 19:00:02 +0100
  • bcb57f13ea try to fix path to additional libraries. domonoky 2015-03-02 18:55:30 +0100
  • e3d92b9168 Try to fix the travis build, which is failing because conditional includes do not work in .ino files for the ino processor ? domonoky 2015-03-02 18:45:58 +0100
  • c13d81ce15 Merge branch 'Development' into pr-felix chrono 2015-03-02 17:21:39 +0000
  • a375d648c7 Merge remote-tracking branch 'upstream/Development' into Development chrono 2015-03-02 17:21:05 +0000
  • 4a7aca2736 Merge remote-tracking branch 'remotes/upstream/Development' into Development domonoky 2015-03-02 17:52:12 +0100
  • 715104e477 Fix Endstop check for CoreXY bots. alexborro 2015-03-02 13:36:58 -0300
  • e428e8da75 Merge pull request #1552 from thinkyhead/cleanup_cardreader Scott Lahteine 2015-03-02 07:57:26 -0800
  • 20e59dc61e Don't skip files starting with underscores Scott Lahteine 2015-03-02 07:56:11 -0800
  • f171656f8e Cleanup of cardreader.* Scott Lahteine 2015-03-02 07:06:01 -0800
  • f379edca78 Cleanup rotary encoder encrot* defines Scott Lahteine 2015-03-02 06:42:48 -0800
  • c7cdb176c8 Merge branch 'Development' into marlin_configurator Latest upstream changes Scott Lahteine 2015-03-02 06:13:10 -0800
  • 187d336665 Revert default conf and temperature.cpp chrono 2015-03-02 13:56:37 +0000
  • 7f060d7caf Revert "Testing Fix for Arduino 1.6+ compiler issue #1523" chrono 2015-03-02 13:47:35 +0000
  • 49f471a5fc Merge pull request #1541 from thinkyhead/fixup_temperature Scott Lahteine 2015-03-02 05:38:10 -0800
  • f2710e11d1 Optimize initial loading, code cleanup Scott Lahteine 2015-03-02 05:23:36 -0800
  • fb75a9272d Testing Fix for Arduino 1.6+ compiler issue #1523 chrono 2015-03-02 10:45:54 +0000
  • 558c6313f7 Merge branch 'pr-felix' into Marlix chrono 2015-03-02 10:27:58 +0000
  • 08bc723a3c Enable PIDBED chrono 2015-03-02 10:26:42 +0000
  • e487bd642b Updated PR to streamline integration chrono 2015-03-02 09:49:45 +0000
  • 2eeb241b42 Find fields that group together Scott Lahteine 2015-03-02 01:45:53 -0800
  • 9377089c43 Merge pull request #1548 from thinkyhead/issue_1547_bed_leveling Scott Lahteine 2015-03-01 20:01:38 -0800