mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Bug Fixed: Added "Printer Variant" to all Ender 3 and Prusa Mk3s Profiles (#4098)
Added "Printer Variant" to all Ender 3 and Prusa Mk3s Profiles Bug Fixed: When selected only 1 profile from menu , Orcaslicer imports all nozzle from the printer. Added "printer_variant": "" for each nozzle. Now it imports correct only the selected nozzled in the menu.
This commit is contained in:
		
							parent
							
								
									4db05c0a0f
								
							
						
					
					
						commit
						8bb9c8deb1
					
				
					 9 changed files with 8 additions and 26 deletions
				
			
		| 
						 | 
				
			
			@ -6,6 +6,7 @@
 | 
			
		|||
	"instantiation": "true",
 | 
			
		||||
	"inherits": "fdm_creality_common",
 | 
			
		||||
	"printer_model": "Creality Ender-3",
 | 
			
		||||
	"printer_variant": "0.2",
 | 
			
		||||
	"printer_structure": "i3",
 | 
			
		||||
	"default_print_profile": "0.20mm Standard @Creality Ender3 0.2",
 | 
			
		||||
	"thumbnails": [""],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,6 +6,7 @@
 | 
			
		|||
	"instantiation": "true",
 | 
			
		||||
	"inherits": "fdm_creality_common",
 | 
			
		||||
	"printer_model": "Creality Ender-3",
 | 
			
		||||
	"printer_variant": "0.4",
 | 
			
		||||
	"printer_structure": "i3",
 | 
			
		||||
	"default_print_profile": "0.20mm Standard @Creality Ender3",
 | 
			
		||||
	"thumbnails": [""],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,6 +6,7 @@
 | 
			
		|||
	"instantiation": "true",
 | 
			
		||||
	"inherits": "fdm_creality_common",
 | 
			
		||||
	"printer_model": "Creality Ender-3",
 | 
			
		||||
	"printer_variant": "0.6",
 | 
			
		||||
	"printer_structure": "i3",
 | 
			
		||||
	"default_print_profile": "0.20mm Standard @Creality Ender3 0.6",
 | 
			
		||||
	"thumbnails": [""],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,6 +6,7 @@
 | 
			
		|||
	"instantiation": "true",
 | 
			
		||||
	"inherits": "fdm_creality_common",
 | 
			
		||||
	"printer_model": "Creality Ender-3",
 | 
			
		||||
	"printer_variant": "0.8",
 | 
			
		||||
	"printer_structure": "i3",
 | 
			
		||||
	"default_print_profile": "0.20mm Standard @Creality Ender3 0.8",
 | 
			
		||||
	"thumbnails": [""],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,26 +0,0 @@
 | 
			
		|||
{
 | 
			
		||||
  "type": "machine",
 | 
			
		||||
  "setting_id": "GM001",
 | 
			
		||||
  "name": "Creality Ender-3 V2 0.4 nozzle",
 | 
			
		||||
  "from": "system",
 | 
			
		||||
  "instantiation": "true",
 | 
			
		||||
  "inherits": "fdm_creality_common",
 | 
			
		||||
  "printer_model": "Creality Ender-3 V2",
 | 
			
		||||
  "printer_structure": "i3",
 | 
			
		||||
  "default_filament_profile": [
 | 
			
		||||
    "Creality Generic PLA"
 | 
			
		||||
  ],
 | 
			
		||||
  "default_print_profile": "0.20mm Standard @Creality Ender3V2",
 | 
			
		||||
  "nozzle_diameter": [
 | 
			
		||||
    "0.4"
 | 
			
		||||
  ],
 | 
			
		||||
  "printable_area": [
 | 
			
		||||
    "0x0",
 | 
			
		||||
    "220x0",
 | 
			
		||||
    "220x220",
 | 
			
		||||
    "0x220"
 | 
			
		||||
  ],
 | 
			
		||||
  "printable_height": "250",
 | 
			
		||||
  "nozzle_type": "undefine",
 | 
			
		||||
  "auxiliary_fan": "0"
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -6,6 +6,7 @@
 | 
			
		|||
  "instantiation": "true",
 | 
			
		||||
  "inherits": "fdm_machine_common",
 | 
			
		||||
  "printer_model": "MK3S",
 | 
			
		||||
  "printer_variant": "0.25",
 | 
			
		||||
  "default_filament_profile": [
 | 
			
		||||
      "Prusa Generic PLA"
 | 
			
		||||
  ],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,6 +6,7 @@
 | 
			
		|||
  "instantiation": "true",
 | 
			
		||||
  "inherits": "fdm_machine_common",
 | 
			
		||||
  "printer_model": "MK3S",
 | 
			
		||||
  "printer_variant": "0.4",
 | 
			
		||||
  "default_filament_profile": [
 | 
			
		||||
      "Prusa Generic PLA"
 | 
			
		||||
  ],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,6 +6,7 @@
 | 
			
		|||
  "instantiation": "true",
 | 
			
		||||
  "inherits": "fdm_machine_common",
 | 
			
		||||
  "printer_model": "MK3S",
 | 
			
		||||
  "printer_variant": "0.6",
 | 
			
		||||
  "default_filament_profile": [
 | 
			
		||||
      "Prusa Generic PLA"
 | 
			
		||||
  ],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,6 +6,7 @@
 | 
			
		|||
  "instantiation": "true",
 | 
			
		||||
  "inherits": "fdm_machine_common",
 | 
			
		||||
  "printer_model": "MK3S",
 | 
			
		||||
  "printer_variant": "0.8",
 | 
			
		||||
  "default_filament_profile": [
 | 
			
		||||
      "Prusa Generic PLA"
 | 
			
		||||
  ],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue