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

Simplify3d fff Profile?

Discussion in 'Software' started by jogul, Feb 1, 2018.

  1. jogul

    jogul Member

    Joined:
    Sep 29, 2016
    Messages:
    40
    Likes Received:
    9
    Does anyone have a Simplify 3d fff profile for the Robo c2?
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    I can get you one tomorrow, but what filament? FFF (the process file) is specific to everything. You are better off just creating your own.
     
  3. jogul

    jogul Member

    Joined:
    Sep 29, 2016
    Messages:
    40
    Likes Received:
    9
    PLA. I was especially interested in the start and end codes which I would have to add.
     
  4. WheresWaldo

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

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    Start and end code is actually pretty simple, Octoprint on the C2 does a lot of the work, so the scripts are minimal in S3D, here is what I use:

    Starting Script:
    Code:
    G21 ; set metric
    G90 ; absolute positioning
    G28 ; home all axes
    G29 ; leveling
    Ending Script:
    Code:
    G91 ; relative mode
    G1 Z10 ; move up 10 mm
    G90 ; absolute mode
    M106 S0 ; turn off cooling fan
    M104 S0 ; turn off extruder
    M84 ; disable motors
     
    #4 WheresWaldo, Feb 1, 2018
    Last edited: Mar 29, 2018
    mark tomlinson likes this.
  5. Bruvilla1

    Bruvilla1 New Member

    Joined:
    Sep 20, 2017
    Messages:
    10
    Likes Received:
    0
    Hello there! I was hoping I could also obtain a Simplify 3D Profile for the Robo C2. I haven't had much success with Cura and would really appreciate some assistance. Thank you in advanced!
     
  6. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Simplify has a profile for the C2, just check the scripts against what @WheresWaldo posted above.
     

Share This Page