Skip to content

Commit

Permalink
Printers: set all steppers to 16 microsteps to avoid trigger/halt dri…
Browse files Browse the repository at this point in the history
…ft klipper bug
  • Loading branch information
miklschmidt committed Sep 28, 2024
1 parent f0e1957 commit e4f6329
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions printers/v-core-4-idex/printer-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"driver": "BTT-TMC2209-13",
"stepper": "LDO-42STH48-2504AC",
"rotationDistance": 40,
"microstepping": 16,
"homingSpeed": 50,
"performanceMode": {
"current": 1.6
Expand All @@ -96,6 +97,7 @@
"driver": "BTT-TMC2209-13",
"stepper": "LDO-42STH48-2504AC",
"rotationDistance": 40,
"microstepping": 16,
"homingSpeed": 50,
"performanceMode": {
"current": 1.6
Expand All @@ -108,6 +110,7 @@
"driver": "BTT-TMC2209-13",
"stepper": "LDO-42STH48-2504AC",
"rotationDistance": 40,
"microstepping": 16,
"homingSpeed": 50,
"performanceMode": {
"current": 1.6
Expand All @@ -120,6 +123,7 @@
"driver": "BTT-TMC2209-13",
"stepper": "LDO-42STH48-2504AC",
"rotationDistance": 40,
"microstepping": 16,
"homingSpeed": 50,
"performanceMode": {
"current": 1.6
Expand All @@ -132,6 +136,7 @@
"driver": "BTT-TMC2209-13",
"stepper": "LDO-42STH48-2504AC",
"rotationDistance": 4,
"microstepping": 16,
"homingSpeed": 10,
"performanceMode": {
"current": 1.6
Expand All @@ -144,6 +149,7 @@
"driver": "BTT-TMC2209-13",
"stepper": "LDO-42STH48-2504AC",
"rotationDistance": 4,
"microstepping": 16,
"performanceMode": {
"current": 1.6
}
Expand All @@ -155,6 +161,7 @@
"driver": "BTT-TMC2209-13",
"stepper": "LDO-42STH48-2504AC",
"rotationDistance": 4,
"microstepping": 16,
"performanceMode": {
"current": 1.6
}
Expand Down

1 comment on commit e4f6329

@miklschmidt
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a temporary workaround for Klipper3d/klipper#6711

Please sign in to comment.