mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Fix of perl bindings
This commit is contained in:
		
							parent
							
								
									cea6ca83db
								
							
						
					
					
						commit
						c980e96dbb
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -250,8 +250,9 @@ bool ConfigBase__set(ConfigBase* THIS, const t_config_option_key &opt_key, SV* v
 | 
			
		|||
    }
 | 
			
		||||
    case coPoint:
 | 
			
		||||
        return from_SV_check(value, &static_cast<ConfigOptionPoint*>(opt)->value);
 | 
			
		||||
    case coPoint3:
 | 
			
		||||
        return from_SV_check(value, &static_cast<ConfigOptionPoint3*>(opt)->value);
 | 
			
		||||
//    case coPoint3:        
 | 
			
		||||
        // not gonna fix it, die Perl die!
 | 
			
		||||
//        return from_SV_check(value, &static_cast<ConfigOptionPoint3*>(opt)->value);
 | 
			
		||||
    case coPoints:
 | 
			
		||||
    {
 | 
			
		||||
        std::vector<Vec2d> &values = static_cast<ConfigOptionPoints*>(opt)->values;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue