启动 gcode 后的第一步,到开始位置(但在打印之前)太快了
3D打印
马林鱼
ultimaker-cura
开始
2021-05-02 09:07:53
1个回答
作为比较,这里是 Cura 作为 gcode 文件的标题所写的内容。您可能需要调整 Cura 设置中的一些默认参数。(此标题对于默认 Prusa 和默认 Deltabot 打印机设置是相同的)
;FLAVOR:Marlin
;TIME:67934
;Filament used: 22.2173m
;Layer height: 0.06
;Generated with Cura_SteamEngine 3.5.0
M140 S60
M105
M190 S60
M104 S200
M105
M109 S200
M82 ;absolute extrusion mode
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...
G92 E0
G1 F1500 E-6.5
其它你可能感兴趣的问题