Feat: Add default pressure_advance to user_settings.cfg
Added calibrated PA values as fallback in Klipper config: - pressure_advance: 0.045 (PLA with Bambu Lab Hotend) - pressure_advance_smooth_time: 0.040 This ensures good print quality even when: - Filament profile has no PA value defined - Using a slicer that doesn't send PA - Manual G-code printing without PA command Orca Slicer filament profiles take precedence when defined.
This commit is contained in:
parent
2eadac8722
commit
becc1794d5
1 changed files with 11 additions and 0 deletions
|
|
@ -41,6 +41,17 @@ sensor_mcu: cartographer
|
|||
min_temp: 5
|
||||
max_temp: 105
|
||||
|
||||
# ============================================================================
|
||||
# EXTRUDER CONFIGURATION
|
||||
# ============================================================================
|
||||
# Default pressure_advance for Bambu Lab Hotend (calibrated value)
|
||||
# Individual filament profiles in Orca Slicer will override this value
|
||||
# ============================================================================
|
||||
|
||||
[extruder]
|
||||
pressure_advance: 0.045 # Default: PLA with Bambu Hotend
|
||||
pressure_advance_smooth_time: 0.040 # Default smoothing time
|
||||
|
||||
# ============================================================================
|
||||
# OUTPUT PINS - Neptune 4 Plus
|
||||
# ============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue