satsatt
Posts: 3
Joined: Wed Feb 17, 2016 12:35 pm

Start script for Ender-3 V3 SE

I was searching a good start script for my E-3V3SE in Simplify3D. What i sampled from different places satisfies my initial demands regarding fluid print starting and filament priming/purging outside the print bed.

Code: Select all

;Startscript

M413 S0 ; power loss off
G92 E0 ; zero position
M140 S[bed2_temperature] T0 ; T bed no waiting
; G29 ; new bed levelling
G28 ; home all axes
M420 S1 ; activate stored bedlevelling numbers
M106 S0 ; fan off
; M190 S[bed2_temperature] T0 ; T bed waiting
M109 S[extruder0_temperature] T0 ; wait temp extruder 0 ( start Temp )
M106 S[fan_speed_pwm]
; G04 S60 ; wait printing x sec

;PURGE
; G28 ; home all
G1 X-10 Y2 F3000 ; outside x
G1 Z-1 F1000 ; under bed
M109 S[extruder0_temperature] T0
G92 E0 ; zero E position

G1 E20 F200 ; purge nozzle quickly x-mm
; G1 E5 F15 ; purge nozzle slowly
G92 E0 ; zero the extruded length again
G1 E-2 F400 ; retract x mm
G90 ; abs. positioning
G1 Z0 F1000 ; z up  
G1 X190 F3000 ; pull away filament
G1 X210 F300 ; wipe
; G1 E0 ; feed filament back ( hier automatic )
If anyone with deeper insight has a comment on that i will be delighted.
** acrylic sunhohey Prousa I3 , rambo board, modified x bearings/holder and heated bed, dual E3D V6 all metal hotends, bed leveling with inductive proximity sensor, Marlin firmware , simplify3D **
S3D-Jason
Posts: 1409
Joined: Sun May 31, 2015 6:01 am

Re: Start script for Ender-3 V3 SE

I believe our team has already created profiles for several of the new Ender 3 V3 machines, including the SE, so you can email them directly at the link below if you need assistance with the correct settings.
https://www.simplify3d.com/contact-us/

Return to “General Discussion and Tips”