修改

文檔

圖片

迪威模型和Solidworks 聯(lián)合會員
迪威網(wǎng)友02a9c6
迪威網(wǎng)友02a9c6
原創(chuàng)模型

沉降物掩蔽標(biāo)志

VIP
免費(fèi),登錄即可下載
本資源不能下載
發(fā)布時間:2020/12/19 0:33:00
Remixed veion of [Fallout Shelter] sign( by Tech Outreach. I basically just move the text and resize the sign. Please, share your makes, it makes my day to see that anyone prints me models.
Tutorial for the multicolor print using any printer
It might sound strange, but every 3D printer is capable of layer-based multicolor print by spliting the generated GCode file into multiple (one file for each color). GCode files containing the itructio for the printer such as movement of the moto or the temperature of the heatbed. You should never changes any value in the GCode if you don't know the result. But let's move on.
Fitly you need to download Slic3r or Slic3r PE (recommendet) in order to see the comment ;AFTER_LAYER_CHANGE in the generated GCode file. These comments are added by Slic3r and determines where in the GCode the printer is moving from one layer to another.

Secondly you choose the cut layer using Slic3r then you open the generated file in text editor such as a regular Notepad. You are looking for comment ;AFTER_LAYER_CHANGE followed by the ;XX.X where XX.X is desired example: you want to print fit 2mm of the model in one color and the rest in the second color. You are going to print the model at 0.2mm resolution. Open generated GCode and look for:

;AFTER_LAYER_CHANGE
;2.2

For printing at 0.1mm resolution you are looking for lines:

;AFTER_LAYER_CHANGE
;2.1
etc.
You just found the place where to split the Gcode file!


Now you copy the lines of GCode into separated file and modify the GCode as follows. Last line before the comment ;AFTER_LAYER_CHANGE tells the printer to move in the Z axis therefore in order to simplify the process of the filament replacement I recommend increase that value a bit (add e.g. 50 mm).For example: we have following file with the comment ;AFTER_LAYER_CHANGE somewhere in the middle:

[BEGIN]
...
...
G1 E-0.04000 F2100.00000
G1 Z2.600 F10800.000 move in Z axis to position 2.6mm
;AFTER_LAYER_CHANGE
;2.2
G1 X107.365 Y144.542 move in to new XY position
G1 Z2.200 move in Z axis to position 2.2mm
...
...
[END]

So we split the GCode into two files and we modify the Z position in the fit file in order to make the filament change :

[BEGIN]
...
...
G1 E-0.04000 F2100.00000
G1 Z52.600 F10800.000 move in Z axis to position 52.6mm
;AFTER_LAYER_CHANGE
;2.2

:

G1 Z2.600 F10800.000 reverting the changes from
;AFTER_LAYER_CHANGE
;2.2
G1 X107.365 Y144.542
G1 Z2.200
...
...
[END]


The last step of the process is just to print splited files and viola you have your mutlicolor print. If you have any questio regarded to this tutorial or generally to the topic of 3D printing, write me an email at @
Recommendatio and warning: Watch your printer durring the fit mutlicolor print. Also, I have no respoibility for possible damage on your print.
個文件
壓縮包大?。?68KB
小程序二維碼
微信小程序 微信掃碼打開此模型
恒諾鑫科-專注碳素制品的開發(fā)與生產(chǎn)