From 5267b5db8084ab49828e112719c3c2bae5c17f64 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Mon, 26 May 2025 18:46:02 -0400 Subject: [PATCH] Adjust readme: differences between marlin. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b29313e..038d194 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,13 @@ Edit the relevant file according to your needs. | `variable_bed_temp_over` | `0` | `10` (default) | Speeds up print start | | `variable_bed_temp_not_exact` | `0` | `1` (default) | Speeds up print start | +### Any differences between this configuration and Sovol's Marlin firmware? + +| Property | Marlin | OSS Klipper Config | +| ------------------------- | ------ | ------------------ | +| `stepper_z` `run_current` | 0.800 | 0.900 | +| `microsteps` | 16 | 128 | + ### How do I import a configuration bundle into SuperSlicer/PrusaSlicer? Please see this [discussion](https://github.com/bassamanator/Sovol-SV06-firmware/discussions/13).