Browse Source

slight update to am8

Thomas Buck 1 year ago
parent
commit
a3b641cf1c
1 changed files with 13 additions and 5 deletions
  1. 13
    5
      input/projects/3d-printing/i3-am8.md

+ 13
- 5
input/projects/3d-printing/i3-am8.md View File

3
 parent: 3d-printing
3
 parent: 3d-printing
4
 position: 10
4
 position: 10
5
 date: 2022-10-08
5
 date: 2022-10-08
6
-update: 2022-10-12
6
+update: 2022-10-15
7
 comments: true
7
 comments: true
8
 ---
8
 ---
9
 
9
 
57
 Instead, now the rotation of the X-axis is determined by the relative tension of the two long belts.
57
 Instead, now the rotation of the X-axis is determined by the relative tension of the two long belts.
58
 Tensioning one of the belts, the corresponding side of the X-axis rises or lowers.
58
 Tensioning one of the belts, the corresponding side of the X-axis rises or lowers.
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.
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
 lightgallery([
63
 lightgallery([
94
 
94
 
95
 I had some problems initially with the NF Crazy clogging with low layer heights.
95
 I had some problems initially with the NF Crazy clogging with low layer heights.
96
 This required some disassembly and cleaning of molten plastic.
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
 ## Heatbed
104
 ## Heatbed
100
 
105
 
241
 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).
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
 I also installed the [Moonraker Telegram Bot](https://github.com/nlef/moonraker-telegram-bot/wiki/installation) according to their installation instructions.
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
 <!-- https://clay-atlas.com/us/blog/2021/06/30/html-en-copy-text-button/ -->
252
 <!-- https://clay-atlas.com/us/blog/2021/06/30/html-en-copy-text-button/ -->
245
 <script>
253
 <script>
246
 function copyEvent(id) {
254
 function copyEvent(id) {
395
 tx_pin: PC10
403
 tx_pin: PC10
396
 uart_address: 0
404
 uart_address: 0
397
 stealthchop_threshold: 999999
405
 stealthchop_threshold: 999999
398
-run_current: 0.5
406
+run_current: 0.6
399
 
407
 
400
 [tmc2209 stepper_y]
408
 [tmc2209 stepper_y]
401
 uart_pin: PC11
409
 uart_pin: PC11
409
 tx_pin: PC10
417
 tx_pin: PC10
410
 uart_address: 1
418
 uart_address: 1
411
 stealthchop_threshold: 999999
419
 stealthchop_threshold: 999999
412
-run_current: 0.5
420
+run_current: 0.6
413
 
421
 
414
 [tmc2209 extruder]
422
 [tmc2209 extruder]
415
 uart_pin: PC11
423
 uart_pin: PC11

Loading…
Cancel
Save