Download 列印件
CarlosGS/Cyclone-PCB-Factory
Edit Default_config.h
// --- Z carriage ---
Z_carriage_wall_thickness = 12; 如果壁要更厚可以調成 20mm
Z_carriage_wall_width = 50;
// --- Text ---
bottomText = "Freeman";
// --- Parts ---
以下的參數,可以決定那個物件要印
// --- Spindle Motor ---
spindle_motor_diam_top = 43; //馬達 上部直徑
spindle_motor_diam_top_smaller = 43;//馬達 上部最小直徑
spindle_motor_diam = 43;//馬達 直徑
spindle_motor_sidelen = 43;
spindle_holder_thickness = 20;// 馬達支架厚度
spindle_motor_length = 90; // 馬達總長度
Edit Cyclone.scad
下面的描述,在檔案開頭就有說明。
!Cyclone_Z_carriage(); // 前面加個 !,按 Preview 之後,只秀出 Z軸
!Cyclone_Y_frontFrame(); // 前面加個 !,按 Preview 之後,只秀出 frontal Y axis frame
Edit Cycl_Z_carriage.scad
module motor_stand_holes_Z() {
partThickness = wall_thickness;
// Position relative to motor shaft
translate([motor_width/2,motor_width/2,wall_thickness/2]) {
motorHolesZ();
// Bearing holes
translate([0,axis_distance,0]) {
bearingHole(depth=Z_bearing_width, thickness=partThickness, model=Z_threaded_rodBearingModel, tolerance=Z_radialBearingHole_tolerance);
hull() {
cylinder(r=(axes_Zsmooth_rodD*3)/2,h=10*wall_thickness,center=true); Z_top back thread hole
translate([0,-axis_distance,0])
cylinder(r=(axes_Zsmooth_rodD*2)/2,h=10*wall_thickness,center=true); Z_top back motor hole
}
}
}
}
輸出成為STL,之後可以用Sketchup在加以修改動工。
If want sketchup which can import STL file. Please load following plugin file.
Download sketchup-stl-1.0.0
Mouse (right-click) –> Edit component –> Mouse (right-click) some object –> save as *.skp
- Openscad
- Openscad 輸出來的 STL 可以用 Sketchup 來加工,增加想要的部份。
- Slic3r
- 可以把 Sketchup 輸出 STL 的部份,用 Scale 來 放在縮小。
- Split的功能,可以把所有物件,割成一件件,然後把不要的部份刪除,之後在輸出成 STL。
- Kisslicer
- 由於比較習慣這套軟體,所以 Slic3r 輸出 STL 的部份,可以使用 Kisslicer 印出。
需要測量馬達及其它零件,所以先去文具店買了游標尺,才36元NT,還不錯用。
Reference:
沒有留言:
張貼留言