Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.1.x] Autobuild formatting #14858

Conversation

Bob-the-Kuhn
Copy link
Contributor

The new version of PlatformIO made some changes that threw off the formatting of the Autobuild script's display window.

  • In the SUMMARY section at the end the names of the results changed from SKIP to IGNORED and ERROR to FAILED. The new names were added to the list of items needing special color handling.
  • "\r\r" is now showing up which results in unwanted blank lines. A test was added that kills blank lines.
  • Killing all blank lines resulted in one place that wasn't as readable as before. A '\n' was added to the display write for that place.

This is the same file as in bugfix-2.0.x PR #14857.

see PR # 14857 for details
@thinkyhead thinkyhead merged commit a58827a into MarlinFirmware:bugfix-1.1.x Aug 7, 2019
@thinkyhead thinkyhead changed the title [bugfix-1.1.x] Autobuild formatting update [1.1.x] Autobuild formatting Aug 7, 2019
thinkyhead pushed a commit that referenced this pull request Sep 2, 2019
@Bob-the-Kuhn Bob-the-Kuhn deleted the move-Autobuild-changes-into-bugfix-1.1.x branch January 15, 2020 09:11
FabioBatSilva pushed a commit to FabioBatSilva/Marlin that referenced this pull request Mar 17, 2020
TiagoJustino added a commit to TiagoJustino/Marlin that referenced this pull request Apr 2, 2020
* MarlinFirmware/1.1.x: (133 commits)
  Fix Z position after ABL bilinear G29 with fade (MarlinFirmware#17174)
  Change DUMMY_PID_VALUE to NAN (MarlinFirmware#17079)
  Disable integration testing
  Enable DUAL_NOZZLE_DUPLICATION_MODE (MarlinFirmware#16436)
  [1.1.x] Polish language UTF8 (MarlinFirmware#16141)
  Links for the "New Issue" page
  Add Korean language (MarlinFirmware#15918)
  [1.1.x] MKS_GEN_L_V2 controller (MarlinFirmware#15805)
  Update bug_report.md
  [1.1.x] Fix autostart w/out SD_DETECT_PIN (MarlinFirmware#15667)
  [1.1.x] RAMPS + Viki1 LCD compatibility (MarlinFirmware#15736)
  [1.1.x] Fix compiler warning (MarlinFirmware#15642)
  [1.1.x] Fix for G2/G3 rounding error (MarlinFirmware#15546)
  Let MINIPANEL use SW SPI if needed (MarlinFirmware#15246)
  Fix BLTouch debugging (MarlinFirmware#15232)
  Fix Creality bed thermistor
  Fix PT-BR strings (MarlinFirmware#15023)
  Fix #else extra tokens (MarlinFirmware#15013)
  [1.1.x] Autobuild formatting (MarlinFirmware#14858)
  [1.1.x] BLTouch 3.0 - 3.1 (MarlinFirmware#14839)
  ...
bakaufman pushed a commit to bakaufman/Marlin that referenced this pull request Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants