Új hozzászólás Aktív témák

  • atus72

    senior tag

    válasz bficsor #7617 üzenetére

    Nálam ez a start code:

    G21 ;metric values
    G90 ;absolute positioning
    M82 ;set extruder to absolute mode
    M107 ;start with the fan off
    G28;
    G1 Z15.0 F9000 ;move the platform down 15mm
    G92 E0 ;zero the extruded length
    G1 F200 E3 ;extrude 3mm of feed stock
    G92 E0 ;zero the extruded length again
    G1 F9000
    M117 Printing...

    Ez állítja a csurgatást:
    G1 F200 E3 ;extrude 3mm of feed stock

    Amugy nem teljesen értem a jelenséget nálad mert amire odaér hogy végzett a skirt-el akkor már
    szépen egyenletesen kellene hogy jöjjön az anyag, amikor végzett akkor meg félre megy a fej (end code).

    End code:
    M104 S0 ;extruder heater off
    M140 S0 ;heated bed heater off (if you have it)
    G91 ;relative positioning
    G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
    G1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more
    G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
    G90 ;absolute positioning
    G1 Y190 F9000 ;use this line if you want the bed to move to the front. delete if not.
    M84 ;steppers off

Új hozzászólás Aktív témák