initial commit

This commit is contained in:
Dennis Gunia
2025-09-11 21:57:16 +02:00
commit ebd90083e7
10 changed files with 541 additions and 0 deletions

35
fillament_presets/wt.json Normal file
View File

@@ -0,0 +1,35 @@
{
"type": "filament",
"name": "Bambu PLA Basic @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "GFA00",
"instantiation": "false",
"filament_cost": [
"24.99"
],
"filament_density": [
"1.26"
],
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_seam_type": [
"none"
],
"filament_scarf_height":[
"10%"
],
"filament_scarf_gap":[
"0%"
],
"filament_scarf_length":[
"10"
]
}