Commit graph

  • 975810fb4a Merge pull request #1286 from alhirzel/Development alexborro 2015-01-02 09:48:20 -02:00
  • ae12ad0d6c Fix typo, PID_BED_POWER -> MAX_BED_POWER Alexander Hirzel 2015-01-02 01:36:27 -05:00
  • 80b17ab573 Merge pull request #1285 from drf5n/PID_CI_v2 alexborro 2015-01-01 22:56:21 -02:00
  • 625860f086 temperature.cpp: Fix typo of PID_MAX to MAX_BED_POWER for the bed. David Forrest 2015-01-01 19:24:42 -05:00
  • 6583bb781d temperature.cpp: Fix typo of MAX_BED_PID to MAX_BED_POWER. David Forrest 2015-01-01 19:11:42 -05:00
  • 2701dd8a17 Due to the fix for #1248, X and Y probe offsets must not be floats. Lane Roberts 2014-12-31 12:34:59 -06:00
  • 217186d7bc Merge pull request #1281 from Grogyan/patch-2 Bo Herrmannsen 2014-12-31 11:58:43 +01:00
  • 6b82415c81 Update pins.h Grogyan 2014-12-31 13:04:16 +13:00
  • 692a01b1c7 Merge pull request #1277 from thinkyhead/fix_regressions Bo Herrmannsen 2014-12-30 16:49:08 +01:00
  • 878b5557a1 Merge pull request #1276 from thinkyhead/lcd_z_reformat Bo Herrmannsen 2014-12-30 16:48:29 +01:00
  • 2ec2bf1564 Fix regressions affecting compilation Scott Lahteine 2014-12-30 07:36:18 -08:00
  • 6c591a97a1 Merge branch 'lcd_z_reformat' of https://github.com/thinkyhead/Marlin into lcd_z_reformat Scott Lahteine 2014-12-30 07:26:58 -08:00
  • e7db8ee9e5 ftostr32np > ftostr32sp Scott Lahteine 2014-12-22 17:11:35 -08:00
  • 10e1b6ef8b Least stack-usage self-contained ftostr32np() Scott Lahteine 2014-12-08 01:43:44 -08:00
  • d1f21d1189 As it should be Scott Lahteine 2014-12-22 17:04:22 -08:00
  • 449dad71f2 Least stack-usage self-contained ftostr32np() Scott Lahteine 2014-12-08 01:43:44 -08:00
  • a2109cb492 Patch to make Z look more like X and Y on UltraLCD Scott Lahteine 2014-12-06 20:59:06 -08:00
  • 3d1da45f3e Update Marlin.h Bernhard Kubicek 2014-12-30 08:30:37 +01:00
  • d02daec08f fixed compilation bkubicek 2014-12-30 08:04:06 +01:00
  • 0268c03a75 Merge pull request #1271 from RobotCaleb/DeltaCalMenu alexborro 2014-12-29 23:10:20 -02:00
  • 991a74b75b Move delta calibration menu to sample delta configuration. Turn off by default. Caleb Anderson 2014-12-29 18:03:56 -07:00
  • 2bf6d804c4 Merge pull request #1269 from Wurstnase/Development Bo Herrmannsen 2014-12-29 23:20:05 +01:00
  • 9453bb13c2 Logic error correction Wurstnase 2014-12-29 23:17:42 +01:00
  • 67fd8f0727 Merge pull request #1267 from RobotCaleb/LanguageFix Bo Herrmannsen 2014-12-29 19:49:11 +01:00
  • 2309c9f43a Merge branch 'LanguageFix' of github.com:RobotCaleb/Marlin-Kossel_Clear into LanguageFix Caleb Anderson 2014-12-29 10:48:56 -07:00
  • 236db44669 Fix spacing Caleb Anderson 2014-12-21 19:57:41 -07:00
  • e6774fb7d2 Using the new language implementation wasn't behaving as expected. Caleb Anderson 2014-12-29 10:43:19 -07:00
  • f4ce235589 Merge pull request #1266 from RobotCaleb/DeltaCalMenu Bo Herrmannsen 2014-12-29 18:42:40 +01:00
  • cb047e9070 Actual menu change. Moved menu logic to not be shown unless not currently printing. (untested but straight-forward, printer in a bad state currently) Caleb Anderson 2014-12-29 10:19:25 -07:00
  • 5b336a4cdb Delta calibration menu based on http://minow.blogspot.com/index.html#4918805519571907051 To test/enable, uncomment the #define DELTA_CALIBRATION_MENU in Configuration.h Caleb Anderson 2014-12-29 10:13:00 -07:00
  • 10ad9f1062 Addes servo0 pin ultimaker Bernhard Kubicek 2014-12-29 17:27:14 +01:00
  • f24c5d82e3 Update Marlin_main.cpp Bernhard Kubicek 2014-12-29 17:17:30 +01:00
  • 053b541de8 Merge pull request #1265 from Wurstnase/Development Bernhard Kubicek 2014-12-29 17:14:35 +01:00
  • 8a6f098cc6 Expand manage_inactivity #1264 Wurstnase 2014-12-29 17:07:22 +01:00
  • 78167ce439 Merge pull request #1264 from Wurstnase/Development Bernhard Kubicek 2014-12-29 16:48:18 +01:00
  • d1995aec7a Rename ignore_blocks_queued Wurstnase 2014-12-29 16:47:08 +01:00
  • 4122de9d17 change filament issue Wurstnase 2014-12-29 16:31:00 +01:00
  • d60efc3b5d Fix syntax error caused by previous changes. wgm4321 2014-12-28 20:47:59 -05:00
  • cb12161191 Add Filament menu and add Filament/Retract settings to config store. wgm4321 2014-12-28 20:43:14 -05:00
  • c1df713e4d Merge pull request #1258 from fmalpartida/Development Bo Herrmannsen 2014-12-28 19:56:32 +01:00
  • ec33df0554 Merge branch 'SAV-MkI_merge' into Development fmalpartida 2014-12-28 19:54:06 +01:00
  • a5ed3e96f2 Update README.md Bo Herrmannsen 2014-12-28 18:26:16 +01:00
  • 60959f196f Delete .gitignore Bo Herrmannsen 2014-12-28 18:25:33 +01:00
  • 95429a4108 Delete .travis.yml Bo Herrmannsen 2014-12-28 18:25:27 +01:00
  • a0959366af Update README.md Bo Herrmannsen 2014-12-28 17:59:18 +01:00
  • b2000b7055 Merge pull request #1255 from mattsch/503_fwretract_dev_branch Bo Herrmannsen 2014-12-28 17:52:18 +01:00
  • 0468f81950 Update for pull request #837 Matthew Schick 2014-04-04 11:37:46 -04:00
  • 6e42c9e305 Add fwretract settings to M503 output Matthew Schick 2014-03-16 12:00:02 -04:00
  • 0504c02153 Update README.md Bo Herrmannsen 2014-12-28 16:34:38 +01:00
  • 3afe66bb0c Fix issues #1248, #1240 alexborro 2014-12-28 13:27:39 -02:00
  • 73b7b08f2c Merge pull request #1253 from lobermann/Development_AutoLevelOffset Bo Herrmannsen 2014-12-28 12:52:16 +01:00
  • 9eb6df17a7 Consider negative Z Offsets when auto bed leveling is active Lukas Obermann 2014-10-15 16:59:41 +02:00
  • c9f60183a9 Merge pull request #1233 from NarimaanV/Development Bo Herrmannsen 2014-12-28 10:13:21 +01:00
  • 0d957872a0 Merge pull request #1234 from gregrebholz/issue_1069 Bo Herrmannsen 2014-12-28 10:12:08 +01:00
  • 9c07d28bd6 Merge pull request #1249 from drf5n/PID_CI_v2 Bo Herrmannsen 2014-12-28 10:09:25 +01:00
  • 23e768dffa Merge pull request #1250 from chertykov/Development Bo Herrmannsen 2014-12-28 10:09:08 +01:00
  • f7ffd53bac Merge pull request #1251 from thinkyhead/progress_bar Bo Herrmannsen 2014-12-28 10:08:49 +01:00
  • 2f467e2797 LCD Progress Bar Scott Lahteine 2014-12-27 22:26:14 -08:00
  • 050ca9ca13 Move initialization of errormagic[] and echomagic[] to Marlin_main.cpp Denis Chertykov 2014-12-28 09:09:42 +03:00
  • cf52c48d19 Configuration.m: Set PID_INTEGRAL_DRIVE_MAX from PID_MAX from BANG_MAX. David Forrest 2014-06-24 17:03:55 -04:00
  • 984177c40c temperature.cpp:Add PID Conditional integration on heated bed. David Forrest 2014-06-08 01:05:11 -04:00
  • c9b8435749 heater.c: Limit PID I term with conditional integration. David Forrest 2014-03-31 03:16:00 -04:00
  • f00a202246 Update README.md Bo Herrmannsen 2014-12-27 11:33:25 +01:00
  • 6efc4f3abf Merge pull request #1239 from ErikZalm/Marlin_v1 Bo Herrmannsen 2014-12-26 14:32:15 +01:00
  • 45336bb6c0 Update README.md Bo Herrmannsen 2014-12-26 11:29:29 +01:00
  • 5f555140be Update README.md Bo Herrmannsen 2014-12-24 13:18:29 +01:00
  • 7ecb7cbd46 Added "auto fan" checks to PID_autotune Greg Rebholz 2014-12-23 23:35:54 -05:00
  • 7667949aca Fixed BABYSTEPPING feature NarimaanV 2014-12-23 12:49:54 -05:00
  • 529c937943 Merge pull request #1230 from thinkyhead/readme_tweak Bo Herrmannsen 2014-12-23 13:18:32 +01:00
  • 7250ec4337 Some clarification and markdown for boelle notes Scott Lahteine 2014-12-23 04:05:47 -08:00
  • f05225a271 Update README.md Bo Herrmannsen 2014-12-23 11:37:08 +01:00
  • d080027ff4 ftostr32np > ftostr32sp Scott Lahteine 2014-12-22 17:11:35 -08:00
  • bdf2c94bff Least stack-usage self-contained ftostr32np() Scott Lahteine 2014-12-08 01:43:44 -08:00
  • e83ecec809 As it should be Scott Lahteine 2014-12-22 17:04:22 -08:00
  • f80a602783 Least stack-usage self-contained ftostr32np() Scott Lahteine 2014-12-08 01:43:44 -08:00
  • f390b3f314 Patch to make Z look more like X and Y on UltraLCD Scott Lahteine 2014-12-06 20:59:06 -08:00
  • d254651146 Fix spacing Caleb Anderson 2014-12-21 19:57:41 -07:00
  • 7db943b147 Language change implementation revamped. Didn't work as intended with Arduino IDE. Caleb Anderson 2014-12-21 14:45:34 -07:00
  • fe8d8beb7a Merge pull request #1216 from ErikZalm/Marlin-v1-stable Bo Herrmannsen 2014-12-21 15:11:40 +01:00
  • 5f36ed2c4c Merge pull request #1215 from ErikZalm/Marlin-v1-bug-fixing Bo Herrmannsen 2014-12-21 15:11:21 +01:00
  • af7fbcc026 Merge pull request #1213 from ErikZalm/Marlin_v1 Bo Herrmannsen 2014-12-21 15:10:03 +01:00
  • 203df3533d Merge pull request #1214 from ErikZalm/Marlin_v1 Bo Herrmannsen 2014-12-21 15:09:51 +01:00
  • b792b74036 added note about stale branches Bo Herrmannsen 2014-12-21 15:05:41 +01:00
  • dc64175d77 Update README.md Bo Herrmannsen 2014-12-21 13:42:11 +01:00
  • a8d8ef7534 Merge pull request #1208 from ErikZalm/revert-1199-Marlin_v1 alexborro 2014-12-21 10:08:26 -02:00
  • d74aabf259 Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation" alexborro 2014-12-21 10:06:05 -02:00
  • 60628864ca Merge pull request #1167 from thinkyhead/sd_freemem Bo Herrmannsen 2014-12-20 18:31:21 +01:00
  • 889d7ba218 Merge pull request #1177 from martin-pr/probing_z_speed Bo Herrmannsen 2014-12-20 18:30:35 +01:00
  • 5e7bd2dc87 Merge pull request #1200 from chertykov/Marlin_v1 Bo Herrmannsen 2014-12-20 18:29:39 +01:00
  • 1e865e5df7 Merge pull request #1199 from ei8htohms/Marlin_v1 Bo Herrmannsen 2014-12-20 18:29:28 +01:00
  • b086394178 Fix syntax errors in #ifdef. Denis Chertykov 2014-12-20 19:33:43 +03:00
  • 39d28a9bbf Update qr_solve.h John Davis 2014-12-19 17:53:55 -05:00
  • 6325968a39 Update qr_solve.cpp John Davis 2014-12-19 17:52:13 -05:00
  • e99f24ff2f Update planner.h John Davis 2014-12-19 17:51:14 -05:00
  • ac204028e7 Update planner.cpp John Davis 2014-12-19 17:49:22 -05:00
  • 4315c2547a Update Marlin_main.cpp John Davis 2014-12-19 17:41:29 -05:00
  • f21c65918f Update Servo.h John Davis 2014-12-19 17:20:09 -05:00
  • 58c4473bea Update Servo.cpp John Davis 2014-12-19 17:18:55 -05:00
  • 825c46024d Update vector_3.cpp John Davis 2014-12-19 17:16:31 -05:00
  • cfe80e1def Update vector_3.h John Davis 2014-12-19 17:14:35 -05:00