我不明白我的 G 代码有什么问题。我已将打印温度设置为 195 °C,但是当我尝试打印时,目标温度始终为 0 °C,并且永远不会开始打印。
我曾尝试将材料预设更改为不同的 PLA 配置文件,但这根本没有帮助。
G代码:
;FLAVOR:RepRap
;TIME:1736
;Filament used: 0.676205m
;Layer height: 0.1
;Generated with Cura_SteamEngine 3.4.1
T0
M190 S50
M104 S195
M109 S195
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
M117 Print0ng...
M83 ;relative extrusion mode
G1 F1500 E-6.5
;LAYER_COUNT:96
;LAYER:0
M107
G0 F600 X90.425 Y93.152 Z0.3
;TYPE:SKIRT
G1 F1500 E6.5
...
此外,挤出机和热传感器正在工作。较旧的 G 代码文件正确地将 200 °C 设置为挤出机的目标温度。
这个 G 代码打印得很好
;FLAVOR:RepRap
;TIME:4628
;Filament used: 1.44191m
;Layer height: 0.15
;Generated with Cura_SteamEngine 3.4.1
T0
M190 S60
M104 S200
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
M117 Print0ng...
M83 ;relative extrusion mode
G1 F1500 E-6.5
;LAYER_COUNT:80
;LAYER:0
M107
G0 F4800 X72.96 Y99.484 Z0.3
;TYPE:SKIRT
---
请注意,除了我可以用前面板更改的内容之外,我从未修改过固件或更改过任何内容。