Let me be more specific that Damian.
The reason it is failing is that the E distance for the extruder in
all those gcode moves is cumulative. Think of it like an odometer.
So, you are correct in the that standard X, Y ,Z codes copy/paste
works.
However, the lowers infill would obivously be less total E distance at
the end of the 10% section.
When it hits the first line of the 100% section, the E numbers are
much longer because you had cut out the short section of 100% fill.
The extruder attemmpts to catch up on the very first segement and go
whatever it was at for the correct last layer of 10% and now attempt
to jam the equivalent 100 percent fill into the very first move line
of the 100% obviously failing.
The math is, you need to take whatever the E number is for the last
line of 10% code, and what would be the exact same move of 100% code,
and subtract the difference now for every single line upwards of the
100% code.
Again it has to be the difference of the last 2 same exact lines to do
this right, and then take that difference and subtract it from every
single E value in the 100% code.
At least that is my understanding because we use code that just keeps
counting up.
On May 16, 6:48 am, Damian Gto <
damian...@gmail.com> wrote:
> You are thinking the wrong way.
> What you want to do is have the top layers solid.
> Im not sure how to do this in skenforge, but with Slic3r its easy. You just
> add how many solid layers you want on the top and bottom.
>
>
>
> On Tuesday, May 14, 2013 10:09:42 PM UTC+2, Paul Neil wrote:
>
> > Hi
>
> > I have a part that I would like to print on my Rep2 , my Rep2 is running
> > the latest sailfish firmware and I'm using ReplicatorG for slicing.
> > It's 6mm high and I would like to print the first 4mm with a 10% infill
> > and the top 2mm with a 100% infill.
> > I have tried using gblendhttps://
github.com/wd5gnr/gblendbut haven't