Jump to content

[UMO+] Gcode de fin


Ju_bil

Recommended Posts

Posted · [UMO+] Gcode de fin

Je travaille sur le Gcode de la fin du programme pour dégager la tête et le fil un peu plus à mon goût que ce qui est fait par défaut...

A priori ça c'est Ok ou j'ai oublié un truc?

Objectif : relever la tête, retracter le fil pour relacher la pression dans le bowden, dégager la tête à l'origine pour ne pas couler sur la pièce pendant que ça refroidit, dégager le fil très loin pour ne pas le laisser refroidir dans le corp de chauffe, couper les alimentations (extrudeur, plateau moteur), et afficher que le programme est fini.

 

G91 ;positionnement relatif
G1 Z+0.5 E-2 ;retracter le fil pour relacher la pression dans le tube et relever la buse
G90 ;positionnement absolu
G1 X0 Y0 F9000 ; Tête à l'origine pour ne pas couler sur la pièce
G91 ;positionnement relatif
G1 E-600 ;Sortir le fil de la buse pour ne pas le laisser refroidir dans le bloc
M104 S0 ;Fin chauffe extrudeur
M140 S0 ;Fin chauffe plateau
M84 ;Fin alimentation moteurs
G90 ;absolute positioning
M117 End Print

Ça vous semble correct, ou j'ai oublié un truc? Une idée d'un truc à ajouter?

 

Merci

 

Ju_bil

  • Link to post
    Share on other sites

    • 3 months later...
    Posted · [UMO+] Gcode de fin

    Bon je continue ce Topic, car j'ai un souci avec mon Gcode de fin sur mon UMO+.

    J'ai modifié des trucs par rapport au précédent, mais ça ne fonctionne toujours pas :o(

    - je retrouve ma buse au dessus de ma pièce

    - le filament n'est pas retracté

    - la machine est froide

     

    J'ai ajouté des affichages pour trouver la ligne ou ça déconne mais ça ne donne rien, c'est écrasé par le message de fin de l'imprimante.

    Alors si quelqu'un à une idée de ce qui coince...

     

    M107 ;fan is off
    M117 Fan Off
    M140 S0 ;bed heater off
    M117 Bed Off
    G91 ;relative positioning
    G0 Z+1 ; set nozzle over the part
    M117 Nozzle over
    G90 ;absolute positioning
    G0 X0 Y0 ;go to origin
    M117 ;Goto zero
    G92 E0 ;set extruder to 0
    G0 E-600 F9000 ; far retractation to remove the filament from the nozzle
    M117 retract 600
    M104 S0 ;extruder heater off
    M84 ;steppers off
    M117 well done

    Ju_bil

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...