islfit
by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - ENG-Fits
Introduced first in SolidGeometry 5.1, Creation date: 2021-03-06, Last change: 2025-09-15
returns a probable fitting for an expected 3D Printer from two dimenions
Description
inverse function to slfit. Useful if STL files were created by scientist or hobbies, who used their knowledge on the inaccuries, oversize, undersize of the 3D-printout with respect to an STL file and designed their own fitting dimension. These STLs can then only be sliced for the respective printer under consideration, because on other 3D printers they lead to mismatched connections or loose ball bearing seats or generally to incorrect fits.
See Also: slfit
, DIN4AMfitting
Example Illustration
Syntax
[ss,AP,s]=islfit(dm,de,[diam,AP])
Input Parameter
dm: | | Measured Dimension DIAMETER of a bore |
de: | | Expected Dimension DIAMETER of a bore |
diam: | | optional specific printer name if not default one |
AP: | | Name of Printer for fitting test |
Output Parameter
ss: | | single char abbreviation |
AP: | | full name of printer |
s: | | full fitting description |
Examples
islfit(10.4,10) % designed and desired fitting if the bore should be 10.0 but the STL shows 10.4
islfit(10.8,10) % designed and desired fitting if the bore should be 10.0 but the STL shows 10.4
Copyright 2021-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth
Last html export of this page out of FM database by TL: 2025-09-21