Commit Graph

  • 98d0167a57 Merge pull request #4226 from thinkyhead/rc_emergency_command_parser Scott Lahteine 2016-07-07 16:53:55 -07:00
  • 2ee4e4f791 Make wait_for_heatup volatile Scott Lahteine 2016-07-06 19:59:19 -07:00
  • bd5a825b8b Wait for end of line before invoking action Scott Lahteine 2016-07-06 16:03:33 -07:00
  • ea47803ae2 Simplify emergency parser (only parse initial command) Scott Lahteine 2016-07-06 12:48:21 -07:00
  • 834ad14c8d Add quickstop_stepper to update current position with stepper.quick_stop() Scott Lahteine 2016-07-06 12:00:28 -07:00
  • ecffe92e20 Group EMERGENCY_PARSER commands Scott Lahteine 2016-07-06 11:52:36 -07:00
  • a129078927 Add an emergency-command parser to MarlinSerial (supporting M108) AnHardt 2016-07-04 23:23:22 +02:00
  • 9f42b1a075 Merge pull request #4235 from thinkyhead/rc_revert_quickhome_test Scott Lahteine 2016-07-07 13:37:14 -07:00
  • ad968f2325 Merge pull request #4234 from thinkyhead/rc_better_position_logging Scott Lahteine 2016-07-07 12:31:15 -07:00
  • 4036c73cdd Don't raise Z if only homing Z Scott Lahteine 2016-07-07 12:28:23 -07:00
  • 0b6f8f8244 Apply MIN_Z_HEIGHT_FOR_HOMING raise literally Scott Lahteine 2016-07-07 12:14:54 -07:00
  • 177ec20bf0 Revert quick-home changes Scott Lahteine 2016-07-07 12:13:14 -07:00
  • 9c5b462ef2 Move XYZ in print_xyz and DEBUG_POS to the front Scott Lahteine 2016-07-07 11:42:19 -07:00
  • 4e84c803a3 Merge pull request #4232 from thinkyhead/rc_no_axis_codes_needed Scott Lahteine 2016-07-06 20:05:16 -07:00
  • e2f7cb0905 Don't use axis_codes if a literal will do Scott Lahteine 2016-07-06 18:37:21 -07:00
  • e76aa9d79a Merge pull request #4231 from thinkyhead/rc_fix_homing_raise Scott Lahteine 2016-07-06 16:23:29 -07:00
  • 6559f7359f Fix comment on Z raise for homing, save a few bytes Scott Lahteine 2016-07-06 16:21:51 -07:00
  • 799c60cadc Merge pull request #4217 from thinkyhead/rc_fix_homing_raise Scott Lahteine 2016-07-06 14:39:37 -07:00
  • 99a5a5dd65 Merge pull request #4228 from petrzjunior/patch-1 Scott Lahteine 2016-07-06 14:00:31 -07:00
  • d7e9647505 Sanity Check for probe raises Scott Lahteine 2016-07-05 20:09:30 -07:00
  • d0b29cabf3 Don't re-home X and Y if you quick homed Scott Lahteine 2016-07-05 20:10:15 -07:00
  • e0a6b978f5 Don't do_probe_raise with MIN_Z_HEIGHT_FOR_HOMING Scott Lahteine 2016-07-05 18:32:24 -07:00
  • cf8ec1216a Update language_de.h for German translation Philip Schell 2016-07-06 21:44:16 +02:00
  • b81b77111b Update language_cz.h petrzjunior 2016-07-06 21:04:34 +02:00
  • 7735ec5e7a Merge pull request #4223 from thinkyhead/rc_rename_heatup Scott Lahteine 2016-07-06 11:25:44 -07:00
  • 160a2be117 Change cancel_heatup to wait_for_heatup Scott Lahteine 2016-07-06 09:17:50 -07:00
  • cb17871a48 Merge pull request #4207 from AnHardt/AllenKey2 Scott Lahteine 2016-07-05 19:34:36 -07:00
  • 16c83d203b Make use of the good features of a sled probe for all probes. AnHardt 2016-07-06 03:40:21 +02:00
  • 8555816a11 Generalize and simplify 'triggered when stowed test` AnHardt 2016-07-06 03:56:17 +02:00
  • 5126cce7fd Move Allen Key probe move scripts to their own functions AnHardt 2016-07-04 09:46:22 +02:00
  • 7d063c111c Add a optional feedrate parameter to do_blocking_move() AnHardt 2016-07-04 09:40:59 +02:00
  • 90d8bb53e8 Merge pull request #4214 from thinkyhead/fix_clear_command_queue Scott Lahteine 2016-07-05 16:35:55 -07:00
  • b114b6a0b3 Save 152 bytes using uint8_t for command indices Scott Lahteine 2016-07-05 16:29:28 -07:00
  • 0d4ff0c48b Allow the queue to be cleared from within commands Scott Lahteine 2016-07-05 16:12:31 -07:00
  • c450851401 Merge pull request #4209 from AnHardt/too-high-G28 Scott Lahteine 2016-07-05 11:07:42 -07:00
  • a3f350e728 Merge pull request #4212 from AnHardt/MBL-typo Roxy-3D 2016-07-05 11:49:29 -05:00
  • f799f18388 MBL typo AnHardt 2016-07-05 18:19:53 +02:00
  • 8b02e68cb6 Make raise for probe deploy relative in homeaxis() AnHardt 2016-07-05 10:42:33 +02:00
  • e48502866b Merge pull request #3611 from alephobjects/M108_cancel_heatup Scott Lahteine 2016-07-04 01:19:31 -07:00
  • d70197f514 Merge pull request #4204 from thinkyhead/rc_fix_gcode_t_position Scott Lahteine 2016-07-04 01:16:22 -07:00
  • 869b517589 Merge pull request #4205 from thinkyhead/rc_fixup_unit_references Scott Lahteine 2016-07-04 01:15:34 -07:00
  • e104b91ea6 References to millimeters in code comments need an update Scott Lahteine 2016-07-03 20:08:22 -07:00
  • e604c0955e Merge pull request #4203 from AnHardt/rem_wants_to_cool_warning Scott Lahteine 2016-07-03 18:24:23 -07:00
  • ff91d28a3a Remove wants_to_cool warning AnHardt 2016-07-04 03:12:11 +02:00
  • c9e536cf87 Additional patches for gcode_T position change Scott Lahteine 2016-07-03 18:06:54 -07:00
  • 60865fc45b Merge pull request #4202 from thinkyhead/rc_fix_gcode_t_position Scott Lahteine 2016-07-03 17:55:43 -07:00
  • f841038313 Merge pull request #4201 from thinkyhead/rc_info_fit Scott Lahteine 2016-07-03 17:47:00 -07:00
  • f31af61ee2 Fix position adjustment with gcode_T and MBL Scott Lahteine 2016-07-03 16:51:26 -07:00
  • a8f5c2bf96 Merge pull request #4192 from birkett/k8400 Scott Lahteine 2016-07-03 17:41:13 -07:00
  • ef8980bfa0 Shorter labels for Print Stats info Scott Lahteine 2016-07-03 15:56:19 -07:00
  • 4fff9872b9 Merge pull request #4200 from thinkyhead/rc_cleanup_m600 Scott Lahteine 2016-07-03 15:44:20 -07:00
  • 2ed625dafa Fix compiler warnings for static screens Scott Lahteine 2016-07-03 15:12:21 -07:00
  • e77844594d readme.md -> README.md Anthony Birkett 2016-07-03 22:13:35 +01:00
  • a0b00d29e3 Add a ported example configuration for the Velleman K8400 (Vertex) printer. Supports both dual and single head printers (with the correct config). Includes community sourced feed rate fix. Anthony Birkett 2016-07-02 14:32:21 +01:00
  • 5a81c132a2 Merge pull request #4199 from lrpirlet/G28_X_drills_a_hole_in_printed_part Scott Lahteine 2016-07-03 13:37:38 -07:00
  • 9b42c6b44b apply correction when swtiching from MBL to physical in G28 X lrpirlet 2016-07-03 21:43:42 +02:00
  • 46196e9ee5 Add working PlatformIO support Andrea Cimbalo 2016-07-03 15:33:24 +02:00
  • 1236a3b3ab Merge pull request #4189 from esenapaj/Follow-up-the-PR-#3662 Scott Lahteine 2016-07-02 17:16:09 -07:00
  • 95347fc650 Follow-up the PR #3662 (Rewritten FILAMENT_CHANGE_ENABLE feature) esenapaj 2016-07-03 09:04:29 +09:00
  • b37e727072 Merge pull request #3662 from thinkyhead/rc_fixup_auto_filament_change Scott Lahteine 2016-07-02 16:20:20 -07:00
  • a06c5165a7 Shorter strings for smaller LCDs Scott Lahteine 2016-06-24 19:40:46 -07:00
  • 982f10e6a0 Use STATIC_ITEM for LCD message display Scott Lahteine 2016-06-24 19:24:24 -07:00
  • 43ff0ce35f Rewritten FILAMENT_CHANGE_ENABLE feature Petr Zahradnik 2016-04-28 18:57:21 +02:00
  • 4a8e191cec Merge pull request #4188 from thinkyhead/rc_birkett_info_menu_jul2 Scott Lahteine 2016-07-02 15:30:00 -07:00
  • b77069de01 Add a Travis test for LCD_INFO_MENU Scott Lahteine 2016-07-02 14:11:43 -07:00
  • 51b7820686 Patch up About Printer sub-menus Scott Lahteine 2016-07-02 14:04:18 -07:00
  • 439e78147d Static menu items take an optional string, LJ by default Scott Lahteine 2016-07-02 13:57:24 -07:00
  • fa9b2a925d Tweak spacing in printcounter.cpp Scott Lahteine 2016-07-02 14:04:35 -07:00
  • dbfc87cdcf Squish sanity check for build info Scott Lahteine 2016-07-02 14:01:24 -07:00
  • 7a377c1d75 Add "About Printer" information menu. Anthony Birkett 2016-06-30 10:24:29 +01:00
  • 77a923d8ce Merge pull request #4186 from thinkyhead/rc_array_macros Scott Lahteine 2016-07-01 20:48:12 -07:00
  • e650a75b88 Simplified variable-size array macros Scott Lahteine 2016-07-01 20:27:55 -07:00
  • ac4f235912 Merge pull request #4167 from thinkyhead/rc_eeprom_checksum Scott Lahteine 2016-07-01 19:22:49 -07:00
  • ba00615aa4 Merge pull request #4184 from esenapaj/Tab-to-Space Scott Lahteine 2016-07-01 16:34:12 -07:00
  • 03b8f88092 Tab to Space esenapaj 2016-07-02 07:53:38 +09:00
  • b4fee31a84 Merge pull request #4183 from AnHardt/do_probe_raise-asymetry Scott Lahteine 2016-07-01 12:50:47 -07:00
  • cb1b31f69b Unconditional do_probe_raise() in probe_pt() AnHardt 2016-07-01 15:28:41 +02:00
  • 7ef7843fd4 Merge pull request #4181 from thinkyhead/rc_rename_a_move_func Scott Lahteine 2016-06-30 16:30:09 -07:00
  • 6b2a7b30af Extra comments to clarify EEPROM code Scott Lahteine 2016-06-30 00:29:16 -07:00
  • 787f394676 MAX_EXTRUDERS replaces mysterious "4" Scott Lahteine 2016-06-30 00:07:31 -07:00
  • bc3748b7bc Add shared Config_Postprocess for Read and Reset Scott Lahteine 2016-06-29 18:19:26 -07:00
  • adcd0f5de3 Some formatting in configuration_store.cpp Scott Lahteine 2016-06-29 18:18:46 -07:00
  • 5e370006fc EEPROM Checksum Scott Lahteine 2016-06-29 18:12:23 -07:00
  • 725fde8b26 Merge pull request #4169 from thinkyhead/rc_wait_but_break Scott Lahteine 2016-06-30 16:13:51 -07:00
  • da6b0dab5f Use prepare_move_to_destination for Allen Key deploy/stow Scott Lahteine 2016-06-30 16:09:43 -07:00
  • c42f8fb8dd Rename some movement sub-functions Scott Lahteine 2016-06-30 15:37:32 -07:00
  • b6b3a4afbf Merge pull request #4168 from thinkyhead/rc_viki2_for_ramps Scott Lahteine 2016-06-30 01:48:50 -07:00
  • 3d9472f305 Merge pull request #4173 from thinkyhead/rc_cleanup_runout Scott Lahteine 2016-06-30 01:47:40 -07:00
  • f84d85f761 Cleanup extruder runout configs Scott Lahteine 2016-06-30 00:06:00 -07:00
  • 5e14a528dd Always wait for cooling in M109/M190, break at low temp or if cooling stalls Scott Lahteine 2016-06-28 19:00:59 -07:00
  • bf216bd78f Merge pull request #4165 from thinkyhead/rc_rumba_temp_pins Scott Lahteine 2016-06-28 18:20:37 -07:00
  • 0b0b7aac6e Support for VIKI2 in RAMPS and derivatives Scott Lahteine 2016-06-28 18:11:32 -07:00
  • abda4ab427 Clean up CNControls pins Scott Lahteine 2016-06-28 16:56:48 -07:00
  • 683975cf90 Fix spelling in a config comment Scott Lahteine 2016-06-28 16:49:13 -07:00
  • 8268c0a9a0 Always define temp sensor, heater pins for RUMBA Scott Lahteine 2016-06-28 16:27:22 -07:00
  • db19959735 Merge pull request #4161 from thinkyhead/rc_general_cleanup Scott Lahteine 2016-06-27 20:46:26 -07:00
  • 2e96276bf4 More debug message cleanup Scott Lahteine 2016-06-27 19:33:37 -07:00
  • dc2c0e5e24 Simpler debug output for deploy/stow Scott Lahteine 2016-06-27 19:16:21 -07:00
  • bd491818d6 Reduce storage requirements for strings, make some PGM Scott Lahteine 2016-06-27 16:29:35 -07:00
  • ee876dcd7a Merge pull request #4159 from thinkyhead/rc_rigidbot_diff Scott Lahteine 2016-06-27 20:35:22 -07:00