Simplify3D (S3D) settings for the Original Prusa printers
 
Notifications
Clear all

Simplify3D (S3D) settings for the Original Prusa printers  

  RSS
Jakub Dolezal
(@jakub-dolezal)
Member Admin
Simplify3D (S3D) settings for the Original Prusa printers

Good News Everyone!
Josef and his team created a bundle of settings for the Simplify3D (S3D) software! After rigorous testing, we are happy to add support for Original Prusa printers. Use our step-by-step guide to import the settings 😉

Link to the guide (includes the package with settings):
https://help.prusa3d.com/en/guide/how-to-import-profiles-to-simplify3d-4-x-windows-macos_18360

 

Direct link to the settings:
Original Prusa printers

Supported printers:

Original Prusa MINI
Original Prusa i3 MK3S
Original Prusa i3 MK3
Original Prusa i3 MK2.5S 
Original Prusa i3 MK2.5
Original Prusa i3 MK2/S

Supported materials:
Prusament PLA
Prusament PETG
Prusa PLA
Prusa PETG
Prusa ABS

Supported OS:
Microsoft Windows
Apple macOS

Changelog:

07/2020
Version 1.1
- Support for Original Prusa MINI

04/2019
Version 1.0 [initial release]
- Support for Original Prusa i3 MK3S / MK3
- Support for Original Prusa i3 MK2.5S / MK2.5 / MK2S
- Support for Prusament PLA / PETG
- Support for Prusa ABS / PETG / PLA
- Tested on S3D 4.1.2 x64

Happy printing, looking forward to your feedback and printing results 😉

This topic was modified 4 years ago by Jakub Dolezal
Assembly manuals

/ Knowledge Base
The guy behind Prusa assembly manuals...

Posted : 03/09/2020 10:40 am
doktor
(@doktor)
New Member
RE: Simplify3D (S3D) settings for the Original Prusa printers

Hi,

My mk3s kit has just been assembled. Before Prusa, I was using s3d. However, I've added that profile and slice it. Starts printing without waiting for heating, am I missing something?

https://prnt.sc/vnlkb0

S3D version: 4.1.2

MK3s firmware: 3.9.1 

 

 

 
This post was modified 3 years ago by doktor
Posted : 21/11/2020 11:53 pm
bix
 bix
(@bix)
New Member
RE: Simplify3D (S3D) settings for the Original Prusa printers

@doktor

Same situation - just finished building the printer. With S3D, prints don't wait for temperature. Did you ever get a reply or a fix to your post?

 

Posted : 06/05/2021 12:42 pm
doktor
(@doktor)
New Member
RE: Simplify3D (S3D) settings for the Original Prusa printers

@bix

No, as you can see. But doesn t a problem. You can use custom gcode for waiting few minutes before printing. I haven t tried yet.

 
Posted : 06/05/2021 1:32 pm
bobstro
(@bobstro)
Illustrious Member
RE: Simplify3D (S3D) settings for the Original Prusa printers

With the advances in other slicers I haven't used Simplify 3D much in over a year, but I recall that it looks for nozzle and bed heating commands in the start gcode (e.g., M104, M109) and if those are missing, inserts them. I believe this is controlled with the Wait for temperature controller to stabilize before beginning build setting under Temperatures. If you don't have those commands in your custom gcode, you likely need to enable this setting. There may be situations where it doesn't properly identify those gcode commands. 

Sorry I can't recall the specifics. I've got some example S3D start gcode here that you can compare. Suffice to say that once you get it set up correctly, Simplify 3D can be used with the Prusa printers just fine. 

My notes and disclaimers on 3D printing

and miscellaneous other tech projects
He is intelligent, but not experienced. His pattern indicates two dimensional thinking. -- Spock in Star Trek: The Wrath of Khan

Posted : 06/05/2021 2:36 pm
doktor liked
towlerg
(@towlerg)
Noble Member
RE: Simplify3D (S3D) settings for the Original Prusa printers

You need to add Custom GCode. ie


M190 S[first_layer_bed_temperature] ; wait for bed temp\n
M109 S[first_layer_temperature] ; wait for extruder temp\n
Posted : 06/05/2021 2:43 pm
doktor and liked
bobstro
(@bobstro)
Illustrious Member
RE: Simplify3D (S3D) settings for the Original Prusa printers

I have the temperatures for Simplify 3D set as follows:

M104 S{material_print_temperature_layer_0} ; set extruder final temp
M109 S{material_print_temperature_layer_0} ; wait for extruder final temp
M190 S{material_bed_temperature_layer_0} ; wait for bed final temp

Note the curly braces ({}) used for shortcuts in S3D rather than square brackets ([]) used in PrusaSlicer.

My notes and disclaimers on 3D printing

and miscellaneous other tech projects
He is intelligent, but not experienced. His pattern indicates two dimensional thinking. -- Spock in Star Trek: The Wrath of Khan

Posted : 06/05/2021 4:25 pm
You liked
Share: