Commit Graph

  • 5b85464791 Fix for LA (#9964) Sebastianv650 2018-03-07 12:33:13 +01:00
  • 7e386c7e98 Fix encoder position for sddirectory Scott Lahteine 2018-03-07 05:22:49 -06:00
  • 9e97c13c6f Merge pull request #9979 from thinkyhead/bf2_suppress_autoreport Scott Lahteine 2018-03-07 03:33:40 -06:00
  • 1d604be671 Suspend auto-report during UBL map output Scott Lahteine 2018-03-07 02:00:19 -06:00
  • eb212ae073 Add suspend_auto_report flag to suppress auto-report Scott Lahteine 2018-03-07 01:57:09 -06:00
  • ffbf63e6af Add HAS_TEMP_SENSOR conditional Scott Lahteine 2018-03-07 01:53:50 -06:00
  • 94f5204629 Move AUTO_REPORT_SD_STATUS to SDSUPPORT block Scott Lahteine 2018-03-07 01:50:30 -06:00
  • 22a017a856 Rebuild SD file sort array on Stop SD Print (#9976) Scott Lahteine 2018-03-07 01:42:11 -06:00
  • 920d92aa46 Merge pull request #9974 from thinkyhead/bf2_tmc_util_progmem Scott Lahteine 2018-03-07 00:16:50 -06:00
  • b198b49d15 Followup to AUTO_REPORT_SD_STATUS Scott Lahteine 2018-03-07 00:13:25 -06:00
  • 2057177184 Make enums into implicit char Scott Lahteine 2018-03-06 22:35:22 -06:00
  • e28e3bb532 Move extended_axis_codes to PROGMEM Scott Lahteine 2018-03-06 22:16:19 -06:00
  • d7aed2fe4f Merge pull request #9971 from thinkyhead/bf2_lin_advance_duplication Scott Lahteine 2018-03-06 21:59:59 -06:00
  • ca0def766e LIN_ADVANCE single stepper optimization Scott Lahteine 2018-03-06 19:21:41 -06:00
  • 8291ae34f2 Support duplication mode in LIN_ADVANCE Scott Lahteine 2018-03-06 19:00:38 -06:00
  • b08ec22fe1 Show E0-E4 in monitor_tmc_driver output (#9969) Scott Lahteine 2018-03-06 19:01:07 -06:00
  • fd883c909a Improvements to Lightweight ST7920 status screen. (#9952) Marcio Teixeira 2018-03-06 00:49:36 -07:00
  • 0dd1c4458d Put more code between pulse start and stop (#9959) Scott Lahteine 2018-03-05 23:06:57 -06:00
  • f9cafc4001 Fix menu highlight glitch, tweak scrolling code (#9957) Scott Lahteine 2018-03-05 23:05:15 -06:00
  • bf9fc8ac0e M851 - report only without parameters Scott Lahteine 2018-03-05 02:07:52 -06:00
  • eb867817b5 Prevent filament runout false positives (#9946) Scott Lahteine 2018-03-05 01:49:30 -06:00
  • 36262a0479 Use static classes for job timers (#9938) Scott Lahteine 2018-03-04 21:23:43 -06:00
  • 930720bbbb Fix broken reverse planner (#9943) Scott Lahteine 2018-03-04 21:19:06 -06:00
  • 025118da3e Init print_job_timer in setup() instead of "early" (#9937) Bob-the-Kuhn 2018-03-04 16:12:30 -06:00
  • beeed580b8 Implement digipots for MKS SBASE (#9927) Scott Lahteine 2018-03-04 15:14:47 -06:00
  • 07ae23fe14 No pulse delay on last e_steps in advance isr Scott Lahteine 2018-03-04 15:06:22 -06:00
  • 881529a401 Fix #9904 - toDigital should show 00-99 hours Scott Lahteine 2018-03-04 04:34:39 -06:00
  • ed758de80d tweak comment in stepper.cpp Scott Lahteine 2018-03-04 04:03:23 -06:00
  • e74a5829c7 Show .github folder in Sublime Text project Scott Lahteine 2018-03-03 23:36:03 -06:00
  • d1dc863962 autotemp_factor is not value_celsius_diff Scott Lahteine 2018-03-03 23:27:02 -06:00
  • f3914a432e Clear retracted status when homing the Z axis Thomas Moore 2018-01-29 19:40:04 +00:00
  • 6d7f4f84e2 Add board MKS_BASE_HEROIC (#9926) Scott Lahteine 2018-03-03 23:14:52 -06:00
  • 649f375494 Fix: M112 calling kill from interrupt (#9923) Scott Lahteine 2018-03-03 23:14:01 -06:00
  • c37b3f995a Sanity-check some graphical LCD-only options Scott Lahteine 2018-03-03 20:07:28 -06:00
  • a2a672449a Updated boot screen description Scott Lahteine 2018-03-03 20:04:17 -06:00
  • 4d0584a828 Add templates, contributing, code of conduct Scott Lahteine 2018-03-03 19:43:09 -06:00
  • 61620cbd15 Tweak M211 Scott Lahteine 2018-03-02 02:20:32 -06:00
  • b9303b5577 Enhance github helper scripts (#9888) Scott Lahteine 2018-03-01 20:41:01 -06:00
  • 6e08ddce6e Correct M401 / M402 description Scott Lahteine 2018-03-01 19:10:36 -06:00
  • 23a576faf7 [2.0] Fix for FW retract (#9878) Studiodyne 2018-03-01 22:15:40 +01:00
  • 461c8ef834 Fix DIGITAL_PIN_TO_ANALOG_PIN macro for Atmega1284p (#9881) Ben Lye 2018-03-01 21:13:57 +00:00
  • 88b6a15b47 Update M900 verbiage Scott Lahteine 2018-03-01 15:11:12 -06:00
  • e2df286444 Update pinsDebug.h (#9874) Ben Lye 2018-03-01 10:51:36 +00:00
  • 91db7930dc Drop SCARA_FEEDRATE_SCALING Scott Lahteine 2018-03-01 04:30:41 -06:00
  • c1f4112bdc [2.0.x] Add 1284 support & misc. bug fixes (#9864) Bob-the-Kuhn 2018-03-01 03:07:39 -06:00
  • 118899357d Add sanity checks to Linear Advance 1.5 (#9873) Scott Lahteine 2018-03-01 02:10:43 -06:00
  • 1746749361 Followup to #9868 Scott Lahteine 2018-03-01 01:52:21 -06:00
  • a446433c87 Fix SENSORLESS_HOMING for Core Kinematics (#9868) Scott Lahteine 2018-03-01 01:37:31 -06:00
  • 2d1233b86c Fix lcd_quick_feedback call for BTN_BACK Scott Lahteine 2018-02-28 20:21:33 -06:00
  • eb8b758226 Fix some mapper, charsize problems (#9866) AnHardt 2018-03-01 01:57:05 +01:00
  • 8bffb26c23 Fix manual move position display Scott Lahteine 2018-02-28 17:33:23 -06:00
  • 8c03ce4d80 Fix Z safe homing sanity check for no probe Scott Lahteine 2018-02-28 05:27:16 -06:00
  • c471389afb Add Einsy Rambo pins (#9850) Scott Lahteine 2018-02-28 04:16:12 -06:00
  • c22f8dd660 Get duration_t in printcounter.h for its clients (#9843) Zachary Hill 2018-02-28 04:15:29 -06:00
  • 24b9c1923f ubl G29 tweaks Scott Lahteine 2018-02-26 20:45:51 -06:00
  • bd0967ad87 Fix BTN_BACK Scott Lahteine 2018-02-28 03:26:28 -06:00
  • d9a98b5814 Russian language update Scott Lahteine 2018-02-28 03:07:10 -06:00
  • 13940268a2 Fix findMissingTranslations.sh for 2.0.x Scott Lahteine 2018-02-28 01:19:40 -06:00
  • 461cb22069 Fix Zonestar / ADC keypad with RAMPS. (#9840) Ben Lye 2018-02-28 06:07:50 +00:00
  • 35ec67885a Add support for BACK button (RADDS) (#9835) Scott Lahteine 2018-02-26 22:52:57 -06:00
  • 0bc4c216ac Patch up pinsDebug pins Scott Lahteine 2018-02-26 18:42:21 -06:00
  • cd7dc49527 Fix CR-10 status screen missing commas Scott Lahteine 2018-02-26 15:52:50 -06:00
  • 4817c78a65 Add files via upload (#9828) geigerg 2018-02-26 22:44:01 +01:00
  • eb079959fb Report sd card progress [FR] #9751 (#9832) TheSFReader 2018-02-26 22:38:27 +01:00
  • 7bdb98c946 Fix #9826. Solution by @gloomyandy Scott Lahteine 2018-02-26 15:02:19 -06:00
  • 02474a321a Fix SDSUPPORT (and indentation) Scott Lahteine 2018-02-26 14:40:40 -06:00
  • cfdcf91df5 Fix compile error with initTone Scott Lahteine 2018-02-26 01:49:33 -06:00
  • ae1a2ff16f Pins parity with 1.1.x Scott Lahteine 2018-02-26 01:17:50 -06:00
  • 1c13cc9b48 Merge pull request #9810 from thinkyhead/bf2_better_M503 Scott Lahteine 2018-02-26 01:00:44 -06:00
  • 306f44198e Prevent serial buffer overrun in Pronterface Roxy-3D 2018-02-25 21:59:19 -06:00
  • 966d9af98a Mesh export in Bilinear + UBL M503 Scott Lahteine 2018-02-25 08:07:48 -06:00
  • 8d5a77001e EEPROM parity with 1.1.x Scott Lahteine 2018-02-25 21:02:22 -06:00
  • 2228dff3ea ubl.h compile flags from 1.1.x Scott Lahteine 2018-02-25 23:00:42 -06:00
  • cb4cb86d80 Useless line removed (#9814) Sebastianv650 2018-02-26 04:20:37 +01:00
  • f2c0ed193d Add tone support for Due (#9807) Scott Lahteine 2018-02-25 10:48:14 -06:00
  • 0557ab5780 Fix CONFIG_ECHO_START bug Scott Lahteine 2018-02-25 05:34:26 -06:00
  • 61688233c7 HAL style tweak Scott Lahteine 2018-02-25 05:00:04 -06:00
  • 19ba91f77a Fix lcd_custom_bootscreen compiler warning Scott Lahteine 2018-02-25 04:37:31 -06:00
  • f3dbe19669 Tweaks to HAL codestyle Scott Lahteine 2018-02-25 00:13:46 -06:00
  • 0e0f17be30 Sublime Text can ignore .vscode Scott Lahteine 2018-02-25 03:58:45 -06:00
  • f15d7bdbf2 [2.0.x] ELF improvement, fix lib_ignore (#9793) Bob-the-Kuhn 2018-02-24 12:20:46 -06:00
  • 54c65fc3cb Standardize LCD buzz defaults Scott Lahteine 2018-02-24 22:58:08 -06:00
  • 4953fb1c88 Standardize encoder defaults Scott Lahteine 2018-02-24 22:09:10 -06:00
  • 078627f805 [2.0.x] Creality Ender-4 configuration (#9803) Scott Lahteine 2018-02-24 22:11:11 -06:00
  • 5684beae90 Bring some configs up to speed Scott Lahteine 2018-02-24 20:29:29 -06:00
  • 813f9f3082 [bugfix_2.0.x] - LIN_ADVANCE V1.5 stepper.cpp (#9797) UtterlyD 2018-02-24 22:37:23 +00:00
  • 3f89bbeab5 Drop a conditional only used once Scott Lahteine 2018-02-24 16:35:31 -06:00
  • a01473d7a5 Extend .gitignore to make VSCode happy Scott Lahteine 2018-02-24 15:48:34 -06:00
  • 689bc99402 Correction to acceleration Scott Lahteine 2018-02-24 11:09:19 -06:00
  • 92c8efdc96 Change Folger Tech i3-2020 defaults Roxy-3D 2018-02-24 10:29:24 -06:00
  • 2024775e07 Spanish (UTF8) Language (#9786) Scott Lahteine 2018-02-23 20:24:02 -06:00
  • 43ff15244d Fix a progress bar condition Scott Lahteine 2018-02-23 19:34:11 -06:00
  • b8485528b2 Prettify LCD_PROGRESS_BAR options Scott Lahteine 2018-02-23 19:19:57 -06:00
  • 4d588b2d6a Further fix of LCD_PROGRESS_BAR (#9783) Zachary Hill 2018-02-23 18:53:04 -06:00
  • e0227f2110 Fix *_CS_PIN for RAMPS_FD Scott Lahteine 2018-02-23 14:29:57 -06:00
  • e65a853c59 Fix LCD_PROGRESS_BAR Scott Lahteine 2018-02-23 14:05:10 -06:00
  • 07d7e8aa1b Merge pull request #9775 from thinkyhead/bf2_g28_restore_leveling Scott Lahteine 2018-02-23 13:43:22 -06:00
  • e749945317 Un-pause print on cancel (#9780) Scott Lahteine 2018-02-23 13:42:15 -06:00
  • 17d984eab3 Add RESTORE_LEVELING_AFTER_G28 to example configs Scott Lahteine 2018-02-23 12:41:12 -06:00
  • b2cf253a13 Add RESTORE_LEVELING_AFTER_G28 option Scott Lahteine 2018-02-23 12:41:00 -06:00