启动 gcode 后的第一步,到开始位置(但在打印之前)太快了

3D打印 马林鱼 ultimaker-cura 开始
2021-05-02 09:07:53

我有一台 delta 打印机。问题是,在执行启动 gcode 并且挤出机头位于板中心上方 15 (Pic: x0) mm 后,实际打印开始 (x1) 的第一次移动是在(最大可能?)速度@无限加速。之后,以规则的加速度进行打印。这可能会导致缺少步骤。

问题似乎出现在 start gcode 部分之后。我该如何解决。我使用 Cura 3.5。

在此处输入图片说明

启动 gcode

G28 ;Home
G1 F1000
G1 Z15.0
G92 E0
G1 F200 E3
G92 E0
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