Updated pressure_advance values for all filament profiles based on real calibration tests with Neptune 4 Plus + Bambu Lab Hotend. Bambu Lab Hotend (23 mm³/s, steel nozzle): - PLA: 0.045 (calibrated via PA_TEST_PATTERN) - PETG: 0.070 - ABS: 0.060 - TPU: 0.100 - Carbon-Fiber: 0.040 Original Hotend (15 mm³/s, brass nozzle): - PLA: 0.050 (slightly higher due to bowden-style path) - PETG: 0.075 - ABS: 0.065 - TPU: 0.110 These values are now embedded in the Orca profiles and will be automatically sent to Klipper at print start. Klipper config retains fallback values.
95 lines
3.2 KiB
JSON
95 lines
3.2 KiB
JSON
{
|
|
"name": "ABS - Bambu",
|
|
"instantiation": "2026-03-12",
|
|
"note": "ABS Filament Profile for BAMBU LAB Hotend (23 mm³/s, steel nozzle)",
|
|
"type": "filament",
|
|
|
|
"filament_settings": {
|
|
"filament_type": "ABS",
|
|
"filament_density": 1.04,
|
|
"filament_cost": 25,
|
|
"filament_weight": 1000,
|
|
"filament_spool_weight": 0,
|
|
"filament_diameter": 1.75,
|
|
"filament_max_volumetric_speed": 18.0,
|
|
|
|
"nozzle_temperature": 255,
|
|
"nozzle_temperature_initial_layer": 260,
|
|
"nozzle_temperature_reduction": 0,
|
|
"nozzle_temperature_reduction_initial_layer": 0,
|
|
"reduce_initial_layer_print_speed": 0,
|
|
"initial_layer_print_speed": 40,
|
|
|
|
"temperature_change_window": 3,
|
|
|
|
"bed_temperature": 95,
|
|
"bed_temperature_initial_layer": 100,
|
|
"bed_temperature_initial_layer_reduction": 0,
|
|
|
|
"cool_plate_temp": 95,
|
|
"cool_plate_temp_initial_layer": 100,
|
|
"textured_plate_temp": 100,
|
|
"textured_plate_temp_initial_layer": 105,
|
|
"hot_plate_temp": 105,
|
|
"hot_plate_temp_initial_layer": 110,
|
|
|
|
"filament_retraction_minimum_travel": 1.5,
|
|
"filament_deretraction_speed": 40,
|
|
"filament_toolchange_delay": 0,
|
|
"filament_cooling_final_temperature": 170,
|
|
"filament_cooling_initial_temperature": 260,
|
|
"filament_cooling_zone_pause": 0,
|
|
"filament_cooling_zone_fan": 0,
|
|
"filament_cooling_zone_fan_pause": 0,
|
|
"filament_wipe_temperature": null,
|
|
"filament_wipe_pause": 0,
|
|
"filament_wipe_speed": 40,
|
|
"filament_park_position": 0,
|
|
"filament_park_speed": 40,
|
|
"filament_load_speed": 40,
|
|
"filament_unload_speed": 40,
|
|
"filament_ramming_volume": 0,
|
|
"filament_ramming_volume_external": 0,
|
|
"filament_ramming_flow": 1,
|
|
"filament_ramming_acceleration": 9000,
|
|
"filament_deretraction_extra_length": 0,
|
|
"filament_deretraction_extra_speed": 0,
|
|
"filament_retract_before_wipe": 0,
|
|
"filament_wipe_before_retract": 0,
|
|
"filament_retract_restart_extra": 0,
|
|
"filament_retract_restart_extra_speed": 0,
|
|
"filament_retract_lift": 0,
|
|
"filament_retract_lift_enforce": "all_surfaces",
|
|
"filament_retract_lift_above": 0,
|
|
"filament_retract_lift_below": 0,
|
|
"filament_retract_when_changing_layer": 1,
|
|
"filament_retract_on_stop": 0,
|
|
"filament_retract_speed": 40,
|
|
"filament_retract_length": 1.8,
|
|
"filament_z_hop": 0,
|
|
"filament_z_hop_types": "normal",
|
|
"filament_z_hop_threshold": 1.0,
|
|
|
|
"compatible_printers": ["Elegoo Neptune 4 Plus"],
|
|
"compatible_printers_condition": "hotend == \"bambu\" && enclosure == true",
|
|
|
|
"filament_start_gcode": "; Filament Start - Bambu Hotend (Steel Nozzle)\nM117 Printing ABS (Bambu, Enclosure Required!)...\n",
|
|
"filament_end_gcode": "; Filament End - Bambu Hotend\n",
|
|
|
|
"filament_cost_update_behavior": "use_average",
|
|
"filament_weight_update_behavior": "use_average",
|
|
|
|
"filament_is_support": 0,
|
|
"filament_soluble": 0,
|
|
"filament_dissolve_interval": 0,
|
|
"filament_flow_ratio": 0.95,
|
|
"filament_max_speed": 0,
|
|
"filament_minimal_purge_on_wipe_tower": 15,
|
|
"filament_pressure_advance": 0.060,
|
|
"filament_abrasive": 0,
|
|
"filament_hybrid": 0,
|
|
"filament_vendor": "Generic",
|
|
"filament_color": "#C0C0C0",
|
|
"filament_material": "ABS"
|
|
}
|
|
}
|