ENH: modify the preset of some filaments
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: Ia660304b830af36dfddec793e164660811c29c08
This commit is contained in:
parent
6633ef4acf
commit
21e035ffbb
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Bambulab",
|
"name": "Bambulab",
|
||||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||||
"version": "01.02.01.01",
|
"version": "01.02.01.02",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "the initial version of BBL configurations",
|
"description": "the initial version of BBL configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
@ -380,6 +380,14 @@
|
||||||
{
|
{
|
||||||
"name": "PolyTerra PLA @BBL X1",
|
"name": "PolyTerra PLA @BBL X1",
|
||||||
"sub_path": "filament/PolyTerra PLA @BBL X1.json"
|
"sub_path": "filament/PolyTerra PLA @BBL X1.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "PolyTerra PLA @BBL X1C 0.2 nozzle",
|
||||||
|
"sub_path": "filament/PolyTerra PLA @BBL X1C 0.2 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "PolyLite PLA @BBL X1C 0.2 nozzle",
|
||||||
|
"sub_path": "filament/PolyLite PLA @BBL X1C 0.2 nozzle.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"machine_list": [
|
"machine_list": [
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"Bambu Lab"
|
"Bambu Lab"
|
||||||
],
|
],
|
||||||
"filament_cost": [
|
"filament_cost": [
|
||||||
"34.99"
|
"39.99"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_flow_ratio": [
|
||||||
"0.94"
|
"0.94"
|
||||||
|
|
|
@ -17,23 +17,11 @@
|
||||||
"cool_plate_temp": [
|
"cool_plate_temp": [
|
||||||
"40"
|
"40"
|
||||||
],
|
],
|
||||||
"hot_plate_temp": [
|
|
||||||
"40"
|
|
||||||
],
|
|
||||||
"textured_plate_temp": [
|
|
||||||
"40"
|
|
||||||
],
|
|
||||||
"cool_plate_temp_initial_layer": [
|
"cool_plate_temp_initial_layer": [
|
||||||
"40"
|
"40"
|
||||||
],
|
],
|
||||||
"hot_plate_temp_initial_layer": [
|
|
||||||
"40"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer": [
|
|
||||||
"40"
|
|
||||||
],
|
|
||||||
"filament_cost": [
|
"filament_cost": [
|
||||||
"29.99"
|
"69.98"
|
||||||
],
|
],
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"8"
|
"8"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"230"
|
"230"
|
||||||
],
|
],
|
||||||
"filament_cost": [
|
"filament_cost": [
|
||||||
"36.99"
|
"41.99"
|
||||||
],
|
],
|
||||||
"nozzle_temperature": [
|
"nozzle_temperature": [
|
||||||
"230"
|
"230"
|
||||||
|
|
|
@ -41,6 +41,18 @@
|
||||||
"nozzle_temperature_range_high": [
|
"nozzle_temperature_range_high": [
|
||||||
"270"
|
"270"
|
||||||
],
|
],
|
||||||
|
"hot_plate_temp" : [
|
||||||
|
"70"
|
||||||
|
],
|
||||||
|
"textured_plate_temp" : [
|
||||||
|
"70"
|
||||||
|
],
|
||||||
|
"textured_plate_temp_initial_layer" : [
|
||||||
|
"70"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer" : [
|
||||||
|
"70"
|
||||||
|
],
|
||||||
"filament_start_gcode": [
|
"filament_start_gcode": [
|
||||||
" ; filament start gcode\n{if (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{endif}"
|
" ; filament start gcode\n{if (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{endif}"
|
||||||
]
|
]
|
||||||
|
|
|
@ -12,6 +12,8 @@
|
||||||
"8"
|
"8"
|
||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab X1 0.4 nozzle"
|
"Bambu Lab X1 0.4 nozzle",
|
||||||
|
"Bambu Lab X1 0.6 nozzle",
|
||||||
|
"Bambu Lab X1 0.8 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"setting_id": "GFSL25",
|
||||||
|
"name": "PolyLite PLA @BBL X1C 0.2 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "PolyLite PLA @BBL X1C",
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"15"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab X1 Carbon 0.2 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -12,6 +12,8 @@
|
||||||
"; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}"
|
"; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}"
|
||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab X1 Carbon 0.4 nozzle"
|
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||||
|
"Bambu Lab X1 Carbon 0.6 nozzle",
|
||||||
|
"Bambu Lab X1 Carbon 0.8 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,8 @@
|
||||||
"8"
|
"8"
|
||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab X1 0.4 nozzle"
|
"Bambu Lab X1 0.4 nozzle",
|
||||||
|
"Bambu Lab X1 0.6 nozzle",
|
||||||
|
"Bambu Lab X1 0.8 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"setting_id": "GFSL24",
|
||||||
|
"name": "PolyTerra PLA @BBL X1C 0.2 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "PolyTerra PLA @BBL X1C",
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab X1 Carbon 0.2 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -12,6 +12,8 @@
|
||||||
"; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}"
|
"; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}"
|
||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab X1 Carbon 0.4 nozzle"
|
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||||
|
"Bambu Lab X1 Carbon 0.6 nozzle",
|
||||||
|
"Bambu Lab X1 Carbon 0.8 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,10 +26,10 @@
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"hot_plate_temp" : [
|
"hot_plate_temp" : [
|
||||||
"45"
|
"55"
|
||||||
],
|
],
|
||||||
"textured_plate_temp" : [
|
"textured_plate_temp" : [
|
||||||
"45"
|
"55"
|
||||||
],
|
],
|
||||||
"cool_plate_temp_initial_layer" : [
|
"cool_plate_temp_initial_layer" : [
|
||||||
"35"
|
"35"
|
||||||
|
@ -38,10 +38,10 @@
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"hot_plate_temp_initial_layer" : [
|
"hot_plate_temp_initial_layer" : [
|
||||||
"45"
|
"55"
|
||||||
],
|
],
|
||||||
"textured_plate_temp_initial_layer" : [
|
"textured_plate_temp_initial_layer" : [
|
||||||
"45"
|
"55"
|
||||||
],
|
],
|
||||||
"nozzle_temperature_initial_layer": [
|
"nozzle_temperature_initial_layer": [
|
||||||
"220"
|
"220"
|
||||||
|
|
|
@ -11,10 +11,10 @@
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"hot_plate_temp" : [
|
"hot_plate_temp" : [
|
||||||
"45"
|
"55"
|
||||||
],
|
],
|
||||||
"textured_plate_temp" : [
|
"textured_plate_temp" : [
|
||||||
"45"
|
"55"
|
||||||
],
|
],
|
||||||
"cool_plate_temp_initial_layer" : [
|
"cool_plate_temp_initial_layer" : [
|
||||||
"35"
|
"35"
|
||||||
|
@ -23,10 +23,10 @@
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"hot_plate_temp_initial_layer" : [
|
"hot_plate_temp_initial_layer" : [
|
||||||
"45"
|
"55"
|
||||||
],
|
],
|
||||||
"textured_plate_temp_initial_layer" : [
|
"textured_plate_temp_initial_layer" : [
|
||||||
"45"
|
"55"
|
||||||
],
|
],
|
||||||
"fan_cooling_layer_time": [
|
"fan_cooling_layer_time": [
|
||||||
"100"
|
"100"
|
||||||
|
|
Loading…
Reference in New Issue