Close



Results 1 to 3 of 3

Threaded View

  1. #3
    Looks like I need a GCODE Start that goes home.

    This is my START GCODE but it does not go home even though it says G28 Z0 ;home Z.

    G21 ;metric values
    G90 ;absolute positioning
    M82 ;set extruder to absolute mode
    M107 ;start with the fan off
    G28 Z0 ;home Z
    G1 Z15.0 F840
    G92 E0 ;zero the extruded length
    G1 F200 E3 ;extrude 3mm of feed stock
    G92 E0 ;zero the extruded length again
    G1 F840
    ;Put printing message on LCD screen
    M117 Printing...

    Anyone list their Start GCODE so I can use or modify?




    EDIT: I have it working now.
    Last edited by Firepower; 03-28-2019 at 11:04 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •