經過一番功夫,陸陸續續嘗試了兩週多,終於印出來了,
CR-X
目前成功的方式是參考
小白老師的教學,使用cura15版
回抽長度拉到100,
記得在Gcode start2 end2也要修正
[start2]
G21
G90 ;absolute positioning
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F{travel_speed} ;move the platform down 15mm
T0 ;Switch to the first extruder
G92 E0 ;zero the extruded length
G1 F3600 E100 ;extrude 10mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed} ;extrude 10mm of feed stock
;Put printing message on LCD screen
M117 Printing...
[end2]
G92 E0
G1 F3600 E-100
M104 T0 S0 ;extruder heater off
M104 T1 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before
lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract
filament even more
G28 X0 Y0 ;move X/Y to min endstops, so the
head is out of the way
M84 ;steppers off
G90 ;absolute positioning
;{profile_string}
開始的時候要把兩端的線都退到進入散熱片之前,抓從噴嘴上來10公分左右,這個長度是經驗= =
每層擦除塔的體積應該是個經驗,
例如我層高0.2
我設定擦除體積80
每一層面積大約要1600mm平方=20mmX 20mm
但是實際上觀察我應該可以在縮減更多體積 省下更多的原料
不然看到那一根實心的換料塔也是很心疼阿
Pong Cheng
2019-03-18 11:27:42
陳可樂
2019-03-18 11:28:26
Ally Yao
2019-03-19 09:04:42
Hawke ChienSheng Liu
2019-03-19 13:21:00