v4.0.1
Klippain v4.0.1 is mainly a bugfixes release with no breaking changes. But there is still also some small additions! :)
Bugfixes and tweaks
- Added some system info that is printed to the console when Klippain starts. This info is also added to klippy.log and will help me to interpret your logs if you have problems with Klippain (72bc227)
- Fixed the SB2240 template that was missing the MCU_MOTORDRIVE_DIAG pin (10f1de6)
- Raised the timeout for the
plot_graph.sh
script to be able to run completely, even on the slower Pi alternative (5c01546) - Fixed a typo in the Mellow Fly SB2209 template for the ADXL pin and reorganized the ADXL section to add genericity in Klippain's ADXL files (this is mostly an internal change that have no user impact) (57ab6ed b664689)
- An independant
PRIMELINE
macro was added to be able to call it manually with custom parameters and independantly from theSTART_PRINT
routine (948ffff cf101ca) - Tweaked the additional Z homing that was added after the QGL/Z_TILT. Now it's not here anymore and a proper G28 Z is done in the "z_offset" module automatically. If you have problem to reach the brush from the purge bucket due to high gantry sag after the QGL/Z_TILT, use the
variable_force_homing_before_brush
instead. This will allow a faster and simplerSTART_PRINT
routine as per pre-v4 Klippain while getting a proper Z offset computation (55757a7) - Simplified the flow calibration macro standalone install to avoid problems when user don't read the doc. Now the
[gcode_arcs]
klipper section is directly integrated in the macro file (b2d57a2) - Reduced the default Z max speed limit for CoreXY printers from 50 to 30 to get a more reasonable default speed for all. Also fixed a typo in the
homing_override.cfg
file (e070cde) - Small changes to the documentation of the IS and vibration macros to simplify their standalone installation (6195dcc)