From 3425b0ba21251ea3135442ca8411979443b9d806 Mon Sep 17 00:00:00 2001 From: 0x23 Date: Fri, 13 Mar 2026 13:35:55 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74b35ed..887e600 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,8 @@ Firmware 1.0.4 comes with many smaller improvements and bugfixes and a great new Example usage: ``` - `M3 T0 S0.7` // set pwm output of tool 0 to 70% - `G4 S0.001` // dwell command (or any other motion command) - necessary to apply the tools output + M3 T0 S0.7 // set pwm output of tool 0 to 70% + G4 S0.001 // dwell command (or any other motion command) - necessary to apply the tools output ``` - **Calibration**: Calibration has now some addition error checks to improve error reporting of potential problems like encoder alignment.