wirlybird
Posts: 1374
Joined: Sun Jul 17, 2016 1:32 pm

Is a 90% First Layer Pointless Now?

It setting the first layer height at 90% kind of pointless now since the extrusion multiplier no longer stays at 100% of the set value when below a first layer height of 100?
It used to be that for a first layer height below 100% the extrusion multiplier would stay at the set value essentially causing a slight over extrusion for the first layer. My understanding is it no longer works this way.
S3D-Jake
Posts: 1052
Joined: Wed Jun 20, 2018 12:45 pm

Re: Is a 90% First Layer Pointless Now?

You're correct it no longer works that way. 90% first layer height will print the correctly scaled amount of filament for a 90% first layer height. If you wish to use the formerly popular "squish" method you can set to 100% first layer height and use the global G-Code offsets settings in the G-code tab to lower the entire build by an absolute amount.
"A bird does not sing because it has an answer. It sings because it has a song."
wirlybird
Posts: 1374
Joined: Sun Jul 17, 2016 1:32 pm

Re: Is a 90% First Layer Pointless Now?

It really boggles the mind why you took yet another item that worked fine and complicated the whole thing.

So instead of just setting it a 90% and leaving it for most all prints I now have to jump to another tab and calculate how much to lower the Z offset based on my layer height and do this for every print that has a layer height change from the last print.

Wasted time and effort.
airscapes
Posts: 403
Joined: Tue Mar 06, 2018 10:35 am
Location: Philadelphia PA Area

Re: Is a 90% First Layer Pointless Now?

Sounds like a developer that doesn't use a 3d printer looked at that as a bug..
wirlybird
Posts: 1374
Joined: Sun Jul 17, 2016 1:32 pm

Re: Is a 90% First Layer Pointless Now?

Yea, and at the rate they are going they will put themselves right out of business.
Too much competition now that is free.
horst.w
Posts: 861
Joined: Fri Oct 17, 2014 5:00 pm

Re: Is a 90% First Layer Pointless Now?

It was mentioned in the changing log of V 4.0 or 4.1.

Before user have grumbled about it because they haven't understood why it is the best solution and now others are grumbling about the changes. But sure, there is someone who doesn't know what he is doing. That is the difference between practice and design.

To use the former solution someone must know that it is possible to reduce the layer height below the 100% (of general layer height) but holding automatically the extrusion amount to 100%.
The new solution I find more intuitive for beginners. Also other slicers they are coming from, don't know such a solution and beginners don't looked for it. So they merge 2 functions together without knowing why the result is bad.

horst.w
GER

PS.: to the S3D-team

It is urgently necessary to refresh KEYBOARD WARRIORS TIP OF DAYS !!!
User avatar
dkightley
Posts: 2405
Joined: Tue Mar 10, 2015 4:09 pm

Re: Is a 90% First Layer Pointless Now?

I am also quite puzzled as to why this change has been made. Why make changes that upset the existing and correct slicing behaviour of the software that give the overall impression that an upgrade has broken more things that it has mended!

It was exactly the same as the changes made to top layers. Top layers worked very nicely before an upgrade....and then a change is made that cocks many existing prints up. Why?

I would really appreciate that changes are only made that IMPROVE printing overall....and please always provide a reason for making changes...not just change the way the software works...and hope users like what you've done.
Doug Kightley
Volunteer at the National Tramway Museum http://www.tramway.co.uk
Railway modeller and webmaster at http://www.talkingtgauge.net
horst.w
Posts: 861
Joined: Fri Oct 17, 2014 5:00 pm

Re: Is a 90% First Layer Pointless Now?

dkightley wrote: Tue Mar 26, 2019 7:29 pm ...
Why make changes that upset the existing and correct slicing behaviour ...
... and it would be so easy to change it better, when the user has a drop-down menue where he can choose all values he needs.
All automatical solutions, depending of unknown situations (i.e. distance heatbed to nozzle) are pure luck but better than nothing.
To cancel this function was not great. Using instead the - negative - Z-Offset needs a intimate knowledge.

What S3D is saying?
We're hiring!
by Simplify3D


Realize it

H.
PS: the new CURA version 4.0 was coming out!
Ayres3D
Posts: 97
Joined: Mon Aug 14, 2017 1:15 pm

Re: Is a 90% First Layer Pointless Now?

I didn't realise this had changed either. That does seem like a backward step to me too.
SteveYYC
Posts: 8
Joined: Sat Jun 16, 2018 5:01 pm

Re: Is a 90% First Layer Pointless Now?

Thanks all for pointing this out and enumerating how the new version changes the first-layer/bed-layer.

Since I really don't like messing with global offsets, I added the following post-processing instructions to my S3D process instead to use the GCode M221 instruction to alter the extrusion factor for layer 1. Posting here in case it helps someone else.

{REPLACE "; layer 1," "M221 S135\n; layer 1,"} ; use f/w to overextrude layer 1 @ 135%
{REPLACE "; layer 2," "M221 S100\n; layer 2,"} ; reset f/w extrusion to 100% for layers 2-n

Return to “Troubleshooting and Bug Reports”