mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-29 19:53:44 -06:00 
			
		
		
		
	|  3216448bbc round() rounds to an integer. This is a popular request, for example #3472 digits(value, num_digits, num_decimals) rounds to num_digits and num_decimals, left filled with spaces. digits(value, num_digits) the same as digits(value, num_digits, 0) Neither decimal separator nor any decimals after decimal separator are emitted. zdigits(...) is the same as digits(...) only left filled with zeros. If the result does not fit num_digits, the result is never trimmed. | ||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| libslic3r_tests.cpp | ||
| test_3mf.cpp | ||
| test_aabbindirect.cpp | ||
| test_clipper_offset.cpp | ||
| test_clipper_utils.cpp | ||
| test_config.cpp | ||
| test_elephant_foot_compensation.cpp | ||
| test_geometry.cpp | ||
| test_hollowing.cpp | ||
| test_indexed_triangle_set.cpp | ||
| test_marchingsquares.cpp | ||
| test_meshboolean.cpp | ||
| test_meshsimplify.cpp | ||
| test_mutable_polygon.cpp | ||
| test_mutable_priority_queue.cpp | ||
| test_optimizers.cpp | ||
| test_placeholder_parser.cpp | ||
| test_png_io.cpp | ||
| test_polygon.cpp | ||
| test_stl.cpp | ||
| test_timeutils.cpp | ||
| test_voronoi.cpp | ||