bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								ac6969c992 
								
							 
						 
						
							
							
								
								Reworked the Perl unit / integration tests to use the same Print  
							
							... 
							
							
							
							interface that the application is using. Old interface used just
for the integration tests was removed. 
							
						 
						
							2019-06-20 20:23:05 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								35b3fd3176 
								
							 
						 
						
							
							
								
								Integrated the new layer height spans with configs into the backend.  
							
							... 
							
							
							
							Fixed some compiler warnings. 
							
						 
						
							2019-06-20 16:15:09 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukas Matena 
								
							 
						 
						
							
							
							
							
								
							
							
								07282eb24d 
								
							 
						 
						
							
							
								
								Fixed unit tests when run with range checks on std::vector  
							
							... 
							
							
							
							There was a bug in unit tests that led to generating the wipe tower with non-normalized preset.
This caused out-of-bounds access into max_layer_height vector in fill_wipe_tower_partitions.
The problem surfaced in https://github.com/prusa3d/PrusaSlicer/issues/2288 .
I quickly patched additional normalization of the preset to prevent this from happening.
Also, an assert in the same function turned out to trip on one of the tests.
This one was commented out for now and will (hopefully) be looked into later.
Function Print::apply_config was renamed to apply_config_perl_tests_only so everyone
sees its current purpose and does not mistake it for the more important Print::apply. 
							
						 
						
							2019-05-22 16:48:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								2455aee97c 
								
							 
						 
						
							
							
								
								Further reduction of Perl Config.pm methods.  
							
							
							
						 
						
							2017-10-27 18:52:35 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								401059066e 
								
							 
						 
						
							
							
								
								Switched to Perl local::lib for local compilation.  
							
							... 
							
							
							
							Taken from upstream Slic3r, thanks @alexrj. 
							
						 
						
							2017-08-18 09:58:50 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								81823fe7df 
								
							 
						 
						
							
							
								
								Reduced the content of Geometry.pm, removed unused Perl subroutines.  
							
							... 
							
							
							
							Reduced the use Slic3r::Geometry and use Slic3r::Geometry::Clipper
clauses to only reference used subroutines. 
							
						 
						
							2017-07-19 10:45:39 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								cc9460b8fa 
								
							 
						 
						
							
							
								
								Increased a threshold for print centering from EPSILON to 5um  
							
							... 
							
							
							
							to account for the decimation of the brim lines. 
							
						 
						
							2017-03-23 13:21:44 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alessandro Ranellucci 
								
							 
						 
						
							
							
							
							
								
							
							
								928335f186 
								
							 
						 
						
							
							
								
								Removed print_center option (but left --print-center from CLI)  
							
							
							
						 
						
							2014-06-16 23:58:45 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Y. Sapir 
								
							 
						 
						
							
							
							
							
								
							
							
								09357e5868 
								
							 
						 
						
							
							
								
								A few improvements to gcode placeholder tests.  
							
							
							
						 
						
							2014-06-13 14:02:09 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alessandro Ranellucci 
								
							 
						 
						
							
							
							
							
								
							
							
								7ba08c90cf 
								
							 
						 
						
							
							
								
								Refactoring to Model API for making it stricter and safer  
							
							
							
						 
						
							2014-05-09 14:24:35 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alessandro Ranellucci 
								
							 
						 
						
							
							
							
							
								
							
							
								071097d3f1 
								
							 
						 
						
							
							
								
								Fix extruder assignment and tests  
							
							
							
						 
						
							2014-03-27 00:01:33 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alessandro Ranellucci 
								
							 
						 
						
							
							
							
							
								
							
							
								10bf334a58 
								
							 
						 
						
							
							
								
								Added one more failing test to address bad option priority hierarchy  
							
							
							
						 
						
							2014-03-26 19:42:01 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alessandro Ranellucci 
								
							 
						 
						
							
							
							
							
								
							
							
								34f1511e0c 
								
							 
						 
						
							
							
								
								Better fix for non-global options not being replaced in filename placeholders. Includes refactoring and a new PlaceholderParser class. Also includes regression tests.  #1831  
							
							
							
						 
						
							2014-03-17 00:39:07 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alessandro Ranellucci 
								
							 
						 
						
							
							
							
							
								
							
							
								bc054e613c 
								
							 
						 
						
							
							
								
								Fix regression causing non-global config options to be ignored when replacing placeholders in output filename format.  #1831  
							
							
							
						 
						
							2014-03-15 20:45:10 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alessandro Ranellucci 
								
							 
						 
						
							
							
							
							
								
							
							
								b17d06f9d1 
								
							 
						 
						
							
							
								
								Finished porting BoundingBox to XS  
							
							
							
						 
						
							2014-01-07 12:48:09 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alessandro Ranellucci 
								
							 
						 
						
							
							
							
							
								
							
							
								916a0a0e58 
								
							 
						 
						
							
							
								
								Fix compilation and test suite  
							
							
							
						 
						
							2013-12-18 16:34:31 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alessandro Ranellucci 
								
							 
						 
						
							
							
							
							
								
							
							
								a821eb7f3c 
								
							 
						 
						
							
							
								
								More work to avoid working with vertices outside XS  
							
							
							
						 
						
							2013-09-11 11:55:08 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alessandro Ranellucci 
								
							 
						 
						
							
							
							
							
								
							
							
								a8981b8b35 
								
							 
						 
						
							
							
								
								Bugfix: infill was clipped badly. Includes regression test.  #1245  
							
							
							
						 
						
							2013-06-15 12:10:57 +02:00