1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

Solved fleks3d print bed and gcode

Discussion in 'Troubleshooting' started by allan arthur, Mar 26, 2017.

Thread Status:
Not open for further replies.
  1. allan arthur

    allan arthur New Member

    Joined:
    Sep 10, 2015
    Messages:
    9
    Likes Received:
    2
    I am wanting to get a Fleks3d print bed set. What zcode setting do i need to turn off extruder heat before auto bed leveling. Then turn on heat extruder and start print after auto bed leveling.
     
  2. WheresWaldo

    WheresWaldo Volunteer ( ͠° ͟ʖ ͡°)
    Staff Member

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    In many slicers if you put the heating gcode (M104 or M109 / M140 or M190) in your start up script (g-code) manually, it will disable the one that is inserted by the software automatically. This way you can specify that homing and any other command that needs to touch the bed can happen before either the hot end or bed are heated. Just make sure you include those commands after the G28 and G29 pair.
     
  3. allan arthur

    allan arthur New Member

    Joined:
    Sep 10, 2015
    Messages:
    9
    Likes Received:
    2
     
  4. allan arthur

    allan arthur New Member

    Joined:
    Sep 10, 2015
    Messages:
    9
    Likes Received:
    2
    OK if i put that after g28 and g29 pair. is g28 and g29 the bed auto leveling then just have extruder heat after that. with g codes i am lost . is there a book on 3d printing and g codes .
     
  5. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,915
    Likes Received:
    7,338
  6. allan arthur

    allan arthur New Member

    Joined:
    Sep 10, 2015
    Messages:
    9
    Likes Received:
    2
    i have solved the problem. here is my start g code.
    G28 X0 Y0 Z0 ; home all axes
    G1 Z5 F5000 ; lift nozzle
    G28 X0 Y0 Z0 ; Home Z again in case there was filament on nozzle
    G29 ; probe the bed
    G1 Z5 F5000 ; lift nozzle
    M109 S[temperature] ; set the extruder temp and wait
     
    Tom Finzel likes this.
Thread Status:
Not open for further replies.

Share This Page