mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 20:51:12 -06:00 
			
		
		
		
	ENH: add Bambu PETG-CF & change filament id of PLA Silk
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: Ib62b479a2a6648a2a4bfa0d3deb11f6f37f754a4
This commit is contained in:
		
							parent
							
								
									7b85495c28
								
							
						
					
					
						commit
						df157d3682
					
				
					 9 changed files with 123 additions and 5 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| { | ||||
|     "name": "Bambulab", | ||||
|     "url": "http://www.bambulab.com/Parameters/vendor/BBL.json", | ||||
|     "version": "01.05.00.17", | ||||
|     "version": "01.05.00.18", | ||||
|     "force_update": "0", | ||||
|     "description": "the initial version of BBL configurations", | ||||
|     "machine_model_list": [ | ||||
|  | @ -361,6 +361,10 @@ | |||
|             "name": "Generic PLA", | ||||
|             "sub_path": "filament/Generic PLA.json" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Generic PLA Silk @base", | ||||
|             "sub_path": "filament/Generic PLA Silk @base.json" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Generic PLA Silk", | ||||
|             "sub_path": "filament/Generic PLA Silk.json" | ||||
|  | @ -441,6 +445,18 @@ | |||
|             "name": "Generic PETG-CF @BBL P1P", | ||||
|             "sub_path": "filament/P1P/Generic PETG-CF @BBL P1P.json" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Bambu PETG-CF @base", | ||||
|             "sub_path": "filament/Bambu PETG-CF @base.json" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Bambu PETG-CF @BBL X1C", | ||||
|             "sub_path": "filament/Bambu PETG-CF @BBL X1C.json" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Bambu PETG-CF @BBL P1P", | ||||
|             "sub_path": "filament/P1P/Bambu PETG-CF @BBL P1P.json" | ||||
|         }, | ||||
|         { | ||||
|             "name": "Generic PVA @0.2 nozzle", | ||||
|             "sub_path": "filament/Generic PVA @0.2 nozzle.json" | ||||
|  |  | |||
							
								
								
									
										16
									
								
								resources/profiles/BBL/filament/Bambu PETG-CF @BBL X1C.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/profiles/BBL/filament/Bambu PETG-CF @BBL X1C.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,16 @@ | |||
| { | ||||
|   "type": "filament", | ||||
|   "setting_id": "GFSG50_01", | ||||
|   "name": "Bambu PETG-CF @BBL X1C", | ||||
|   "from": "system", | ||||
|   "instantiation": "true", | ||||
|   "inherits": "Bambu PETG-CF @base", | ||||
|   "compatible_printers": [ | ||||
|     "Bambu Lab X1 Carbon 0.4 nozzle", | ||||
|     "Bambu Lab X1 0.4 nozzle", | ||||
|     "Bambu Lab X1 Carbon 0.6 nozzle", | ||||
|     "Bambu Lab X1 Carbon 0.8 nozzle", | ||||
|     "Bambu Lab X1 0.6 nozzle", | ||||
|     "Bambu Lab X1 0.8 nozzle" | ||||
|   ] | ||||
| } | ||||
							
								
								
									
										50
									
								
								resources/profiles/BBL/filament/Bambu PETG-CF @base.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										50
									
								
								resources/profiles/BBL/filament/Bambu PETG-CF @base.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,50 @@ | |||
| { | ||||
|   "type": "filament", | ||||
|   "filament_id": "GFG50", | ||||
|   "name": "Bambu PETG-CF @base", | ||||
|   "from": "system", | ||||
|   "instantiation": "false", | ||||
|   "inherits": "fdm_filament_pet", | ||||
|   "required_nozzle_HRC": [ | ||||
|       "40" | ||||
|   ], | ||||
|   "filament_vendor": [ | ||||
|       "Bambu Lab" | ||||
|   ], | ||||
|   "filament_type": [ | ||||
|       "PETG-CF" | ||||
|   ], | ||||
|   "nozzle_temperature_range_low": [ | ||||
|       "240" | ||||
|   ], | ||||
|   "nozzle_temperature_range_high": [ | ||||
|       "270" | ||||
|   ], | ||||
|   "nozzle_temperature_initial_layer": [ | ||||
|       "255" | ||||
|   ], | ||||
|   "nozzle_temperature": [ | ||||
|       "255" | ||||
|   ], | ||||
|   "filament_cost": [ | ||||
|       "34.99" | ||||
|   ], | ||||
|   "filament_density": [ | ||||
|     "1.04" | ||||
|   ], | ||||
|   "fan_max_speed": [ | ||||
|       "30" | ||||
|   ], | ||||
|   "fan_min_speed": [ | ||||
|       "0" | ||||
|   ], | ||||
|   "filament_max_volumetric_speed": [ | ||||
|       "14" | ||||
|   ], | ||||
|   "slow_down_layer_time": [ | ||||
|       "6" | ||||
|   ], | ||||
|   "fan_cooling_layer_time": [ | ||||
|       "20" | ||||
|   ] | ||||
| } | ||||
|  | @ -1,6 +1,6 @@ | |||
| { | ||||
|   "type": "filament", | ||||
|   "filament_id": "GFG50", | ||||
|   "filament_id": "GFG98", | ||||
|   "name": "Generic PETG-CF @base", | ||||
|   "from": "system", | ||||
|   "instantiation": "false", | ||||
|  | @ -39,7 +39,7 @@ | |||
|       "0" | ||||
|   ], | ||||
|   "filament_max_volumetric_speed": [ | ||||
|       "16" | ||||
|       "10" | ||||
|   ], | ||||
|   "slow_down_layer_time": [ | ||||
|       "6" | ||||
|  |  | |||
							
								
								
									
										20
									
								
								resources/profiles/BBL/filament/Generic PLA Silk @base.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								resources/profiles/BBL/filament/Generic PLA Silk @base.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,20 @@ | |||
| { | ||||
|   "type": "filament", | ||||
|   "filament_id": "GFA05", | ||||
|   "name": "Generic PLA Silk @base", | ||||
|   "from": "system", | ||||
|   "instantiation": "false", | ||||
|   "inherits": "fdm_filament_pla", | ||||
|   "filament_flow_ratio": [ | ||||
|       "0.98" | ||||
|   ], | ||||
|   "filament_max_volumetric_speed": [ | ||||
|       "12" | ||||
|   ], | ||||
|   "slow_down_layer_time": [ | ||||
|       "8" | ||||
|   ], | ||||
|   "filament_start_gcode": [ | ||||
|       "; 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};Prevent PLA from jamming" | ||||
|   ] | ||||
| } | ||||
|  | @ -4,7 +4,7 @@ | |||
|     "name": "Generic PLA Silk", | ||||
|     "from": "system", | ||||
|     "instantiation": "true", | ||||
|     "inherits": "Generic PLA @base", | ||||
|     "inherits": "Generic PLA Silk @base", | ||||
|     "filament_max_volumetric_speed": [ | ||||
|         "7.5" | ||||
|     ], | ||||
|  |  | |||
|  | @ -0,0 +1,13 @@ | |||
| { | ||||
|   "type": "filament", | ||||
|   "setting_id": "GFSG50_11", | ||||
|   "name": "Bambu PETG-CF @BBL P1P", | ||||
|   "from": "system", | ||||
|   "instantiation": "true", | ||||
|   "inherits": "Bambu PETG-CF @base", | ||||
|   "compatible_printers": [ | ||||
|     "Bambu Lab P1P 0.4 nozzle", | ||||
|     "Bambu Lab P1P 0.6 nozzle", | ||||
|     "Bambu Lab P1P 0.8 nozzle" | ||||
|   ] | ||||
| } | ||||
|  | @ -17,6 +17,9 @@ | |||
|   "textured_plate_temp_initial_layer" : [ | ||||
|     "80" | ||||
|   ], | ||||
|   "filament_max_volumetric_speed": [ | ||||
|     "1" | ||||
|   ], | ||||
|   "compatible_printers": [ | ||||
|     "Bambu Lab P1P 0.2 nozzle" | ||||
|   ] | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
|     "name": "Generic PLA Silk @BBL P1P", | ||||
|     "from": "system", | ||||
|     "instantiation": "true", | ||||
|     "inherits": "Generic PLA @BBL P1P", | ||||
|     "inherits": "Generic PLA Silk @base", | ||||
|     "filament_max_volumetric_speed": [ | ||||
|         "7.5" | ||||
|     ], | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 qing.zhang
						qing.zhang