Wiki - Elephant foot compensation in detail #1860

Closed
opened 2026-04-05 20:39:37 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Heilonggongzi on 10/21/2025

Description

Explained Elephant foot compensation a bit

Screenshots/Recordings/Graphs

none

From

float elfoot = elephant_foot_compensation_scaled > 0 && layer_id < m_config.elefant_foot_compensation_layers.value ? 
    elephant_foot_compensation_scaled - (elephant_foot_compensation_scaled / m_config.elefant_foot_compensation_layers.value) * layer_id : 0.f;

in PrintObjectSlice.cpp

*Originally created by @Heilonggongzi on 10/21/2025* # Description Explained Elephant foot compensation a bit # Screenshots/Recordings/Graphs none ## From ``` float elfoot = elephant_foot_compensation_scaled > 0 && layer_id < m_config.elefant_foot_compensation_layers.value ? elephant_foot_compensation_scaled - (elephant_foot_compensation_scaled / m_config.elefant_foot_compensation_layers.value) * layer_id : 0.f; ``` in [PrintObjectSlice.cpp](https://github.com/SoftFever/OrcaSlicer/blob/main/src/libslic3r/PrintObjectSlice.cpp)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1860