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

Solved Simplify3D Print Bed Calibration Issues

Discussion in 'Troubleshooting' started by NaughtyGarfield, Jun 8, 2016.

Thread Status:
Not open for further replies.
  1. MattF

    MattF New Member

    Joined:
    Aug 27, 2016
    Messages:
    3
    Likes Received:
    1
    Problem with using the MC default script on S3D is that you didnt change the markup variable:

    M109 S[temperature]; set the extruder temp and wait

    Since temperature is an unknown variable, it gets a default value of 0, so the line equates to:

    M109 S0; set the extruder temp and wait

    Change the line to the following:

    M109 S[extruder0_temperature]; set the extruder temp and wait
     
    mark tomlinson likes this.
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,914
    Likes Received:
    7,338
    Bingo. S3D is different from MatterControl :)

    They have a lovely set of videos you should consider using to get acquainted with it.
    Look under video tutorials:

    https://www.simplify3d.com/support/
     
    Rigmarol likes this.
Thread Status:
Not open for further replies.

Share This Page