lui05 Posté(e) Juin 13, 2017 Posté(e) Juin 13, 2017 bonjour j'aurai besoin d'un petit conseil , voila j'ai mon end gcode qui fini par g28, mais après avoir fini l'impression de mon cube test l'extrudeur est venu se pose dessus et j'ai failli faire un massacre , je voudrais savoir par quelle commande finir mon end gcode merci par avance
Adisma Posté(e) Juin 13, 2017 Posté(e) Juin 13, 2017 Salut, je l'ai pas encore testé mais je compte configurer celui-ci bientôt : M104 S0 ;extruder heater off M140 S0 ;heated bed heater off 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 F9000 ;move Z up a bit and retract filament even more G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way G1 Y150 F5000 ;move completed part out M84 ;steppers off G90 ;absolute positioning
lui05 Posté(e) Juin 13, 2017 Auteur Posté(e) Juin 13, 2017 ;End GCode M104 S0 ;extruder heater off M140 S0 ;heated bed heater off (if you have it) 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 F{travel_speed} ;move Z up a bit and retract filament even more G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way M84 ;steppers off G90 ;absolute positioning ;{profile_string} ça correspond a celui que j'ai , j'ai viré le G28 que j'avais, merci pour le renseignement tout est rentré dans l'ordre
vyx Posté(e) Juin 13, 2017 Posté(e) Juin 13, 2017 j'ai ça M104 S0 ;extruder heater off M140 S0 ;heated bed heater off G91 ;relative positioning // Do not remove this line G1 E-1.5 F300 ;retract the filament a bit before lifting the nozzle to release some of the pressure G1 Z+1 E-5 ;move Z up a bit and retract filament even more G90 ;absolute positioning G1 X0 Y220 ;move X to the right and the bed to the front for easy object removal M84 ;steppers off M107 ; turn off fan
Claude11 Posté(e) Juin 13, 2017 Posté(e) Juin 13, 2017 @vyx J'ai ça aussi et c'est top. Surtout pas de G28!
Messages recommandés
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 compteSe connecter
Vous avez déjà un compte ? Connectez-vous ici.
Connectez-vous maintenant