Outils pour utilisateurs

Outils du site


ultimaker_cura_4_8_settings

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
ultimaker_cura_4_8_settings [2021/02/21 15:01] – [Settings 4.2 (fonctionnent correctement)] jeromeultimaker_cura_4_8_settings [2021/02/21 15:20] (Version actuelle) – [Settings 4.2 (fonctionnent correctement)] jerome
Ligne 60: Ligne 60:
  
 <code> <code>
-G90 +G90                    ; Absolute positioning 
-M106 S255 +M106 S255              ; Fan on full 
-G28 X Y +G28 X Y                ; Home stop X Y 
-G1 X50 +G1 X50                 ; Center back during cooldown in case of oozing (50??) 
-M109 R90 +M109 R90               ; Cool down in case too hot 
-G28 +G28                    ; Center 
-M104 S{material_print_temperature_layer_0} +M104 S{material_print_temperature_layer_0} ; Pre-heat 
-G29 P3 +G29 P3                 ; Auto-level, 9 points 
-M107 +M107                   ; Fan off 
-G1 X100 Y20 F3000+G1 X100 Y20 F3000      ; Front center for degunk. G1 not G0??
 G1 Z0.5 G1 Z0.5
-M109 S{material_print_temperature_layer_0} +M109 S{material_print_temperature_layer_0}    ; wait for initial Temp 
-M82 +M82                    ; E absolute 
-G92 E0 +G92 E0                 ; E Reset 
-G1 F200 E10 +G1 F200 E10            ; Degunk  
-G92 E0 +G92 E0                 ; Extruder reset 
-G1 Z3 +G1 Z3                  ; Withdraw 
-G1 F6000+G1 F6000               ; Set feedrate
 </code> </code>
  
 End G-Code :  End G-Code : 
  
-<code>TBD</code>+<code> 
 +M107            ; Fan off 
 +M104 S0         ; Stop Heating (Temp to zero) 
 +M106 S255       ; Fan to Max 
 +M140 S0         ; Bed Temp to zero (useless on DE200) 
 +G91             ; Set all axes to relative 
 +G1 E-1 F300     ; Retract by 1 (E) 
 +G1 Z+3 F3000    ; Move up by 3 (Z) 
 +G90             ; Set all axes to absolute 
 +G28 X Y.        ; Go to origin on X Y axes 
 +M107            ; Fan off 
 +M84             ; Disable Steppers 
 +M82             ; absolute extrusion mode 
 +M104 S0         ; Stop Heating again...  
 +</code>
  
  
ultimaker_cura_4_8_settings.1613916099.txt.gz · Dernière modification : 2021/02/21 15:01 de jerome