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

CR-7/8/10 3D Printer 研究社 造訪社團 » 切片及相關軟體設定

原文網址 Pizg Chen
2015-08-13 18:45:55

請問Cura 15.06.03 要從哪裏讀入ini規畫檔?

李嘉祥
2015-08-13 18:52:58

文件選項裡有個"讀入設定擋"

Pizg Chen
2015-08-13 18:58:19

文件選項在哪裏?

李嘉祥
2015-08-13 18:58:48

上方選項的左邊第一個

李嘉祥
2015-08-13 19:00:08

阿~我是15.04版.可能位置不一樣喔~

Pizg Chen
2015-08-13 19:00:48

我後來也下載15.04版了,因為覺得15.06.03怪怪的

Pizg Chen
2015-08-13 19:10:07

可以了,感謝


原文網址 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.


原文網址 Allen Hsu
2015-08-05 12:02:21

問一個笨問題,小七裡面附的 Cura 14.12 為何 raft 在 0.4mm layer 的時候不會啟動呢? 本來以為raft 這功能失效了,後來無意間發現 0.2, 0.3mm 都可以有 raft 出現,雖然之前 raft 沒出現的時候,也是印的蠻開心的,不過 raft 有了之後,沒有口紅膠也可以附著的很好

Kevin Lan
2015-08-05 12:30:44

除非你用大於0.4mm的噴嘴,否則層高不能大於等於0.4mm吧?

因為擠出來的料要被噴嘴壓平才行,所以層高大於等於(甚至接近於)噴嘴大小都不行。 你設層高為0.4mm的時候,Cura應該會把層高的輸入欄位顯示為黄色,這就是警告你值有問題。

詳情請看這篇
http://diy3dprint.blogspot.tw/2014/03/extrusion-width.html

Allen Hsu
2015-08-05 13:11:37

Kevin Lan 感謝您的回覆,一下子學會了兩樣,居然我以前都沒注意到層高設定成0.4mm的時候,欄位的底色會變成黃色,真糗!


原文網址 陳炯煒
2015-07-29 22:11:16

Cura-cr-7 參數參考


原文網址 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


原文網址 彭士瑋
2015-07-29 12:38:41

聽說有人那個大陸的網址打不開 我copy到這邊
Cura配置选项详解


原文網址 彭士瑋
2015-07-29 10:15:26

裡面有CURA的說明

李嘉祥
2015-07-29 10:57:39

說明裡提到的CreatWare軟體..小七可用嗎?...有沒有前輩試過.
感覺跟Cura 好像.

李嘉祥
2015-07-29 11:23:01

恩..安裝了..看了一下....移除了....

彭士瑋
2015-07-29 11:28:57

一樣吧XD


原文網址 Jackson Li
2015-07-29 08:27:11

小七設定好Cura參數,如何儲存及叫回?看這裡,如附圖。參數檔副檔名是ini , 請小心服用,不要覆蓋到原來參數。


原文網址 Andy Chu
2015-07-25 21:38:30

各位3DP的前輩,請教一個很笨的問題。
我剛測試完噴頭出線的狀況,一切似乎都很正常,但現在要關機我該如何處置才能將pla線材抽出?
噴頭溫度部分我需要先選擇cooldown冷却嗎?

簡單一點說就是關機或抽換線的程序該如何做才是正確?

因為這一台CR-7 是我接觸3DP的初體驗,有很多地方會是不懂的,清不吝協助教導告知一下。

再下來要開始學習使用CURA分片軟體嘍!

王家鴻
2015-07-25 21:42:52

加熱~然後直接抽出來,記得要壓釋放鈕

Andy Chu
2015-07-25 21:46:35

哦~這麼簡單!
那選項中的cooldown 是在何狀態下使用?

王家鴻
2015-07-25 22:04:28

加溫以後~~~沒有要列印,叫他冷卻用~~平常應該很少用到

Ally Yao
2015-07-25 22:08:03

加溫到190度、然後跟入料一樣、反方向抽出料就可以了


原文網址 Miz Yeh
2015-07-22 12:10:21

這是我用SU設計的一個小物,圖中有一根圓柱橫向穿過主體,不知為何在CURA切片時,交接處是一個空洞,而不是填滿;我另外有試過用大一點的本體及圓柱來穿,切片時沒有這個現象,不知是不是前者畫太細小的緣故?

李嘉祥
2015-07-22 12:18:22

轉STL來看看

嗑清冰
2015-07-22 12:59:33

物體的表面是有方向性的(正反面),粗的那根管方向錯了。

Miz Yeh
2015-07-22 13:02:04

是的

嗑清冰
2015-07-22 13:03:25

把粗的面反轉就行了

Miz Yeh
2015-07-22 13:07:13

果不其然!! 就像 @嗑清冰 大大講的,反過來就行了,今天又學了一招;卡住一個多小時,還好有上來問,不然還不知要花多少時間

李嘉祥
2015-07-22 13:11:23

是畫3d的時候的問題嗎?

Miz Yeh
2015-07-22 13:11:44

是的

Miz Yeh
2015-07-22 17:18:36

請教 嗑清冰 大大,SU 裡 follow me 做成的管狀物,如果要改變管徑是不是就只有重畫一途了?

嗑清冰
2015-07-22 21:34:00

只能重畫了

Miz Yeh
2015-07-22 21:51:50

OK感謝


 

全不選 主題相關關鍵字