-
-
Notifications
You must be signed in to change notification settings - Fork 235
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
next version #452
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Don't forget the stale action pr :) |
Co-authored-by: Jan-Gerrit Drexhage <102791900+Surion79@users.noreply.github.com>
Co-authored-by: Félix Boisselier <felix@fboisselier.fr>
Co-authored-by: Jan-Gerrit Drexhage <102791900+Surion79@users.noreply.github.com> Co-authored-by: Félix Boisselier <felix@fboisselier.fr>
Co-authored-by: Félix Boisselier <felix@fboisselier.fr>
* 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>
* Status leds on startup fix
* Better display menu adapted to Klippain * V0 display support * Klippain boot logo --------- Co-authored-by: Elias Huwyler <elias.huwyler@ti8m.ch>
Co-authored-by: Félix Boisselier <felix@fboisselier.fr>
Co-authored-by: Félix Boisselier <felix@fboisselier.fr>
Frix-x
added
the
next version
This thing is already done or is planned in the next version in preparation
label
Feb 25, 2024
Co-authored-by: Meindert <19568018+mvdveer@users.noreply.github.com> Co-authored-by: Akash Patel <akashrpatel@yahoo.com>
Co-authored-by: Frédéric Beaucamp <88246672+fbeauKmi@users.noreply.github.com> Co-authored-by: Félix Boisselier <felix@fboisselier.fr>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Klippain v4.3.0
As always, to get the latest features, look at the new printer.cfg, variables.cfg, etc... from the user_template folder and backport the necessary changes in your own files. There should be no real breaking changes on this aspect in this update, so this should not be mandatory.
Special Note: Shake&Tune Module and HappyHare v2 integration 🚀
First highlight: Shake&Tune is now properly integrated into Klippain as a real and independent module. This means that you can now update one or the other independently. But to allow this, there is a small breaking change: you have to restart the install script again to migrate your current install:
wget -O - https://raw.githubusercontent.com/Frix-x/klippain/main/install.sh | bash
But that's not the only big work of this release: there is now also a premium support of HappyHare v2 in Klippain to allow the use of any MMU easily and natively in Klippain!
Fixes and Improvements
Configuration and Templates:
mcu.cfg
to get the additional lines if neededGeneral macros and scripts changes:
PARK
macro now allows X and Y parameters in case you want to use it manually or in one of your macros to park the toolhead in a specific position.variables.cfg
. If you don't specify it there, it will be enabled by default if available, but you should update yourvariables.cfg
to the latest version to avoid problems.TIP_SHAPING
call has been removed from theEND_PRINT
andCANCEL_PRINT
macros to eliminate the small drips that can occur at the end of a print, which can be problematic for some of you.STATUS_LEDS
on printer startup.variables.cfg
if you want to customize it a bit more.PARK_FRONT
macro for easy toolhead maintenanceSystem and Installation:
SET_PRINT_STATS_INFO
. To use it, addTOTAL_LAYER=[total_layer_count]
to your slicer custom start gcode to tell Klipper the total number of layers. According to the official documentation, you also need to add the correspondingSET_PRINT_STATS_INFO CURRENT_LAYER={layer_num}
to your slicer custom layer change gcode.Miscellaneous:
variables.cfg
file.