管理員
統計數據
原文網址 Andriy Chortya 2015-08-07 20:16:17
0,15mm
彭士瑋 2015-08-07 20:25:44
wow!! Good Job!!
黃鈺盛 2015-08-07 20:51:31
lucky cat (y)
陳志瑋 2015-08-07 21:08:56
SO CUTE!!
蘇恆誠 2015-08-08 00:16:20
You need cool fan.
Andriy Chortya 2015-08-08 00:16:40
why?
蘇恆誠 2015-08-08 00:18:27
On the top of ear.
Andriy Chortya 2015-08-08 00:19:25
That's me :) I removed some defect and then burned a little bit to make it black and not grey again.
蘇恆誠 2015-08-08 00:20:50
try this https://www.facebook.com/groups/1660856287478650/1673885972842348/
Andriy Chortya 2015-08-08 21:29:55
I can't get it printed with a raft, it does not stick to the raft itself... What Cura settings do you use?
原文網址 Andriy Chortya 2015-08-06 22:56:44
This is how Freaks3D will package assembled printer. More here: https://www.indiegogo.com/…/freaks3d-the-world-s-first-port…
https://res.cloudinary.com/…/v1438…/pbvmn98wngznkvrak0kf.jpg
原文網址 Andriy Chortya 2015-08-06 20:50:09
I am back! New controller has arrived. It seems my main fan was dead too. Good that I bought a new one in advance. It's the silent Skythe Mini Kaze with 3500 RPM. I can not hear it!!! The only sound from the printer now are the motors. Let's see if the air flow will be sufficient, Printing my first print. Seller also attached redisigned controller cover for 40mm fan, so I still need a new one there too. I am using the old 30mm for now.
原文網址 Andriy Chortya 2015-08-05 23:55:35
Does it make sense to order a Melzi board just in case the custom CR7 one burns again? I just don't want to be dependant from the seller of the CR7 printers... How would I configure and install the firmware specific to CR7?
原文網址 Andriy Chortya 2015-08-01 15:40:40
Can somebody tell what the highlighted part is? So I can order a replacement. I still want to repair this board....
黃鈺盛 2015-08-01 16:05:50
Isn't there any number writing on this component?
Andriy Chortya 2015-08-01 17:15:55
No, I cant see anything. It's either burned out or is not marked.
黃鈺盛 2015-08-01 17:22:26
I find that "78L05 SMD" is similar to this component,but I can't promise it is.
Sop Huan 2015-08-01 18:16:10
just a 12v to 5 v LDO ic
Sop Huan 2015-08-01 18:16:52
http://reprap.org/wiki/Melzi
黃鈺盛 2015-08-01 18:17:53
請問這台的PCB叫什麼啊?
Sop Huan 2015-08-01 18:18:43
哈 我英文不好 這是廠家或是誰自己改的樣子,但是電路上還是基於melzi板,或許只是外形轉變了
Sop Huan 2015-08-01 18:19:21
主控ic ATMEGA1284P
黃鈺盛 2015-08-01 18:19:21
ok了解
黃鈺盛 2015-08-01 18:23:53
是melzi 1.0.0
Sop Huan 2015-08-01 18:26:18
板子不在身邊 ,cr-7好像是用4988+1284p
黃鈺盛 2015-08-01 21:05:52
你有改過這台的韌體嗎?
Sop Huan 2015-08-01 21:09:06
這台韌體是開源的 marlin 1.0 廠商有放出來給團購的人,裡面其實沒什麼改,只有pid數據改過而已
黃鈺盛 2015-08-01 21:10:03
pid是?
Kuan-Hsien Li 2015-08-01 21:15:58
噴頭在做自動控制的回授參數
黃鈺盛 2015-08-01 21:18:19
了解,所以我之後如果想增加印的範圍就可以去韌體,然後加長軌道這樣對嗎? 因為剛剛有研究了一下韌體的程式碼,蠻好懂得
Sop Huan 2015-08-01 22:05:37
我等等來po一下兩個韌體的差異
Sop Huan 2015-08-01 22:13:10
# define BAUDRATE 115200 #define MOTHERBOARD 63 #define PID_dT ((OVERSAMPLENR * 8.0)/(F_CPU / 64.0 / 256.0)) //sampling period of the temperature routine #define X_MAX_POS 130 #define Y_MAX_POS 150 #define Z_MAX_POS 100 只有這幾個部分比較值得提 其他什麼溫敏電阻xyz限位開關常開常閉的就照常就好 (OVERSAMPLENR * 8.0)開源原始碼是10
黃鈺盛 2015-08-01 22:17:39
所以我PID的那行照打,但maxposition就可以自己改自己想要的意思嗎?
Sop Huan 2015-08-01 22:18:09
嘿 PID不改我覺得也沒差XD但是我說的照常是照i3的照常喔,不是照開源下載下來的預設值
黃鈺盛 2015-08-01 22:19:00
所以除了這樣 其他都跟marlin發布的開源碼是一樣的嗎?
Sop Huan 2015-08-01 22:19:51
這樣說好了 除了我打的部分 其他都照i3慣用的marlin設定就可以了
黃鈺盛 2015-08-01 22:21:45
https://github.com/....../Release/Marlin/Configuration.h
黃鈺盛 2015-08-01 22:21:52
請問是這個嗎?
Sop Huan 2015-08-01 22:23:14
這是最初始的marlin版本 不適用也不專用於i3結構
黃鈺盛 2015-08-01 22:24:46
https://github.com/....../Marlin/Marlin/Configuration.h
黃鈺盛 2015-08-01 22:24:55
那是這個囉?
Sop Huan 2015-08-01 22:25:14
https://github.com/....../tree/master/Firmware/Marlin
Sop Huan 2015-08-01 22:25:56
你找好快阿XD
黃鈺盛 2015-08-01 22:26:41
直接在關鍵字加上i3就找到了
黃鈺盛 2015-08-01 22:27:23
ok了解,重點就是那Configuration.h可以自己客制就是了
Sop Huan 2015-08-01 22:29:24
這以這樣裡解,Configuration.h算是把程式要執行的參數全部拉出來讓其他人可以快速修改,當然也不排除cr-7廠商有改其他的副程式,但是即便有改我認為影響不大,因為大多數的參數比照最初始版的marlin顯然沒動。 附帶一提 cr-7廠家使用"1.0.0" 現在最新抓到的都是"1.0.2",但如果程式設計上沒問題應該都是向下相容的
黃鈺盛 2015-08-01 22:31:03
那現在裡面的韌體可以備份嗎?XD 怕搞砸
Sop Huan 2015-08-01 22:31:50
XD 可以阿,去用個usbasp插上去板子旁邊的icsp腳,開啟progisp之類的軟體按read flash存起來就好
黃鈺盛 2015-08-01 22:33:15
ok,這部分我可能要研究一下,感謝你!!
Kevin Chen 2015-08-01 23:29:52
Huang Lin-Chieh 好專業!
Andrej Andryi 2015-08-02 04:24:15
In english please
Michael Tang 2015-08-04 01:02:21
看情况是哪里短路了
原文網址 Andriy Chortya 2015-07-30 05:03:19
I am having a huge problem right now. I tried to connect using USB to usb hub and the power connector in printer sparked and my lights went out! I thought it's an coincidence. Tried again to the USB port of my Surface Pro 3 docking station. The spark was even bigger. My USB hub is fried and so is the printer power adapter. I really hope the electronics board is still OK.
I have contacted the seller now but also ordered a new power adapter (12V 8A) at eBay...
林佑臻 2015-07-30 09:12:42
Sounds Dangerous! So did spark come out when the adapter plugin or usb plugin? 幫樓主翻譯:他把變壓器和USB插上去然後冒火,然後usb hub和變壓器就燒掉了
Andriy Chortya 2015-07-30 13:47:06
First time power adaptor was already in. Next time usb was connected and I connected power. Is the electronics board actually standard?
Andriy Chortya 2015-07-30 15:29:08
Does anybody have a clue about electronics? Can I actually use 12v power supply that has less or more then 8A?
彭士瑋 2015-07-30 15:31:30
I would suggest you use adaptor more then 8A.
Andriy Chortya 2015-07-30 15:39:18
Did you measure how much it actually draws?
彭士瑋 2015-07-30 15:43:32
Not exactly mesure the current. but there is someone who measued power before and it is about 100W at maximum.
Andriy Chortya 2015-07-30 15:44:13
ok, good to know. I have ordered 120w power supply now.
Andriy Chortya 2015-07-30 16:04:24
This is how the board looks like now.
Andriy Chortya 2015-07-30 16:05:39
The seller wants 70USD for new board, power supply and shipping!
Allen Hsu 2015-07-30 16:58:19
You may reference the URL http://superuser.com/....../laptop-should-one-plug-the...... Turning on plug power lead into laptop plug power lead into electrical outlet switch on at electrical outlet (if applicable in your locale) switch on at laptop
Sop Huan 2015-07-30 22:11:11
英文好差...看得懂但無法溝通
Andriy Chortya 2015-08-01 00:53:08
My PCB is definitely dead... New power supply arrived but only the red lights go on and it smells burned. The seller will ship new PCB but I need to pay the shipping cost. This means waiting and no printing. Do you guys know what PCB is this actually? Something custom?
林佑臻 2015-08-01 01:25:27
This PCB is custom. But I think if someone is pro on DIY 3DP, he can use other PCB, e.g. RAMPS. After all, other unit are motor and inching switch and hot system. 原廠PCB是客製化的,但如果夠強的人,應該也可以用其他PCB版去改。畢竟PCB只是控制馬達、加熱頭、微動。
Sop Huan 2015-08-01 01:30:23
http://reprap.org/wiki/Melzi cr-7 's pcb base on this project ,you can change another open souce pcb to change it.ex:ramps
Sop Huan 2015-08-01 01:31:14
http://reprap.org/wiki/Ramps
Kuan-Hsien Li 2015-08-01 10:15:33
看到fried我還以為是在說什麼好吃的東西XD
Kevin Chen 2015-08-01 23:36:51
請教一下~所以Melzi是不是把RAMPS1.4和Arduino整合在板上的東西?
Sop Huan 2015-08-01 23:40:39
可以說是可以說不是 melzi核心跟arduinomega2560不一樣
Kevin Chen 2015-08-01 23:48:13
Melzi是專指使用ATmega1284P的核心嗎,ATmega1284p和Mega2560只是不同的MCU囉?
Sop Huan 2015-08-01 23:53:38
以melzi的作者原本的意思是這樣沒錯
Kevin Chen 2015-08-01 23:59:27
原來如此~同樣的邏輯Mega2560為MCU的整合板剛剛找了一下資料叫做Megatronics http://reprap.org/wiki/Megatronics_2.0
Andriy Chortya 2015-08-02 04:29:59
So I tried to exchange the IC mentioned but no luck yet... New IC is becomming hot very fast so I think there is a short circuit somewhere in the usb circuit. I need support from an electronics specialist to debug it. The seller has sent the new board but it would be interesting to repair this one, at least for SD only printing
Sop Huan 2015-08-02 05:56:35
you can printing by SD card ,so this red circuit work good
Sop Huan 2015-08-02 05:59:34
the usb 5v power is called "uvcc" ,and I guess the uvcc to Vreg/USB selector pin are only one way to link,so use the ameter check it , before you use usb again . (if your pinset is Vreg&vcc the ohm between uvcc&gnd must approaches infinity)
Andriy Chortya 2015-08-02 15:57:57
So the USB Port seems to be OK, i have no coductivity if the jumper is set to vreg. But when I connect 12v the reading between gnd and output of the 7805 IC is only 0.4v. Shouldn't it be 5v?
Sop Huan 2015-08-02 18:02:51
it should be 5v,,but you can printing by SD? if it just 0.4v ,the system shouldn't work..
Andriy Chortya 2015-08-02 22:40:53
OK, tried all options. 5v from USB or through the IC. no luck. With 5v through USB the red LED goes on but that's all, screen shows nothing. So I am waiting for the replacement board :(
原文網址 Andriy Chortya 2015-07-29 22:04:53
What speeds are you printing on? For now I am using the standard Cura settings but wonder if higher speeds (100mm/s) could be ok.
Kuan-Hsien Li 2015-07-29 22:31:34
print speed 25mm/s bottom layer 20mm/s infill 40mm/s
Ally Yao 2015-07-29 23:04:51
print speed 40mm/s bottom layer 35mm/s infill 20mm/s
原文網址 Andriy Chortya 2015-07-29 18:54:30
Did somebody try to order spares? I would like to order 1 or 2 belts and additional fan. I think these are two componentes that have the highest probability to break.
林佑臻 2015-07-29 20:24:26
I heard that belt is not so easy to get aging. Fan is easy to buy in Taiwan. The most wanted thing for me is threaded rod. 我聽說皮帶沒那麼容易老化,只要沒斷再繃緊就好。風扇台灣很好買,電料行都有。我目前最想要買的是牙條。
Ally Yao 2015-07-29 22:36:28
林大、你太貼心了、還有中英文對照!!!!!
彭士瑋 2015-07-29 22:46:20
我還以為是我按了FB的翻譯功能 !!XD
原文網址 Andriy Chortya 2015-07-29 06:01:47
Hi guys, my printer arrived today and I have bult it and had very successfull 1st print. Now printing sharkz :) My only concern for now is very loud fan. Do you have this too? Are there any better quality replacements? I will post some fotos later.
原文網址 Andriy Chortya 2015-07-24 20:37:02
Hi all, I am still waiting for my CR-7 to arrive and was looking for any information on the internet regarding this printer. Shih-Wei Peng was so kind to add me to this group. I am based in Germany and will do my best to advertise this printer in Europe and english-speaking community.
彭士瑋 2015-07-24 20:42:15
welcome! sorry for reject you serveral times
彭士瑋 2015-07-24 21:09:49
各位同學出來打個招呼阿~會英文的加一下cc ! 小七 進軍國際!! https://www.facebook.com/groups/1665481803689682/
Kevin Lan 2015-07-24 21:23:53
I'm curious about where did you get information of CR-7? And you buy it right?
Andriy Chortya 2015-07-24 21:57:55
I bought it, still waiting for the package to arrive. I saw Freaks3D printer on Indiegogo and started researching and then found the same design on AliExpress.
Ally Yao 2015-07-25 01:19:55
Wow~~~Welcome^^(我只會這句…哈哈…)
Miz Yeh 2015-07-25 09:10:11
Yea! read the 英文(English)/Step 0 - Packing List/2Read Before Installation.pdf (in sd card) carefully before you assemble it,the more carefully you read, the less problem you'll meet (little advice) :D
討論主題
全不選 常用關鍵字