-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
v4.2.0 #309
Conversation
extruder is a valid option for filament_motion_sensor, but not for filament_switch_sensor
removed invalid option extruder in filament switch sensor config file
Improved hotend_heater_ctrl.cfg logic
Add extruder stepper vibrations
Rampon ADXLs support
Corrected typo in variable `variable_filter_default_time_on_end_print` configuration
Auto uninstallation script
The macro aways uses TRANSMIT=0 for the logo LEDs, which assumes that the subsequent call to nozzle LEDs will flush the data. That will only work if both sets of LEDs are on the same chain. The chains can be different though - configured through `status_leds_nozzle_led_name` and `status_leds_logo_led_name`. With this change, separate logo LEDs will use TRANSMIT=1 instead.
fix status LEDs for separate nozzle and logo LEDs
fix: module heatsoak bed now use current temperature
fix occasional LED flashing before homing
…from slicer (#337) * START_PRINT macro : transmit rawparams for _MODULE_CUSTOM1/3 macros * START_PRINT macro : Add new parameter (MESH) for START_PRINT. If present, load the bed mesh profile with this name, otherwise previous procedure is applied
* add config files for 180mm printer like Micron+ (#335) * add user template for BTT_Manta_M8P_v2.0.cfg --------- Co-authored-by: Fragmon <50713890+Fragmon@users.noreply.github.com>
I think we are pretty ready to merge this one now. Is it ok for everyone? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Naming the heater bed by manufacturer might be a bit cryptic for some printer users. There is no longer a "default".
This is the beginning: the old file is not removed yet so it's still working. But as we have done it for the probes, the extruders or the ADXL boards for example, I feel that doing it for the other file is also a good thing to personalize more and let more choice for the users. It will also be a good base for a "configurator" that I plan to work on later on to help install Klippain :) |
* Add RP2040 SPI1 USB boards (#342) * added Fysetc portableinputshaper support to printer.cfg --------- Co-authored-by: Luk Schwalb <schwalb@luk.im>
Klippain v4.2.0
Special Highlight: Shake&Tune Module 🚀
We're excited to introduce the Shake&Tune module in Klippain, a significant evolution from the original IS workflow scripts. This module represents a major step forward in our commitment to enhancing the Klippain experience and printer tuning with:
Fixes and Improvements
Configuration and Templates:
Filament Sensors:
extruder
in filament switch sensor config file (#294)General macros and scripts changes:
START_PRINT
sequence to avoid a delayed filter stop caused by a previsously finished printplot_graph.sh
into a Python script for better performance and flexibility. This also allow to solve the path problem when the user was not "Pi". If you've made an override about this, be sure to remove it!variable_force_homing_in_start_print
to false!variable_filter_default_time_on_end_print
variable_fix_heaters_temperature_settle
was set to trueSystem and Installation:
.gitignore
for better setup experience.system_info.py
script resolving startup errors when the user was not "Pi". If you've made an override about this, be sure to remove it!LED and Status Indicators:
START_PRINT
sequenceMiscellaneous:
START_PRINT
sequence to allow a bed mesh profile loading from slicers using theMESH=xxxxx
parameter in the custom START_PRINT Gcode. When using this, the adaptive bed mesh will be canceled and the specified mesh profile loaded instead. This can be usefull for calibration prints or if you just want to get the same static mesh for every prints.START_PRINT
raw parameters in the_MODULE_CUSTOM1/3
in case you want to do something fancy in them based on your slicer parameters. Feel free to use them as you like :)