worldspawn wrote: ↑Thu Aug 27, 2020 12:11 am
Can something be done to prevent this?
Yes, entering reasonable numbers into the processes does prevent this. So if you want a 0.1mm layer, don't stop the process
at 0.11mm and start the next one at 0.10mm again...
I tried to recreate this, factory file attached.
Process1, 0.1mm layer height, stops at 0.11mm
Process2, 0.1mm layer height, starts at 0.10mm
Checked this out of curiousity. I would have expected a warning that two processes interfere with each other. Seems S3D calculates
overlapping based on layer height, not exactly what's been entered in start/stop. Maybe those values should be checked too and
a warning displayed if they overlap (stop 0.11, next one start at 0.1)...
Oh, not only is the second layer completely bridged, it's also adding a 2nd layer for the skirt which is set to "1 layer".... and it doesn't
set the fan to layer 2 speed here, M106 is missing. Solid layer angles are wrong, looks like process2 ignoring some settings of p1 in this case.
Code: Select all
; process Process2
; layer 2, Z = 0.200
; feature skirt
G1 Z0.200 F480
G1 X115.118 Y90.750 F12000
Entering normal start/stop positions (0.1mm in both cases) avoids this.
worldspawn wrote:
I have this because my printer is crap and i need a bunch of different settings to get a good first layer.
...if that printer is "crap", how can creating a gap/overlap of 0.01mm between processes improve results?
dkightley wrote:
I think the first thing the original poster should do is to resolve the issue he has with the first layer printing that makes him think he needs to have a separate process for the first layer. Resolve that problem...
This.