管理員
統計數據
原文網址 Andriy Chortya 2015-12-13 18:33:18
Did anybody try to upgrade the hotend, for example to E3D V6 1,75 mm Hotend? I am not sure how to mount it...
同恩 2015-12-13 19:54:21
You can try it
Andriy Chortya 2015-12-13 20:21:12
Sure, but how to mount it, E3D does not have any holes.
同恩 2015-12-13 20:27:02
It is a hard problem about mounting without any metal accessories.
同恩 2015-12-13 20:29:28
https://www.google.com.tw/search?q=e3d%20hotend......
同恩 2015-12-13 20:31:05
同恩 2015-12-13 20:31:49
You can try like above link.
原文網址 Andriy Chortya 2015-12-01 05:39:18
https://www.indiegogo.com/…/tekbot-your-portable…/x/5971844…
林佑臻 2015-12-01 09:14:23
No wheel?? What is impossible!
林佑臻 2015-12-01 09:16:45
We dont use linear bearings and steel rods for X/Y movement. We use aluminum profiles with a PTFE coating and it moves very smooth and quietly. You can use PTFE (Teflon) aerosol to maintain the effect (a little bit every month) 用鐵氟龍噴霧來保持滑順...這真的長見識了
Kevin Lan 2015-12-01 17:56:01
看了一下,如果是贊助15USD的話可以拿到所有列印件的STL檔跟Sketchup檔,還蠻划算的。
原文網址 Andriy Chortya 2015-08-27 00:22:31
Ho Jo 2015-08-28 00:02:28
請問你的風扇轉速是多少
Andriy Chortya 2015-08-28 00:08:28
4000 RPM. This fan http://www.cooltek.de/....../silent-fan-4010-4-000-rpm......
原文網址 Andriy Chortya 2015-08-25 16:13:29
How strong should the hot end cooling fan be? And what negative impact would be to use lower RPM/CFM fan? My original fan seems to be dead and I can not test if I would get better prints/higher speed with 12v 1A fan...
原文網址 Andriy Chortya 2015-08-24 05:37:44
I need help with gcode again... It seems that the best way for me to start the print is to reduce the Feed Rate (speed) to 50%. I always print with raft and after the first layer of raft is printed I increase the FR to 100%. How could I do this using start.gcode and TweakAtZ plugin in Cura? Basically I am looking for a way to set the feed rate for the print to 50% and then increase it to 100% with TweakAtZ at Layer 2 or 3.
原文網址 Andriy Chortya 2015-08-24 03:14:09
I have been successfully using OctoPi with CR7. Works very good. The whole print is a lot more comfortable compared to SD card only solution. There is even an Android monitoring app and my webcam also works.
原文網址 Andriy Chortya 2015-08-22 15:06:33
Hi all, I am having problems with my first layer... It does not look good, very raw and not smooth. Also support is usually sticking to it too much. I am printing on raft. What could be the reason? Here is my Cura profile.
林佑臻 2015-08-22 15:11:57
take a picture
Kevin Lan 2015-08-22 22:09:35
I didn't see any obvious problem in your cura profile. What STL file are you print? Can you upload the STL file and take a picture of first layer?
Andriy Chortya 2015-08-24 03:26:24
I've done some more testing. It seems with lower bottom layer speed I am getting good quality now. But the PLA I have is very different depending on color :(
原文網址 Andriy Chortya 2015-08-17 04:54:54
What do you think about this printer? I think the "light" version is already availiable in China as "mostfun sail".
原文網址 Andriy Chortya 2015-08-11 19:37:42
Could somebody help me with the custom start GCODE? I want to print a line from X0 Y0 to the start of the raft. So basically that the printer already starts laying the line befor it comes to the gcode of the model. Alternatively a skirt + raft would be good, but if raft is enabled in Cura then skirt is automatically disabled...
彭士瑋 2015-08-11 20:20:05
Do you mean you want to modify the gcode then you can print raft and skirt together?
彭士瑋 2015-08-11 20:20:54
I can give it a try. could you send me the gcode separately?
Andriy Chortya 2015-08-11 20:22:51
Actually I want to have it in the start.gcode of Cura. So independent of any model.
Andriy Chortya 2015-08-11 20:23:18
This is my current start.gcode: ;Sliced at: {day} {date} {time} ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density} ;Print time: {print_time} ;other temp:{print_temperature} ;ideal temp:{print_temperature} G21 ;metric values G90 ;absolute positioning M82 ;set extruder to absolute mode M107 ;start with the fan off G28 X0 Y0 ;move X/Y to min endstops G28 Z0 ;move Z to min endstops
彭士瑋 2015-08-11 20:27:10
wow, I see. But you have no idea what size raft you need when you print, right? So, I guess it is easy to setup a certain raft size then you can start printing.
彭士瑋 2015-08-11 20:27:31
It will be a challege when the size is a varible
Andriy Chortya 2015-08-11 20:28:33
hm, you a right. Or at least some kind of anchor could help. Basically a line from X0 to X15 and then start printing
彭士瑋 2015-08-11 20:34:51
I would suggest you use Repetier-Host to help you understand what is the meaning of gcode
彭士瑋 2015-08-11 20:35:45
as you can see, I can easily point to one line and know what does it mean right away!
彭士瑋 2015-08-11 20:39:16
you can start from here then copy to your plugin
嗑清冰 2015-08-11 21:59:05
Do you mean like this?! print a line before brim or object print?!
Andriy Chortya 2015-08-12 00:03:19
yes
嗑清冰 2015-08-12 00:07:18
Follow as is my start gcode. you can copy the section of ";Print a exta line " to ";End print line" into your gcode M0 ;waiting install filament G21 ;metric values G90 ;absolute positioning M82 ;set extruder to absolute mode M107 ;start with the fan off G28 X0 Y0 ;X/Y home G28 Z-4.67 G1 Z5 M0 ;waiting install platfom ;Print a exta line G92 E0 ;zero the extruded length G1 Z0.2 G1 F1500 X5 Y10 G1 E6 G92 E0 G1 X5 Y120 E10 ;End print line G92 E0 ;zero the extruded length again G1 F3000 ;Put printing message on LCD screen M117 Printing...
Andriy Chortya 2015-08-13 02:45:45
This looks good! Thanks a lot. I only will change the F3000 to lower value. Need to test.
原文網址 Andriy Chortya 2015-08-10 06:41:16
I actially only noticed that my fan pins are misconfigured in the firmware. Controllable fan was on the board (2 pin connector) and extruder fan was always on and on 100%. I exchanged the fan connections and now I can control the extruder fan from the SW or firmware.
Miz Yeh 2015-08-10 09:40:30
Extruder fan must be full on to maintain hot end temperature,fan on the board which cooling the motor driving ic running on 100% also make sense, the fan needs to be controlled is which cooling for freshly laid down filament :D
Andriy Chortya 2015-08-10 13:21:47
Yes, but the firmware still needs to control the extruder fan and not the board one. It's not about always having 100% but about controlling the RPM.
Andriy Chortya 2015-08-13 05:22:43
Ok, now I understood what you mean. Actually there should be 3 fans. 1 for the parts (controllable), 1 for the hotend (always 100%) and 1 for the board (also 100%).
Miz Yeh 2015-08-13 10:23:39
You got it
討論主題
全不選 常用關鍵字