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

Bugfix 2.0.x #44

Merged
merged 366 commits into from
Mar 6, 2021
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 21, 2021

  1. Configuration menu
    Copy the full SHA
    84a47a6 View commit details
    Browse the repository at this point in the history
  2. Keep G29 N on the DL

    thinkyhead committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    00bc094 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68abaea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d62aa62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    144272e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac82dc4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0870d4 View commit details
    Browse the repository at this point in the history
  8. Fix ANYCUBIC_LCD_CHIRON compilation (#20807)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    sjasonsmith and thinkyhead authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    0a279cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d879853 View commit details
    Browse the repository at this point in the history
  10. Fix undefined E_LBL

    thinkyhead committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    0681b80 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    7b9f7d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d33fe23 View commit details
    Browse the repository at this point in the history
  3. Add labels, condition for BTT GTR M5 pins (#20772)

    Co-Authored-By: NAPCAL <47440988+NAPCAL@users.noreply.github.com>
    thinkyhead and NAPCAL committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    09d07f7 View commit details
    Browse the repository at this point in the history
  4. "Move … code" followup (#20852)

    Fix regression from #20832
    GMagician authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    90c0194 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    ac10fdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a54154e View commit details
    Browse the repository at this point in the history
  3. Adding custom move feedrate for G26 (#20729)

    * Adding custom move feedrate for G26
    
    This commit adds an additional configuration parameter that can be used to specify the movement speed during the G26 validation pattern command during moves without extrusion.
    
    Closes #20615
    
    * Fixing missing default 'G26_XY_FEEDRATE_MOVE' value
    
    This commit adds a default 'G26_XY_FEEDRATE_MOVE' value (max movement speed / 1.5) in the G26.cpp - same behaviour as the default 'G26_XY_FEEDRATE' value
    
    * Adding comment describing functionality in G26.cpp
    
    * Renaming 'G26_XY_FEEDRATE_MOVE' to 'G26_XY_FEEDRATE_TRAVEL'
    
    Configuration parameter renamed for better readability and consistency
    
    #20615
    
    * Setting 'G26_XY_FEEDRATE_TRAVEL' to a safer value, aligned comments
    
    Changed default value for 'G26_XY_FEEDRATE_TRAVEL' from 150 mm/s to 100 mm/s for safety purposes, comment alignment
    
    #20615
    ScrewThisBanana authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    14567f3 View commit details
    Browse the repository at this point in the history
  4. lcd_put_wchar_max for COLOR_UI (#20838)

    Co-Authored-By: Victor Oliveira <github@victormo.com.br>
    tpruvot and rhapsodyv authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    0f612d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Configuration menu
    Copy the full SHA
    a243996 View commit details
    Browse the repository at this point in the history
  2. MeatPack serial encoding (#20802)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    ellensp and thinkyhead authored Jan 24, 2021
    Configuration menu
    Copy the full SHA
    3921369 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f7bac4 View commit details
    Browse the repository at this point in the history
  4. Fix LiquidCrystal CI failures (#20873)

    Fix incorrect dependency syntax for LPC.
    Disambiguate LiquidCrystal library names.
    sjasonsmith authored Jan 24, 2021
    Configuration menu
    Copy the full SHA
    ea8d682 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    9d42beb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9425d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    727bf7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90be1c3 View commit details
    Browse the repository at this point in the history
  5. Graphical TFT fixes, cleanup (#20861)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    tpruvot and thinkyhead authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    c12be1f View commit details
    Browse the repository at this point in the history
  6. "Move … code" followup (#20874)

    Fix regression from #20832
    EvillNooB authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    d7ca3ea View commit details
    Browse the repository at this point in the history
  7. "Move … code" followup (#20868)

    Fix regression from #20832
    ellensp authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    53035de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c28d6b View commit details
    Browse the repository at this point in the history
  9. Fix sign warning (#20872)

    kad authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    2c983d6 View commit details
    Browse the repository at this point in the history
  10. Reformat abortSDPrinting

    thinkyhead committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    fb67b9b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8186b5 View commit details
    Browse the repository at this point in the history
  12. "Move … code" followup (#20869)

    Fix regression from #20832
    bg-master authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    85d61de View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b9ed139 View commit details
    Browse the repository at this point in the history
  14. Clean up MMU2 code (#20794)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    GMagician and thinkyhead authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    876c258 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    9bf33e4 View commit details
    Browse the repository at this point in the history
  2. Adding custom move feedrate for G26 Travel moves, Original #20729 (#2…

    …0879)
    
    * Adding custom move feedrate for G26
    
    This commit adds an additional configuration parameter that can be used to specify the movement speed during the G26 validation pattern command during moves without extrusion.
    
    Closes #20615
    ScrewThisBanana authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    7f4c5b8 View commit details
    Browse the repository at this point in the history
  3. Custom G26 FR followup

    thinkyhead committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    ee93101 View commit details
    Browse the repository at this point in the history
  4. Custom G26 FR followup

    thinkyhead committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    8c0cb6c View commit details
    Browse the repository at this point in the history
  5. Configure / disable PRINTCOUNTER save interval (#20856)

    Co-authored-by: Scott Lahteine <github@thinkyhead.com>
    ConstantijnCrijnen and thinkyhead authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    b95f5c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    a101941 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    107f692 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e5dfff View commit details
    Browse the repository at this point in the history
  4. Remove extra cast

    thinkyhead committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    d932cd9 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    811bb79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11b4070 View commit details
    Browse the repository at this point in the history
  3. Meatpack::report_state on serial port init (#20903)

    Co-authored-by: Scott Lahteine <github@thinkyhead.com>
    ellensp and thinkyhead authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    c929fb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f01b22 View commit details
    Browse the repository at this point in the history
  5. Serial refactor followup

    thinkyhead committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    7bbdbcf View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    7201433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c65bf64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c72b1c5 View commit details
    Browse the repository at this point in the history
  4. FYSETC Cheetah 2.0 (#20897)

    GerogeFu authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    5ac08a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e004a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d0e64a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d2645b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Configuration menu
    Copy the full SHA
    e269e93 View commit details
    Browse the repository at this point in the history
  2. Fix G28_STR (#20925)

    ellensp authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    d306812 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa3bd72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d45ad8f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Configuration menu
    Copy the full SHA
    92b4c05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c91a910 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d49969d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2736619 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    07b4cc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7626ef5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33c78d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c74f972 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    32d859e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65483dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f12273 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    617f5df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ce3f6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28b8bf5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6eec242 View commit details
    Browse the repository at this point in the history
  8. Note (MarlinUI) limit on PREHEAT settings (#20966)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    ellensp and thinkyhead authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    e3deb6e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c6ef860 View commit details
    Browse the repository at this point in the history
  10. Add "more" menu in LVGL interface (#20940)

    Co-authored-by: Scott Lahteine <github@thinkyhead.com>
    Malderin and thinkyhead authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    9025c63 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    d079634 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    68299c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d58bbd5 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    6dac71e View commit details
    Browse the repository at this point in the history
  2. Fix some serial char, echo

    Co-Authored-By: X-Ryl669 <3277165+X-Ryl669@users.noreply.github.com>
    thinkyhead and X-Ryl669 committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    604afd5 View commit details
    Browse the repository at this point in the history
  3. Nybbles & Bits

    thinkyhead committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    49564e5 View commit details
    Browse the repository at this point in the history
  4. Use serial shorthand

    thinkyhead committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    708ea3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67ae845 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a971233 View commit details
    Browse the repository at this point in the history
  7. Mitigate RPi hosts kernel panic on M997

    Work around M997 sometimes causing a kernel panic on the host when sent from a Raspbery Pi, the root cause is currently unknown.
    p3p authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    004bed8 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Configuration menu
    Copy the full SHA
    62f060a View commit details
    Browse the repository at this point in the history
  2. Use 'false'

    thinkyhead committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    10aaab6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c19af2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee66d9c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Configuration menu
    Copy the full SHA
    e34f279 View commit details
    Browse the repository at this point in the history
  2. Melzi, comments cleanup

    thinkyhead committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    52c246a View commit details
    Browse the repository at this point in the history
  3. Improve RPi host kernel panic mitigation

    It was still possible to cause a Kernel panic, this additional 500ms delay before disconnect appears to mitigate it completely.
    p3p authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    5233e66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af4e8b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b35bfeb View commit details
    Browse the repository at this point in the history
  6. Fix LVGL "more" menu user items (#21004)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    Malderin and thinkyhead authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    01756b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    42761ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dcb77f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57e4b82 View commit details
    Browse the repository at this point in the history
  4. Fix animated boot screen

    thinkyhead committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    5f824c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24e18a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e726fe View commit details
    Browse the repository at this point in the history
  7. Serial refactor. Default 8-bit ECHO to int, not char (#20985)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    X-Ryl669 and thinkyhead authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    e7c7119 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    0127763 View commit details
    Browse the repository at this point in the history
  2. MAX Thermocouples rework (#20447)

    Co-authored-by: Scott Lahteine <github@thinkyhead.com>
    GadgetAngel and thinkyhead authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    8707ae2 View commit details
    Browse the repository at this point in the history
  3. Update M808 comment

    thinkyhead committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    187602d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    662d81c View commit details
    Browse the repository at this point in the history
  5. Reheat bed first

    thinkyhead committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    653d73f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    dd5e0f7 View commit details
    Browse the repository at this point in the history
  2. chmod and paths

    thinkyhead committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    9d24ee8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    274c729 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    1f21a49 View commit details
    Browse the repository at this point in the history
  2. Improve probe preheat behavior (#21033)

    Co-authored-by: InsanityAutomation <d.menzel@insanityautomation.com>
    Co-authored-by: Scott Lahteine <github@thinkyhead.com>
    3 people authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    42d00b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01215f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7069d03 View commit details
    Browse the repository at this point in the history
  5. Improved Ender 3 V2 display status area (#20983)

    Co-authored-by: Scott Lahteine <github@thinkyhead.com>
    Jyers and thinkyhead authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    3c41f10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0ca244 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03789c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce1ec22 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Configuration menu
    Copy the full SHA
    d4fb372 View commit details
    Browse the repository at this point in the history
  2. Minor serial code cleanup

    thinkyhead committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    fd24779 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Configuration menu
    Copy the full SHA
    0fe1051 View commit details
    Browse the repository at this point in the history
  2. Update helpful links

    thinkyhead committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    00985cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98a27bf View commit details
    Browse the repository at this point in the history
  4. Don't create unused Serial Port instances (#21066)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    GMagician and thinkyhead authored Feb 14, 2021
    Configuration menu
    Copy the full SHA
    8fd88ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbf325a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52e8d8d View commit details
    Browse the repository at this point in the history
  7. Fix a board comment

    thinkyhead committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    d9e79fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2f77bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db82a25 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    29fa369 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e27a2a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35e9c13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e0fc44 View commit details
    Browse the repository at this point in the history
  5. EXP headers for RAMPS 1.x (#21054)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    ellensp and thinkyhead authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    79ee2fa View commit details
    Browse the repository at this point in the history
  6. Script to download & build Configurations (#20992)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    X-Ryl669 and thinkyhead authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    d86910c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31a434b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    e699f9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28fa188 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f298cde View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    f2b9bec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b23f41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c076a7f View commit details
    Browse the repository at this point in the history
  4. GT2560 v4.1B, YHCB2004 SPI character LCD (#21091)

    Co-authored-by: Scott Lahteine <github@thinkyhead.com>
    Vertabreak and thinkyhead authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    490d4a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a211dc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e172bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd455be View commit details
    Browse the repository at this point in the history
  8. Fixes for MP_SCARA (#21113)

    Co-Authored-By: svsergo <52426708+svsergo@users.noreply.github.com>
    thinkyhead and svsergo authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    65e24f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Configuration menu
    Copy the full SHA
    241297b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4c7386 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    11e11b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    95e0ed2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Configuration menu
    Copy the full SHA
    b8d7925 View commit details
    Browse the repository at this point in the history
  2. Fix G29 missing defines (#21145)

    Co-authored-by: ellensp <ellensp@hotmsil.com>
    ellensp and ellensp authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    b3ecede View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb8b421 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d28853 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ece06c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Configuration menu
    Copy the full SHA
    7a027be View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    53d7ae4 View commit details
    Browse the repository at this point in the history
  2. FTDI Touch UI followup (#21167)

    marciot authored and thinkyhead committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    ba301fd View commit details
    Browse the repository at this point in the history
  3. G92, subcodes flag cleanup

    thinkyhead committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    27f9437 View commit details
    Browse the repository at this point in the history
  4. Outdent UBL code

    thinkyhead committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    bdb8c07 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    37e2250 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b276a7f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    0316071 View commit details
    Browse the repository at this point in the history
  2. Chamber Heater PID (#21156)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    ksanislo and thinkyhead authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    a3a10b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5b0662 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13c4eef View commit details
    Browse the repository at this point in the history
  5. Combined LPC / Serial fixes (#21178)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    X-Ryl669 and thinkyhead authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    f003e52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cc03f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73e354b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3061a31 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d167af4 View commit details
    Browse the repository at this point in the history
  10. Allow Zero Endstops (e.g., for CNC) (#21120)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    deirdreobyrne and thinkyhead authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    468e437 View commit details
    Browse the repository at this point in the history
  11. Tweak case light comment

    thinkyhead committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    12468f5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a21d4c0 View commit details
    Browse the repository at this point in the history
  13. Preflight checks for PlatformIO builds (#21068)

    Co-authored-by: Alexander D. Kanevskiy <alexander.kanevskiy@intel.com>
    ellensp and kad authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    bb1039d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    735c1b6 View commit details
    Browse the repository at this point in the history
  15. Eryone Thinker V2 (#21190)

    Co-Authored-By: Bryan Joshua Pedini <b.pedini@bjphoster.com>
    thinkyhead and bryanpedini committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    08d54b3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    45fff07 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7fc75fc View commit details
    Browse the repository at this point in the history
  18. Combine Z_AFTER_DEACTIVATE with UNKNOWN_Z_NO_RAISE (#20444)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    swissnorp and thinkyhead authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    bcda46e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f7d9305 View commit details
    Browse the repository at this point in the history
  20. Chamber followup

    thinkyhead committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    fd77251 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    ccf990a View commit details
    Browse the repository at this point in the history
  2. Fix and improve G-code queue (#21122)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    X-Ryl669 and thinkyhead authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    ec42be3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a1ec78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e27fba0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    427b5d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f384f81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56462cf View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Configuration menu
    Copy the full SHA
    24623d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5269245 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e65a84f View commit details
    Browse the repository at this point in the history
  4. Fix G-code Queue merge (#21213)

    X-Ryl669 authored and thinkyhead committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    db59674 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f840c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6136959 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83a156e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9692681 View commit details
    Browse the repository at this point in the history
  9. Apply AUTO_POWER_CONTROL later in setup() (#21193)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    Evg33 and thinkyhead authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    6e1c133 View commit details
    Browse the repository at this point in the history
  10. SPEED => FEEDRATE (#21217)

    jbuck2005 authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    ee7701c View commit details
    Browse the repository at this point in the history
  11. RGB Caselight (#20341)

    LinFor authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    e0aa9ce View commit details
    Browse the repository at this point in the history
  12. MKS H43 controller (#20609)

    solawc authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    c76008b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Configuration menu
    Copy the full SHA
    1236585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04b83d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfacd26 View commit details
    Browse the repository at this point in the history
  4. whitespace

    thinkyhead committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    54ccfcc View commit details
    Browse the repository at this point in the history
  5. Tweaks to build scripts

    thinkyhead committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    903d0b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    254b252 View commit details
    Browse the repository at this point in the history
  7. Tweaks to build scripts

    thinkyhead committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    680172a View commit details
    Browse the repository at this point in the history
  8. Fix TERN typo (#21229)

    viappidu authored Feb 28, 2021
    Configuration menu
    Copy the full SHA
    2328f8b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8ca077 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Configuration menu
    Copy the full SHA
    f0b662f View commit details
    Browse the repository at this point in the history
  2. Serial macros cleanup

    thinkyhead committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    dd42831 View commit details
    Browse the repository at this point in the history
  3. Filament sensor cleanup

    thinkyhead committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    1aa421e View commit details
    Browse the repository at this point in the history
  4. Filament Runout handling for Mixing Extruder (#20327)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    the-real-orca and thinkyhead authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    713de87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f52cba6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b9842e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e66e51f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28404f9 View commit details
    Browse the repository at this point in the history
  9. Fewer warnings

    thinkyhead committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    8c9a59c View commit details
    Browse the repository at this point in the history
  10. G-code Digital Buttons (#18389)

    Co-Authored-By: android444 <24375898+android444@users.noreply.github.com>
    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    3 people authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    7ee9aef View commit details
    Browse the repository at this point in the history
  11. Better mftest order

    thinkyhead committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    21372c3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b2bc85f View commit details
    Browse the repository at this point in the history
  13. Fix some config builds

    thinkyhead committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    dfa3308 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    137f70b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35791c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    872f031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0afa4cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    369ffe5 View commit details
    Browse the repository at this point in the history
  4. misc. cleanup

    thinkyhead committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    fd270dd View commit details
    Browse the repository at this point in the history
  5. TPARA - 3DOF robot arm IK (#21005)

    Co-authored-by: Scott Lahteine <github@thinkyhead.com>
    chepo92 and thinkyhead authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    a46e025 View commit details
    Browse the repository at this point in the history
  6. TPARA followup

    thinkyhead committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    dd388ae View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    81c29ec View commit details
    Browse the repository at this point in the history
  2. Fix teensy35 tests

    thinkyhead committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    9372aa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    431f6bf View commit details
    Browse the repository at this point in the history
  4. Update some py scripts

    thinkyhead committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    0b7e857 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dad486c View commit details
    Browse the repository at this point in the history
  6. Implement G42, after all

    thinkyhead committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    6225870 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9299f4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8dee12f View commit details
    Browse the repository at this point in the history
  9. Remove extra G42

    thinkyhead committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    6903a2f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a0d3123 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    101f09a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    f56929d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ea56ba View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Configuration menu
    Copy the full SHA
    d05bf56 View commit details
    Browse the repository at this point in the history