v3.1.0
Klippain v3.1.0 is packed with a lot of things and a new logo banner !
New features and changes:
- New full and stock Voron V0 support! Most of it should work correctly, but some bugs could still be there... Do not hesistate to give me some feedbacks if you try it on your V0 :)
- Moved the START_PRINT sequence override variable into the override.cfg template file to make it more user-friendly. Also improved the associated comment to make it more clear that defaults are already included for each type of probes. You can have a look here and move it by yourself if you want in your own config but that's not mandatory, it's just for ease of use.
- Better management of the resonnance test position by using variables. Now it will use center of bed by default or the what the user input in the corresponding variables (previously using hardcoded position that needed an override). This adds a breaking change: you will need to add the two new variables to your variables.cfg file manually
Bugfixes:
- Sensorless homing fix: now it's working correctly!
- Fixed a bug in
graph_vibrations.pythat happened in a very specific case (when user was not "pi" and started with "sp..." as it matched a Regex) - START_PRINT sequence speed improvement to not wait for the nozzle temperature before doing a chamber heatsoak
- Fixed the
Z_ADJUSTparameter that could not be applied when the user added an override of the START_PRINT sequence without specifying a call to the z_offset module. NowZ_ADJUSTis always applied at the end of the sequence to be sure we make use of it - Enhancement of the "CALIBRATE" macro to adapt to the bed size automatically. Even if it was already possible to use it, now the bed mesh will not be funky anymore :)