[FreeCAD, Cura] 3Dプリンター、テストデータ作成

3Dプリンターの印刷テスト用のデータを作成。

FreeCADで書いてSTLファイルを作成。
01_Shot_001

STLファイルをCuraで読み込み各種設定しGコードファイルを作成。
02_Shot_002

M10の頭が入る穴のデータ。

M10の頭は17mm。
データは左から、16.9mm、17.0mm、17.1mm、となってる。

印刷はまた後日ということで。

以下、個人的なメモ

Cura 2.3.1 => 2.6.2

注)下記の【】の数値はHICTOPの推奨値。

Printers
  Pursa i3
    Machine Settings
      Printer Settings
        X(Width)               : 200 mm 【210 mm】
        Y(Depth)               : 200 mm 【270 mm】
        Z(Height)              : 200 mm 【200 mm】
        Build Plate Shape      : Rectangular
        Machine Center is Zero : No Check
        Heated Bed             : Check
        GCode Flavor           : RepRap (Marlin/Sprinter)
      Printhead Settings
        X min                  : 20 mm
        y min                  : 10 mm
        X max                  : 10 mm
        Y max                  : 10 mm
        Gantry height          : 55 mm
        Material Diameter      : 1.75 mm
        Nozzle size            : 0.4 mm
      Start Gcode
        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
        G1 Z15.0 F9000 ;move the platform down 15mm
        G92 E0         ;zero the extruded length
        G1 F200 E3     ;extrude 3mm of feed stock
        G92 E0         ;zero the extruded length again
        G1 F9000
        ;Put printing message on LCD screen
        M117 Printing…
      End Gcode
        M104 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 F9000 ;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

Materials
  Generic
    Value                        ABS          PLA
    ————————–   ———-   ———-
    Information
      Display Name             : ABS          PLA
      Brand                    : Generic      Generic
      Material Type            : ABS          PLA
      Color                    : Generic      Generic
      Properties
        Density                : 1.10 g/cm3   1.24 g/cm3
        Diameter               : 1.75 mm      1.75 mm
        Filament Cost          : 0.00         0.00
        Filament weight        : 0 g          0 g
        Filament length     
   : 0 m          0 m
        Cost per Meter         : 0.00         0.00
    Print settings
      Default Printer Temp     : 230 【240】  200 【210】
      Build Plate Temp         : 80  【110】  60  【50】
      Retraction Distance      : 6.50 mm      6.50 mm
      Retraction Speed         : 25 mm/s      25 mm/s
      Standby Temperature      : 200          175
      Fan Speed                : 100 %        100 %

Profile
  Fine
    Shell
      Wall Thickness           : 0.8 mm
      Top/Bottom Thickness     : 0.8 mm
    Infill
      Infill Density           : 20 %
    Cooling
      Enable Print Cooling     : True 【ABS:False, PLA:True】

コメント

タイトルとURLをコピーしました