mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Follow-up of 8df01818dd -> GCodeProcessor uses new Machine Limits limitations
				
					
				
			This commit is contained in:
		
							parent
							
								
									2b24a21098
								
							
						
					
					
						commit
						04a928b241
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -505,7 +505,9 @@ void GCodeProcessor::apply_config(const PrintConfig& config) | |||
|         m_filament_diameters[i] = static_cast<float>(config.filament_diameter.values[i]); | ||||
|     } | ||||
| 
 | ||||
|     m_time_processor.machine_limits = reinterpret_cast<const MachineEnvelopeConfig&>(config); | ||||
|     if (config.machine_limits_type.value != MachineLimitsUsage::Ignore) | ||||
|         m_time_processor.machine_limits = reinterpret_cast<const MachineEnvelopeConfig&>(config); | ||||
| 
 | ||||
|     // Filament load / unload times are not specific to a firmware flavor. Let anybody use it if they find it useful.
 | ||||
|     // As of now the fields are shown at the UI dialog in the same combo box as the ramming values, so they
 | ||||
|     // are considered to be active for the single extruder multi-material printers only.
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 enricoturri1966
						enricoturri1966