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

Heating up after leveling in Cura

Discussion in 'Software' started by Captain McGillacutty, Feb 27, 2016.

  1. Captain McGillacutty

    Joined:
    Feb 12, 2016
    Messages:
    12
    Likes Received:
    0
    This is intended for those who have a PEI sheet on their print bed and use Cura. Thanks to Danzca6 for putting another pair of eyes on it and helping work out the auto settings.

    1 - Change Bed and extruder temp to 0 under basic tab.
    2 - Paste the following in your start g code:
    G28
    G1 Z5 F5000 ; lift Z by 5mm
    M565 Z-0.8 ; set the offset for auto-leveling mechanism
    G29 ; run auto-level
    G1 Z5 F5000 ; lift Z by 5mm
    M140 S50 ; Set Bed Temperature
    M109 S210 T0 ; set extruder temperature and wait for temp
    G92 E0 ; set extruder distance at zero
    3- Change bold and red to your needs for temp and offset.
     

Share This Page