Commit graph

  • 132322e4d9 Fix #4614: currentScreen only defined with ULTIPANEL Scott Lahteine 2016-08-14 00:29:46 -0700
  • dcd26b0403 Merge pull request #4621 from thinkyhead/rc_fan_set_output Scott Lahteine 2016-08-13 21:22:27 -0700
  • 79ba983782 Allow reply() to use const string with no warning Scott Lahteine 2016-08-13 21:05:44 -0700
  • 27570c08ba Merge pull request #4620 from thinkyhead/rc_twibus_further Scott Lahteine 2016-08-13 20:56:09 -0700
  • 3a0a94b21a Always init configured fan pins Scott Lahteine 2016-08-13 20:16:13 -0700
  • c63003ed3e Use matching auto-fan flags Scott Lahteine 2016-08-13 19:57:58 -0700
  • 3475fd7b0f Init PWM-able auto fan pins with SET_OUTPUT Scott Lahteine 2016-08-13 19:57:33 -0700
  • abf9696db1 Loop fan-pins based on array size Scott Lahteine 2016-08-13 19:55:11 -0700
  • e88575c8ec Init next_auto_fan_check_ms to zero Scott Lahteine 2016-08-13 19:52:24 -0700
  • 7272ec5608 Update HAS_FAN flags for 4 auto fans Scott Lahteine 2016-08-13 19:52:10 -0700
  • 7b21811a9a Flags for matching auto-fans Scott Lahteine 2016-08-13 19:51:48 -0700
  • 97e0aed304 Further refinements of TWIBus Scott Lahteine 2016-08-13 18:06:10 -0700
  • 38fa1b1939 Merge pull request #4196 from cimbalo/Platformio_support Scott Lahteine 2016-08-12 17:32:09 -0700
  • d7edc039af Merge pull request #4605 from thinkyhead/rc_3drag_fan_is_8 Scott Lahteine 2016-08-12 17:30:27 -0700
  • 7147c86e9f Merge pull request #4611 from tnw513/patch-2 Scott Lahteine 2016-08-12 17:30:02 -0700
  • 923388e0c7 Fix acceleration and feedrate following bq/Marlin Silvio 2016-08-12 15:42:20 +0200
  • 405afec393 Include decimeters in filamentUsed display Scott Lahteine 2016-08-12 05:16:43 -0700
  • fef0e8ba86 Merge pull request #4610 from thinkyhead/rc_sd_pause_and_stop Scott Lahteine 2016-08-12 04:09:22 -0700
  • 192ac2dfd7 Squish some CardReader code Scott Lahteine 2016-08-12 03:22:02 -0700
  • 61932b859e Fix bug in CardReader::stopSDPrint Scott Lahteine 2016-08-12 03:21:10 -0700
  • 9e5d5a3b7c Merge pull request #4597 from tnw513/italian_fix Scott Lahteine 2016-08-12 02:37:53 -0700
  • f999292eea added hyphenated letters for full graphic display and fixed some strings Silvio Didonna 2016-08-11 12:42:30 +0200
  • 11027a56b6 Merge pull request #4606 from thinkyhead/rc_more_i2c_slave Scott Lahteine 2016-08-11 23:51:56 -0700
  • 67f119d18b Add an i2c request handler Scott Lahteine 2016-08-11 17:57:22 -0700
  • 2d3db5b5bd Fixup pins_3DRAG based on updated RAMPS pins Scott Lahteine 2016-08-11 15:49:47 -0700
  • d29a64d4b3 Merge pull request #4603 from thinkyhead/rc_less_MSG_MOVE Scott Lahteine 2016-08-11 14:21:58 -0700
  • d6a7ca6553 Merge pull request #4584 from thinkyhead/rc_delta_cal_more Scott Lahteine 2016-08-11 14:04:05 -0700
  • 64f15ac451 Merge pull request #4602 from thinkyhead/rc_marlinserial_clean Scott Lahteine 2016-08-11 13:42:16 -0700
  • d3b432adca Strip never-translated strings from language files Scott Lahteine 2016-08-11 13:38:27 -0700
  • 1a558ef486 Tweak MarlinSerial precursor Scott Lahteine 2016-07-25 20:06:00 -0700
  • 802818f7ab Cleanup SdFatUtil.h Scott Lahteine 2016-07-25 17:46:47 -0700
  • 52560e257f Merge pull request #4595 from thinkyhead/rc_i2c_slave Scott Lahteine 2016-08-11 12:39:26 -0700
  • 432e9a1f50 Use configured feedrates, center for DELTA_CALIBRATION_MENU Scott Lahteine 2016-08-09 23:24:51 -0700
  • cd496dd9bd do_blocking_move_to can't be 'inline', takes const ref args Scott Lahteine 2016-08-10 00:03:04 -0700
  • dd75fca4d9 Make M155 / M156 a bit more flexible Scott Lahteine 2016-08-11 00:16:14 -0700
  • 30afac64c4 Merge pull request #4594 from thinkyhead/rc_fix_serial_output Scott Lahteine 2016-08-11 00:05:30 -0700
  • e3efb04295 Shoehorn EXPERIMENTAL_I2CBUS into Travis test Scott Lahteine 2016-08-10 23:35:46 -0700
  • a99ecf71d8 Add support for i2c slave address Scott Lahteine 2016-08-10 23:04:18 -0700
  • b63d70b186 Fix serial output for MBL, M303 Scott Lahteine 2016-08-10 18:49:25 -0700
  • a36a168af2 Use the truly configured middle on Delta Scott Lahteine 2016-08-09 23:09:12 -0700
  • 58c8e6cef2 Fixes #4576: Convert filamentUsed to long for display Scott Lahteine 2016-08-09 23:57:28 -0700
  • 01f1f779a5 Followup to #4574, specify L for long Scott Lahteine 2016-08-09 23:43:37 -0700
  • fa2467a834 Merge pull request #4578 from Kaibob2/patch-2 Scott Lahteine 2016-08-09 23:04:15 -0700
  • 1c7bd17e60 Update language_de.h with MSG_MOVE_E1 - E4 Kaibob2 2016-08-09 20:49:26 +0200
  • bd8ea21abe Merge pull request #4574 from thinkyhead/rc_graphical_days Scott Lahteine 2016-08-08 23:53:31 -0700
  • 880cdb553b Include days in Graphical LCD print timer Scott Lahteine 2016-08-08 23:18:18 -0700
  • f4ac8c15e3 Merge pull request #4573 from thinkyhead/rc_mintemp_bed_later Scott Lahteine 2016-08-08 23:02:42 -0700
  • b7b5b50a84 Throw bed min temp error only if heating Scott Lahteine 2016-08-08 22:22:18 -0700
  • d3ba878f70 Drop intermediate float in HEATER_0_USES_MAX6675 test Scott Lahteine 2016-08-08 22:21:32 -0700
  • 3e8f9ecd1c Extend min/max_temp_error for the bed Scott Lahteine 2016-08-08 22:21:01 -0700
  • 1f15f0df5f Merge pull request #4572 from thinkyhead/rc_digital_clock_100h Scott Lahteine 2016-08-08 22:28:29 -0700
  • b772172c84 Merge pull request #4571 from thinkyhead/rc_proper_delta_calibration Scott Lahteine 2016-08-08 21:50:42 -0700
  • 8100a4dace Fix a compile error in EMERGENCY_PARSER sanity check Scott Lahteine 2016-08-08 21:49:57 -0700
  • 45f67164b6 Simplify the delay in kill() Scott Lahteine 2016-08-08 21:49:34 -0700
  • 30b1c731b5 Show up to 99:59 in digital time Scott Lahteine 2016-08-08 21:26:34 -0700
  • 3be4511230 Patch command order in delta calibration menu Scott Lahteine 2016-08-08 21:12:09 -0700
  • 9afa060ed6 Merge pull request #4570 from thinkyhead/rc_proper_delta_calibration Scott Lahteine 2016-08-08 21:11:40 -0700
  • 46c8862635 Merge pull request #4564 from AnHardt/max-spi-setup Scott Lahteine 2016-08-08 21:01:15 -0700
  • dad4702e85 Merge pull request #4569 from thinkyhead/rc_disable_slowdown_on_delta Scott Lahteine 2016-08-08 20:58:40 -0700
  • 88540d8ecf Fix: LCD displays SD status at startup Scott Lahteine 2016-08-08 20:53:18 -0700
  • b16ea09498 Make DELTA_CALIBRATION_MENU more universal Scott Lahteine 2016-08-08 19:35:26 -0700
  • 85c4d5d2b5 Include DELTA_CALIBRATION_MENU in DELTA travis test Scott Lahteine 2016-08-08 19:41:51 -0700
  • 3a56836ead Always disable SLOWDOWN for DELTA/SCARA Scott Lahteine 2016-08-08 18:06:11 -0700
  • aa9b52b2e7 MISO is an input AnHardt 2016-08-08 20:09:04 +0200
  • 67c4acf750 Merge pull request #4562 from thinkyhead/rc_fix_z_dual_endstops Scott Lahteine 2016-08-07 19:23:09 -0700
  • 1edbea0fcb Merge pull request #4563 from thinkyhead/rc_explain_probe_heights Scott Lahteine 2016-08-07 19:22:19 -0700
  • e113740fa3 Specify that Z_PROBE_*_HEIGHT is nozzle-relative Scott Lahteine 2016-08-07 17:54:17 -0700
  • 462e189edd Move pullups after Z_DUAL_ENDSTOPS block Scott Lahteine 2016-08-07 17:05:51 -0700
  • 367dad5902 Sanity check Z_DUAL_ENDSTOPS with DELTA Scott Lahteine 2016-08-07 16:54:56 -0700
  • 5fca110e0d Fix Z_DUAL_ENDSTOPS with MIN homing Scott Lahteine 2016-08-07 16:54:34 -0700
  • fc11f05c11 Merge pull request #4556 from thinkyhead/rc_all_feedrates_mm_s Scott Lahteine 2016-08-07 16:14:16 -0700
  • 7b2abe6fc8 Use steps_to_mm in extruder runout prevent Scott Lahteine 2016-08-07 00:20:46 -0700
  • d320065320 Within Marlin, maintain most feed rates in mm/s Scott Lahteine 2016-08-07 00:20:25 -0700
  • ed0b50ebee Merge pull request #4555 from thinkyhead/rc_mbl_index_rounding Scott Lahteine 2016-08-06 23:34:01 -0700
  • bad286d52f Save CPU by multiplying by pre-compiled values Scott Lahteine 2016-08-06 23:24:07 -0700
  • dce6026e0e Remove premature cast to int Scott Lahteine 2016-08-06 19:07:59 -0700
  • cffe77c537 Merge pull request #4553 from thinkyhead/rc_lcd_chars_save_ram Scott Lahteine 2016-08-06 18:29:16 -0700
  • 0a1a2fea30 Merge pull request #4554 from thinkyhead/rc_anhardt_rep-max6675 Scott Lahteine 2016-08-06 18:10:55 -0700
  • 42927530fe Explicitly clear the screen in lcd_goto_screen Scott Lahteine 2016-08-06 16:29:39 -0700
  • a6d2c2479f Minor cleanup of lcd_goto_screen calls Scott Lahteine 2016-08-06 16:24:26 -0700
  • e47c8b9829 Save bytes for custom chars (Hitachi LCD) Scott Lahteine 2016-08-06 16:05:41 -0700
  • 0ff5005c9b Allow connector flexibility for BQ ZUM Mega Scott Lahteine 2016-08-06 17:17:09 -0700
  • 98437bd488 Allow override of CONTROLLERFAN_PIN with RAMPS EFF Scott Lahteine 2016-08-06 17:16:16 -0700
  • 93eafa1785 Use DISABLED to check TEENSY pin option Scott Lahteine 2016-08-06 17:15:34 -0700
  • 98392abb78 Clean warnings for pins_BQ_ZUM_MEGA_3D.h AnHardt 2016-08-06 15:21:23 +0200
  • 1f239ac9a7 Extend travis test to check MAX6675 AnHardt 2016-08-06 15:21:23 +0200
  • 31cad77ba9 Chmod a+x opt_disable_adv Scott Lahteine 2016-08-06 17:15:00 -0700
  • 020cd32d28 Update restore_configs AnHardt 2016-08-06 15:21:23 +0200
  • 98e96feee9 Repair SPI-pins AnHardt 2016-08-06 15:21:23 +0200
  • 7145bd085d Merge pull request #4551 from thinkyhead/rc_anhardt_rep_stow_allen Scott Lahteine 2016-08-06 16:31:51 -0700
  • a00783c41f Format probe stowed test code Scott Lahteine 2016-08-06 14:24:05 -0700
  • f37e8a31d7 Make Allen Key Probe stow AnHardt 2016-08-06 15:21:23 +0200
  • 5347f39fce Merge pull request #4542 from AnHardt/rep-de Scott Lahteine 2016-08-05 23:50:35 -0700
  • 5ef4a5577c Merge pull request #4537 from thinkyhead/rc_fix_some_flaws Scott Lahteine 2016-08-05 23:49:57 -0700
  • 0d3b67a580 Repair-language.de AnHardt 2016-08-06 01:00:40 +0200
  • 938e6d15c4 Patch up some flaws, here and there Scott Lahteine 2016-08-05 08:17:06 -0700
  • 3a3984e67a Merge pull request #4535 from thinkyhead/rc_old_symbols_first Scott Lahteine 2016-08-04 21:24:02 -0700
  • d7b882e430 Move tests for old symbols to the top of sanity check Scott Lahteine 2016-08-04 21:03:55 -0700
  • 479107d04f Merge pull request #4530 from Kaibob2/patch-1 Scott Lahteine 2016-08-04 16:58:50 -0700
  • dddaeb3f8c Merge pull request #4528 from thinkyhead/rc_make_it_so Scott Lahteine 2016-08-04 13:46:44 -0700