Commit Graph

  • b15f8ca641 Merge pull request #4660 from MagoKimbra/Fix_Zig_Zag Scott Lahteine 2016-08-20 15:44:25 -05:00
  • 28d1e5a946 Fix_Zig_Zag MagoKimbra 2016-08-20 11:28:08 +02:00
  • 14395a1a96 Optimize, reduce size of MarlinSerial Scott Lahteine 2016-08-19 16:53:20 -05:00
  • 4d4c00d69c Merge pull request #4651 from thinkyhead/rc_homing_vs_leveling_z Scott Lahteine 2016-08-19 15:45:49 -05:00
  • f3a54316e6 Merge pull request #4652 from bgort/RCBugFix Scott Lahteine 2016-08-19 09:30:59 -05:00
  • 8fae3e1f9f Add Rambo support/env to platformio.ini; properly maps extended pins Brian Gortney 2016-08-19 07:11:23 -04:00
  • 12d72363cb Do Delta radius check without sqrt Scott Lahteine 2016-08-19 05:05:48 -05:00
  • 044f800be9 Use SERIAL_PROTOCOLLNPGM in G28 Scott Lahteine 2016-08-19 04:30:09 -05:00
  • d309a9647d Include probe offset for moving "close to the bed" Scott Lahteine 2016-08-19 01:17:56 -05:00
  • 35a08eeaeb Use Z_HOME_DIR over axis_home_dir where we can Scott Lahteine 2016-08-19 01:16:49 -05:00
  • 99b22d5785 Default AUTO_BED_LEVELING_GRID_POINTS to 3 Scott Lahteine 2016-08-19 04:31:19 -05:00
  • 9b1f3f7d12 Sanity-check DELTA + AUTO_BED_LEVELING_GRID_POINTS Scott Lahteine 2016-08-19 04:31:03 -05:00
  • 733453569b Merge pull request #4650 from thinkyhead/rc_percent_is_percent Scott Lahteine 2016-08-19 04:38:18 -05:00
  • 55355a4fb8 Make probed points more symmetrical Scott Lahteine 2016-08-19 01:14:36 -05:00
  • 1f776f6034 Tweak some code comments Scott Lahteine 2016-08-19 01:12:41 -05:00
  • 748228cf40 Use named indices for delta_grid_spacing Scott Lahteine 2016-08-19 01:12:16 -05:00
  • ead333e7da line_to_axis_pos => do_homing_move Scott Lahteine 2016-08-19 01:11:41 -05:00
  • 7a4ccd7967 Add do_probe_move with Z fixes Scott Lahteine 2016-08-19 01:10:41 -05:00
  • a1bad589c9 Augment debug/homing logging Scott Lahteine 2016-08-19 01:09:03 -05:00
  • 41b5c48129 Update software endstops if EEPROM is loaded Scott Lahteine 2016-08-19 01:00:46 -05:00
  • 628dcbc764 extruder_multiplier => flow_percentage Scott Lahteine 2016-08-18 22:13:47 -05:00
  • 6970c24ee6 Merge pull request #4642 from zenmetsu/ru-Lang Scott Lahteine 2016-08-18 17:11:46 -05:00
  • d222ee4de2 Update language_ru.h Jason Westervelt 2016-08-17 13:55:44 -07:00
  • 464d594450 Merge pull request #4608 from thinkyhead/rc_more_twibus_tweaks Scott Lahteine 2016-08-15 19:37:03 -07:00
  • d63b8e2b2b Additional details for I2C_SLAVE_ADDRESS Scott Lahteine 2016-08-12 00:51:25 -07:00
  • 7427290d3a Merge pull request #4634 from thinkyhead/rc_lang_disp_char Scott Lahteine 2016-08-15 19:25:56 -07:00
  • aa30550b21 Keep SIMULATE_ROMFONT only language.h Scott Lahteine 2016-08-15 19:06:04 -07:00
  • cec61c350d Set language display charset in language.h Scott Lahteine 2016-08-15 19:00:45 -07:00
  • 165d7abb1b Merge pull request #4625 from thinkyhead/rc_i2c_request_capture_flush Scott Lahteine 2016-08-15 18:15:43 -07:00
  • 0e6b41a34a Merge pull request #4624 from RicardoGA/RCBugFix Scott Lahteine 2016-08-15 18:15:23 -07:00
  • 507784b846 Fix Messages length RicardoGA 2016-08-15 10:30:51 -05:00
  • bd928a69ec Add request, capture, flush to TWIBus Scott Lahteine 2016-08-14 21:45:28 -07:00
  • 7b7f319ed5 Update Spanish Lenguage RicardoGA 2016-08-14 23:30:43 -05:00
  • 132322e4d9 Fix #4614: currentScreen only defined with ULTIPANEL Scott Lahteine 2016-08-14 00:29:46 -07:00
  • dcd26b0403 Merge pull request #4621 from thinkyhead/rc_fan_set_output Scott Lahteine 2016-08-13 21:22:27 -07:00
  • 79ba983782 Allow reply() to use const string with no warning Scott Lahteine 2016-08-13 21:05:44 -07:00
  • 27570c08ba Merge pull request #4620 from thinkyhead/rc_twibus_further Scott Lahteine 2016-08-13 20:56:09 -07:00
  • 3a0a94b21a Always init configured fan pins Scott Lahteine 2016-08-13 20:16:13 -07:00
  • c63003ed3e Use matching auto-fan flags Scott Lahteine 2016-08-13 19:57:58 -07:00
  • 3475fd7b0f Init PWM-able auto fan pins with SET_OUTPUT Scott Lahteine 2016-08-13 19:57:33 -07:00
  • abf9696db1 Loop fan-pins based on array size Scott Lahteine 2016-08-13 19:55:11 -07:00
  • e88575c8ec Init next_auto_fan_check_ms to zero Scott Lahteine 2016-08-13 19:52:24 -07:00
  • 7272ec5608 Update HAS_FAN flags for 4 auto fans Scott Lahteine 2016-08-13 19:52:10 -07:00
  • 7b21811a9a Flags for matching auto-fans Scott Lahteine 2016-08-13 19:51:48 -07:00
  • 97e0aed304 Further refinements of TWIBus Scott Lahteine 2016-08-13 18:06:10 -07:00
  • 38fa1b1939 Merge pull request #4196 from cimbalo/Platformio_support Scott Lahteine 2016-08-12 17:32:09 -07:00
  • d7edc039af Merge pull request #4605 from thinkyhead/rc_3drag_fan_is_8 Scott Lahteine 2016-08-12 17:30:27 -07:00
  • 7147c86e9f Merge pull request #4611 from tnw513/patch-2 Scott Lahteine 2016-08-12 17:30:02 -07:00
  • 923388e0c7 Fix acceleration and feedrate following bq/Marlin Silvio 2016-08-12 15:42:20 +02:00
  • 405afec393 Include decimeters in filamentUsed display Scott Lahteine 2016-08-12 05:16:43 -07:00
  • fef0e8ba86 Merge pull request #4610 from thinkyhead/rc_sd_pause_and_stop Scott Lahteine 2016-08-12 04:09:22 -07:00
  • 192ac2dfd7 Squish some CardReader code Scott Lahteine 2016-08-12 03:22:02 -07:00
  • 61932b859e Fix bug in CardReader::stopSDPrint Scott Lahteine 2016-08-12 03:21:10 -07:00
  • 9e5d5a3b7c Merge pull request #4597 from tnw513/italian_fix Scott Lahteine 2016-08-12 02:37:53 -07:00
  • f999292eea added hyphenated letters for full graphic display and fixed some strings Silvio Didonna 2016-08-11 12:42:30 +02:00
  • 11027a56b6 Merge pull request #4606 from thinkyhead/rc_more_i2c_slave Scott Lahteine 2016-08-11 23:51:56 -07:00
  • 67f119d18b Add an i2c request handler Scott Lahteine 2016-08-11 17:57:22 -07:00
  • 2d3db5b5bd Fixup pins_3DRAG based on updated RAMPS pins Scott Lahteine 2016-08-11 15:49:47 -07:00
  • d29a64d4b3 Merge pull request #4603 from thinkyhead/rc_less_MSG_MOVE Scott Lahteine 2016-08-11 14:21:58 -07:00
  • d6a7ca6553 Merge pull request #4584 from thinkyhead/rc_delta_cal_more Scott Lahteine 2016-08-11 14:04:05 -07:00
  • 64f15ac451 Merge pull request #4602 from thinkyhead/rc_marlinserial_clean Scott Lahteine 2016-08-11 13:42:16 -07:00
  • d3b432adca Strip never-translated strings from language files Scott Lahteine 2016-08-11 13:38:27 -07:00
  • 1a558ef486 Tweak MarlinSerial precursor Scott Lahteine 2016-07-25 20:06:00 -07:00
  • 802818f7ab Cleanup SdFatUtil.h Scott Lahteine 2016-07-25 17:46:47 -07:00
  • 52560e257f Merge pull request #4595 from thinkyhead/rc_i2c_slave Scott Lahteine 2016-08-11 12:39:26 -07:00
  • 432e9a1f50 Use configured feedrates, center for DELTA_CALIBRATION_MENU Scott Lahteine 2016-08-09 23:24:51 -07:00
  • cd496dd9bd do_blocking_move_to can't be 'inline', takes const ref args Scott Lahteine 2016-08-10 00:03:04 -07:00
  • dd75fca4d9 Make M155 / M156 a bit more flexible Scott Lahteine 2016-08-11 00:16:14 -07:00
  • 30afac64c4 Merge pull request #4594 from thinkyhead/rc_fix_serial_output Scott Lahteine 2016-08-11 00:05:30 -07:00
  • e3efb04295 Shoehorn EXPERIMENTAL_I2CBUS into Travis test Scott Lahteine 2016-08-10 23:35:46 -07:00
  • a99ecf71d8 Add support for i2c slave address Scott Lahteine 2016-08-10 23:04:18 -07:00
  • b63d70b186 Fix serial output for MBL, M303 Scott Lahteine 2016-08-10 18:49:25 -07:00
  • a36a168af2 Use the truly configured middle on Delta Scott Lahteine 2016-08-09 23:09:12 -07:00
  • 58c8e6cef2 Fixes #4576: Convert filamentUsed to long for display Scott Lahteine 2016-08-09 23:57:28 -07:00
  • 01f1f779a5 Followup to #4574, specify L for long Scott Lahteine 2016-08-09 23:43:37 -07:00
  • fa2467a834 Merge pull request #4578 from Kaibob2/patch-2 Scott Lahteine 2016-08-09 23:04:15 -07:00
  • 1c7bd17e60 Update language_de.h with MSG_MOVE_E1 - E4 Kaibob2 2016-08-09 20:49:26 +02:00
  • bd8ea21abe Merge pull request #4574 from thinkyhead/rc_graphical_days Scott Lahteine 2016-08-08 23:53:31 -07:00
  • 880cdb553b Include days in Graphical LCD print timer Scott Lahteine 2016-08-08 23:18:18 -07:00
  • f4ac8c15e3 Merge pull request #4573 from thinkyhead/rc_mintemp_bed_later Scott Lahteine 2016-08-08 23:02:42 -07:00
  • b7b5b50a84 Throw bed min temp error only if heating Scott Lahteine 2016-08-08 22:22:18 -07:00
  • d3ba878f70 Drop intermediate float in HEATER_0_USES_MAX6675 test Scott Lahteine 2016-08-08 22:21:32 -07:00
  • 3e8f9ecd1c Extend min/max_temp_error for the bed Scott Lahteine 2016-08-08 22:21:01 -07:00
  • 1f15f0df5f Merge pull request #4572 from thinkyhead/rc_digital_clock_100h Scott Lahteine 2016-08-08 22:28:29 -07:00
  • b772172c84 Merge pull request #4571 from thinkyhead/rc_proper_delta_calibration Scott Lahteine 2016-08-08 21:50:42 -07:00
  • 8100a4dace Fix a compile error in EMERGENCY_PARSER sanity check Scott Lahteine 2016-08-08 21:49:57 -07:00
  • 45f67164b6 Simplify the delay in kill() Scott Lahteine 2016-08-08 21:49:34 -07:00
  • 30b1c731b5 Show up to 99:59 in digital time Scott Lahteine 2016-08-08 21:26:34 -07:00
  • 3be4511230 Patch command order in delta calibration menu Scott Lahteine 2016-08-08 21:12:09 -07:00
  • 9afa060ed6 Merge pull request #4570 from thinkyhead/rc_proper_delta_calibration Scott Lahteine 2016-08-08 21:11:40 -07:00
  • 46c8862635 Merge pull request #4564 from AnHardt/max-spi-setup Scott Lahteine 2016-08-08 21:01:15 -07:00
  • dad4702e85 Merge pull request #4569 from thinkyhead/rc_disable_slowdown_on_delta Scott Lahteine 2016-08-08 20:58:40 -07:00
  • 88540d8ecf Fix: LCD displays SD status at startup Scott Lahteine 2016-08-08 20:53:18 -07:00
  • b16ea09498 Make DELTA_CALIBRATION_MENU more universal Scott Lahteine 2016-08-08 19:35:26 -07:00
  • 85c4d5d2b5 Include DELTA_CALIBRATION_MENU in DELTA travis test Scott Lahteine 2016-08-08 19:41:51 -07:00
  • 3a56836ead Always disable SLOWDOWN for DELTA/SCARA Scott Lahteine 2016-08-08 18:06:11 -07:00
  • aa9b52b2e7 MISO is an input AnHardt 2016-08-08 20:09:04 +02:00
  • 67c4acf750 Merge pull request #4562 from thinkyhead/rc_fix_z_dual_endstops Scott Lahteine 2016-08-07 19:23:09 -07:00
  • 1edbea0fcb Merge pull request #4563 from thinkyhead/rc_explain_probe_heights Scott Lahteine 2016-08-07 19:22:19 -07:00
  • e113740fa3 Specify that Z_PROBE_*_HEIGHT is nozzle-relative Scott Lahteine 2016-08-07 17:54:17 -07:00