Browse Source

add bltouch to am8. fix typo in nas page.

Thomas Buck 1 year ago
parent
commit
e5e49c0925

+ 27
- 2
input/projects/3d-printing/i3-am8.md View File

@@ -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-15
6
+update: 2022-10-22
7 7
 comments: true
8 8
 ---
9 9
 
@@ -76,6 +76,7 @@ This resulted in the axis dropping down in Z slightly with every move of the X a
76 76
 
77 77
 <!--%
78 78
 lightgallery([
79
+    [ "img/am8_bltouch.jpg", "BL Touch clone on hotend" ],
79 80
     [ "img/am8_corexz_2.png", "CAD screenshot of extruder / hotend"],
80 81
 ])
81 82
 %-->
@@ -354,7 +355,7 @@ full_steps_per_rotation: 200 # motor specific
354 355
 gear_ratio: 36:20 # CoreXZ gearbox
355 356
 rotation_distance: 40 # 20 teeth * 2mm belt
356 357
 endstop_pin: ^!PC2
357
-position_endstop: 0.0
358
+position_endstop: 0.200
358 359
 position_min: 0.0
359 360
 position_max: 275.0
360 361
 homing_speed: 40
@@ -439,6 +440,30 @@ pin: PC7 # fan 1
439 440
 [controller_fan controller_fan]
440 441
 pin: PB15 # fan 2
441 442
 
443
+############################################
444
+############### Bed Leveling ###############
445
+############################################
446
+
447
+[bltouch]
448
+sensor_pin: ^PC14
449
+control_pin: PA1
450
+x_offset: -37
451
+y_offset: -2
452
+z_offset: 3.151
453
+speed: 10
454
+
455
+[bed_mesh]
456
+speed: 200
457
+mesh_min: 5, 5
458
+mesh_max: 190, 195
459
+horizontal_move_z: 10
460
+probe_count: 5, 5
461
+mesh_pps: 4, 4
462
+
463
+[gcode_macro G29]
464
+gcode:
465
+    BED_MESH_CALIBRATE
466
+
442 467
 ###########################################
443 468
 ########### LCD / Encoder / LED ###########
444 469
 ###########################################

+ 1
- 1
input/projects/nas_2018.md View File

@@ -109,7 +109,7 @@ lightgallery([
109 109
 ])
110 110
 %-->
111 111
 
112
-The screenshots above also show the average CPU usage, with shows the Celeron is plenty enough for now.
112
+The screenshots above also show the average CPU usage, which shows the Celeron is plenty enough for now.
113 113
 The power usage is reported by the UPS via USB.
114 114
 Blank spots in the third graph are caused by the data-polling daemon running on my desktop PC, which is turned off at night.
115 115
 The spike at the end of the month in all three graphs is caused by the monthly ZFS scrub.

BIN
static/img/am8_bltouch.jpg View File


BIN
static/img/am8_bltouch_small.jpg View File


Loading…
Cancel
Save