<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
               xmlns:atom="http://www.w3.org/2005/Atom"
               xmlns:dc="http://purl.org/dc/elements/1.1/"
               xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
               xmlns:admin="http://webns.net/mvcb/"
               xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
               xmlns:content="http://purl.org/rss/1.0/modules/content/">
            <channel>
                <title>
					                		PrusaSlicer Profiles and Presets - PrusaSlicer                                    </title>
                <link>https://forum.prusa3d.com/forum/prusaslicer/prusaslicer-profiles-and-presets/</link>
                <description>Prusa3D Forum Discussion Board</description>
                <language>en-US</language>
                <lastBuildDate>Sat, 07 Mar 2026 00:27:40 +0000</lastBuildDate>
                <generator>wpForo</generator>
                <ttl>60</ttl>
                					                    <item>
                        <title>RE: PrusaSlicer Profiles and Presets</title>
                        <link>https://forum.prusa3d.com/forum/prusaslicer/prusaslicer-profiles-and-presets/#post-678818</link>
                        <pubDate>Fri, 13 Oct 2023 23:41:17 +0000</pubDate>
                        <description><![CDATA[I am also having trouble with presets.  I have recently installed a XL-2 printer and created a preset for SunLu PETG with 1st layer temp of 245/85 and 2nd layer of 250/90.  I am running PS 2...]]></description>
                        <content:encoded><![CDATA[<p>I am also having trouble with presets.  I have recently installed a XL-2 printer and created a preset for SunLu PETG with 1st layer temp of 245/85 and 2nd layer of 250/90.  I am running PS 2.6.2</p><p>These values appear in the preset edit but do not make their way to the G-Code. What I get in the G-Code is:</p><p>M17 ; enable steppersM862.3 P "" ; printer model checkG90 ; use absolute coordinatesM83 ; extruder relative mode; set print areaM555 X{first_layer_print_min} Y{first_layer_print_min} W{(first_layer_print_max) - (first_layer_print_min)} H{(first_layer_print_max) - (first_layer_print_min)}; inform about nozzle diameterM862.1 P; set &amp; wait for bed and extruder temp for MBLM140 S ; set bed tempM104 T0 S{((filament_type == "PC" or filament_type == "PA") ? (first_layer_temperature - 25) : (filament_type == "FLEX" ? 210 : (filament_type=~/.*PET.*/ ? 195 : 170)))} ; set extruder temp for bed levelingM109 T0 R{((filament_type == "PC" or filament_type == "PA") ? (first_layer_temperature - 25) : (filament_type == "FLEX" ? 210 : (filament_type=~/.*PET.*/ ? 195 : 170)))} ; wait for temp; home carriage, pick tool, home allG28 XYM84 E ; turn off E motorG28 ZM190 S ; wait for bed tempG29 G ; absorb heat; move to the nozzle cleanup areaG1 X{(min(((((first_layer_print_min + first_layer_print_max) / 2) &lt; ((print_bed_min + print_bed_max) / 2)) ? (((first_layer_print_min - 7) &lt; -2) ? 70 : (min(print_bed_max, first_layer_print_min + 32) - 32)) : (((first_layer_print_min - 7) &lt; -2) ? 260 : (min(print_bed_max, first_layer_print_min + 32) - 32))), first_layer_print_min)) + 32} Y{(min((first_layer_print_min - 7), first_layer_print_min))} Z{5} F4800M302 S160 ; lower cold extrusion limit to 160CG1 E{-(filament_type == "FLEX" ? 4 : 2)} F2400 ; retraction for nozzle cleanup; nozzle cleanupM84 E ; turn off E motorG29 P9 X{((((first_layer_print_min + first_layer_print_max) / 2) &lt; ((print_bed_min + print_bed_max) / 2)) ? (((first_layer_print_min - 7) &lt; -2) ? 70 : (min(print_bed_max, first_layer_print_min + 32) - 32)) : (((first_layer_print_min - 7) &lt; -2) ? 260 : (min(print_bed_max, first_layer_print_min + 32) - 32)))} Y{(first_layer_print_min - 7)} W{32} H{7}G0 Z10 F480 ; move away in Z{if first_layer_bed_temperature &gt; 60}G0 Z70 F480 ; move away (a bit more) in ZG0 X30 Y{print_bed_min} F6000 ; move away in X/Y for higher bed temperatures{endif}M106 S100 ; cool off the nozzleM107 ; stop cooling off the nozzle - turn off the fan; MBLM84 E ; turn off E motorG29 P1 ; invalidate mbl &amp; probe print areaG29 P1 X30 Y0 W50 H20 C ; probe near purge placeG29 P3.2 ; interpolate mbl probesG29 P3.13 ; extrapolate mbl outside probe areaG29 A ; activate mblM104 S ; set extruder tempG1 Z10 F720 ; move away in ZG0 X30 Y-8 F6000 ; move next to the sheet; wait for extruder tempM109 T0 S{first_layer_temperature};; purge;G92 E0 ; reset extruder positionG0 X{(0 == 0 ? 30 : (0 == 1 ? 150 : (0 == 2 ? 210 : 330)))} Y{(0 &lt; 4 ? -8 : -5.5)} ; move close to the sheet's edgeG1 E{(filament_type == "FLEX" ? 4 : 2)} F2400 ; deretraction after the initial one before nozzle cleaningG0 E10 X40 Z0.2 F500 ; purgeG0 X70 E9 F800 ; purgeG0 X{70 + 3} Z{0.05} F{8000} ; wipe, move close to the bedG0 X{70 + 3 * 2} Z0.2 F{8000} ; wipe, move quickly away from the bedG92 E0 ; reset extruder position</p><p> </p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/prusaslicer/">PrusaSlicer</category>                        <dc:creator>Agkirk</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/prusaslicer/prusaslicer-profiles-and-presets/#post-678818</guid>
                    </item>
                                        <item>
                        <title>PrusaSlicer Profiles and Presets</title>
                        <link>https://forum.prusa3d.com/forum/prusaslicer/prusaslicer-profiles-and-presets/#post-678625</link>
                        <pubDate>Thu, 12 Oct 2023 20:13:49 +0000</pubDate>
                        <description><![CDATA[I constantly get very odd behavior with profiles and presets in PrusaSlicer. I don&#039;t think this is new to the latest version, but I am using 2.6. Sometimes old user presets turn up, sometime...]]></description>
                        <content:encoded><![CDATA[<p>I constantly get very odd behavior with profiles and presets in PrusaSlicer. I don't think this is new to the latest version, but I am using 2.6. Sometimes old user presets turn up, sometimes they do not. I am having a lot of trouble building a library profiles for materials in our makerspace.</p><p>Specifically, I invested a lot of time developing recipes for several flex, nylon, and nylon/CF filaments. I am getting ready to undertake this effort for PVA and BVOH. This includes user defined print, filament, and printer settings which I have saved in projects and exported as .ini in an attempt to . If I open PrusaSlicer from the program icon, often they do not appear. If I open PrusaSlicer from the projects, they sometimes disappear, or the user settings appear to be lost, or the name of the user defined setting is lost (it appears as a default (modified) setting). At times, print settings from 1-2 years ago which have been absent have suddenly appeared.</p><p>All of this is extremely frustrating. I would like to have a configuration bundle with all of these vetted settings in place, but I cannot seem to get it organized even with attempts at work arounds. Is there any thorough documentation on how profiles, settings, and projects work in PrusaSlicer?</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/prusaslicer/">PrusaSlicer</category>                        <dc:creator>MrBob</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/prusaslicer/prusaslicer-profiles-and-presets/#post-678625</guid>
                    </item>
                                                </channel>
        </rss>
        