From eb7388af85ef7ac7e11a73283210ef2c310eba35 Mon Sep 17 00:00:00 2001 From: 0x23 Date: Fri, 13 Mar 2026 09:53:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a50ce80..10216c9 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,8 @@ Firmware 1.0.4 comes with many smaller improvements and bugfixes and a great new - **Kinematic Model Parameter**: Initialization code has been cleaned up and better comments where added to the parameters. Parameters are preset for HW v4.0 but you can toggle back to the old HW-v3.0 parameters if necessary. - **Bugfixes**: smaller bugfixes +IMPORTANT: If you have **Hardware Version v3.0** you need to switch back to the old kinematic parameters in the [kinematic_model_delta3d.cpp](firmware/MotionControllerRP/src/kinematic_models/kinematic_model_delta3d.cpp) file (there is an #define for that at the top). + ## Firmware v1.0.1 This update improves calibration, homing, logging, and adds several new G-Code commands.