|
@@ -3,7 +3,7 @@ description: Rebuild of my i3 clone with aluminium extrusions, CoreXZ, Klipper
|
3
|
3
|
parent: 3d-printing
|
4
|
4
|
position: 10
|
5
|
5
|
date: 2022-10-08
|
6
|
|
-update: 2022-10-12
|
|
6
|
+update: 2022-10-15
|
7
|
7
|
comments: true
|
8
|
8
|
---
|
9
|
9
|
|
|
@@ -57,7 +57,7 @@ I really like that leveling the Z-axis, or losing steps on only one of the two Z
|
57
|
57
|
Instead, now the rotation of the X-axis is determined by the relative tension of the two long belts.
|
58
|
58
|
Tensioning one of the belts, the corresponding side of the X-axis rises or lowers.
|
59
|
59
|
By using a simple [3D printed tool](https://www.printables.com/model/115460-belt-tension-gauge-source-file-included) the tension can be measured and dialed in relatively well.
|
60
|
|
-For fine tuning, you can induce an oscillation on the belt with your finger and compare the pitch of the resulting noise.
|
|
60
|
+For fine tuning, you can induce an oscillation on the belt with your finger and compare the pitch of the resulting sound.
|
61
|
61
|
|
62
|
62
|
<!--%
|
63
|
63
|
lightgallery([
|
|
@@ -94,7 +94,12 @@ lightgallery([
|
94
|
94
|
|
95
|
95
|
I had some problems initially with the NF Crazy clogging with low layer heights.
|
96
|
96
|
This required some disassembly and cleaning of molten plastic.
|
97
|
|
-I'm not quite sure yet what is going on there and will investigate further.
|
|
97
|
+After experimenting a bit, I found that I could easily hold the filament, with the extruder no longer able to pull it.
|
|
98
|
+This turned out to be caused by the melt-in nut that holds the spring for the lever arm.
|
|
99
|
+It was pulled out slightly from the body of the extruder, therefore causing a larger distance between both rollers.
|
|
100
|
+Pushing in the nut as far as possible was enough to remedy the problem.
|
|
101
|
+Although I suspect it may come back in the future.
|
|
102
|
+Guess I have to re-print the extruder body until then.
|
98
|
103
|
|
99
|
104
|
## Heatbed
|
100
|
105
|
|
|
@@ -241,6 +246,9 @@ I'm using [MainsailOS](https://docs.mainsail.xyz/setup/mainsail-os) on a Raspber
|
241
|
246
|
Installation and Configuration was really straight-forward with the configuration guides of [Klipper](https://www.klipper3d.org/Config_Reference.html) and [Mainsail](https://docs.mainsail.xyz/setup/mainsailos/first-boot).
|
242
|
247
|
I also installed the [Moonraker Telegram Bot](https://github.com/nlef/moonraker-telegram-bot/wiki/installation) according to their installation instructions.
|
243
|
248
|
|
|
249
|
+With one of my first print attempts I ran into the "Rescheduled timer in the past" error message.
|
|
250
|
+Turns out there was a [bug in the microcontroller firmware](https://klipper.discourse.group/t/stm32g0-users-should-update-to-latest-klipper/3612), so I had to upgrade that, even though thats apparently not needed normally for all updates.
|
|
251
|
+
|
244
|
252
|
<!-- https://clay-atlas.com/us/blog/2021/06/30/html-en-copy-text-button/ -->
|
245
|
253
|
<script>
|
246
|
254
|
function copyEvent(id) {
|
|
@@ -395,7 +403,7 @@ uart_pin: PC11
|
395
|
403
|
tx_pin: PC10
|
396
|
404
|
uart_address: 0
|
397
|
405
|
stealthchop_threshold: 999999
|
398
|
|
-run_current: 0.5
|
|
406
|
+run_current: 0.6
|
399
|
407
|
|
400
|
408
|
[tmc2209 stepper_y]
|
401
|
409
|
uart_pin: PC11
|
|
@@ -409,7 +417,7 @@ uart_pin: PC11
|
409
|
417
|
tx_pin: PC10
|
410
|
418
|
uart_address: 1
|
411
|
419
|
stealthchop_threshold: 999999
|
412
|
|
-run_current: 0.5
|
|
420
|
+run_current: 0.6
|
413
|
421
|
|
414
|
422
|
[tmc2209 extruder]
|
415
|
423
|
uart_pin: PC11
|