Jump to content

Start / End Gcode Simplify3D


rigs

Recommended Posts

Posted (edited) · Start / End Gcode Simplify3D

En espérant vous aider ;)

ATTENTION ! Si vous faites un copier/coller de ces codes dans Simplify3D, pensez à retirer les commentaires sinon les accents génèreront une erreur XML à l'ouverture du logiciel.

# Start/gcode généré Simplify3d #

 

G90 ; Utilisation de coordonnées absoluesM82 ; Distances absolues pour l'extrusionG21 ; Unité en millimètreM106 S0 ; Arrêt de la ventilation ( secondaire ) S0 = PWM 0M140 S50 ; T° du plateau chauffant S50 = 50°M190 S50 ; Attente pour atteindre le point de consigne températureM104 S250 T0	 ; T° de l'extrudeuse S250 = 250°M109 S250 T0	 ; Attente pour atteindre le point de consigne température

 

A la suite notre Start/gcode :

 

G28 			; Tous les axes en position maisonG1 X10 Y15 Z20 F12000	 ; Positionnement de la tête pour le primingG92 E0 			; Remise à zéro de la position feederG1 E28 F225		 ; Extrusion rapideG92 E0			 ; Remise à zéro de la position feederG1 E6 F60		 ; Extrusion d'appointG1 X100 Y15 Z0.2 F12000 	; Dépôt du résidu

 

# Start/gcode généré par Simplify3d #

 

G92 E0		 ; Remise à zéro de la position feederG1 E-5 F2500 	; Rétraction rapideG0 Z0.1 F1000 ; Positionnement de la tête

 

----------------------------------

# GCODE d'impression #

----------------------------------

# End/gcode généré par Simplify3d #

 

G92 E0 ; Remise à zéro de la position feederG1 E-5 F2500 ; Rétraction rapide

 

A la suite notre End/gcode :

 

G1 Z0.2			 ; LiftG1 E-20 F1000 		; Rétraction M104 S0			 ; Extinction de l'extrudeuseM140 S0			 ; Extinction du plateau chauffantG28			 ; Tous les axes en position maisonM84			 ; Mise hors tension des moteurs

 

Edited by Guest
  • Like 2
Link to post
Share on other sites

  • 3 months later...
Posted · Start / End Gcode Simplify3D

Bonjour

C'est pas forcement très clair.

En fait j'ai trouvé dans 3DS :

éditer le FFF Settings

show advanced

onglet scripts

editer les onglets starting et ending script

Par contre ils ont changé (pour une extended)

Starting script

 

M907 E1400 ; increase extruder currentG28 ; home all axesG1 X20 Y10 F3000 ; bring extruder to frontG92 E0 ; zero the extruded lengthG1 Z10 ; lowerG1 E19 F200 ; purge nozzle quicklyG1 E26 F60 ; purge nozzle slowlyG92 E0 ; zero the extruded length againG1 E-5.5 F400 ; retractG1 X190 Z0 F9000 ; pull away filamentG1 X210 F9000 ; wipeG1 Y20 F9000 ; wipeG1 E0 ; feed filament back

 

Ending Script

 

G28 X0 ; home the X-axisM104 S0 ; turn off heatersM140 S0 ; turn off bedM84 ; disable motors

 

Est ce que l'on doit modifier ici pour que cela soit pris en compte pour tous gcode généré avec ce process FFF

  • 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...