Keresés

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

  • Saccco

    nagyúr

    válasz zsolti_20 #31181 üzenetére

    [link]
    Szoftver oldalról már megvagy, Klippáááhhh! ;] ;] :DDD :DDD

    Még a Start és End gcode-ot tedd át a config-ba, az is hasznos.

    [gcode_macro PRINT_START]
    # Use PRINT_START for the slicer starting script - please customise for your slicer of choice
    gcode:
    LEDGREEN23
    G28 ; home all axes
    CALIBZ
    BED_MESH_PROFILE LOAD=voron
    G1 Z20 F3000 ; move nozzle away from bed
    G21 ;metric values
    G90 ;absolute positioning
    M82 ;set extruder to absolute mode
    M107 ;start with the fan off
    SET_PRESSURE_ADVANCE ADVANCE=0.025 ;
    G0 X10 Y1 Z1 F6000 ; go to start purge spot
    G0 Z0.15 F6000 ; lower to start purge
    G92 E0 ; zero out extrusion distance
    G1 E4 F3600 ; unretract filament
    G1 X70 E9 F1000 ; intro line thin
    G1 X110 E12.5 F1000 ; intro line thick
    LEDRED

    [gcode_macro PRINT_END]
    # Use PRINT_END for the slicer ending script - please customise for your slicer of choice
    gcode:
    LEDGREEN
    M400 ; wait for buffer to clear
    G92 E0 ; zero the extruder
    G1 E-10.0 F3600 ; retract filament
    G91 ; relative positioning
    G0 Z1.00 F20000 ; move nozzle to remove stringing
    TURN_OFF_HEATERS
    M107 ; turn off fan
    G1 Z2 F3000 ; move nozzle up 2mm
    G90 ; absolute positioning
    G0 X125 Y300 F3600 ; park nozzle at rear
    BED_MESH_CLEAR
    LEDGREEN23

    Még a kommenteket sem szedtem ki belőle... :D

    A LEDGREEN a mini12864 neopixel-ét állítgatja, az is makró.

    [ Szerkesztve ]

    █ 3D nyomtatás és tervezés █ Tiny Whoop - Eszik-e vagy isszák?! https://goo.gl/9BEyy7 █ Teszteljünk egereket együtt, van 5 perced erre? http://goo.gl/ulKVSn █ - Üzenet vége - █

  • Saccco

    nagyúr

    válasz zsolti_20 #31181 üzenetére

    Aztán, ha elgurult a gyógyszer, akkor írhatsz majd ilyesmi makrókat: [link] :DDD :DDD

    █ 3D nyomtatás és tervezés █ Tiny Whoop - Eszik-e vagy isszák?! https://goo.gl/9BEyy7 █ Teszteljünk egereket együtt, van 5 perced erre? http://goo.gl/ulKVSn █ - Üzenet vége - █

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