mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	creality.ini: fix default_filament_profile
This commit is contained in:
		
							parent
							
								
									adeab9b460
								
							
						
					
					
						commit
						92f8995e51
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -21,7 +21,7 @@ technology = FFF
 | 
			
		|||
family = ENDER
 | 
			
		||||
bed_model = ender3_bed.stl
 | 
			
		||||
bed_texture = ender3.svg
 | 
			
		||||
default_materials = Generic PLA @ENDER3; Generic PETG @ENDER3; Generic ABS @ENDER3; Prusament PLA @ENDER3; Prusament PETG @ENDER3
 | 
			
		||||
default_materials = Creality PLA @ENDER3; Generic PLA @ENDER3; Generic PETG @ENDER3; Generic ABS @ENDER3; Prusament PLA @ENDER3; Prusament PETG @ENDER3
 | 
			
		||||
 | 
			
		||||
[printer_model:ENDER3BLTOUCH]
 | 
			
		||||
name = Creality Ender-3 BLTouch
 | 
			
		||||
| 
						 | 
				
			
			@ -30,7 +30,7 @@ technology = FFF
 | 
			
		|||
family = ENDER
 | 
			
		||||
bed_model = ender3_bed.stl
 | 
			
		||||
bed_texture = ender3.svg
 | 
			
		||||
default_materials = Generic PLA @ENDER3; Generic PETG @ENDER3; Generic ABS @ENDER3; Prusament PLA @ENDER3; Prusament PETG @ENDER3
 | 
			
		||||
default_materials = Creality PLA @ENDER3; Generic PLA @ENDER3; Generic PETG @ENDER3; Generic ABS @ENDER3; Prusament PLA @ENDER3; Prusament PETG @ENDER3
 | 
			
		||||
 | 
			
		||||
[printer_model:ENDER2]
 | 
			
		||||
name = Creality Ender-2
 | 
			
		||||
| 
						 | 
				
			
			@ -39,7 +39,7 @@ technology = FFF
 | 
			
		|||
family = ENDER
 | 
			
		||||
bed_model = ender2_bed.stl
 | 
			
		||||
bed_texture = ender2.svg
 | 
			
		||||
default_materials = Generic PLA @ENDER3; Generic PETG @ENDER3; Generic ABS @ENDER3; Prusament PLA @ENDER3; Prusament PETG @ENDER3
 | 
			
		||||
default_materials = Creality PLA @ENDER3; Generic PLA @ENDER3; Generic PETG @ENDER3; Generic ABS @ENDER3; Prusament PLA @ENDER3; Prusament PETG @ENDER3
 | 
			
		||||
 | 
			
		||||
# All presets starting with asterisk, for example *common*, are intermediate and they will
 | 
			
		||||
# not make it into the user interface.
 | 
			
		||||
| 
						 | 
				
			
			@ -435,7 +435,7 @@ retract_speed = 60
 | 
			
		|||
deretract_speed = 40
 | 
			
		||||
retract_before_wipe = 70%
 | 
			
		||||
default_print_profile = 0.20mm NORMAL
 | 
			
		||||
default_filament_profile = Creality PLA
 | 
			
		||||
default_filament_profile = Creality PLA @ENDER3
 | 
			
		||||
start_gcode = G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 ; home all\nG1 Z2 F240\nG1 X2 Y10 F3000\nG1 Z0.28 F240\nG92 E0.0\nG1 Y190 E15.0 F1500.0 ; intro line\nG1 X2.3 F5000\nG1 Y10 E15.0 F1200.0 ; intro line\nG92 E0.0
 | 
			
		||||
end_gcode = M104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+10, max_print_height)} F600{endif} ; Move print head up\nG1 X0 Y200 F3000 ; present print\nM84 X Y E ; disable motors
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue