瀏覽代碼

add bltouch to am8. fix typo in nas page.

Thomas Buck 2 年之前
父節點
當前提交
e5e49c0925
共有 4 個檔案被更改,包括 28 行新增3 行删除
  1. 27
    2
      input/projects/3d-printing/i3-am8.md
  2. 1
    1
      input/projects/nas_2018.md
  3. 二進制
      static/img/am8_bltouch.jpg
  4. 二進制
      static/img/am8_bltouch_small.jpg

+ 27
- 2
input/projects/3d-printing/i3-am8.md 查看文件

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-15
6
+update: 2022-10-22
7
 comments: true
7
 comments: true
8
 ---
8
 ---
9
 
9
 
76
 
76
 
77
 <!--%
77
 <!--%
78
 lightgallery([
78
 lightgallery([
79
+    [ "img/am8_bltouch.jpg", "BL Touch clone on hotend" ],
79
     [ "img/am8_corexz_2.png", "CAD screenshot of extruder / hotend"],
80
     [ "img/am8_corexz_2.png", "CAD screenshot of extruder / hotend"],
80
 ])
81
 ])
81
 %-->
82
 %-->
354
 gear_ratio: 36:20 # CoreXZ gearbox
355
 gear_ratio: 36:20 # CoreXZ gearbox
355
 rotation_distance: 40 # 20 teeth * 2mm belt
356
 rotation_distance: 40 # 20 teeth * 2mm belt
356
 endstop_pin: ^!PC2
357
 endstop_pin: ^!PC2
357
-position_endstop: 0.0
358
+position_endstop: 0.200
358
 position_min: 0.0
359
 position_min: 0.0
359
 position_max: 275.0
360
 position_max: 275.0
360
 homing_speed: 40
361
 homing_speed: 40
439
 [controller_fan controller_fan]
440
 [controller_fan controller_fan]
440
 pin: PB15 # fan 2
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
 ########### LCD / Encoder / LED ###########
468
 ########### LCD / Encoder / LED ###########
444
 ###########################################
469
 ###########################################

+ 1
- 1
input/projects/nas_2018.md 查看文件

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
 The power usage is reported by the UPS via USB.
113
 The power usage is reported by the UPS via USB.
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.
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
 The spike at the end of the month in all three graphs is caused by the monthly ZFS scrub.
115
 The spike at the end of the month in all three graphs is caused by the monthly ZFS scrub.

二進制
static/img/am8_bltouch.jpg 查看文件


二進制
static/img/am8_bltouch_small.jpg 查看文件


Loading…
取消
儲存