Well I found this article, and solved a problem I have been having with infill not attaching to perimiters. Thank you Ian and everyone for pointing me to this program. I have heard about it but was not sure how to set it up for my SD3.
I do have one issue. When the job starts it rams the extruder into the print bed. I have looked and looked for a setting to have a first layer hieght or something like that that is in slic3r and can't find it. Possibly it is something in my gcode that I grabbed from Crazybear.
Kisslicer Prefix gcode:
M107
G21; set mm units
G28 ;home all axis
G90; set absolute coordinates
G92 E0; reset extruder distance
M104 S200; set extruder temp and start heating
G1 Z5 F300 ;move platform down 5mm
G1 X195 Y195 F3000 ; move to back right corner
M109 S200; wait for extruder temp to be reached
G1 Z.3000 F200 ;move platform close to nozzle
G1 E7; extrude anchor
G1 F3000; center print head
G92 E0; reset extrusion distance
G90 ; use absolute coordinates
G21 ; set units to millimeters
G92 E0
M82 ; use absolute distances for extrusion
G1 F4500.000 E-1.00000
G92 E0
G1 Z0.300 F3600.000
And Post Fix:
M104 S0
G91
G1 Z5 F1000
M84
Also how would I set it to leave the extruder and bed on? I use glass plates and swap them quickly while printing, and keep going after the new glass warms up.
Thanks all,
Nick