管理員
統計數據
原文網址 Mars Chan 2019-05-11 04:23:05
Waiting Monoprice Delta Pro / Atom3 Lite's dual extension modules upgrade.... any ETA?
John Wachowski 2019-05-19 13:34:26
Do you want dual extrusion with 2 nozzles, or one nozzle with a Y connection? Because the later you could do yourself.
原文網址 Birk Binnard 2019-05-11 01:24:01
Jammed hotend
This is what I found inside my hotend when my Atom2 jammed after printing for about 2 hours. The nozzle itself is fine, as it the PTFE tube inside the hotend. I'm guessing that the extruder may be over-extruding and/or the Prime/Retract value, 3 mm, may be too large. So I'm going to try again with Extrusion Multiplier = 0.9 and Prime/Retract = 2 mm.
原文網址 Birk Binnard 2019-05-09 05:06:32
Never mind - I fixed it by installing an OLD version of Arduino: Ver. 1.0.5-r2 (whatever that is)
Error uploading firmware
I get this error uploading current ATOM-208B-20180329-Firmware using Arduino 1.8.9 to my Atom2:
Sketch uses 119194 bytes (46%) of program storage space. Maximum is 253952 bytes. Global variables use 4712 bytes (57%) of dynamic memory, leaving 3480 bytes for local variables. Maximum is 8192 bytes. java.io.IOException: Cannot run program "___REMOVE___/bin/avrdude": CreateProcess error=2, The system cannot find the file specified at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:26)
Google found another person with this same error on 17 May 2019 but there was no fix given. Could it be a JAVA bug?
原文網址 Roy Yang 2019-05-03 10:32:24
請教有換過加熱陶瓷片(機型 2.5 ex)的大大們,散熱塊轉不回正中是正常的嗎?此圖為了把散熱塊轉回正中導致加熱片有點空隙,我該怎麼做呢? ?
(已解決,忘記放墊圈...)
チェン 幸せな 2019-05-03 10:34:08
要在中間套膠圈,不可省略.
チェン 幸せな 2019-05-03 10:38:38
Roy Yang 2019-05-03 11:22:38
再次感謝兩位大大!
原文網址 李松錡 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
原文網址 Vincent Yu 2019-04-28 12:41:38
售 ATOM 2.0 (有熱床,已升級 雙擠出 2.5 EX), $27000
ATOM 2.0在2015年購入,後續也升級熱床. 2018年升級 雙擠出 2.5 EX.
已有2台FDM機器,有正常使用痕跡,功能都正常,升級雙擠出時,才清理保養過,雙色出料測試正常. 因考慮升級光固化機種,忍痛割愛,誠可小議.
隨機會附 說明書, 升級拆下的零件(含一MKII 噴頭 ), 螺絲工具等.
蔡松寰 2019-04-28 14:05:19
ChiJui Tang
歐普拉 2019-04-28 15:00:50
想知道接下來想跳坑哪一台光固化機
Jason Chiang 2019-04-28 16:27:30
可以私訊嗎?
Paolo Leone 2019-04-28 16:30:55
27000 $...?
原文網址 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
This should be helpful: http://birkbinnard.com/....../smoothing-stepper-motor....../
邢鳳言 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.
原文網址 錢政宏 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
原文網址 Nathi Msweli 2019-04-10 11:14:44
My extruder on my Atom2.0 doesn't heat up, what my be the problem?
原文網址 Jörg Johow 2019-04-09 23:06:46
Today I turned on my ATOM 2.0 and the display doesn’t work anymore. Also it heats the extruder and platform. What’s wrong here? Any help! Thx!
邢鳳言 2019-04-09 23:27:36
Is it work with USB connection? try printing something to see if it is just the "reprap discount smart controller LCD" should be replaced.
Jörg Johow 2019-04-10 01:24:05
I posted another video. It shows that it works with USB. Whats wrong there?
Yinka Alade 2019-04-11 23:11:35
I had this issue before and it was the display for me. It is either the display or main board. The display is the quickest and cheapest to test first.
全不選 發文排行