====== Cura - Configuration ======
===== Réglages machines =====
Dans les réglages machine, les paramètres doivent être les suivants :
{{:cura:capture_d_ecran_2017-11-25_a_11.11.27.png|}}
===== Start G-Code =====
Le G-Code de démarrage à utiliser est le suivant :
;Gcode by Cura-by-dagoma for DiscoEASY200 V1.0.6
G90 ;absolute positioning
M106 S250 ;fan on for the palpeur
G28 X Y
G1 X50
M109 S180
G28
M104 S{print_temperature}
;Activation palpeur
;bloc palpeur
;{palpeur}
M107 ;start with the fan off
G1 X100 Y20 F3000
G1 Z0.5
M109 S{print_temperature}
M82 ;set extruder to absolute mode
G92 E0 ;zero the extruded length
G1 F200 E10 ;extrude 10mm of feed stock
G92 E0 ;zero the extruded length again
G1 Z3
G1 F{travel_speed}
**Attention** : l'instruction `{palpeur}` ne peut pas être parsée par Cura, la ligne aboutira à `?palpeur?` ; du coup, il faut le remplacer par son contenu parsé dans CbD : G29 (autolevel).
===== End G-Code =====
Le G-Code de fin à utiliser est celui-ci :
M104 S0 ;set temperature to zero
M106 S255 ;start fan full power
M140 S0 ;heated bed heater off (if you have it)
;Home machine
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+3 F{travel_speed} ;move Z up a bit and retract filament even more
G90
G28 X Y
;Ventilation forcee
M107 ;stop fan
;Shut down motor
M84 ;shut down motors