mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-08 10:37:40 +00:00
The belt-printer branch is failing two profile gates. Both stem from the three belt-only vendors (Custom's generic belt printer, IdeaFormer, Printcepts) not existing upstream, so upstream maintenance passed them by. Slice check: 4 of 1015 printers failed - Custom's MyBeltPrinter 0.2/0.4/ 0.6/0.8 nozzle all fell back to "Default Setting". No process profile in the Custom vendor listed any MyBeltPrinter in compatible_printers, and Custom's fdm_belt_common pointed default_print_profile at "0.20mm Standard @System", which does not exist in that vendor's index, so the generic belt printer had no usable process at all. This gap dates to when MyBeltPrinter was added (2026-04-07); it only started failing now because the slice-check job is newer than that. Adds two process profiles modelled on the sibling @MyKlipper ones: - 0.20mm Standard @MyBeltPrinter - 0.4/0.6/0.8 nozzles - 0.12mm Fine @MyBeltPrinter - 0.2/0.4 nozzles The split is forced by hardware: the 0.2 nozzle preset caps max_layer_height at 0.16, so a single 0.20mm profile cannot legally cover it. fdm_belt_common now defaults to the standard profile and the 0.2 nozzle preset overrides to the fine one. setting_id: 14 files failed the rules introduced in #14432. That migration renumbered 7425 files across 61 vendors but skipped these three, leaving BabyBelt Pro, IdeaFormer IR3 V2 and MyBeltPrinter squatting the "G*" id space reserved for Bambu (GMPC0BBP01, GMIF001, GM_BELT_00x) and four instantiated filament/process presets carrying no setting_id at all. Regenerated with scripts/assign_vendor_setting_ids.py. Also repoints the identical dangling "0.20mm Standard @System" in Printcepts' and IdeaFormer's fdm_belt_common at their own real process profiles. That is a no-op today because both concrete printers override it, but it is the same landmine that took out MyBeltPrinter. Vendor index versions bumped so check_installed_vendor_profiles() will re-install the corrected profiles over an existing install. Note: changing a shipped preset's setting_id can orphan user presets that reference it as base_id. #14432 accepted that tradeoff for 61 vendors; this keeps these three consistent with the rest. Verified: orca_extra_profile_check.py reports 0 errors across 66 vendors (was 14 files with errors), and OrcaSlicer_profile_validator -s slices all 1015 printer presets successfully (was 4 failures).
114 lines
1.6 KiB
JSON
114 lines
1.6 KiB
JSON
{
|
|
"type": "filament",
|
|
"name": "Generic PLA @BabyBelt Pro",
|
|
"inherits": "Generic PLA @System",
|
|
"from": "system",
|
|
"setting_id": "24PpcnhVx9v5f4fD",
|
|
"instantiation": "true",
|
|
"compatible_printers": [
|
|
"BabyBelt Pro 0.4 nozzle"
|
|
],
|
|
"filament_type": [
|
|
"PLA"
|
|
],
|
|
"filament_vendor": [
|
|
"Generic"
|
|
],
|
|
"filament_settings_id": [
|
|
"Generic PLA @BabyBelt Pro"
|
|
],
|
|
"filament_diameter": [
|
|
"1.75"
|
|
],
|
|
"filament_density": [
|
|
"1.24"
|
|
],
|
|
"filament_flow_ratio": [
|
|
"0.98"
|
|
],
|
|
"filament_cost": [
|
|
"20"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"12"
|
|
],
|
|
"nozzle_temperature": [
|
|
"215"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"220"
|
|
],
|
|
"nozzle_temperature_range_low": [
|
|
"190"
|
|
],
|
|
"nozzle_temperature_range_high": [
|
|
"240"
|
|
],
|
|
"temperature_vitrification": [
|
|
"45"
|
|
],
|
|
"hot_plate_temp": [
|
|
"75"
|
|
],
|
|
"hot_plate_temp_initial_layer": [
|
|
"75"
|
|
],
|
|
"cool_plate_temp": [
|
|
"75"
|
|
],
|
|
"cool_plate_temp_initial_layer": [
|
|
"75"
|
|
],
|
|
"textured_plate_temp": [
|
|
"75"
|
|
],
|
|
"textured_plate_temp_initial_layer": [
|
|
"75"
|
|
],
|
|
"fan_min_speed": [
|
|
"100"
|
|
],
|
|
"fan_max_speed": [
|
|
"100"
|
|
],
|
|
"overhang_fan_threshold": [
|
|
"50%"
|
|
],
|
|
"overhang_fan_speed": [
|
|
"100"
|
|
],
|
|
"close_fan_the_first_x_layers": [
|
|
"3"
|
|
],
|
|
"full_fan_speed_layer": [
|
|
"8"
|
|
],
|
|
"slow_down_min_speed": [
|
|
"20"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"4"
|
|
],
|
|
"fan_cooling_layer_time": [
|
|
"100"
|
|
],
|
|
"reduce_fan_stop_start_freq": [
|
|
"1"
|
|
],
|
|
"filament_retraction_length": [
|
|
"1.5"
|
|
],
|
|
"filament_retraction_speed": [
|
|
"35"
|
|
],
|
|
"filament_deretraction_speed": [
|
|
"30"
|
|
],
|
|
"filament_z_hop": [
|
|
"0.4"
|
|
],
|
|
"filament_start_gcode": [
|
|
"; Generic PLA @BabyBelt Pro — belt PLA, bed 75C"
|
|
]
|
|
}
|