From 8f3b6c2f4ec8dde02ad652f475b557b828875d5c Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Mon, 26 May 2025 23:34:58 -0400 Subject: [PATCH] Adjust personal run_currents. --- .vscode/settings.json | 1 + differences.md | 6 ++++++ printer.cfg | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 differences.md diff --git a/.vscode/settings.json b/.vscode/settings.json index 226a9c2..6998789 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,6 +20,7 @@ "Klipper", "Klipperized", "lrwxrwxrwx", + "microsteps", "moonraker", "normalsize", "octahedroflake", diff --git a/differences.md b/differences.md new file mode 100644 index 0000000..64709c7 --- /dev/null +++ b/differences.md @@ -0,0 +1,6 @@ +# Differences + +| Property | Marlin | OSS Klipper Config | +| ------------------------- | ------ | ------------------ | +| `stepper_z` `run_current` | 0.800 | 0.900 | +| `microsteps` | 16 | 128 | diff --git a/printer.cfg b/printer.cfg index 22a56af..71a1d13 100644 --- a/printer.cfg +++ b/printer.cfg @@ -39,7 +39,7 @@ homing_retract_dist: 0 [tmc2209 stepper_x] uart_pin: PC1 -run_current: 0.900 +run_current: 0.900 # 0.860 marlin & master stealthchop_threshold: 0 interpolate: False sense_resistor: 0.150 @@ -82,7 +82,7 @@ homing_speed: 5 [tmc2209 stepper_z] uart_pin: PA15 -run_current: 0.900 +run_current: 0.800 # 0.900 prev personal # 0.800 marlin # 1.000 master stealthchop_threshold: 0 interpolate: False sense_resistor: 0.150