Learning Notes in 3D Printing Slicers
19 Jun 26 (4d ago)
General
- Using Brim for the long/thin printing.
A Slicer to Rule Them All?
If you are just starting around, just use the recommended slicer that come with your printer. For example, if Bambulab, then Bambulab Studio. If Prusa, then prusa slicer.
Funnily enough, these slicers are like Linux distros they come are a single source. Which means what you learn from one another, you can apply it to the other. That said though, you can't easily use the gcode of one slicer to another. You need to wrangle it.
Personally, I experiment in other slicers because they offer more options like calibration settings then print them in Bamblulab Studio
Modifiers
Use Modifiers in your slicer to increase the wall count only at the base of the handle, keeping the telescoping segments thinner and lighter.
Use a Height Range Modifier: Right-click the model in the slicer > Add Modifier > Height Range Modifier.
Infill Pattern
For the most part, I use Gyroid and its a done deal. I used to default to Grid but it does drag the model around the bed causing a misprint. I thought it was my bed adhesion.
There are some caveats:. Gyroid is risky for small parts: While Gyroid is great, it’s computationally heavy for the printer's motion system on tiny, thin walls. For telescoping parts, Rectilinear or Grid is often safer because the print head travels in simpler, more predictable paths, reducing the chance of vibration knocking the thin segments out of alignment.
The "Solid" Layer trick: Instead of high infill, check if your slicer allows you to use "Solid Infill on Top/Bottom" or "Internal Solid Infill" specifically on the base or the joints of the pointer. This adds strength only where it is needed (the mounting point) without adding weight or friction to the sliding segments.
Handling Thin Walls Model If a wall is 1.0mm thick, stick to 2 or 3 walls maximum (with a 0.4mm nozzle) to ensure the slicer doesn't create "in-between" lines that ruin the tolerance.
For things like finger pointers or antennas, you are dealing with leverage. A long, thin, extendable piece experiences massive amounts of bending stress at the joints. Infill actually helps here: In very thin, hollow structures, high wall counts make the part brittle. If you make the walls too thick, they lose that slight bit of "give" that plastic has. A slightly lower wall count combined with a well-chosen infill can sometimes allow for a tiny bit of flex, which prevents the part from snapping clean off when it’s fully extended.
Top Surface Quality Adjust "Top Shell Layers": If you are worried about the top surface quality, increase the number of top layers rather than the infill percentage.
Problems
Pillowing Preventing "Pillowing": Thin walls can lead to surface defects where the top layers sag into the gaps of the infill. Adding more wall loops provides a solid foundation for your top layers, resulting in a much smoother, flatter finish.
Elephants Foot
"Elephant's foot" is a common 3D printing defect where the base of a print bulges outwards, resulting in poor dimensional accuracy and difficulties when parts need to fit together.
The root cause is almost always that the first few layers are being compressed or remain soft for too long, causing them to spread under the weight of the subsequent layers.
Elephant Foot Compensation: Check your slicer settings (e.g., Orca Slicer, Bambu Studio). This feature automatically shrinks the first few layers to account for the squish.
First Layer Horizontal Expansion: Adjust this setting to a negative value (e.g., -0.1mm to -0.3mm) to offset the outward flare. First Layer Flow: Reduce the extrusion multiplier or flow rate slightly for just the first layer.
Cooling: Ensure your part cooling fan kicks in early (by layer 2 or 3) to solidify the base quickly.
Re-calibrate Z-Offset: Increase the distance between your nozzle and the bed slightly. The goal is to have a perfect first layer that sticks well but isn't crushed. Lower Bed Temperature: Try lowering the bed temperature by 5°C increments for the first layer. You want the lowest heat that still maintains reliable adhesion. Use a Raft: If you are having severe issues with a specific part, printing it on a raft acts as a sacrificial base, absorbing the deformation so the actual part stays flat and accurate.
Chamfers/Fillets: If you are designing the parts, adding a small 45° chamfer (e.g., 0.5mm) to the very bottom edge of your model allows the "bulge" to exist on an angled surface rather than a vertical one, which hides the effect completely.
Collission on Travel
Change the Infill Pattern: Open your slicer and permanently switch your default infill from Grid to a "non-crossing" alternative such as Gyroid, Crosshatch, or Adaptive Cubic.
Enable Z-Hop (Lift on Travel): Turn on the Z-hop setting in your slicer to ensure the toolhead slightly elevates whenever it performs a travel move across the printed part.
Recalibrate Z-Offset: Run a standard Z-axis calibration. If the first layers look suspiciously thin or squished, adjust the offset to prevent filament from being pushed up into the path of the hotend.
Check Material Condition: Ensure your filament (especially PETG) is properly dried. Moisture causes expansion and stringing, which can snag the nozzle and dislodge prints.
AMS While many view the AMS (Automatic Material System) as just a multicolor tool, veteran users emphasize its value in operational continuity. Its true strengths are automatic backup spooling, pre-set RFID material profiles, and environmental control.
Nozzle Change was stunned by how much faster the 0.6mm high-flow nozzle is, than the default 0.4mm nozzle. (Spoiler: about twice as fast, depending on the print!) Of course, on anything that needs detail, you'd want the 0.4... but for prototyping work... the 0.6mm (or even a 0.8) will really accelerate things!
Quality
This tab dictates how smooth your print looks.
Layer height: 0.20mm is the standard workhorse. Drop it to 0.12mm or 0.08mm if you're printing miniatures or anything where you want invisible layer lines.
Order of walls: Switching this to Outer/Inner gives you way sharper and cleaner outside surfaces, though it might struggle slightly more on crazy overhangs.
Tall Cylindrical Models
Those speed settings are much too fast for a tall, thin rod like the one you are printing.
Since this is a tall, narrow part, you should drastically reduce these speeds for the entire height of the model. I recommend these settings instead:
| Setting | Change to | Why? |
|---|---|---|
| Outer wall | 30–50 mm/s | Lower speed prevents the nozzle from "whipping" the top of the rod. |
| Inner wall | 50–80 mm/s | Keeps the overall print pace steady and prevents internal vibration. |
| Sparse infill | 80–100 mm/s | High-speed infill will shake the printer frame too much for this geometry. |
| Top surface | 30–50 mm/s | Ensures the final layers are clean without pushing the rod over. |
In your screenshot, your Gap infill is set to 350 mm/s. Change this to 50–80 mm/s immediately.
Gap infill is often a very high-acceleration movement. If the printer tries to execute a 350 mm/s gap infill on a tall, thin rod, it will almost certainly knock it over.
Lower "Internal solid infill" to 80 mm/s: This will keep the entire print speed consistent and gentle.
Double-check "Sparse infill": You have it at 100 mm/s, which is perfectly fine.
Fans