CustomFFFPrinterとして追加
“Settings” > “Printer” > “Add printer …” を選択
“Custom” > “Custom FFF Printer“.を選択
Name the new 3D printerは「Neptune 3 Plus」(任意)。
以下の通り設定
https://scrapbox.io/files/6430fbe72da168001cfd458d.png
Start G-codeに以下をコピペ
code:Start G-code
G28 ;home
G92 E0 ;Reset extruder
G1 Z4.0 F3000 ;Move Z Axis up
G92 E0 ;Reset extruder
G1 X1.1 Y20 Z0.28 F5000.0 ;Move to start position
G1 X1.1 Y80.0 Z0.28 F1500.0 E10 ;Draw the first line
G1 X1.4 Y80.0 Z0.28 F5000.0 ;Move to side a little
G1 X1.4 Y20 Z0.28 F1500.0 E20 ;Draw the second line
G92 E0 ;Reset extruder
G1 Z2.0 F3000 ;Move Z Axis up
code:End G-code:
G91 ;Relative positioning
G1 E-2 F2700 ;Retract a bit
G1 E-2 Z0.2 F1600 ;Retract and raise Z
G1 X5 Y5 F3000 ;Wipe out
G1 Z10 ;Raise Z more
G90 ;Absolute positioning
G1 X0 Y{machine_depth} ;Present print
M106 S0 ;Turn-off fan
M104 S0 ;Turn-off hotend
M140 S0 ;Turn-off bed
M84 X Y E ;Disable all steppers but Z
以下参考にパラメータ設定
table: パラメーター(the3dprinterbee参照)
PLA ABS TPU PETG
Printing temperature 210-220 °C 250-260 °C 215-220 °C 225-235 °C
Print bed temperature 60-65 °C 90-95 °C 60-70 °C 65-75 °C
Print speed 60 mm/s 60 mm/s 30 mm/s 50 mm/s
Retraction 2.5 mm at 20 mm/s 2.5-3.0 mm at 20-30 mm/s 3.0-4.0 mm at 20-30 mm/s 2.5-3.0 mm at 20-25 mm/s
Cooling 100% 0% + enclosure 100% 50-100%