Applying an exported settings patch
Step-by-step for each major slicer. Pick yours from the menu.
PrusaSlicer (.ini)
The exported .ini file uses the same key/value format that PrusaSlicer uses internally.
Option A — merge by hand (recommended)
- Open PrusaSlicer.
- In the right-hand panel, pick the filament profile (or print profile) you used for the failed print.
- Click the small cog icon next to the profile name to enter Expert mode if not already in it.
- Open the exported
.iniin a text editor. For eachkey = valueline, find the matching setting in PrusaSlicer (use the search box at the top of the profile panel — type the setting key likefilament_flow_ratio) and update its value. - Click the floppy-disk icon to save the profile under a new name (e.g. "PA-CF Tuned — Apr 2026") so the original stays intact.
Option B — import as a config bundle
- Rename the file to
askthenozzle_<id>.iniif it isn't already. - In PrusaSlicer: File → Import → Import Config… and select the
.ini. - Review the popup that shows which settings will change. PrusaSlicer will create a new physical printer / filament / print profile combination from the file.
- Activate the new profile in the right-hand panel.
Tip: our patches only contain the changed settings, not a full profile. Option A (hand-merge) is usually cleaner because you keep all your existing profile values.
OrcaSlicer (.ini)
OrcaSlicer is a PrusaSlicer fork, so it uses the same .ini format and the same setting keys.
- Open OrcaSlicer.
- Select the filament or process profile you used for the failed print (right-hand panel).
- Click the pencil/edit icon next to the profile to open the full settings editor.
- Open the exported
.iniin a text editor. For eachkey = value, find the matching field in OrcaSlicer (use the in-app search) and update its value. - Click Save as new at the top of the editor to create a tuned copy of the profile.
OrcaSlicer can also accept the .json export — see Bambu Studio below for the import path (OrcaSlicer's "Import preset" works the same way).
SuperSlicer (.ini)
SuperSlicer is another PrusaSlicer fork, fully compatible with the .ini format.
- Open SuperSlicer.
- Select the filament / print profile you were using.
- File → Import → Import Config… and pick the
.ini, or open it in a text editor and hand-merge the values into your active profile. - Save the modified profile under a new name so the original is preserved.
Bambu Studio (.json)
The JSON file contains a list of recommended setting changes — Bambu Studio doesn't have a native "merge JSON patch" import, so apply the values by hand.
- Open Bambu Studio.
- In the Filament tab: pick the filament you used, click the edit icon next to its name. Scroll through the long settings list, find each key from the JSON, and paste in the new value.
- In the Process tab: do the same for any process-level keys (speed, flow, retraction, walls).
- Save each modified profile with a new name (e.g. "Generic PA-CF — flow 0.96").
What keys go where?
- Filament tab:
filament_flow_ratio,nozzle_temperature,bed_temperature,chamber_temperature,fan_*,retraction_*. - Process tab:
layer_height,print_speed,outer_wall_speed,perimeters,fill_density,brim_width,support_*.
Bambu Studio stores its profiles as JSON files under %APPDATA%\BambuStudio\user\<profile>\filament\ (Windows) or ~/Library/Application Support/BambuStudio/... (macOS). Advanced users can hand-edit these directly, but make a backup first.
Creality Print (.json)
Creality Print is an OrcaSlicer fork. Use the JSON export the same way as Bambu Studio.
- Open Creality Print.
- Click Filament Settings (or Process Settings) → select the profile you used → click Edit.
- For each key in the JSON, find the matching field in the settings editor and update the value.
- Save as a new profile name.
Cura (manual translation)
Cura uses different setting keys to the OrcaSlicer / Bambu / PrusaSlicer family, so the export file is a reference rather than directly importable. The exported values still tell you what to change.
Key name translations
filament_flow_ratio→ Flow (in Material section, expressed as % e.g. 96%)nozzle_temperature→ Printing Temperaturebed_temperature→ Build Plate Temperaturefirst_layer_bed_temperature→ Build Plate Temperature Initial Layerouter_wall_speed→ Outer Wall Speedprint_speed→ Print Speedretraction_length→ Retraction Distanceretraction_speed→ Retraction Speedlayer_height→ Layer Heightperimeters→ Wall Line Countfill_density→ Infill Densitybrim_width→ Brim Widthmax_fan_speed/fan_speed→ Fan Speed Maximum
Open the export in a text editor, look up each key in the table above, and update the corresponding setting in Cura's Custom print settings panel (Marketplace → install Settings Guide if you don't see all the fields).
General notes
- Always save modified profiles under a new name. Don't overwrite the manufacturer's preset — you'll want to fall back if the change doesn't work as expected.
- Review every change before applying. The patch reflects what the AI recommended based on the diagnosis; it's still a suggestion. If a number looks wildly off (e.g. flow ratio < 0.7), double-check rather than blindly apply.
- Each export entry has a
; reason ...comment (in the.ini) or a"reason"field (in the JSON) explaining why that change is recommended. Read these before changing the value. - After a follow-up, re-download the export — it gets regenerated to include any refinements from the conversation.
- If you'd rather have a fully automated import path, please email info@askthenozzle.com and tell us which slicer — slicer-native formats are on the roadmap based on user demand.