prusa3d / PrusaSlicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
https://www.prusa3d.com/prusaslicer/
GNU Affero General Public License v3.0
7.74k stars 1.93k forks source link

Option to set up 1st Layer flow factor different like the temperature for Color Fab LW-PLA-HT #12876

Open BernhardFe opened 4 months ago

BernhardFe commented 4 months ago

For printing planes I like to use ColorFab LW-PLA-HT filament. But this requires for the first layer a temperature of 200C an a flow factor of 100%. But changing the second layer to 240C the flow factor need to be reduced in my case to 52% because the filament blows upon on the nozzle.

For this I like to have the flow factor for the 1st layer different together with the temperature as for the rest of the model. All can be changed for the first layer in Prusa Slicr but not the flow factor what is really mandatory here.

Edit G-Code ore use Simplify3D is an option, but I don't like it very much.

Anyhow, a profile for this special filament would be great for people need to print lightweight models. Color Fab LW-PLA-HT

BR Bernhard

u89djt commented 4 months ago

(fellow user reposting a workaround) Here's someone posting custom gcode to do this: https://forum.prusa3d.com/forum/prusaslicer/first-layer-extrusion-multiplier/#post-694673 It goes anywhere in this box image They've used <=0 and >=1 as the if conditions. I would be tempted to use ==0 and >0 but I probably don't know where gcode conventions swing. Some reading https://help.prusa3d.com/article/macros_1775

BernhardFe commented 4 months ago

Ok, Thank you very much! This would be a short term solution. I will use it. But I think a field would be very useful and easier even if more and more people will have this question. :-)