mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Merge pull request #6326 from MarkINAT/inat_defs_2
Update for Inat printers
This commit is contained in:
		
						commit
						927bc162dc
					
				
					 2 changed files with 4 additions and 3 deletions
				
			
		|  | @ -1,2 +1,3 @@ | |||
| min_slic3r_version = 2.4.0-alpha0 | ||||
| 0.0.1 Initial version | ||||
| 0.0.2 Improved start gcode, changed filename format | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
| [vendor] | ||||
| # Vendor name will be shown by the Config Wizard. | ||||
| name = INAT | ||||
| config_version = 0.0.1 | ||||
| config_version = 0.0.2 | ||||
| config_update_url = http://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/INAT/ | ||||
| 
 | ||||
| ### | ||||
|  | @ -133,7 +133,7 @@ extruder_clearance_radius = 85 | |||
| extruder_clearance_height = 34 | ||||
| gcode_comments = 0 | ||||
| gcode_label_objects = 0 | ||||
| output_filename_format = {input_filename_base}_{filament_type[0]}_{print_time}.gcode | ||||
| output_filename_format = {input_filename_base}_{filament_type[0]}.gcode | ||||
| 
 | ||||
| 
 | ||||
| [print:0.2mm Standard @PROTON_X] | ||||
|  | @ -193,7 +193,7 @@ use_firmware_retraction = 0 | |||
| use_volumetric_e = 0 | ||||
| variable_layer_height = 1 | ||||
| #gcodes | ||||
| start_gcode = G28 ;Home\nG0 Z0.3 F200 ;Move nozzle down\nM192 S50 ; Wait for probe temperature to settle\nG29\nG0 X0 Y0 Z30 F6000\nM84 E\nM0\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0\n | ||||
| start_gcode = G28 ;Home\nG0 X-2 Y150 F6000 ;Move to the side\nG0 Z0.3 F200 ;Move nozzle down\nM192 ; Wait for probe temperature to settle\nG28 Z\nG29\nG0 X0 Y0 Z30 F6000\nM84 E\nM0\nG1 Z15.0 F6000 ;Move the platform down 15mm\n | ||||
| end_gcode = M400\nM104 S0\nM140 S0\nM107\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X R5\nG0 Y300 F2000\nM84\n | ||||
| color_change_gcode = M600 | ||||
| #limits | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 rtyr
						rtyr