feat(DemoStandardPath): migrate the demo to the MachiningProject schema and add the circle-test path
Main.hincproj moves off the legacy <MillingCourse> root onto <MachiningProject>, so its six 範例 script entries are now EnablingWrapper-based and it carries an explicit MillingTool (helix 50 deg, 28 mm exposed). The materials follow the same rename: HeatTransferCoefficient_WdmK -> HeatConductivity_WdmK, and Al6061T6.mp becomes RakeFaceCuttingPara3d with an AnchorRakeAngle_deg field. Because of that root-element change the ApiVersion string reads lower (3.1.200.0) than the legacy copy it replaces (3.1.236.0) -- the two counters are not comparable across the rename. Adds NC/circle-test.ptp with its posted Output/circle.ptp.nc, plus test.hincproj; ignores the *.step.csv exports and filtered-msg.txt.
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
<Name>WC-Co6-800nm</Name>
|
||||
<Note></Note>
|
||||
<ElasticModulus_GPa>600</ElasticModulus_GPa>
|
||||
<PoissonRatio>0</PoissonRatio>
|
||||
<TensileStrength_MPa>1440</TensileStrength_MPa>
|
||||
<ThermalExpansionCoefficient_dMK>6.7</ThermalExpansionCoefficient_dMK>
|
||||
<HeatTransferCoefficient_WdmK>70</HeatTransferCoefficient_WdmK>
|
||||
<HeatConductivity_WdmK>70</HeatConductivity_WdmK>
|
||||
<HeatCapacity_JdgK>0.34</HeatCapacity_JdgK>
|
||||
<Density_gdcm3>14.95</Density_gdcm3>
|
||||
<CutterDermis_mm>0.01</CutterDermis_mm>
|
||||
<MeltingTemperature_K>3143.16</MeltingTemperature_K>
|
||||
<FusionLatentHeat_Jdg>400</FusionLatentHeat_Jdg>
|
||||
<FrictionCoefficient>0.44</FrictionCoefficient>
|
||||
|
||||
Reference in New Issue
Block a user