mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 20:51:12 -06:00 
			
		
		
		
	ENH: update jerk strategy according to printer
Jerk handling has been changed in printer. Changed in slicer as well. Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: Ic3aef43a534a7f0b85b734e747dc3ca883faaa46
This commit is contained in:
		
							parent
							
								
									4b7ad20159
								
							
						
					
					
						commit
						c70e8d486f
					
				
					 5 changed files with 56 additions and 31 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| { | ||||
|     "name": "Bambulab", | ||||
|     "url": "http://www.bambulab.com/Parameters/vendor/BBL.json", | ||||
|     "version": "01.03.00.13", | ||||
|     "version": "01.04.00.01", | ||||
|     "force_update": "0", | ||||
|     "description": "the initial version of BBL configurations", | ||||
|     "machine_model_list": [ | ||||
|  |  | |||
|  | @ -93,8 +93,8 @@ | |||
|         "9" | ||||
|     ], | ||||
|     "machine_max_jerk_z": [ | ||||
|         "0.2", | ||||
|         "0.4" | ||||
|         "3", | ||||
|         "3" | ||||
|     ], | ||||
|     "machine_min_extruding_rate": [ | ||||
|         "0", | ||||
|  |  | |||
|  | @ -55,7 +55,7 @@ | |||
|         "8" | ||||
|     ], | ||||
|     "machine_max_jerk_z": [ | ||||
|         "0.4" | ||||
|         "3" | ||||
|     ], | ||||
|     "machine_min_extruding_rate": [ | ||||
|         "0" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 salt.wei
						salt.wei