Commit Graph

  • 8e4fa08a20 Merge Dual Y&Z towers (PR#108 & PR#147) Richard Wackerbarth 2015-09-07 09:49:34 -05:00
  • a4c78ae786 Add E1 pins to SENSITIVE_PINS for Dual Y or Dual Z Scott Lahteine 2015-08-27 18:16:46 -07:00
  • a39fadf876 Update kossel-pro example config (again?) Scott Lahteine 2015-08-27 18:09:03 -07:00
  • 34e0a8d848 Move Y2 and Z2 pins defines to pins.h Scott Lahteine 2015-08-27 18:08:09 -07:00
  • 28599c51c7 Wrap Dual Y options in a conditional Scott Lahteine 2015-08-27 18:07:34 -07:00
  • 11a065c0ca Remove Z2 pins overrides from Configuration_adv.h Scott Lahteine 2015-08-27 18:06:15 -07:00
  • f7f6b5faae Fix lcd_move_e compile error (PR#143) Scott Lahteine 2015-09-06 15:53:23 -07:00
  • fe0cbd40fe Default to SD Card Disabled (PR#139) Richard Wackerbarth 2015-09-06 02:05:47 -05:00
  • 2b30e8ac99 Conditionals for ULTIPANEL without SDSUPPORT Scott Lahteine 2015-09-04 17:40:12 -07:00
  • 7c7a4051fe Disable SDSUPPORT by default Scott Lahteine 2015-09-04 16:54:15 -07:00
  • b23d765991 Added Extrude From Multiple Extruders from LCD feature Eric Kuzmenko 2015-08-20 11:37:00 -05:00
  • fe8816214f GPLv2 LICENSE Scott Lahteine 2015-08-16 16:48:05 -07:00
  • c3c4d50a99 Refreshed logo for release 1.1 fmalpartida 2015-09-03 23:25:27 +02:00
  • 8347a9d6e4 Fix HOMING_BUMP_DIVISOR for deltas configuration Christian Lefrançois 2015-09-03 09:26:35 -04:00
  • 703df2cb6c Fix error message for probe region sanity check Scott Lahteine 2015-09-03 01:01:19 -07:00
  • 4c8330c15c Trim Adjustments for Delta Configurations Shane Francis 2015-09-03 00:38:47 -05:00
  • 93a512cf97 Add Roxy-3DPrintBoard to dev team Roxy-3DPrintBoard 2015-09-02 21:38:23 -05:00
  • 962120d1d2 Fix spacing in some conditional blocks Scott Lahteine 2015-08-27 18:40:10 -07:00
  • 109628a77e Merge tag debug_G29 (PR#54) Richard Wackerbarth 2015-08-27 20:56:25 -05:00
  • 20b4772155 Create DEBUG_LEVELING_FEATURE Richard Wackerbarth 2015-08-05 06:40:36 -05:00
  • 194f98ff95 Debug messages for homing and leveling Scott Lahteine 2015-07-09 16:57:44 -07:00
  • 6292d9e815 Rename ENABLE_AUTO_BED_LEVELING Richard Wackerbarth 2015-08-05 07:12:26 -05:00
  • 91fd66ffba add Lulzbot TAZ4 example configuration (PR#104) Richard Marko 2015-07-20 15:51:20 +02:00
  • 7a275773ee remove colon in utf_mapper.h (PR#106) Wurstnase 2015-08-27 09:50:25 +02:00
  • 6b4b6fa315 update for newest version of U8glib_Arduino Chris Bruner 2015-08-19 03:15:48 -04:00
  • 9897a9147c Update ABL comments (PR#95) Christian Lefrançois 2015-08-20 10:07:55 -04:00
  • a7822e3ff7 Some renaming of Z_PROBE to Z_MIN_PROBE (PR#91) Christian Lefrançois 2015-08-18 09:52:04 -04:00
  • 4939c642b4 Merge Suppress some compiler warnings (PR#70) Richard Wackerbarth 2015-08-16 06:57:54 -05:00
  • ad90e851b3 Use a small unsigned integer type Richard Wackerbarth 2015-08-11 15:14:32 -05:00
  • 29b456ae07 Suppress some compiler warnings Richard Wackerbarth 2015-08-11 11:38:26 -05:00
  • 23d742bf06 Don't free the stack array plane_equation_coefficients (PR#83) Scott Lahteine 2015-08-16 03:44:50 -07:00
  • e3b1e08777 Patch G30 to use raise_z_for_servo (PR#73) Scott Lahteine 2015-08-11 16:04:40 -07:00
  • c2f695c84e Merge Save a few bytes (PR#79) Richard Wackerbarth 2015-08-12 21:27:40 -05:00
  • a1eb90d5c0 Save another 30 bytes in gcode_SET_Z_PROBE_OFFSET Scott Lahteine 2015-08-12 17:56:21 -07:00
  • 91122277f4 Reduce gcode_SET_Z_PROBE_OFFSET by 88 bytes Scott Lahteine 2015-08-12 17:52:50 -07:00
  • 9531b154ea Merge Zig-Zag Endpoint (PR#65) Richard Wackerbarth 2015-08-11 17:33:35 -05:00
  • 5707a2c3d5 indexindexIntoAB is only vald for !DELTA AnHardt 2015-08-08 21:15:26 +02:00
  • d8860f9ad9 Alway end at the same point AnHardt 2015-08-06 13:54:23 +02:00
  • 4ca8f4a9a7 Always zigzag AnHardt 2015-08-06 13:50:41 +02:00
  • 3d23424121 Add array indexIntoAB[xx][yy] AnHardt 2015-08-06 13:46:05 +02:00
  • e2d69f66b2 Make Z_PROBE a Z_MIN_PROBE (PR#65) AnHardt 2015-08-10 10:35:39 +02:00
  • 8d23c4230e Add a Travis test for Z_DUAL_STEPPER_DRIVERS and Z_DUAL_ENDSTOPS (PR#68) AnHardt 2015-08-11 00:03:31 +02:00
  • 6a6e863a47 Resolve #2581 by adding a missed ';' (PR#67) AnHardt 2015-08-10 19:19:41 +02:00
  • e09ff79635 Update pins_RAMPS_13.h (PR#64) RicardoGA 2015-08-10 03:23:36 -05:00
  • e6aed7bb4e Update thermistortables for Hisens Thermistor (PR#2588) Fourmi 2015-08-09 18:55:45 +02:00
  • 9d8cc24abf Continue from the line following the M999 (PR#60) Richard Wackerbarth 2015-08-06 21:57:35 -05:00
  • f3ab1dba54 Z babystepping for coreXY (PR#47) wurstnase 2015-08-05 00:39:56 +02:00
  • 35afea1c0e Restore test Richard Wackerbarth 2015-08-04 15:22:56 -05:00
  • 3c7470dbc3 Windows doesn’t have AUTOMATIC VERSIONING yet Richard Wackerbarth 2015-08-03 18:45:04 -05:00
  • c54076456b Merge Overridable Options - Part 12 (PR#39) Richard Wackerbarth 2015-08-03 16:05:23 -05:00
  • 6af75f4b5d Squish down deprecated tests in sanity check Scott Lahteine 2015-08-03 12:32:15 -07:00
  • edeb58288e Use PIN_EXISTS in sanity check Scott Lahteine 2015-08-03 12:31:17 -07:00
  • c30b7693e0 Clean up RUMBA pins conditions Scott Lahteine 2015-08-03 12:31:02 -07:00
  • 46453905d6 Apply remaining ENABLED/DISABLED conditionals Scott Lahteine 2015-08-03 12:30:37 -07:00
  • 4a72d2ba9c Merge Support PlatformIO (PR#34) Richard Wackerbarth 2015-08-03 15:55:23 -05:00
  • 8afd94ed3a Version Generator for PlatformIO Builds Richard Wackerbarth 2015-07-31 08:56:26 -05:00
  • 4c2948a8e6 PlatformIO Build Configurations Richard Wackerbarth 2015-07-29 10:45:24 -05:00
  • e3acc84b99 Merge pull request #7 from Wackerbarth/DetailedBuildVersion AnHardt 2015-08-03 15:40:54 +02:00
  • b227d8c128 Supply a VERSION in a short form for displays Richard Wackerbarth 2015-08-01 10:03:46 -05:00
  • cd7828a928 This will be the 1.1.0 Release rather than 1.0.3 Richard Wackerbarth 2015-08-01 10:09:42 -05:00
  • 4e2f5618c1 Pick up Default_version when needed Richard Wackerbarth 2015-08-01 10:08:17 -05:00
  • 329acc852e Canonize Option flag USE_AUTOMATIC_VERSION Richard Wackerbarth 2015-08-01 09:57:59 -05:00
  • a8db0aac32 Automatic Versioning was introduced in 1.6.3 Richard Wackerbarth 2015-08-01 09:48:52 -05:00
  • 5a11d32a85 Move deprecation test to SanityCheck.h Richard Wackerbarth 2015-08-01 10:04:57 -05:00
  • 7bb7a52940 Bring config up-to-date Richard Wackerbarth 2015-08-03 07:35:33 -05:00
  • e66ab97a3c Merge Bootscreen Text (PR#24) Richard Wackerbarth 2015-08-03 07:15:32 -05:00
  • 244ea2014a Boot-screen for text-displays improvements AnHardt 2015-08-03 11:23:42 +02:00
  • 80f2a20842 Enable bootscreen in all Configurations AnHardt 2015-07-31 23:43:01 +02:00
  • 2684d061ed Scroll too long strings on bootscreen AnHardt 2015-07-31 23:29:52 +02:00
  • 4f46df5dab Make bootscreen configurable for the graphic displays AnHardt 2015-07-31 19:32:23 +02:00
  • 09571b7753 Boot-screen for the character displays AnHardt 2015-07-31 16:24:20 +02:00
  • 866efc14fe Add Danish translations Richard Wackerbarth 2015-07-30 18:03:34 -05:00
  • 267f3479d7 Adjust spacing in pins_RAMPS_13.h Scott Lahteine 2015-08-02 19:23:04 -07:00
  • 56702e7bb9 Define servo pins just like other pins Scott Lahteine 2015-08-02 19:22:30 -07:00
  • 4b9d5cd352 Use lowercase names for serial instances Richard Wackerbarth 2015-07-31 22:31:53 -05:00
  • 1e2deff4fd Rename BTENABLED to BLUETOOTH Scott Lahteine 2015-07-31 16:55:47 -07:00
  • 68055a5959 Include RIGIDBOT_PANEL in Conditionals Scott Lahteine 2015-08-02 13:56:49 -07:00
  • 3cfe1dce1f Merge Rigidbot Configuration (PR#2579) Richard Wackerbarth 2015-08-02 22:14:36 -05:00
  • f8ed3a835d Added comment with the RigidBot Big bed size George Djabarov 2015-08-01 17:05:13 -07:00
  • 7deae6b6be Updated RigidBot example configuration George Djabarov 2015-08-01 16:35:07 -07:00
  • eb65c57496 Merge SD_DETECT_PIN (PR#2569) Richard Wackerbarth 2015-08-02 22:11:47 -05:00
  • 5418faa1f9 Add sanity checks for old names Scott Lahteine 2015-07-31 17:01:01 -07:00
  • f03e063750 Rename BEEPER to BEEPER_PIN Scott Lahteine 2015-07-30 23:19:11 -07:00
  • 270c766de2 SDCARDDETECT -> SD_DETECT, added docs Scott Lahteine 2015-07-31 16:40:50 -07:00
  • 496fc28dc3 Tweaks to pins comments Scott Lahteine 2015-07-31 15:23:33 -07:00
  • 8d3b74cc6e Rename SDCARDDETECT to SDCARDDETECT_PIN Scott Lahteine 2015-07-31 15:09:36 -07:00
  • aa1d38613a Update README to reflect new repository Richard Wackerbarth 2015-08-01 19:34:08 -05:00
  • 0f5ada8cbd Group the fail case in one negation (PR#2572) Scott Lahteine 2015-07-31 18:08:26 -07:00
  • 7ddf1cda1d Improve condition for SERVO_LEVELING (PR#2570) AnHardt 2015-08-01 01:33:49 +02:00
  • e309fb4bcb Merge BEEPER_PIN (PR#2564) Richard Wackerbarth 2015-07-31 17:14:40 -05:00
  • f32048b8f5 In for a penny, in for a pound Richard Wackerbarth 2015-07-31 09:36:20 -05:00
  • e944f960de Add a sanity check for old name "BEEPER" Scott Lahteine 2015-07-30 23:22:56 -07:00
  • 8ebf0b92be Spacing adjustments in some pins files Scott Lahteine 2015-07-30 23:19:47 -07:00
  • 94a796c8cc Rename BEEPER to BEEPER_PIN Scott Lahteine 2015-07-30 23:19:11 -07:00
  • b217474eab Compiler Complaints about concatenated tokens (PR#2566) Richard Wackerbarth 2015-07-30 15:08:37 -05:00
  • c39dc2908f New test for servos in Travis (PR#2565) AnHardt 2015-07-31 11:12:58 +02:00
  • d3532bd2a6 Merge Part 5 (PR#2557) Richard Wackerbarth 2015-07-31 01:26:09 -05:00
  • 2460f82d8b Make proper distinction between BEEPER and HAS_BUZZER Scott Lahteine 2015-07-30 22:39:27 -07:00
  • 58cfcd4239 Overridable Options - Part 5 Scott Lahteine 2015-07-30 22:21:18 -07:00
  • 5e834352a9 Overridable Options - Part 11 (PR#2563) Scott Lahteine 2015-07-30 22:31:45 -07:00