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

Simplify 3d

Discussion in 'Software' started by John Rygg, Dec 6, 2013.

  1. Printed Solid

    Printed Solid Volunteer Admin
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    1,605
    Likes Received:
    1,003
    FWIW, Here is the start gcode I use. (under starting scripts in the advanced menu scripts tab)

    G1 Z5 F5000 ; lift Z by 15mm

    M104 S150; Set extruder and do not wait - preheat

    M190 S[bed0_temperature] ; Set bed temp and wait to be reached

    G28 ; home all axes

    G1 Z5 F5000 ; lift Z by 5mm

    M565 Z-.9 ; set the offset for auto-leveling mechanism

    G29 ; run auto-level

    M109 S[extruder0_temperature] ; Set extruder temp and wait to be reached

    The idea is that it starts the probing routine with the bed hot and the nozzle heating up, but not hot enough to drool. I find that this gives a more reliable level.

    You also need to make sure that 'wait for temperature controller to stabilize before beginning build' is UNCHECKED for the extruder otherwise all of the temperature commands are pointless.
     
    Jimmy Husain likes this.
  2. D3DStudios

    D3DStudios Member

    Joined:
    Jul 29, 2015
    Messages:
    38
    Likes Received:
    13
    Thanks for the heads up man. I will not be able to get it until fall, So I will have to use matter control until then. And when I get it I am buying it from Printed Solid.
     
  3. JOAQUIN PICCI

    JOAQUIN PICCI Member

    Joined:
    Jul 11, 2015
    Messages:
    110
    Likes Received:
    13
    How you add ROBO printer?
    it config assistant i choose "other" and it asks:

    Machine tipe: Cartesian robot / Delta robot
    firmware: reprap / makerbot / flashforge
    baud rate
     
  4. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,914
    Likes Received:
    7,338
    HELP->Configuration Assistant-> then choose Robo R1

    Also, use the tutorials on their website.
     
  5. JOAQUIN PICCI

    JOAQUIN PICCI Member

    Joined:
    Jul 11, 2015
    Messages:
    110
    Likes Received:
    13
    Dunno why but ive to manually config printer. I can choose only "others"
     

    Attached Files:

  6. JOAQUIN PICCI

    JOAQUIN PICCI Member

    Joined:
    Jul 11, 2015
    Messages:
    110
    Likes Received:
    13
    Is this config right?
     

    Attached Files:

  7. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,914
    Likes Received:
    7,338
    This is what I have in mine BUT I have a Beta.

    IF YOU HAVE AN R1 you need to select R1 WITH AUTOLEVELING (otherwise Simplify will not know about the autoleveling)

    If you are having difficulty open a support ticket with Simplify3D.
    I was able to go to the screen I pointed out to you and select any of the listed printers.

    You GET support with the purchase... they are the ones to best help you.

    :)

    MachineConfig.jpg
     
    Printed Solid likes this.
  8. JOAQUIN PICCI

    JOAQUIN PICCI Member

    Joined:
    Jul 11, 2015
    Messages:
    110
    Likes Received:
    13
    thanks, the thing is that a friend bough that license and i cant choose R1, I have to manually config the printer. Isn't a way to config the autoleveling in start or end GCODE?
     
  9. JOAQUIN PICCI

    JOAQUIN PICCI Member

    Joined:
    Jul 11, 2015
    Messages:
    110
    Likes Received:
    13
    I've everything like you but i dont have that "ROBO3D_R1.stl"
     

    Attached Files:

  10. JOAQUIN PICCI

    JOAQUIN PICCI Member

    Joined:
    Jul 11, 2015
    Messages:
    110
    Likes Received:
    13

    Dont know if this thing i am doing its OK
    I go to EDIT PROCESS FFF and in starting GCODE i put:

    G1 Z5 F5000 ; lift Z by 5mm
    G28 ; home all axes
    M565 Z-0.8; set the offset for auto-leveling mechanism
    G29 ; run auto-level
    M300 S440 P200 ;A4: 440
    G0 Z5


    I put "M565 Z-0.8;" because in matter control i manually adjust the z offset to 0.8. its ok?
    That should fix the auto level stuff
     
  11. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,914
    Likes Received:
    7,338
    That is the manual way I think. There is a way in Simplify configuration to simply tell it the Z offset and you don't have to manually enter it.
    Sorry, I don't remember where that is. Machine Configuration I think, but someone with an Autoleveling machine can speak up. (Or open a support request with them.)

    (I am converting mine to auto-leveling, but have not gotten it done yet).
     
  12. JOAQUIN PICCI

    JOAQUIN PICCI Member

    Joined:
    Jul 11, 2015
    Messages:
    110
    Likes Received:
    13
    [​IMG]

    Cant calibrate extrusion multiplier

    Em is extrusion multiplier AND Z is z offset
     
  13. danzca6

    danzca6 Well-Known Member

    Joined:
    Jul 27, 2015
    Messages:
    2,161
    Likes Received:
    1,077
    On the topic of infill patterns, does S3D allow you to define a solid layer every x layers? I heard someone mention doing that during one of my late night browsing sessions and can't remember where I read it. It sounds like if it was possible that it would give some better strength for larger objects to have a 2 layer or so solid plate every 10mm or so. Maybe I dreamt the whole thing.
     
  14. Printed Solid

    Printed Solid Volunteer Admin
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    1,605
    Likes Received:
    1,003
    It does have that feature. You can also tell it to just print thicker infill layers. For example, if you're using .1mm resolution, you can use .3mm thick infill and just print it every 3 layers. This saves a lot of time.
     
    Mike Kelly likes this.
  15. Mike Kelly

    Mike Kelly Volunteer

    Joined:
    Mar 11, 2013
    Messages:
    6,967
    Likes Received:
    2,277
    Holy crap. Is there anything S3D can't do? (Besides autocombine dual extrusion prints)
     
    Printed Solid likes this.
  16. danzca6

    danzca6 Well-Known Member

    Joined:
    Jul 27, 2015
    Messages:
    2,161
    Likes Received:
    1,077
    I might have to spend my enclosure cash on PrintedSolid for this software instead. It's like a swiss army knife. I did view all of their tutorial videos and it looks to have addressed some limits I found already with Cura. And the supports video was WAY cool. Hopefully I'll need less supports once I get my dual fan setup complete, but to modify how multiple parts are printed on a single plate layout is also very cool.
     
    Printed Solid likes this.
  17. NeuralChris

    NeuralChris Member

    Joined:
    Aug 15, 2015
    Messages:
    51
    Likes Received:
    7
    How do you do this? Sounds awesome.
     
  18. Printed Solid

    Printed Solid Volunteer Admin
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    1,605
    Likes Received:
    1,003
    upload_2015-8-31_12-16-10.png

    adjust extrusion width and print sparse infill every X layers.
     
  19. WheresWaldo

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

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    I am trying to compare differences in configurations between S3D and Slic3r, can someone who uses S3D and prints in ABS upload their FFF file. I am very curious how S3D implements their xml files, what is in a process vs. printer configuration etc.
     
  20. Sonny's Robo3D

    Joined:
    Jun 22, 2015
    Messages:
    111
    Likes Received:
    23
    I didn't like the default setting in S3D for the end of prints - so I modified it to present the print like in MatterControl, but I also retracted the filament a little and lifted the nozzle up 10 mm. If anyone is interested, here it is:

    G91 ; set relative positioning
    G1 E-1 F300 ; retract the filament a bit before lifting the nozzle
    G1 Z10 F5000 ; lifts the nozzle off of the print
    M104 S0 ; turn off extruder
    M140 S0 ; turn off bed
    M106 S0 ; turns the fan off
    G90 ; set absolute positioning
    G1 X10 Y210 ; present the print
    M84 ; disable motors

    You can add this modification in S3D in FFF settings in the "Scripts" section under "Ending Script" tab

    (update: I sped up the lifting of nozzle and movement of x,y)
     
    #280 Sonny's Robo3D, Sep 21, 2015
    Last edited: Sep 23, 2015
    Jimmy Husain and mark tomlinson like this.

Share This Page