Commit Graph

  • eecabf0b00 Merge pull request #2190 from thinkyhead/new_parser_m33 Scott Lahteine 2015-05-28 16:17:32 -0700
  • 0564625757 Update M33 for new gcode parser Scott Lahteine 2015-05-28 14:17:39 -0700
  • f18f689c01 Replace MSG_F? with MSG_N? AnHardt 2015-05-28 20:30:23 +0200
  • af7e3f5076 Print active extruder with M105 for MAX6675 AnHardt 2015-05-28 19:03:16 +0200
  • d46d9d998e Add maximum bed integral term in example configurations. Jonathan Bastien-Filiatrault 2015-05-28 12:51:37 -0400
  • e86f2342c0 Separate the maximum integral power for the bed from PID_INTEGRAL_DRIVE_MAX / PID_MAX. Jonathan Bastien-Filiatrault 2015-05-28 11:30:56 -0400
  • a8a8f236d2 Merge pull request #2180 from thinkyhead/fix_radian AnHardt 2015-05-28 16:19:41 +0200
  • f0523b5816 Initialize the display earlier AnHardt 2015-05-28 16:08:17 +0200
  • 790c697c19 Fix DEGREES macro Scott Lahteine 2015-05-28 00:19:48 -0700
  • 76b4678f99 Merge pull request #2171 from thinkyhead/gcode_110_is_good Scott Lahteine 2015-05-26 21:17:58 -0700
  • 03d5709b09 M110 is a known command Scott Lahteine 2015-05-26 20:31:18 -0700
  • d76a01194d Slight size reduction by adding idle() Scott Lahteine 2015-05-26 20:08:21 -0700
  • 22c8bc5ef4 Merge pull request #2157 from AnHardt/bed-mintemp Scott Lahteine 2015-05-26 17:49:37 -0700
  • 97a48e36e9 Merge pull request #2156 from AnHardt/kill3 Scott Lahteine 2015-05-26 15:34:47 -0700
  • 2deb5a8ac5 Temporary Hack REVERT THIS CHANGE Richard Wackerbarth 2015-05-22 20:58:37 -0500
  • b5743d6927 Use SOURCE_CODE_URL rather than FIRMWARE_URL Richard Wackerbarth 2015-05-22 20:27:26 -0500
  • 5ea139fd79 Revised Versioning mechanism Richard Wackerbarth 2015-05-14 16:56:04 -0500
  • da246f5cb1 Activate BED_MINTEMP error. AnHardt 2015-05-25 13:23:19 +0200
  • 959da98d8e Call kill() only once when triggered by a temperature error AnHardt 2015-05-25 12:44:03 +0200
  • ffc39dc182 Merge pull request #2153 from thinkyhead/leveling_shrink Scott Lahteine 2015-05-24 20:32:51 -0700
  • 68f6f149d0 Reduce code size with out_of_range_error function Scott Lahteine 2015-05-24 20:18:02 -0700
  • f8aabd670e Notes about Development in its README.md Scott Lahteine 2015-05-24 18:47:00 -0700
  • 94120740d8 faster compare !(~(ab)&0x3) and ab == 0x3 are equal wurstnase 2015-05-23 07:55:15 +0200
  • c9141e604a Merge pull request #2145 from thinkyhead/gcode_folding Scott Lahteine 2015-05-22 18:47:37 -0700
  • 3778362f88 Merge pull request #2143 from thinkyhead/fix_command_parser_M110 Scott Lahteine 2015-05-22 18:47:10 -0700
  • b55f8718c3 Indent G90/G91, G92 Scott Lahteine 2015-05-22 17:34:08 -0700
  • b0d520b109 Indent G30, G31/G32 Scott Lahteine 2015-05-22 17:33:17 -0700
  • ffe27a6225 Indent G29 Scott Lahteine 2015-05-22 17:32:46 -0700
  • 86083badc2 Indent G4, G10/G11, G28 Scott Lahteine 2015-05-22 17:32:27 -0700
  • 47d7a9cb5e Indent G2/G3 Scott Lahteine 2015-05-22 17:31:38 -0700
  • 350f239d84 Indent G0/G1 Scott Lahteine 2015-05-22 17:31:24 -0700
  • 672b0c1fd3 Cleanup pins in RAMPS_13_EFB boards Scott Lahteine 2015-05-22 16:20:54 -0700
  • f4584c51c5 Merge pull request #2142 from thinkyhead/fix_command_parser_M110 Scott Lahteine 2015-05-22 15:32:11 -0700
  • 15a2351675 No need for +1 on initial seen_pointer Scott Lahteine 2015-05-22 15:31:30 -0700
  • 8cba3bd811 Merge pull request #2141 from thinkyhead/fix_command_parser_M110 Scott Lahteine 2015-05-22 15:29:15 -0700
  • 550dd87b2a Set seen_pointer before calling code_value Scott Lahteine 2015-05-22 15:11:48 -0700
  • 38cc0b93c6 Merge pull request #1874 from AnHardt/Bulgarian Scott Lahteine 2015-05-22 13:59:50 -0700
  • 04a1622172 Merge pull request #2127 from Wackerbarth/Kossel_Pro Scott Lahteine 2015-05-21 18:43:26 -0700
  • 81c2ca3e10 Merge pull request #2131 from thinkyhead/bq_is_ramps_13_efb Scott Lahteine 2015-05-21 18:39:02 -0700
  • f919a2fed1 Merge pull request #2134 from AnHardt/preheat-all Scott Lahteine 2015-05-21 18:36:28 -0700
  • 65343e8ae8 Merge pull request #2138 from thinkyhead/tweak_swh Scott Lahteine 2015-05-21 18:36:04 -0700
  • 063881b5bd Fix a couple of doubled semicolons Scott Lahteine 2015-05-21 18:15:29 -0700
  • 94dff5b36a Merge pull request #2137 from thinkyhead/tweak_swh AnHardt 2015-05-22 02:02:07 +0200
  • 70d2f48d4e Merge pull request #2136 from thinkyhead/M303_suppress_error Scott Lahteine 2015-05-21 16:46:30 -0700
  • 0c0ace2a04 Remove start_watching_heater() fom M104 and M109 AnHardt 2015-05-22 01:44:50 +0200
  • 00716d0ca0 Small start_watching_heater adjustment Scott Lahteine 2015-05-21 16:44:49 -0700
  • 834747deb7 Merge pull request #2135 from Wurstnase/new_endstop_bits Scott Lahteine 2015-05-21 16:35:54 -0700
  • bde9c70d42 Suppress the line mismatch error after M303 Scott Lahteine 2015-05-21 16:27:22 -0700
  • 50bd7493cc Merge pull request #2108 from thinkyhead/m33_long_filename_host_support Scott Lahteine 2015-05-21 16:22:47 -0700
  • 4d11b29959 Merge pull request #2113 from thinkyhead/command_sanitizer Scott Lahteine 2015-05-21 16:21:58 -0700
  • 71ff9adb12 Merge pull request #2132 from thinkyhead/fix_M120_M121 Scott Lahteine 2015-05-21 16:20:03 -0700
  • ff98b8632b new endstop bits wurstnase 2015-05-21 23:16:43 +0200
  • 9b0fa9c309 Changed dependency of start_watching_heater() in setTargetHotend() to THERMAL_PROTECTION_HOTENDS AnHardt 2015-05-21 21:07:37 +0200
  • bc0764894a Shift call of start_watching_heater() into setTargetHotend() AnHardt 2015-05-21 20:36:11 +0200
  • b878bc5620 Introducing the Kossel Pro Build Configuration Richard Wackerbarth 2015-05-14 17:45:54 -0500
  • 3004359191 Libraries supporting Marlin platform Richard Wackerbarth 2015-02-11 09:58:14 -0600
  • 6c86266fb6 Brainwave Bootloaders Richard Wackerbarth 2015-02-11 09:53:01 -0600
  • 3eee09cb6c Brainwave Variants Richard Wackerbarth 2015-02-11 09:54:30 -0600
  • 945fd2cf82 Brainwave Core from Arduino 1.0.1 (In 1.5 file structure) Richard Wackerbarth 2015-05-18 22:10:37 -0500
  • 1b707a7cf7 Platform and Boards Richard Wackerbarth 2015-05-12 12:10:00 -0500
  • 1d8f61ca8a AT90USB is defined in pins.h Richard Wackerbarth 2015-05-21 11:44:40 -0500
  • 735bf2d35f Describe Custom M Code Richard Wackerbarth 2015-05-19 06:25:15 -0500
  • f39658c822 M120 and M121 are reversed Scott Lahteine 2015-05-21 00:17:44 -0700
  • 6eb4f90ce7 Also synchronize configurator copies of configs Scott Lahteine 2015-05-20 21:34:00 -0700
  • 9d1961ebe3 Witbox and Hephestos are just RAMPS_13_EFB Scott Lahteine 2015-05-20 21:33:23 -0700
  • d6c1285ab5 Merge pull request #2115 from AnHardt/_temp_error AnHardt 2015-05-21 00:36:30 +0200
  • 4422365a53 Merge branch 'Development' of https://github.com/MarlinFirmware/Marlin into _temp_error AnHardt 2015-05-20 23:34:39 +0200
  • 4113762062 Merge pull request #2130 from AnHardt/kill2 AnHardt 2015-05-20 23:32:51 +0200
  • 89d2ee6f13 Make output on display dependant of ULTRA_LCD AnHardt 2015-05-20 22:03:16 +0200
  • 120d4c7a8c Merge remote-tracking branch 'origin/kill2' into _temp_error AnHardt 2015-05-20 21:25:32 +0200
  • cb6e82dc60 Change from kill() to kill(const char *) AnHardt 2015-05-20 21:22:48 +0200
  • 9d13942278 Use new kill() with parameter. AnHardt 2015-05-20 21:18:52 +0200
  • 6398c5e28d Merge remote-tracking branch 'origin/kill2' into _temp_error AnHardt 2015-05-20 21:08:19 +0200
  • f4a93ed997 Add a string parameter to kill() AnHardt 2015-05-20 20:53:48 +0200
  • 2990c6c45f Use new kill_() for _temp_error() AnHardt 2015-05-20 14:03:14 +0200
  • 9b8c6ed254 Merge pull request #2120 from chris-bo/dogm_config AnHardt 2015-05-20 10:11:34 +0200
  • 06513565e9 Merge pull request #2105 from eboston/Development AnHardt 2015-05-20 09:56:21 +0200
  • 082ed3beed Propagate Configuration.h changes Ed Boston 2015-05-19 14:04:57 -0700
  • 152b681bb5 Added link to controller github Ed Boston 2015-05-19 04:14:55 -0700
  • 995b84944b Merge pull request #1982 from CONSULitAS/Development_Update_language.h AnHardt 2015-05-19 12:13:35 +0200
  • 7bc5fd8193 Merge pull request #2123 from AnHardt/Duemilanove Scott Lahteine 2015-05-18 20:36:05 -0700
  • 94de1e0d93 Merge pull request #2116 from AnHardt/wording Scott Lahteine 2015-05-18 20:34:46 -0700
  • 23ee57c1c1 Remove DUEMILANOVE from Travis too. AnHardt 2015-05-19 03:17:56 +0200
  • 4d4fa3607b Remove Duemilanove AnHardt 2015-05-19 02:46:37 +0200
  • e353d27430 Merge branch 'Development' of https://github.com/MarlinFirmware/Marlin into Bulgarian AnHardt 2015-05-18 23:56:53 +0200
  • 775ea401c8 Delete Documentation/LCDLanguageFont.mf to avoid conflicts with Development AnHardt 2015-05-18 23:56:26 +0200
  • ca8d1756d5 Define fixes Ed Boston 2015-05-18 14:23:31 -0700
  • b96b28b7cc language.h: update documentation for LANGUAGE_INCLUDE CONSULitAS 2015-05-18 23:11:26 +0200
  • 258bcdefe0 move dogm font selection to configuration_adv.h Christian Bohn 2015-05-18 22:54:53 +0200
  • 7750180c93 transpire -> expire AnHardt 2015-05-18 21:48:10 +0200
  • 70163dafb9 Use _temp_error() for all errors thrown by different mechanisms AnHardt 2015-05-18 20:26:25 +0200
  • a0f362c735 Simplify & optimize with current_command_args Scott Lahteine 2015-05-17 16:58:37 -0700
  • adc8fcb77f More parser comments, optimize code_seen, save with goto Scott Lahteine 2015-05-17 05:42:04 -0700
  • c6d8dd19d9 use fetched value Scott Lahteine 2015-05-17 05:07:51 -0700
  • 1116e13f5a Further optimization of command parser Scott Lahteine 2015-05-17 05:00:09 -0700
  • 3a4c3ab76e Pre-sanitize the command before handling Scott Lahteine 2015-05-16 23:14:02 -0700
  • a83bf18ee1 More functional seperation Ed Boston 2015-05-18 05:37:46 -0700
  • cad248fc55 Merge pull request #2111 from AnHardt/at Scott Lahteine 2015-05-18 05:25:51 -0700
  • 97ca1b3f4d Name magic value 20 to MAX_OVERSHOOT_PID_AUTOTUNE AnHardt 2015-05-18 14:15:29 +0200
  • 7ff18f6657 Merge pull request #2107 from thinkyhead/fix_issue_2106 Scott Lahteine 2015-05-17 17:39:09 -0700