Sd3 and other slicer
-
hello I have a question, about miscellaneous Slicer and in collaboration with the web interface of duet,
i myself use nun mainly s3d v4 for my other printers,
I briefly have the duet, here I mainly want to print the web interface,
now my question is s3d as a slicer good to use because read here on the forum that the 1 is satisfied and the other not,
there are also examples of star scripts etc .. this to compare with what I use now.
and also read that s3d does not support some things and that you have to put that in the startup script again,
Who can tell me more about this
thank you in advance -
Dont need much to use simplify3d. I have this start script
[c]G28 ; home all axes
M83 ; relative extrusionG1 Y10 Y0 Z0.5 F5000;intro line init
G1 X60.0 E15 F1000.0 ; intro line 1
G1 X100.0 E20 F1000.0 ; intro line 2[/c]And tick in the g-code options "Relative extrusion distances"
-
I use Simplify3D as my primary slicer for my two printers. I have a T3P3 Kossel Mini Delta printer with DuetWifi. I have my start script heat part way, do a G32 auto-calibration, then heat the rest of the way to the requested settings.
[[language]] ; Multi-temp stuff - 10 Feb 2018 ; Raise bed temp to profile requested bed temp M140 S[bed1_temperature] ; Raise bed temp to profile requested bed temp M104 S75 T0 ; Raise hot-end temp to 75C for G32 auto-calibration M190 S[bed1_temperature] ; Wait for bed temp to rise M109 S75 T0 ; Wait for hot-end temp to rise to 75C G28 ; home all axes G32 ; Autocalibrate M104 S[extruder0_temperature] T0 ; Raise hot-end temp to profile requested hot-end layer 1 temp M109 S[extruder0_temperature] T0 ; Wait for hot-end temp to rise to profile requested hot-end layer 1 temp G1 X0 Y0 Z10 F8000 ; centre nozzle 10mm above bed M572 D0 S0.25 ; Pressure Advance - 25 Feb 2018 ; end of my start code