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

Prochaine révision
Révision précédente
ultimaker_cura_4_8_settings [2021/02/21 14:58] – créée jeromeultimaker_cura_4_8_settings [2021/02/21 15:20] (Version actuelle) – [Settings 4.2 (fonctionnent correctement)] jerome
Ligne 59: Ligne 59:
 Start G-Code :  Start G-Code : 
  
-<code>TBD</code>+<code> 
 +G90                    ; Absolute positioning 
 +M106 S255              ; Fan on full 
 +G28 X Y                ; Home stop X Y 
 +G1 X50                 ; Center back during cooldown in case of oozing (50??) 
 +M109 R90               ; Cool down in case too hot 
 +G28                    ; Center 
 +M104 S{material_print_temperature_layer_0} ; Pre-heat 
 +G29 P3                 ; Auto-level, 9 points 
 +M107                   ; Fan off 
 +G1 X100 Y20 F3000      ; Front center for degunk. G1 not G0?? 
 +G1 Z0.5 
 +M109 S{material_print_temperature_layer_0}    ; wait for initial Temp 
 +M82                    ; E absolute 
 +G92 E0                 ; E Reset 
 +G1 F200 E10            ; Degunk  
 +G92 E0                 ; Extruder reset 
 +G1 Z3                  ; Withdraw 
 +G1 F6000               ; Set feedrate 
 +</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.1613915939.txt.gz · Dernière modification : 2021/02/21 14:58 de jerome