Category :3D Printer Projects

BySite Default

3D Touch Auto Leveling Sensor Marlin Setting

Marlin settings:

Marlin settings (take Marlin V1.1.X as example) 3pin cable connects to D11, 2pin cable connects to Zmin.

(1)Set leveling pin, which can’t use the same pin as endstop. Generally, on Delta machines, we use Zmin pin for BLtouch, Zmax pin for endstop .On l3 machines, we use Zmin pin as BLtouch, Zmax pin for endstop or don’t use endstop .

setting 1

(2)Set leveling type.

setting 2

(3)EnableZ__MIN__PROBE__USES__Z__MIN__ENDSTO P__PIN

setting 3

(4)Enable BLtouch.

setting 4

(5)Set the offset value of the leveling switch probe from the nozzle in the XYZ direction .

setting 5

(6)Set leveling mode

setting 6

(7)Set leveling points number

setting 7

(8)Set homing center

setting 8

(9)Store the leveling settings

1) Remove“//”before the “#define EEPROM__SETTINGS’, start M500 to store the data.

setting 9

2) Open Marlin__main.cpp,find’case28://G28:Home all axies, one at a time gcode__G28 (false);’add this sentence:’set __bed __leveling __enabled (true);’It’s important to add this sentence, otherwise the leveling data can’t be stored.

setting 9-2

(10) Remove ‘//’before the ‘#define NUM__SERVOS 3‘

setting 10

Byamber

MKS TFT 2.8″ 触摸屏

MKS-TFT28 简单介绍:

MKS-TFT28 是一款适用于开源3D打印机使用的独立彩色触摸产品,可以用在MKS Base、MKS GEN、MKS MINI等一系列主板上。

1、2.8寸彩色触摸屏,支持U盘及SD卡。

2、预留Wifi接口,增加Wifi接口可以实现远程操控3D打印机。

3、支持断电续打,断电保存。

4、开机logo及所有按钮等界面可以自行设计。

MKS-TFT28与各主板的连接:

(1)MKS-TFT28与MKS GEN板连接如图所示:
GEN

(2)MKS-TFT28与MKS Base板连接图:

Base

(3)MKS-TFT28与MKS MIINI板连接,如图所示:

IMG_20160725_141810

MKS-TFT28开机配置:

第一次使用MKS-TFT28需要将picture_English_kookye.rar picture_English_kookye压缩包里的mks_pic、mks_config、mkstft28.bin解压后放到SD卡或者U盘的根目录下,待文件加载完成后需要进入设置——连接菜单,将波特率改成与所烧固件一样的波特率(否则MKS-TFT28无法操控3D打印机),一般是115200。如图所示:

eghh

IMG_20160725_145737 IMG_20160725_145749IMG_20160726_103346IMG_20160726_103356

IMG_20160725_145855

打印:

将要打印的模型放到SD卡或者U盘里就可以打印了,模型文件的命名最好以英文形式命名。

以下是关于MKS-TFT28图标及logo制作说明、通信协议说明等文档:MKS-TFT28 DataSheetMKS-TFT-Protocol