Skip to content

Commit

Permalink
更新micio
Browse files Browse the repository at this point in the history
  • Loading branch information
FengHua741 committed May 23, 2024
1 parent b957e75 commit 2632b21
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 21 deletions.
3 changes: 3 additions & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
- FLY MINI
* [FLY-MINI](/board/fly_mini/)

- FLY Micio4
* [FLY-Micio4](/board/fly_Micio/)

- FLY 驱动系列
- [FLY-TMC驱动](/board/fly_tmc/)
- **工具板**
Expand Down
4 changes: 2 additions & 2 deletions docs/board/fly_micio/3dmodel.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FLY-D7 3D模型
# FLY-Micio4 3D模型

```3dmodel
https://cdn.mellow.klipper.cn/STEP/FLY-D7.step
https://cdn.mellow.klipper.cn/STEP/FLY-Micio4.step
```
4 changes: 3 additions & 1 deletion docs/board/fly_micio/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Mellow Fly-Micio是广州镁伦电子科技有限公司Fly3D主板研发团队推出的一款高性能3D打印机主板,最多支持4路步进电机。
Mellow Fly-Micio4是广州镁伦电子科技有限公司Fly3D主板研发团队推出的一款高性能3D打印机主板,最多支持4路步进电机。

![micio](../../images/boards/fly_micio/micio.png)



Expand Down
10 changes: 5 additions & 5 deletions docs/board/fly_micio/canbridge.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 7. D7桥接CAN
# 7. Micio4桥接CAN

CAN总线是一种用于实时应用的串行通讯协议总线,它可以使用双绞线来传输信号,是世界上应用最广泛的现场总线之一。CAN协议用于汽车中各种不同元件之间的通信,以此取代昂贵而笨重的配电线束。该协议的健壮性使其用途延伸到其他自动化和工业应用。CAN协议的特性包括完整性的串行数据通讯、提供实时支持、传输速率高达1Mb/s、同时具有11位的寻址以及检错能力。

Expand All @@ -10,15 +10,15 @@ CAN总线是一种用于实时应用的串行通讯协议总线,它可以使

以SHT36V2为例,接线如下图所示

<img src="../../images/boards/fly_d7/can_bridge.png" alt="can_bridge" style="zoom:75%;" />
<img src="../../images/boards/fly_micio/can_bridge.png" alt="can_bridge" style="zoom:75%;" />

<img src="../../images/boards/fly_d7/can_bridge1.png" alt="can_bridge1" style="zoom:75%;" />
<img src="../../images/boards/fly_micio/can_bridge1.png" alt="can_bridge1" style="zoom:75%;" />

## 2. 主板固件参数配置

Klipper固件配置界面如下图。编译固件后,按照 [D7固件编译和烧录](/board/fly_d7/flash "点击即可跳转") 给出的方法,将固件刷入主板中。
Klipper固件配置界面如下图。编译固件后,按照 [D7固件编译和烧录](/board/fly_micio/flash "点击即可跳转") 给出的方法,将固件刷入主板中。

![can](../../images/boards/fly_d5/can.png)
![can](../../images/boards/fly_micio/can.png)

## 3. 查看CAN uuid

Expand Down
8 changes: 4 additions & 4 deletions docs/board/fly_micio/cfg.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
####################################################################################
# 3D MELLOW #
####################################################################################
## Fly#C8资料网址:http://mellow.klipper.cn/#/board/fly_fly_C8/
## Fly#C8原理图网址:https://cdn.mellow.klipper.cn/SCH#PDF/FLY#C8.pdf
## Fly#C8资料网址:http://mellow.klipper.cn/#/board/fly_micio/README
## Fly#C8原理图网址:http://mellow.klipper.cn/#/board/fly_micio/schematic
## FLY 官方淘宝店:https://shop126791347.taobao.com/shop/view_shop.htm?spm=a230r.1.14.4.1a4840a8hyvpPJ&user_number_id=2464680006
## 如需售后,请联系淘宝客服
## FLY 售后技术支持群:621032883
Expand All @@ -20,7 +20,7 @@
## 热敏电阻类型 [extruder] 和 [heater_bed]
## Z轴限位开关停止位置 [safe_z_home]
## Z轴限位开关偏移位置 [stepper_z]
## PID 校准 [extruder] 和 [heater_bed]
## PID 校准 [extruder] 和 [heater_bed]
## 微调挤出机电机步进值 [extruder]
#####################################################################
Expand All @@ -44,7 +44,7 @@ serial: /dev/serial/by-id/usb-Klipper_rp2040_MELLOW-if00
#####################################################################
# Temperature monitoring
#####################################################################
[temperature_sensor MCU] #显示主板的温度
[temperature_sensor Micio4] #显示主板的温度
sensor_type: temperature_mcu
#####################################################################
# [temperature_sensor lite2] #上位机温度
Expand Down
4 changes: 3 additions & 1 deletion docs/board/fly_micio/flash.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
>
> 烧录固件之前确保已完成[上位机连接ssh](introduction/conntossh.md "点击即可跳转")文档
>
> Micio预先安装了katapult固件并且使用USB连接
> Micio4预先安装了katapult固件并且使用USB连接
# 固件注意事项

Expand Down Expand Up @@ -120,3 +120,5 @@ make flash FLASH_DEVICE=<你的设备串口地址>
# 确定固件是否烧录成功
* 如果固件刷完后此led会在闪烁情况下变成常亮
![led](../../images/boards/fly_micio/led.png)
7 changes: 2 additions & 5 deletions docs/board/fly_micio/pins.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
## 1. FLY-Micio接口说明

![pin](../../images/boards/fly_micio/interface.png)

## 1. FLY-Micio pin脚说明
## 1. FLY-Micio PIN脚说明

![pin](../../images/boards/fly_micio/pin.png)

4 changes: 2 additions & 2 deletions docs/board/fly_micio/schematic.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FLY-D7 原理图
# FLY-Micio4 原理图

```pdf
https://cdn.mellow.klipper.cn/SCH-PDF/FLY_D7.pdf
https://cdn.mellow.klipper.cn/SCH-PDF/FLY_Micio7.pdf
```
2 changes: 1 addition & 1 deletion docs/board/fly_micio/wiring.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 5. FLY-Micio接线
# 5. FLY-Micio4接线

> [!WARNING]
>
Expand Down
Binary file added docs/images/boards/fly_micio/led.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/boards/fly_micio/micio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/boards/fly_micio/pin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2632b21

Please sign in to comment.