Aller au contenu

Messages recommandés

Posté(e)

Bonjour à toutes et tous,

J'imprime avec une anycubik Kobra Plus.

J'avais pour habitude de découper mes fichiers avec Cura. J'ai voulu tenter Prusa slicer.

N'ayant pas la machine de base dans les propositions, je me suis basé sur la Méga zéro.

Il y avait un G code de base et je n'y ai rien changé tellement je suis une buse dans le domaine.

Le seul problème que je rencontre est que le plateau chauffant ne se coupe pas après impression. Sauriez vous ce que je dois rajouter et à quel endroit pour modifier cela.

 

G-code de début:

G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
M117 Homing X/Y ...
G28 X0 Y0 ;move X/Y to min endstops
M117 Homing Z ...
G28 Z0 ;move Z to min endstops
G1 Z15.0 F240 ;move the platform down 15mm
M117 Heating ...
M104 S[first_layer_temperature]
 ; set extruder temp
M109 S[first_layer_temperature]
 ; wait for extruder temp
M117 Start cleaning ...
G92 E0 ;zero the extruded length
G1 F200 E10 ;extrude 10mm of feed stock
G92 E0 ;zero the extruded length again
M117 Intro line ...
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X0.1 Y20 Z[first_layer_height] F5000.0 ; Move to start position
G1 X0.1 Y200.0 Z[first_layer_height] F1500.0 E15 ; Draw the first line
G1 X0.4 Y200.0 Z[first_layer_height] F5000.0 ; Move to side a little
G1 X0.4 Y20 Z0.3[first_layer_height] F1500.0 E30 ; Draw the second line
G92 E0 ; Reset Extruder
G1 E-1 F500 ; Retract filiment by 1 mm
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X5 Y20 Z0.3 F240 ; Move over to prevent blob squish
G92 E0 ; Reset Extruder
M117 Printing…

 

G-code de fin:

M117 Cooling down...
M104 S0 ; turn off extruder
M107 ; Fan off
M84 ; disable motors
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 ;X-20 Y-20 F240 ;move Z up a bit and retract filament even more
G28 X0 ;move X to min endstops, so the head is out of the way
G90 ;Absolute positionning
G1 Y200 F3000 ;Present print
M84 ;steppers off
M300 P300 S4000
M117 Finished.

 

En plus c'est en Anglais et deviné quoi j'y comprends rien...

Merci de m'avoir lu
 

Posté(e)

Bonjour,

Ajoute juste en dessous du 1er M117 du gcode de fin

M140 S0.

Je ne vois pas non plus d'instruction pour éteindre le chauffage de la buse, donc je mettrais aussi après le 1er G1 un :

M141 S0

  • J'aime 2
Posté(e) (modifié)
il y a 19 minutes, dropper25 a dit :

M117 Cooling down...
M104 S0 ; turn off extruder

M140 S0 ; couper chauffage du lit
M107 ; Fan off

Bonjour,

Tu rajoutes la ligne ci-dessus en rouge dans le gcode de fin.

M140 S0 ;.

https://marlinfw.org/docs/gcode/M140.html

🙂

il y a 6 minutes, RFN_31 a dit :

Je ne vois pas non plus d'instruction pour éteindre le chauffage de la buse

Il y a un M104 S0 qui fait office 

PS :   le M141, c'est pour la température de la chambre qui n'existe pas sur la kobra plus, juste un lit au grand air !!! 😄

🙂

Modifié (le) par hyoti
ajout
  • J'aime 1
  • Merci ! 1
Posté(e)

Pour info le "Machine end G-code" du profil de la "Kobra Plus" sous OrcaSlicer v2.1.1 https://github.com/SoftFever/OrcaSlicer/releases/tag/v2.1.1

M104 S0;extruder heater off
M140 S0;heated bed heater off (if you have it)
G91;relative positioning
G1 Z+10 F3600 ;move Z up a bit
G90;absolute positioning
G1 X10 F3000; get the head off the bed
G1 F3000 Y400 ;kick the bed out
M84;steppers off
M355 S0;turn off the case light

 

  • J'aime 1

Créer un compte ou se connecter pour commenter

Vous devez être membre afin de pouvoir déposer un commentaire

Créer un compte

Créez un compte sur notre communauté. C’est facile !

Créer un nouveau compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.

Connectez-vous maintenant
×
×
  • Créer...