Commit Graph

  • 4e14e152fa Add Travis tests for CORXY and COREXZ AnHardt 2015-07-23 17:59:09 +02:00
  • 27d7d2ccab Correct bracketing for COREXY-XZ AnHardt 2015-07-23 17:45:28 +02:00
  • 469843427d Reduce code in gcode_M81 (PR#2497) Scott Lahteine 2015-07-22 19:27:59 -07:00
  • c66955aaf9 Mark unchanging arrays as const (PR#2494) Scott Lahteine 2015-07-22 15:14:40 -07:00
  • 72b9e3a6ac Merge Configuration Macros (PR#2495) Richard Wackerbarth 2015-07-22 18:17:27 -05:00
  • 278aa15301 Add COUNT macro and apply Scott Lahteine 2015-07-22 15:50:20 -07:00
  • d85861d296 Move macros, add ENABLED/DISABLED, add includes Scott Lahteine 2015-07-22 15:39:23 -07:00
  • 17960fd2b0 Neaten up pins_MEGATRONICS.h (PR#2493) Scott Lahteine 2015-07-22 14:13:54 -07:00
  • aac2b9aa9d Reduce code in gcode_M84 (PR#2492) Scott Lahteine 2015-07-22 13:48:03 -07:00
  • 4971fa73f9 Add a sanitycheck error for old servo settings (PR#2491) Scott Lahteine 2015-07-22 12:19:18 -07:00
  • 96ace72ddc Servos attach/detach based only on servo config Scott Lahteine 2015-07-22 12:26:57 -07:00
  • b80a6a8d31 Correct Kossel Pro Configuration_adv (PR#2473) Richard Wackerbarth 2015-07-19 17:01:53 -05:00
  • 000a6fce46 Extract update_endstops from stepper ISR (PR#2474) Scott Lahteine 2015-07-19 15:20:12 -07:00
  • adfcfcba95 Merge G2/G3 for Delta (PR#2469) Richard Wackerbarth 2015-07-19 16:19:37 -05:00
  • e83eac312e Move plan_arc next to prepare_move Scott Lahteine 2015-07-19 10:49:02 -07:00
  • 5c5936508d G2/G3 Arcs for Delta Scott Lahteine 2015-07-19 10:48:20 -07:00
  • 39092efe88 Merge CORE_XZ (PR#2300) Richard Wackerbarth 2015-07-19 16:17:55 -05:00
  • 9f53e2f0c9 Implement COREXZ in stepper.cpp and planner.cpp Scott Lahteine 2015-06-15 17:36:41 -07:00
  • fa00e1d97f Explode conditions common to corexy and cartesian Scott Lahteine 2015-06-15 17:34:04 -07:00
  • c7dd5527b4 Add a C_AXIS and Z_HEAD to support COREXZ Scott Lahteine 2015-06-15 17:29:21 -07:00
  • 129f986ccf Add COREXZ option to configurations Scott Lahteine 2015-06-15 17:28:43 -07:00
  • 69b0490b77 Show minimal preheat options in menus (PR#2471) Scott Lahteine 2015-07-19 12:07:12 -07:00
  • 9d1d590f43 Merge pull request #2470 from thinkyhead/patch_servo_move Scott Lahteine 2015-07-19 12:10:10 -07:00
  • eacfe132aa Change the name of servos[] and servo_t Scott Lahteine 2015-07-19 11:35:48 -07:00
  • 3b23ccd366 Patch servos code for move Scott Lahteine 2015-07-19 11:24:23 -07:00
  • 54ddc1d417 Simplify DRY RUN (PR#2358) Richard Wackerbarth 2015-06-29 15:26:09 -05:00
  • c2760c3cac Merge Reduce IsDive memory usage (PR#2455) Richard Wackerbarth 2015-07-19 10:14:42 -05:00
  • 944090c19c Optimize lsDive logic Scott Lahteine 2015-07-16 12:42:57 -07:00
  • 417706e578 Include space for the terminating nul in lsDive Scott Lahteine 2015-07-16 12:18:26 -07:00
  • f3c1a6b19c Reduce lsDive stack usage to the minimum Scott Lahteine 2015-07-16 12:10:38 -07:00
  • fba4e6241b Specify print format for reporting invalid tmp_extruder (PR#2465) Patrick Bogen 2015-07-18 09:19:27 -07:00
  • d15d869267 Rename axis_is_at_home() to set_axis_is_at_home() (PR#2464) AnHardt 2015-07-18 16:05:43 +02:00
  • f209b755a5 Move the Z probe as far as needed to trigger the switch (PR#2461) Scott Lahteine 2015-07-16 17:44:45 -07:00
  • a91263f79e Merge Clean up code_seen (PR#2395) Richard Wackerbarth 2015-07-16 16:41:38 -05:00
  • 0f1df62389 Fixup comments in code_seen Scott Lahteine 2015-07-06 23:09:14 -07:00
  • 2945eb6650 Call code_seen only once per parameter Scott Lahteine 2015-07-06 22:55:13 -07:00
  • b742af2e2a Move Y_STOP_PIN for Printrboard with SD (PR#2420) Scott Lahteine 2015-07-10 19:56:53 -07:00
  • e0f4fc2033 Merge Cleanup (PR#2445) Richard Wackerbarth 2015-07-16 16:37:33 -05:00
  • baa9199973 Define extern delta only for delta Scott Lahteine 2015-07-14 22:55:56 -07:00
  • 77e80ef367 Require extruders for thermal code Scott Lahteine 2015-07-14 19:51:26 -07:00
  • 3bde4f4855 Require temp sensor for bed thermal protection Scott Lahteine 2015-07-14 19:50:27 -07:00
  • 82a3ed2f9a Cleanup and dev notes in Marlin.h Scott Lahteine 2015-07-14 19:49:43 -07:00
  • db23b9b184 Minor tweak to M204 code (PR#2457) Scott Lahteine 2015-07-16 13:52:41 -07:00
  • 81d42406b7 Move braces in homeaxis to prevent a hanging else (PR#2451) Scott Lahteine 2015-07-15 18:44:52 -07:00
  • 552a327df8 Fix lsDive filename stack overrun (PR#2449) Scott Lahteine 2015-07-15 17:06:29 -07:00
  • ee71845d60 Merge Servo pin (PR#2425) Richard Wackerbarth 2015-07-15 20:53:21 -05:00
  • a6628f12cc Eliminate the further use of the pin-parameter AnHardt 2015-07-15 12:11:42 +02:00
  • 8504992e9f Remove the additional pin variable in Servo.cpp AnHardt 2015-07-12 22:16:46 +02:00
  • 2cbb85fe88 Merge Bed leveling residuals (PR#2444) Richard Wackerbarth 2015-07-15 19:52:42 -05:00
  • ed6598adf5 Corrected Bed Height vs. Bed Topology for verbosity > 3 AnHardt 2015-07-14 19:44:28 +02:00
  • 62302ceb9e Add calculation of difference between auto-correct bed level plane, and measured topo map. brian 2015-05-04 12:35:36 -04:00
  • f7659f02bb Merge Config cleanup (PR#2448) Richard Wackerbarth 2015-07-15 19:14:29 -05:00
  • de25a48dec Remove PID examples from preconfigured configs Scott Lahteine 2015-07-15 16:10:23 -07:00
  • 7456710a1f Update configs formatting Scott Lahteine 2015-07-15 16:09:30 -07:00
  • 391386dd94 Update configs for new servo deactivation Scott Lahteine 2015-07-15 16:08:26 -07:00
  • 63715aba4f Merge Anti-jitter for all servo moves (PR#2427) Richard Wackerbarth 2015-07-15 17:40:59 -05:00
  • 5243d8b523 Deactivate DEACTIVATE_SERVOS_AFTER_MOVE by default AnHardt 2015-07-13 00:51:39 +02:00
  • 49609f6c14 Activate the new servo.move() function AnHardt 2015-07-13 00:16:06 +02:00
  • 40b6edcad7 Introduce DEACTIVATE_SERVOS_AFTER_MOVE in Configuration.h AnHardt 2015-07-12 23:36:17 +02:00
  • 2ddb2a2be9 Add Servo::move() to servo.cpp AnHardt 2015-07-12 23:02:47 +02:00
  • 8a01e5fb7a Update Russian translation (PR#2443) mkile 2015-07-14 13:49:35 +05:00
  • e83575537a Compiler defines USBCON for USB devices (PR#2433) Richard Wackerbarth 2015-05-24 11:32:34 -05:00
  • 7268d46508 Always calculate extruder temperature PID d term (PR#2432) ayberkozgur 2015-07-13 14:54:14 +02:00
  • 87a872e103 Use st_get_position_mm where possible (PR#2411) Scott Lahteine 2015-07-09 20:43:09 -07:00
  • 2e0da8abdc Allow N to take a negative argument (PR@2402) Scott Lahteine 2015-07-08 17:30:39 -07:00
  • 85b7cca4d0 Merge Stepper reset for RigidBot (PR#2417) Richard Wackerbarth 2015-07-11 16:04:56 -05:00
  • 447dbd6fa5 Add STEPPER_RESET_PIN support Scott Lahteine 2015-07-10 18:15:24 -07:00
  • a0351bdb73 Remove STEPPER_RESET_FIX option Scott Lahteine 2015-07-10 18:15:03 -07:00
  • 6b1b8cb2b3 Also nullify spaces before the checksum asterisk (PR#2409) Scott Lahteine 2015-07-09 15:02:16 -07:00
  • 0fd814e4f1 Merge RigidBot (PR#2401) Richard Wackerbarth 2015-07-09 11:37:26 -05:00
  • 8e61314323 Use RIGIDBOT_PANEL for consistency with online docs Scott Lahteine 2015-07-08 16:44:20 -07:00
  • 4b204da3c1 Cleanup of pins_RAMPS_13.h Scott Lahteine 2015-07-08 15:33:28 -07:00
  • 536f86e896 RigidBot CONTROLLERFAN_PIN in Configuration_adv.h Scott Lahteine 2015-07-08 15:32:03 -07:00
  • f068e46661 RigidBoard include for pins.h Scott Lahteine 2015-07-08 15:30:33 -07:00
  • 9ebcae496d RIGIDBOARD / RIGIDPANEL Scott Lahteine 2015-07-08 15:08:15 -07:00
  • c3c605c658 Move note about LiquidTWI2 to Configuration.h (PR#2406) Scott Lahteine 2015-07-08 21:33:12 -07:00
  • 3b769753eb Merge M11 fixes (PR#2394) Richard Wackerbarth 2015-07-07 07:04:30 -05:00
  • 4e9d658141 Prevent a hanging SERIAL_ECHO_START in M111 Scott Lahteine 2015-07-06 22:51:11 -07:00
  • bc0fdbe88e Use SERIAL_EOL in SERIAL_PROTOCOLLN macros Scott Lahteine 2015-07-06 22:06:07 -07:00
  • d78ebbc0e9 Remove unused MSG_OK_B and MSG_OK_T Scott Lahteine 2015-07-06 22:05:04 -07:00
  • 6b494c1535 Use disable_all_heaters in M111 Scott Lahteine 2015-07-06 22:04:43 -07:00
  • 15190d40df Add extra EOL after M111 Scott Lahteine 2015-07-06 22:04:29 -07:00
  • 0e1cf78f5c Remove code for testing if probing range is too small (PR#2390) AnHardt 2015-07-06 13:17:24 +02:00
  • d421f5250d Correct the sign of zprobe_zoffset for G29 (PR#@391) AnHardt 2015-07-06 19:55:34 +02:00
  • 52fcc743ab Replace "target" with "destination" in M600 (PR#2374) Scott Lahteine 2015-07-03 18:32:48 -07:00
  • a5033c3652 Enable LCD_PIN_RESET if it exists (PR#2375) Scott Lahteine 2015-07-03 21:29:31 -07:00
  • 23c8c5348f Z-height fix V2b (PR#2351) AnHardt 2015-06-27 21:56:18 +02:00
  • a111fbbd0a z-probe offset fix (PR#2361) Todd Swindoll 2015-06-30 19:33:46 -05:00
  • dae4eb36ad Add MagoKimbra to the list of contributors (PR#2356) AnHardt 2015-06-29 20:52:12 +02:00
  • 2c1414f81f Reactivate tests for more extruders in Travis (PR#2348) AnHardt 2015-06-29 12:26:24 +02:00
  • 316469e76a Clean up comments and spacing Richard Wackerbarth 2015-06-28 08:22:29 -05:00
  • 42465ee444 Cleanup of comments & spacing Scott Lahteine 2015-06-27 19:20:32 -07:00
  • 9682ed455e Fix comment on M83, add comment to prepare_move Scott Lahteine 2015-06-27 21:49:37 -07:00
  • 8c760f1c31 Modify Travis build to use IDE 1.6.4 Richard Wackerbarth 2015-06-13 20:16:19 -05:00
  • cfb416fda9 Merge branch 'PrepareForIDE1.6' (PR#2306) Richard Wackerbarth 2015-06-27 15:49:12 -05:00
  • 9643e6c744 Make the platform.local a bit more generic Richard Wackerbarth 2015-06-10 08:19:41 -05:00
  • 4683645036 Vendor (Marlin) files Richard Wackerbarth 2015-06-18 13:08:02 -04:00
  • efd5658e32 library - SPI Richard Wackerbarth 2015-06-18 13:07:27 -04:00
  • 9b13e60e38 core - AT90USB… Richard Wackerbarth 2015-06-18 13:07:02 -04:00
  • 907032616e core - arduino Richard Wackerbarth 2015-06-18 13:06:19 -04:00