Finally bought Simplify 3D but I can't seem to find a profile that works.

Finally bought Simplify 3D but I can’t seem to find a profile that works. Does anyone have a profile in S3D they’ve setup for the Printrbot Simple Metal I can use? I tried to copy all the settings I dialed in with Cura and I coppied over the start and end gcode. But it keeps smashing the extruder into the top right corner, I checked to make sure the G92 command is working so I’m not sure what could be wrong. Maybe the X/Y center is set to the middle of the bed? But I checked the slicer and it’s set to 0,0. I also check the firmware offset with the M501 command and both X and Y are set to 0. Does anyone have a profile in S3D they’ve setup for the Printrbot Simple Metal I can use?

Use the profile from this blog: http://www.spannerhands.co.uk/blog/. Tested and works very well.
http://www.spannerhands.co.uk/blog/

@Tomas_Vit the blog doesn’t provide the profile for the gcode tab which specifies machine definition, or the scripts tab which shows start and end gcode. Those are the two things that I really need.

same problem and possible solution here on the S3D forum:
https://forum.simplify3d.com/viewtopic.php?f=8&t=5799&p=25160&hilit=Printrbot+Simple+Metal#p25160

Same problem different solution might be more applicable:
https://forum.simplify3d.com/viewtopic.php?f=9&t=5777&p=24997&hilit=printrbot+metal+simple#p24997

Do they not have a profile baked into the printer selection wizard? That’s a bit surprising.

@AlohaMilton ​ neither of those would work. So I figured out basically that the origin for the printrbot is in the top left corner but S3D insists that the origin is in the bottom left corner. You can move the origin but that causes other problems. So basically I took my start gcode from Cura then tell my printer to home X and Y then move down 152.4mm to the bottom left corner. It works but it’s a little roundabout.

@Ryan_Carlyle ​ they do but it only homes the z probe once and assumes the build plate is flat which mine is slightly tilted. It solves my problem but I need to do all 3 bed probes

I think you can change the Y origin position in the machine tab of the Preferences page. I’m surprised you can’t pull the start and end g code from your previous slicer.

@Aric_Norine @Jeff_DeMaagd (You both suggested the same thing) I did that, didn’t change anything. The problem is that the slicer thinks the print head is in the bottom left corner as soon as it finishes the start gcode regardless of where the printhead actually is. I tried using the G92 command to tell the printer where it actually is but it seems like S3D has a command directly after the start gcode that resets the position to the origin.

Tools, Options, Machine.

Also would be happy to share my other settings. Do you know what I need to do to export?

missing/deleted image from Google+

Also - Start code:
G28 X0 Y0
G28 Z0
G29 ; probe Z

@Ken_McConnell ​ I tried both of those things. That start gcode is literally what I pulled from Cura. I’m away from my printer at the moment but I’ll try to comment on this post tomorrow with how to export a complete profile since I can’t remember off the top of my head. I’ll also post my start gcode commented with explanations.

@Ken_McConnell File, Export FFF Profile, then pick the correct profile. If you could upload it to Google Drive or Dropbox or anywhere I can download it that would be fantastic.

Try this one:
https://dl.dropboxusercontent.com/u/6828097/SM_PLA_30.fff

@Ken_McConnell Why is your x axis set to 250mm? upgraded bed?

Yes it is the extended bed.

@Ken_McConnell I’m experiencing the same problem with your profile.

@Aric_Norine Here you go.
https://drive.google.com/file/d/0B3Gmh2I0ddcAVE5ENHk2eVRKMzQ/view?usp=sharing
SENT: M501
READ: echo:Stored settings retrieved
Stored settings retrieved
READ: echo:Steps per unit:
Steps per unit:
READ: echo: M92 X80.00 Y80.00 Z2020.00 E93.50
M92 X80.00 Y80.00 Z2020.00 E93.50
READ: echo:Maximum feedrates (mm/s):
Maximum feedrates (mm/s):
READ: echo: M203 X125.00 Y125.00 Z5.00 E14.00
M203 X125.00 Y125.00 Z5.00 E14.00
READ: echo:Maximum Acceleration (mm/s2):
Maximum Acceleration (mm/s2):
READ: echo: M201 X2000 Y2000 Z30 E10000
M201 X2000 Y2000 Z30 E10000
READ: echo:Acceleration: S=acceleration, T=retract acceleration
Acceleration: S=acceleration, T=retract acceleration
READ: echo: M204 S3000.00 T3000.00
M204 S3000.00 T3000.00
READ: echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s)
Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s)
READ: echo: M205 S0.00 T0.00 B20000 X20.00 Z0.40 E5.00
M205 S0.00 T0.00 B20000 X20.00 Z0.40 E5.00
READ: echo:Home offset (mm):
Home offset (mm):
READ: echo: M206 X0.00 Y0.00 Z0.00
M206 X0.00 Y0.00 Z0.00
READ: echo:PID settings:
PID settings:
READ: echo: M301 P22.20 I1.08 D114.00
M301 P22.20 I1.08 D114.00
READ: echo:Min position (mm):
Min position (mm):
READ: echo: M210 X0.00 Y0.00 Z0.00
M210 X0.00 Y0.00 Z0.00
READ: echo:Max position (mm):
Max position (mm):
READ: echo: M211 X152.40 Y152.40 Z152.40
M211 X152.40 Y152.40 Z152.40
READ: echo:Bed probe offset (mm):
Bed probe offset (mm):
READ: echo: M212 X0.00 Y0.00 Z-0.60
M212 X0.00 Y0.00 Z-0.60
READ: ok

My M212 is X25 Y0 Z-1.1. Z will be different but x should be same. All other settings look similar. Also here are my stepper connections.
missing/deleted image from Google+

No idea. I bought from Printrbot as a back up about a year ago. I hadn’t noticed it was plain F.

@Aric_Norine I have to move the print head to the bottom left corner before the print starts so I have it home then move down the length of the bed.