Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente | |||
|
impressions_3d:cura [2018/05/02 07:11] 127.0.0.1 modification externe |
impressions_3d:cura [2018/12/10 10:35] (Version actuelle) plguen |
||
|---|---|---|---|
| Ligne 10: | Ligne 10: | ||
| G28 X0 Y0 ;move X/Y to min endstops | G28 X0 Y0 ;move X/Y to min endstops | ||
| G32 ;Probe Z and calculate Z plane | G32 ;Probe Z and calculate Z plane | ||
| - | G92 Z23.25 ;Offset Z | + | G92 Z23.18 ;Offset Z |
| - | G1 X100 Y0 F8000 ; Avance avant bed | + | G1 X150 Y0 F3000 ; Avance avant bed |
| G4 P1000 ; wait 1 second (see comment below) | G4 P1000 ; wait 1 second (see comment below) | ||
| G92 E0 ;mise a zéro extrudeuse | G92 E0 ;mise a zéro extrudeuse | ||
| - | G1 F600 E20 ;extrude 20 mm | + | G1 F600 E10 ;extrude 20 mm |
| G92 E0 ;mise a zéro extrudeuse | G92 E0 ;mise a zéro extrudeuse | ||
| - | G1 F600 E-1 ;retract extrudeuse 1mm | ||
| G92 E0 ;mise a zéro extrudeuse | G92 E0 ;mise a zéro extrudeuse | ||
| + | G1 Z10 F5000 ; lift nozzle | ||
| + | M220 S30 | ||
| </code> | </code> | ||
| == Gcode de Fin == | == Gcode de Fin == | ||
| <code> | <code> | ||
| - | M104 S0 ;extruder heater off | + | M104 S0 ; turn off temperature |
| - | M140 S0 ;heated bed heater off (if you have it) | + | M140 S0 ; Turn Off Bed |
| - | G91 ;relative positioning | + | G28 X0 ; home X axis |
| - | G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure | + | G1 Y215 ; Yaxis to front |
| - | G1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more | + | M84 ; disable motors |
| - | G28 X0 Y180 ;move X/Y to min endstops, so the head is out of the way | + | |
| - | M84 ;steppers off | + | |
| - | G90 ;absolute positioning | + | |
| - | M81 ;Power ATX OFF | + | |
| </code> | </code> | ||