Passer au contenu principal

Signification des Gcodes

Cura génère un fichier gcode, saviez vous qu'il s'agit juste d'un fichier texte, que vous pouvez ouvrir ?

En gros ça ressemble à ça

G92 E0 ; Reset Extruder
G28 ; Home all axes
G29 ; BLTOUCH
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
G1 X0.1 Y200.0 Z0.3 F1000.0 E15 ; Draw the first line
G1 X0.4 Y20 Z0.3 F1000.0 E30 ; Draw the second line
G92 E0 ; Reset Extruder
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X5 Y20 Z0.3 F2000.0 ; Move over to prevent blob squish
G92 E0
G92 E0
G1 F2700 E-5
;LAYER_COUNT:275
;LAYER:0
M107
G0 F6000 X91.886 Y99.42 Z0.2
;TYPE:SKIRT
G1 F2700 E0
G1 F1200 X92.626 Y98.844 E0.03119
G1 X93.412 Y98.332 E0.06239
G1 X94.239 Y97.89 E0.09358
G1 X95.101 Y97.52 E0.12478
G1 X95.991 Y97.224 E0.15597

Vous voulez savoir à quoi correspond chaque commande, voici le guide des gcodes pour Marlin (compatible avec la majorité des imprimantes 3D)

https://marlinfw.org/docs/gcode/G000-G001.html