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

next version #452

Merged
merged 50 commits into from
Feb 27, 2024
Merged

next version #452

merged 50 commits into from
Feb 27, 2024

Commits on Feb 13, 2024

  1. Turn on filter only if it was used during printing. (#380)

    Co-authored-by: Jan-Gerrit Drexhage <102791900+Surion79@users.noreply.github.com>
    2 people authored and Frix-x committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d4bbd74 View commit details
    Browse the repository at this point in the history
  2. added parameters to park (#391)

    Surion79 authored and Frix-x committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    59ff255 View commit details
    Browse the repository at this point in the history
  3. M8P v2.0 SPI fix (#389)

    Co-authored-by: Félix Boisselier <felix@fboisselier.fr>
    Surion79 and Frix-x committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6c78e14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea69a8b View commit details
    Browse the repository at this point in the history
  5. Remove _TIP_SHAPING from End/cancel print macros (#357)

    Co-authored-by: Jan-Gerrit Drexhage <102791900+Surion79@users.noreply.github.com>
    Co-authored-by: Félix Boisselier <felix@fboisselier.fr>
    3 people committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e88cf79 View commit details
    Browse the repository at this point in the history
  6. Klipper SET_PRINT_STATS_INFO compatibility (#392)

    Co-authored-by: Félix Boisselier <felix@fboisselier.fr>
    Surion79 and Frix-x committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    26b9bb1 View commit details
    Browse the repository at this point in the history
  7. Fix error with turning on filter only if it was used during printing. (

    …#406)
    
    Fix issue discovered after merging #380
    tehniemer authored and Frix-x committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b5422ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe82709 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6e845ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a46d218 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b22121e View commit details
    Browse the repository at this point in the history
  12. correct overriders misspelling (#425)

    Surion79 authored and Frix-x committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d0a0c01 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    15172ce View commit details
    Browse the repository at this point in the history
  14. typo

    Frix-x committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    fd29fed View commit details
    Browse the repository at this point in the history
  15. Add pin definitions for Fysetc S6 V2.X

    aaarsene authored and Frix-x committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    784bdf5 View commit details
    Browse the repository at this point in the history
  16. add TR8x2 leadscrew config for trident

    aaarsene authored and Frix-x committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    14da7e4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8524631 View commit details
    Browse the repository at this point in the history
  18. HappyHare & other related dev (#371)

    * HappyHare MMU integration in Klippain
    
    * Spoolman support
    
    * Multiple MCU templates added or modified, especially MMU templates
    
    * LED system rework to support the LED_effects plugin and rainbow barf, etc... ( #416 )
    
    * TMC Autotune moonraker updater predefined config (add your motor defs to your overrides.cfg or mcu.cfg)
    
    ---------
    
    Co-authored-by: Jan-Gerrit Drexhage <102791900+Surion79@users.noreply.github.com>
    Co-authored-by: claudioguareschi <33001685+claudioguareschi@users.noreply.github.com>
    Co-authored-by: Félix Boisselier <felix@fboisselier.fr>
    Co-authored-by: ksummers92 <66363414+ksummers92@users.noreply.github.com>
    5 people committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    562ba0a View commit details
    Browse the repository at this point in the history
  19. fix status leds at startup (#448)

    * Status leds on startup fix
    Benoitone authored and Frix-x committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    7e1ed94 View commit details
    Browse the repository at this point in the history
  20. display menu and V0 Display (#420)

    * Better display menu adapted to Klippain
    
    * V0 display support
    
    * Klippain boot logo
    
    ---------
    
    Co-authored-by: Elias Huwyler <elias.huwyler@ti8m.ch>
    2 people authored and Frix-x committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c07b523 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a866a36 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ce74c32 View commit details
    Browse the repository at this point in the history
  23. Add BLTouch support (#450)

    nmsmith22389 authored and Frix-x committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    7964dbe View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3468ad6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4a4199b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2fc0ee9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    246e318 View commit details
    Browse the repository at this point in the history
  28. Mellow fly super8 template (#463)

    Benoitone authored and Frix-x committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    45a447d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    4fde96d View commit details
    Browse the repository at this point in the history
  2. Add configs for Fysetc SB Can TH boards (#464)

    Co-authored-by: Félix Boisselier <felix@fboisselier.fr>
    lokiagent and Frix-x authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a2e8b52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0a170e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7631b57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbf07e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. fix BTT_MMB pin (#486)

    Benoitone authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    795fb3f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    5b1763b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0589d24 View commit details
    Browse the repository at this point in the history
  3. Create stale action workflow (#449)

    Co-authored-by: Félix Boisselier <felix@fboisselier.fr>
    Surion79 and Frix-x authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ef862ad View commit details
    Browse the repository at this point in the history
  4. fixed K-Shake&Tune integration

    Frix-x authored and Felix Boisselier committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7de5d57 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into develop

    Felix Boisselier committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a3034a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    9e50375 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b14490a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69b453b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    9fc555d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ecc550 View commit details
    Browse the repository at this point in the history
  3. fix typo in stale.yml

    Frix-x authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a031aa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8bf8bc View commit details
    Browse the repository at this point in the history
  5. LDO Nitehawk MCU template and tachometer management (#505)

    Co-authored-by: Meindert <19568018+mvdveer@users.noreply.github.com>
    Co-authored-by: Akash Patel <akashrpatel@yahoo.com>
    3 people authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    742d474 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. update primeline to make it adaptive (#498)

    Co-authored-by: Frédéric Beaucamp <88246672+fbeauKmi@users.noreply.github.com>
    Co-authored-by: Félix Boisselier <felix@fboisselier.fr>
    3 people authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    20f41e8 View commit details
    Browse the repository at this point in the history