• COSPLAY 3D 建模
  • #maker+t=market
  • 3D列印服務
  • 1
  • 2
  • 3

ATOM 3D Printer Group 造訪社團 » ATOM 2.5

原文網址 Jake Wilson
2019-08-04 15:02:12

Hey, quick question; whats the easiest way to determine if an atom 2.5 printer has the 0.2 or 0.4 mm nozzle? Hey, quick question; whats the easiest way to determine if an atom 2.5 printer has the 0.2 or 0.4 mm nozzle? 翻譯年糕

Hugo Lopez Uria
2019-08-04 16:09:35

Buy a 0.3 mm drill and check if it fits

李松錡
2019-08-04 16:59:33

print two thin plates with two different nozzle settings in slicer

陳書凡
2019-08-05 11:53:11

0.2 nozzle has a line on the side,and different shape at the bottom

Jake Wilson
2019-08-05 14:32:01

thanks, that's really helpful. I'm still a little confused though, as what I have looks more like the 0.2 in the above image but if I run the extruder and measure the resultant spaghetti it appears to measure out at, or close to 0.4


原文網址 李松錡
2019-06-12 18:59:22

Atom 2.5 改機

其實前一陣子我把 我的 Atom 2.5 加了一個自製熱床,然後還把它改成 duet wif,然後也印了一些 3d bench 來做比較。

首先第一件事是肯定有人會嘴說,32 bit 的板子根本沒差,只是多了一些很酷炫的功能,例如觸控螢幕,wifi 等等。但我要告訴你,在 delta,core xy 這類需要大量運算的機種上完全不是這麼回事。這邊我們都用很慢的列印速度,10mm/s 的速度,如果你用的是 2.0 的機種,你有沒有發現在印第一層的時候,你會一直聽到噴嘴的開關不斷的開開關關,而如果你用 2.5 的機種,你蹲下去看,肯定會看到在噴嘴轉折的時候,可以看到光學限位開關的紅光迅速閃現。這是因為 8 bit 的板子在 delta 機種上面差不多已經有點推到mcu 的極限,所以有些運算就不是那麼的精確了。而我使用 duet wifi 這塊 32 bit 的板子,使用 2.02 的韌體,在第一層基本上從沒看過這個狀況,所以如果你用的是 delta 或 core xy 機種,可以肯定的是列印品質會有所提升。

但到底提升在哪裡,以及 32 bit 的板子是不是也有限制呢? 我這邊有拍三張 benchy 給大家做比較,另外考慮到畫質會被壓縮,所以提供比較大的檔案供大家下載下來比較

atom 原生主控版 (mega 2560) + sd2224 32 microstepping, stealthChop2 mode

https://drive.google.com/…/1nODwszyOBh4fiLf_sGudaA_bU…/view…

Duet Wifi 128 microstepping

https://drive.google.com/…/1ctvKwOANcFNmmdk8XLVuSF96l…/view…

Duet Wifi 256 microstepping

https://drive.google.com/…/1-NqHBNE6pBVurWHQTG9AhNhtw…/view…

可以看到 sd2224 印成來的牆壁超級無敵平順的,而 duet wifi 128 微步印出來的,沒有比較就沒有傷害,跟 sd2224 比是沒那麼平滑的,最後是 duet wifi 256 微步印出來的,整個就是抖抖抖抖抖的痕跡。

為甚麼會有這個差別的? 首先我們來分析 sd2224 為什麼印出來比 128 microstepping 順的原因,主要就是因為他運作在 stealthChop2,是內插到 256 微步上的,所以印出來自然就會比較平滑。雖說 128 微步已經夠細了,但,既然你可以有更好的選擇,為什麼不選更好的呢?

其次是,照上面的解釋來看,為什麼 256 microstepping 印出來的會這麼糟呢? 其實 duet wifi 的社群裡面已經有討論過了,duet wifi 本身運作在 240MHz,差不多兩顆馬達驅動用 256 microstepping 就已經到極限了。我在 duet wifi 還沒更新到 2.0 韌體之前,還不是 RTOS 的系統的時候就玩過了,那個時候如果三軸都用 256 microstepping 的話,連 z 軸下降到原點都會卡,所以 256 微步會這麼差的原因則是出在運算能力撞到天花板了。

因為剛好 John Wachowski 有討論到,所以我就講講我認為比較適合 Atom 的另一塊板子: Duet Maestro

為什麼我會覺得這塊板子比較好呢? 其實這主要是用途的不同。我個人在思考很久之後,覺得 duet wifi 其實最大的優勢其實是在於高速列印或者多個列印頭。因為 duet wifi 強過 maestro 的一點是他的馬達驅動電流可以吃非常非常大,而且 duet wifi 上面也有 FPU,所以在高速列印上非常非常適合。

但 duet wifi 所搭載的是 TMC2660,這張晶片並沒有 stealthChop2 模式,能選用的 microstepping 從 1 ~ 256,然後還有一個特殊的 16 microstepping 內插到 256,但基本上都是運作在 spread cycle 模式下。如果你對於 stall guard 調整得非常好,加上你對馬達有非常深厚的了解,是可以慢慢填參數,再使用一個目的為省電的 cool step 模式。而 maestro 上搭載的是 sd2224,然後因為採用 spi 控制,所以能選用的模式為 1 ~ 256 microstepping,外加上任一個 microstepping 都可以使用 stealthChop2 模式。前面我們有比較過,如果使用內插到 256 microstepping 的狀況,列印出來的外牆會非常平滑,而 duet wifi 在 atom 上面沒辦法用原生的 256 microstepping 下去跑,所以我更建議使用 maestro,然後可以根據你本身的列印速度,挑一個你喜歡的,更高精度的 microstepping 下去印。

除此之外,spread cycle 基本上是不太具有靜音效果的,尤其有比較有傷害,跟 stealthChop2 比,根本是天差地遠。duet wifi 雖然能夠 16 內插到 256 microstepping,但基本上還是運作在 spread cycle 模式。cool step 我沒有能力弄出來,就沒有比較了,但可以肯定的是,連官方的文件上都說 cool step 的目的是省電,那可想而知,大概靜音效果也不會好過 stealthChop2 了

最後再來例行抱怨一下,我前天把收來的全新未拆封的 2.5 雙擠出套件打開,噴嘴都還在靜電袋沒開,結果裝上之後竟然溫度上不去,檢查老半天,發現是陶瓷加熱片上的焊點脫落了。然後為了做比較,把現在的 0.2mm 噴嘴拆下來看,結果前一位組裝者裝太緊,0.2mm 噴嘴上的陶瓷加熱片一轉鬆就直接裂開,現在手上沒東西能印,哭

Kelvin Chu
2019-06-12 23:34:38

玩成這樣,太強大了。

May May
2019-06-13 00:39:36

請問大大這塊主板可在哪購得呢,感謝

楊梓玄
2019-06-13 11:38:07

我也是將核心組件改裝了
目前是Smoothieboard v1搭配AstroPrint Touch
批次指令弄好之後,光是校正就比之前好很多


原文網址 John Wachowski
2019-06-11 17:52:23

I created a mod log for the work I am doing on my Atom 2.5 EX. Once I get more core functionality done, I will be uploading the Duet 2 WiFi firmware to GitHub. I will branch off the parts that wouldn't work on the stock 2.5 EX. Feel free to weight in and give me input.

The first description has some goals of what I have on my road map.

翻譯年糕

李松錡
2019-06-11 19:03:19

I aso changed to duet wifi, but I am thinking maybe duet maestro is more suitable for atom.
I can share the experience after some test

Sébastien Pierre
2019-06-11 19:33:44

Amazing, thanks for sharing! How did you do the enclosure? The acrylic seems embossed, but maybe it's flat.


原文網址 John Wachowski
2019-06-02 16:40:49

I'm using the Atom 2.5 EX and replacing the PTFE tubes coming out of the extruders. Does anyone know what angle they need to be cut at the Y joined section so they join up appropriately?

翻譯年糕

Birk Binnard
2019-06-02 21:23:05

When the 2.5 EX was in early development Atom provided an STL file that made a box with some slits that could be used with an X-Acto knife to trim the PTFE tubes at the proper angle. I printed it and it worked fairly well. I don't seem to have the STL file anymore, but I can measure the angle and tell you what it is. I'll post that info on Tuesday.

Birk Binnard
2019-06-04 11:58:36

Well my memory was a bit fuzzy - the box has a straight slit for the knife and 2 curved openings for the PTFE tubes. Here's a link for the box STL file: https://drive.google.com/....../1z2JepmP....../view......

John Wachowski
2019-06-06 10:05:04

Looks like it came out pretty good and lined up perfectly. Much better than the ptfe tubes that came in the kit.


原文網址 毛文謙
2019-05-19 23:35:36

大神好
最近換飛x美的料後底開始變成這樣
是料受潮還是什麼設定出問題啊 ?
Atom 2.5
參數等等上

毛文謙
2019-05-19 23:36:13

毛文謙
2019-05-19 23:36:19

林志鎰
2019-05-19 23:44:15

速度降到30,測風扇先關閉,試試

Adrian Li
2019-05-19 23:47:25

最好列出這是甚麼物料, 線寬 和 線間距 設定是多少.
可以是調平沒做好, 也可能是出料不平均.
出料不平均的原因可以是溫度不夠, 也可能是線沒夾得夠緊.
也可能是平台塵多, 料貼不住平台.

柯統海
2019-05-19 23:49:49

請問cura 間距是要在哪設定阿

毛文謙
2019-05-19 23:50:18

林志鎰 謝謝!

毛文謙
2019-05-19 23:51:44

Adrian Li 謝謝 平台確實有一段時間沒有擦拭 我試試看吧溫度調整 調平再做一次

Adrian Li
2019-05-20 00:03:13

柯統海 cura 隱藏了很多進階設定, 你要先把它顯示出來, 線間距 是LINE SPACING, 不確定中文是否"線間距", 就是每條線拉出來之間多小間距, 這個設定多了, 線就疏落了, 但一般如果沒自己主動去搞過, 這個設定是按照LINE WIDTH即線寬去自動計算的...

毛文謙
2019-05-20 00:16:52

Adrian Li 又學到一招 謝謝大神

邱致維
2019-05-20 01:01:58

溫度拉高試試;依我個人經驗應該是線料品質本身濃淡不一,拉高溫度讓出料順應該能改善

廖新弘
2019-05-20 09:37:18

換一捲料試試


原文網址 吳水豚
2019-05-06 18:15:40

來做個轉接版吧....for atom2.5
https://www.facebook.com/CapybaraFantasy/posts/2091440674287823?notif_id=1557137482823515&notif_t=page_post_reaction

辛育全
2019-05-06 18:32:49

我之前就一直想問水豚哥,水豚君不睡覺是不是你的粉專… ? ? ? ? ?

吳水豚
2019-05-06 18:54:13

李派克
2019-05-06 19:25:20

這個是無人機的概念嗎?


原文網址 李松錡
2019-04-28 21:31:18

分享一些 for ATOM 2.0, ATOM 2.5 的升級

1. (有無改硬體皆適用) 之前有在板上貼過怎麼改 TMC2208 的馬達驅動,改下去之後真的是太安靜了,安靜到連擠料馬達都想換。但在官方原來的設計中,進/退料的速度過快,對 TMC2208 來說負擔很重,沒有達到靜音效果外,我也很怕他會燒掉,所以我還是沿用原來的 DRV8825。其實這點可以透過韌體修改。在目前最新 (估計也不會再更新了) 的韌體中,在 ultralcd.cpp 中的第 397 行,是 move_ext(extruder, unload_filament_length, 5000);,把 5000 那個數字改成 3000,TMC2208 可以處理外,DRV8825 也會得到非常好的靜音效果。 397 行是退料用的,所以這個數值不可以太低,太低的話料會在退出的時候變成與堵頭相同的狀況,所以料就會卡住出不來,3000 是我自己目前使用的設定,然後退料時溫度可以調高一點。而在 412 行的是 move_ext(extruder, load_filament_length, 6000);,這邊是進料的部分,把 6000 改成 2000,進料就會變得非常安靜

2. (建議有改硬體使用) 之前推薦大家用 TMC2208 之後,列印速度不能太快,但除了列印速度要降低以外,其實還有一個很大的改進空間,就是直接降低加速度的值。這個值可以不透過燒新的韌體上去做修改。打開 LCD 中 Control > Motion > Acce,這個數值官方是給 1200,但我在玩過 prusa i3 mk3 之後,發現這個數值其實直接砍半也是 OK 的,因為加速度降低的緣故,所以馬達驅動負擔會減輕,此外也因為加速度直接降低,所以也會有不錯的靜音效果,我現在也都用砍半的 600 在印

3. (有無改硬體皆適用 )換 TMC2208 是不是讓你覺得有點不滿足呢? 原來 ATOM 可以用 32 微步的精度在跑,換 TMC2208 之後會變成 16 微分,然後我偶然間發現 SD2224 這塊馬達驅動
http://www.panucatt.com/product_p/sd2224.htm
就買來用用看。效果真的非常的好! 因為只有這家在做這塊晶片,品質都還蠻不錯的,然後也沒有其他種腳位,所以我就直接分享怎麼改:可以把 MS3 的跳帽拔掉 (最後面那個),他才會使用 stealChop2 的靜音模式運作。然後電壓調整為 0.4V,然後我自己連擠出馬達都用這顆,用靜音模式運作扭力是夠的。如果你像要更大的扭力,就把 MS3 的跳帽插回去,我比較過噪音還是會低於 DRV8825。然後因為他的方向與 DRV8825 相反,所以要打開韌體裡面的 Configuration.h 中,把 294~297 行這些 INVERT_X_DIR 方向,true 的改 false,false 的改 true 就 OK了。

再補一張今天用上面寫的設定縮小到 50% 印的穿山甲炫耀一下

以上是一些分享,然後弱弱的想問一下,有沒有人可以幫忙弄改熱床的硬體,原廠的熱床模組停產,覺得 2 代的使用者好像孤兒一樣,實在很需要幫助啊

李大淳
2019-04-28 22:16:59

我有自改熱床

高北熊
2019-04-28 22:23:41

好毒

吳水豚
2019-04-28 22:30:45

我有用自改熱床...成本不低
不過大部分原廠零件都可以留用...變壓器有更換
底部要墊高一些....
如果有個十套倒是可以做看看....
http://www.fox-saying.com/blog/post/46664463......

吳水豚
2019-04-28 22:33:40

列印高度會少掉9mm就是

李松錡
2019-04-28 23:07:07

太厲害了! 請問零件取得方便嗎?

李松錡
2019-04-28 23:07:56

這真的很棒,我也好希望有夠多人可以成團...

李松錡
2019-04-28 23:09:50

其實現在在嘗試一個東西 成功的話會有更毒的

李松錡
2019-04-28 23:10:47

其實少 9mm 還好啦,畢竟原廠的熱床也是有增高也會減少可列印高度

李大淳
2019-04-28 23:27:54

淘寶很多,還有自己設計的零件

李大淳
2019-04-28 23:29:57

淘寶:薄膜式100k電阻,薄膜式120W電熱貼片
電腦電源供應器、露天 溫度控制器、原廠玻璃、自己設計的底座。

蕭浚宇
2019-04-28 23:36:55

Atom2.0路過

李松錡
2019-04-28 23:39:08

那自己設計的底座是找工廠製作的嗎?

李大淳
2019-04-28 23:39:26

是的

李大淳
2019-04-28 23:41:14

小貴一點,不過整體我覺得很方便,切片軟體不用特別注意設定,覺得列印物品大於一定尺寸就直接開啟就好

李大淳
2019-04-28 23:43:28

你要我可以提供圖面,然後再請廠商製作

李大淳
2019-04-29 10:59:30

外掛式熱床,應該要加上鋁擠來增加高度會比較好,避免主板那邊太熱。

李松錡
2019-04-29 11:15:39

我現在是在想不知道這個能不能用
https://m.ruten.com.tw/goods/show.php?g=21511601219672
https://m.ruten.com.tw/goods/show.php?g=21804623469768
然後確實我也有考慮到散熱問題 所以也想用原廠增高的方式
不曉得能不能買到原廠2040的角件還有用來墊高的鋁擠
墊高的鋁擠還有開槽跟攻牙

李大淳
2019-04-29 12:55:31

這就不清楚了,我的目前也只有讓他上到60度

李大淳
2019-04-29 12:56:16

他們家(你po的這家)有賣角件

Calvin Sung
2019-04-29 13:15:53

太毒了~ 上次改完 TMC2208 超安靜,這次又有 2224 想跟進,感謝您!

李松錡
2019-04-29 23:00:53

哈哈不會 sd2224 我覺得真的不錯,然後我有想弄一個更毒的XD


原文網址 Alan Santos Dias
2019-04-27 07:10:06

Hi, after a long time i finally found the common point in my prints problem (i`ve been looking for what problem it is)
The common point in my prints that make lines being more larger or thinner than it is supposed to be is the lines that have, in any point, top/botton lines or straight angles (0 or 90 from the table).
The lines are not shifted, they are all fatter or thinner.
I`ve made my tries with low speed in print and travel, high speed, temperatures, put all printing at same speed, changing retractions, zhops, increasing the number of walls.
Thighened the belts, relased the belts...
Can someone help-me find the name of the problem to search how to solve, or if someone know how to solve this?
The printer is a Atom 2.5ex.

Those photos are from my last try... the strings was due to low retraction i was trying... its not a usual problem)

翻譯年糕

Joe Abaquin Bing Aquino
2019-04-27 07:36:29

I get that too when using the sketchup.
I have asked this to other makers and they mention to add TL-smoother kits.
They explain that because currents run through wires and it jumps a bit like a noise. …… 查看更多

Birk Binnard
2019-04-27 09:14:44

邢鳳言
2019-04-27 09:56:27

Do you have the constant hotend temperature? mine was floating 185~202 degree C, then I had it wrapped to solve the problem, it was cooled by the side fans, and heated by the heating ceramic all the time since the 2nd layer in my case.

Alan Santos Dias
2019-04-30 06:42:30

I`ve changed the slicer... same settings as before (i`ve put the same value in all the options), and it worked fine.


原文網址 Martial Geudin
2019-04-25 17:38:05

I have the MMU2S from Prusa and have the idea to mount it on my Atom 2.5. The MMU is a multi-material selector that can manage up to 5 different filaments. This means that you could build a part in 5 different materials. Or use some special filament as for support that can be desolved by water or limonene. Using different materials will ask different temperature management as other parameters linked to the material. Does anyone though about this and build it on his Atom-printer? Any information is welcome. I think the software, firmware is the big question.

翻譯年糕


原文網址 錢政宏
2019-04-24 10:18:08

[求救4/29更新]
參考了諸位的建議
設定了下列參數
流量100
溫度220
熱床100
速度10
底層速度5
風扇200
但仍然失敗了,難道一定要塗口紅膠嗎? (QAQ)

真的很不想在那片玻璃塗東西......

------------分隔線--------------------------------

各位先進早~

關於ABS這支料,大家噴頭和加熱平台都設定多少?
之前網路上查到
噴嘴 : 220-250°C
平台 : 95-110°C
但是仍然黏不住,所以上來詢問一下,感謝!!

PS : 我是ATOM 2.5 EX 然後,0.4噴頭,另外,關於噴頭熱度它的最高極限是多少啊?

Efun Lai
2019-04-24 10:25:08

Efun Lai
2019-04-24 10:26:16

去年的明燿測試料

錢政宏
2019-04-24 18:18:12

感謝,明天測試看看

Vincent Liu
2019-04-25 13:15:10

建議底板一定要貼耐熱貼紙,成功率比較高,溫度我開234,熱床貼高溫棉紙溫度100度,風扇60%流量100,如果您不想貼棉紙建議要加裙邊增加附著力

錢政宏
2019-04-29 13:46:09

仍舊失敗了........

李禮全
2019-05-01 09:24:28

思考一下距離吧。
噴頭的光敏有沒有在列印的時候作動呢?
有的話表示噴頭打到物件。這樣底板有可能被打掉。
如果你一印就沒黏到就忽略我吧

錢政宏
2019-05-01 09:31:59

李禮全 是一印就脫離,我屈服了,等放假完用耐熱膠帶試試

林志鎰
2019-05-01 22:50:07

Abs需空間恆溫,收縮率很大,不然印到一定高度會自己跳起…

錢政宏
2019-05-01 22:50:50

林志鎰 即便塗口紅膠也會嗎?

林志鎰
2019-05-01 23:01:11

是的,抓不住,必須封箱,或使用改良的abs搭配指定的北極熊黏膠

チェン 幸せな
2019-05-02 21:30:56

ABS收縮量太大,單玻璃不塗膠抓不住的,口紅膠布或擦拭紙沾水很容易就去除了,去除完可以噴點酒精擦拭加速水份揮發,很容易的.

錢政宏
2019-05-02 21:41:58

了解!!!感謝

Cherub Shiao
2019-05-02 21:54:20

速度50還不錯。

劉柏辰
2019-05-02 23:37:56

因為我懶的塗口紅膠,我是用鹿頭牌撕不斷黏在平台。不過因為膠帶有厚度要重新教正Z軸。這個超黏即使是我沒做熱場變型了也是硬是給它黏上去,只要熱床沒有開很久也不太會脫膠(或是有時乾脆不開),至少我覺得比口紅膠好清,總之我的建議是要上膠及做熱場。

錢政宏
2019-05-03 09:05:34

感謝示範,下周再嘗試塗口紅膠,目前忙到沒時間處理他XD


 

全不選 發文排行