├── .github ├── FUNDING.yml └── workflows │ └── update_pot.yaml ├── .gitignore ├── CalibrationShapes.py ├── LICENSE ├── README.md ├── __init__.py ├── documentation └── Calibration_V2.xlsx ├── images ├── AccelerationTower.jpg ├── ActivateFanTower.png ├── AddMark.jpg ├── Backlash.png ├── BridgeTest.jpg ├── CalibrationCube.jpg ├── CubeBiColor.jpg ├── CubeCalibrationBiColor.jpg ├── DimensionalAccuracyTest.jpg ├── ExtruderOffsetCalibration.png ├── FanTower+PETG.png ├── FlowTest.jpg ├── HoleTest.jpg ├── JunctionCalibration.jpg ├── JunctionDeviationTower.jpg ├── JunctionDeviationTowerCura.jpg ├── LayerAdhesion.png ├── Lithophane.jpg ├── MaxFlow.jpg ├── MultiCube.jpg ├── MultiExtruder.jpg ├── MultiFlowTest.jpg ├── Overhang.jpg ├── ParametricBedLevel.jpg ├── PressureAdvanceTower.png ├── PressureAdvanceTowerCura.png ├── Reglage_Script_FlowTower.jpg ├── Reglage_Script_JunctionDeviationTower.jpg ├── Reglage_Script_MaxFlow.jpg ├── Reglage_Script_RetractTower.jpg ├── Reglage_Script_TempTowerABS.jpg ├── Reglage_Script_TempTowerPETG.jpg ├── Reglage_Script_TempTowerPLA+.jpg ├── Reglage_Script_TempTowerPLA.jpg ├── RetractTest.jpg ├── RetractTower.jpg ├── SupportTest_SCAP.jpg ├── TempTowerABS.jpg ├── TempTowerPC.jpg ├── TempTowerPETG.jpg ├── TempTowerPLA+.jpg ├── TempTowerPLA.jpg ├── TempTowerPLA190°C.jpg ├── ThinWall.jpg ├── Tolerance.jpg ├── flow-tower.jpg ├── flow_tower.jpg ├── flowtower.jpg ├── logo.jpg ├── maxflowscript.jpg ├── menu.jpg ├── option-retract.jpg ├── option-speed.jpg ├── option_ensure.png ├── plugins.jpg ├── retract-tower.jpg ├── simple-shape.jpg ├── size.jpg ├── speedtower.jpg ├── tempfan.jpg └── xy_calibration.png ├── images_result ├── CubeCalibrationBiColorMerged.jpg ├── CubeCalibrationBiColorResult.jpg ├── EMax.png ├── FanWithBridgeValue.jpg ├── FanWithoutBridgeValue.jpg ├── FlowCalibration │ ├── Image001.png │ ├── Image002.png │ ├── Image003.svg │ ├── Image004.png │ ├── Image005.png │ ├── Image006.jpg │ ├── Image007.jpg │ ├── Image008.png │ ├── Image008b.png │ ├── Image009.png │ ├── Image009.svg │ ├── Image010.png │ ├── Image011.svg │ ├── Image011b.png │ ├── Image012.svg │ ├── Image012b.svg │ ├── Image013.png │ ├── Image014.jpg │ ├── Image015.jpg │ ├── Image015.svg │ ├── Image016.png │ ├── Image016a.png │ ├── Image017.jpg │ ├── Image017.png │ ├── Image018.svg │ ├── Image025.svg │ └── Image12.png ├── FlowTower │ ├── 001.jpg │ ├── 002.png │ ├── result000.jpg │ ├── result001.jpg │ ├── result002.jpg │ ├── result003.jpg │ ├── result004.jpg │ └── result_flow-tower.jpg ├── MaxFlowDetail.jpg ├── MaxFlowGlobal.jpg ├── MultiCube.jpg ├── ParametricBedLevelResult.jpg ├── PressureAdv_measuring.png ├── Reglage_Script_AccelerationTower_Acceleration.jpg ├── Reglage_Script_AccelerationTower_Jerk.jpg ├── Reglage_Script_PressureAdvanceTower.png ├── RetractTowerDistance.jpg ├── RetractTowerSpeed.jpg ├── SupportTest_Cura.jpg ├── TempFanLayer5.jpg ├── TempFanLayer53.jpg ├── TempFanLayer57.jpg ├── ThinWall5-0.jpg ├── add_script.jpg ├── backlash1.jpg ├── bouton_copy.jpg ├── firmware_retraction.png ├── g10g11.png ├── gcode_temptower.jpg ├── gcode_temptower_pla+.jpg ├── in_cura.jpg ├── message-adaptive.jpg ├── message-fill_outline_gaps.jpg ├── message-fill_perimeter_gaps.jpg ├── message-meshfix_union_all_remove_holes.jpg ├── multiflow_detail.jpg ├── multiflow_global.jpg ├── nozzle-to-nozzle-xy-offset-calibration-pattern-openscad.png ├── optimized_offset_parameter.png ├── platower-stl.jpg ├── platower.jpg ├── printthinwalloption.jpg ├── retract-distance.jpg ├── retract-speed.jpg ├── tempfantower.jpg ├── thinwalloption.jpg ├── ultimate-test.jpg └── xy_calibration │ └── 001.jpg ├── models ├── AccelerationTower.scad ├── AccelerationTower.stl ├── Backlash.scad ├── Backlash.stl ├── BridgeTest.scad ├── BridgeTest.stl ├── CalibrationCube.scad ├── CalibrationCube.stl ├── CubeBiColorRed.scad ├── CubeBiColorRed.stl ├── CubeBiColorWhite.scad ├── CubeBiColorWhite.stl ├── DimensionalAccuracyTest.scad ├── DimensionalAccuracyTest.stl ├── Flow-tower-04x02.scad ├── Flow-tower-04x02.stl ├── Flow100.stl ├── Flow102.stl ├── Flow104.stl ├── Flow106.stl ├── Flow108.stl ├── Flow110.stl ├── Flow90.stl ├── Flow92.stl ├── Flow94.stl ├── Flow96.stl ├── Flow98.stl ├── FlowTest%.stl ├── FlowTest.scad ├── FlowTest.stl ├── HoleTest.scad ├── HoleTest.stl ├── HollowCalibrationCube.scad ├── HollowCalibrationCube.stl ├── HollowCenterCube.scad ├── HollowCenterCube.stl ├── JunctionDeviationTower.scad ├── JunctionDeviationTower.stl ├── LICENSE.md ├── LayerAdhesion.scad ├── LayerAdhesion.stl ├── Lithophane.scad ├── Lithophane.stl ├── MaxFlow.scad ├── MaxFlow.stl ├── MultiCube.scad ├── MultiCube.stl ├── MultiFlowTest.scad ├── Overhang.scad ├── Overhang.stl ├── OverhangDouble.scad ├── OverhangDouble.stl ├── ParametricBedLevel.scad ├── ParametricBedLevel.stl ├── PressureAdvTower.scad ├── PressureAdvTower.stl ├── RetractTest.scad ├── RetractTest.stl ├── RetractTower.scad ├── RetractTower.stl ├── SupportTest.scad ├── SupportTest.stl ├── TempTowerABS.scad ├── TempTowerABS.stl ├── TempTowerPC.scad ├── TempTowerPC.stl ├── TempTowerPETG.scad ├── TempTowerPETG.stl ├── TempTowerPLA+.scad ├── TempTowerPLA+.stl ├── TempTowerPLA.scad ├── TempTowerPLA.stl ├── TempTowerPLA190°C.scad ├── TempTowerPLA190°C.stl ├── ThinWall.scad ├── ThinWall.stl ├── ThinWallRought.scad ├── ThinWallRought.stl ├── Tolerance.scad ├── Tolerance.stl ├── mark.scad ├── nozzle-to-nozzle-xy-offset-calibration-pattern-a.stl ├── nozzle-to-nozzle-xy-offset-calibration-pattern-b.stl ├── nozzle-to-nozzle-xy-offset-calibration-pattern.scad ├── xy_calibration.scad ├── xy_calibration.stl ├── z_calibration.scad ├── z_calibration.stl └── z_calibration_b.scad ├── plugin.json ├── qml ├── qml_qt5 │ └── CalibrationShapes.qml └── qml_qt6 │ └── CalibrationShapes.qml └── resources ├── i18n ├── calibration.pot ├── de_DE │ ├── LC_MESSAGES │ │ └── calibration.mo │ └── calibration.po ├── fr_FR │ ├── LC_MESSAGES │ │ └── calibration.mo │ └── calibration.po └── zh_CN │ ├── LC_MESSAGES │ └── calibration.mo │ └── calibration.po └── scripts ├── DisplayPrintInfosOnLCD.py ├── FlowTower.py ├── GCodeDocumentation.py ├── MaxFlow.py ├── RetractTower.py ├── SpeedTower.py └── TempFanTower.py /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/workflows/update_pot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/.github/workflows/update_pot.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/.gitignore -------------------------------------------------------------------------------- /CalibrationShapes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/CalibrationShapes.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/__init__.py -------------------------------------------------------------------------------- /documentation/Calibration_V2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/documentation/Calibration_V2.xlsx -------------------------------------------------------------------------------- /images/AccelerationTower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/AccelerationTower.jpg -------------------------------------------------------------------------------- /images/ActivateFanTower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/ActivateFanTower.png -------------------------------------------------------------------------------- /images/AddMark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/AddMark.jpg -------------------------------------------------------------------------------- /images/Backlash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/Backlash.png -------------------------------------------------------------------------------- /images/BridgeTest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/BridgeTest.jpg -------------------------------------------------------------------------------- /images/CalibrationCube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/CalibrationCube.jpg -------------------------------------------------------------------------------- /images/CubeBiColor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/CubeBiColor.jpg -------------------------------------------------------------------------------- /images/CubeCalibrationBiColor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/CubeCalibrationBiColor.jpg -------------------------------------------------------------------------------- /images/DimensionalAccuracyTest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/DimensionalAccuracyTest.jpg -------------------------------------------------------------------------------- /images/ExtruderOffsetCalibration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/ExtruderOffsetCalibration.png -------------------------------------------------------------------------------- /images/FanTower+PETG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/FanTower+PETG.png -------------------------------------------------------------------------------- /images/FlowTest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/FlowTest.jpg -------------------------------------------------------------------------------- /images/HoleTest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/HoleTest.jpg -------------------------------------------------------------------------------- /images/JunctionCalibration.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/JunctionCalibration.jpg -------------------------------------------------------------------------------- /images/JunctionDeviationTower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/JunctionDeviationTower.jpg -------------------------------------------------------------------------------- /images/JunctionDeviationTowerCura.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/JunctionDeviationTowerCura.jpg -------------------------------------------------------------------------------- /images/LayerAdhesion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/LayerAdhesion.png -------------------------------------------------------------------------------- /images/Lithophane.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/Lithophane.jpg -------------------------------------------------------------------------------- /images/MaxFlow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/MaxFlow.jpg -------------------------------------------------------------------------------- /images/MultiCube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/MultiCube.jpg -------------------------------------------------------------------------------- /images/MultiExtruder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/MultiExtruder.jpg -------------------------------------------------------------------------------- /images/MultiFlowTest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/MultiFlowTest.jpg -------------------------------------------------------------------------------- /images/Overhang.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/Overhang.jpg -------------------------------------------------------------------------------- /images/ParametricBedLevel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/ParametricBedLevel.jpg -------------------------------------------------------------------------------- /images/PressureAdvanceTower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/PressureAdvanceTower.png -------------------------------------------------------------------------------- /images/PressureAdvanceTowerCura.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/PressureAdvanceTowerCura.png -------------------------------------------------------------------------------- /images/Reglage_Script_FlowTower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/Reglage_Script_FlowTower.jpg -------------------------------------------------------------------------------- /images/Reglage_Script_JunctionDeviationTower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/Reglage_Script_JunctionDeviationTower.jpg -------------------------------------------------------------------------------- /images/Reglage_Script_MaxFlow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/Reglage_Script_MaxFlow.jpg -------------------------------------------------------------------------------- /images/Reglage_Script_RetractTower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/Reglage_Script_RetractTower.jpg -------------------------------------------------------------------------------- /images/Reglage_Script_TempTowerABS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/Reglage_Script_TempTowerABS.jpg -------------------------------------------------------------------------------- /images/Reglage_Script_TempTowerPETG.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/Reglage_Script_TempTowerPETG.jpg -------------------------------------------------------------------------------- /images/Reglage_Script_TempTowerPLA+.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/Reglage_Script_TempTowerPLA+.jpg -------------------------------------------------------------------------------- /images/Reglage_Script_TempTowerPLA.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/Reglage_Script_TempTowerPLA.jpg -------------------------------------------------------------------------------- /images/RetractTest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/RetractTest.jpg -------------------------------------------------------------------------------- /images/RetractTower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/RetractTower.jpg -------------------------------------------------------------------------------- /images/SupportTest_SCAP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/SupportTest_SCAP.jpg -------------------------------------------------------------------------------- /images/TempTowerABS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/TempTowerABS.jpg -------------------------------------------------------------------------------- /images/TempTowerPC.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/TempTowerPC.jpg -------------------------------------------------------------------------------- /images/TempTowerPETG.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/TempTowerPETG.jpg -------------------------------------------------------------------------------- /images/TempTowerPLA+.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/TempTowerPLA+.jpg -------------------------------------------------------------------------------- /images/TempTowerPLA.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/TempTowerPLA.jpg -------------------------------------------------------------------------------- /images/TempTowerPLA190°C.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/TempTowerPLA190°C.jpg -------------------------------------------------------------------------------- /images/ThinWall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/ThinWall.jpg -------------------------------------------------------------------------------- /images/Tolerance.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/Tolerance.jpg -------------------------------------------------------------------------------- /images/flow-tower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/flow-tower.jpg -------------------------------------------------------------------------------- /images/flow_tower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/flow_tower.jpg -------------------------------------------------------------------------------- /images/flowtower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/flowtower.jpg -------------------------------------------------------------------------------- /images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/logo.jpg -------------------------------------------------------------------------------- /images/maxflowscript.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/maxflowscript.jpg -------------------------------------------------------------------------------- /images/menu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/menu.jpg -------------------------------------------------------------------------------- /images/option-retract.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/option-retract.jpg -------------------------------------------------------------------------------- /images/option-speed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/option-speed.jpg -------------------------------------------------------------------------------- /images/option_ensure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/option_ensure.png -------------------------------------------------------------------------------- /images/plugins.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/plugins.jpg -------------------------------------------------------------------------------- /images/retract-tower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/retract-tower.jpg -------------------------------------------------------------------------------- /images/simple-shape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/simple-shape.jpg -------------------------------------------------------------------------------- /images/size.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/size.jpg -------------------------------------------------------------------------------- /images/speedtower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/speedtower.jpg -------------------------------------------------------------------------------- /images/tempfan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/tempfan.jpg -------------------------------------------------------------------------------- /images/xy_calibration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images/xy_calibration.png -------------------------------------------------------------------------------- /images_result/CubeCalibrationBiColorMerged.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/CubeCalibrationBiColorMerged.jpg -------------------------------------------------------------------------------- /images_result/CubeCalibrationBiColorResult.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/CubeCalibrationBiColorResult.jpg -------------------------------------------------------------------------------- /images_result/EMax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/EMax.png -------------------------------------------------------------------------------- /images_result/FanWithBridgeValue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FanWithBridgeValue.jpg -------------------------------------------------------------------------------- /images_result/FanWithoutBridgeValue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FanWithoutBridgeValue.jpg -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image001.png -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image002.png -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image003.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image003.svg -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image004.png -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image005.png -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image006.jpg -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image007.jpg -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image008.png -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image008b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image008b.png -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image009.png -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image009.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image009.svg -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image010.png -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image011.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image011.svg -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image011b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image011b.png -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image012.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image012.svg -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image012b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image012b.svg -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image013.png -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image014.jpg -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image015.jpg -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image015.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image015.svg -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image016.png -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image016a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image016a.png -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image017.jpg -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image017.png -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image018.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image018.svg -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image025.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image025.svg -------------------------------------------------------------------------------- /images_result/FlowCalibration/Image12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowCalibration/Image12.png -------------------------------------------------------------------------------- /images_result/FlowTower/001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowTower/001.jpg -------------------------------------------------------------------------------- /images_result/FlowTower/002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowTower/002.png -------------------------------------------------------------------------------- /images_result/FlowTower/result000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowTower/result000.jpg -------------------------------------------------------------------------------- /images_result/FlowTower/result001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowTower/result001.jpg -------------------------------------------------------------------------------- /images_result/FlowTower/result002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowTower/result002.jpg -------------------------------------------------------------------------------- /images_result/FlowTower/result003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowTower/result003.jpg -------------------------------------------------------------------------------- /images_result/FlowTower/result004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowTower/result004.jpg -------------------------------------------------------------------------------- /images_result/FlowTower/result_flow-tower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/FlowTower/result_flow-tower.jpg -------------------------------------------------------------------------------- /images_result/MaxFlowDetail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/MaxFlowDetail.jpg -------------------------------------------------------------------------------- /images_result/MaxFlowGlobal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/MaxFlowGlobal.jpg -------------------------------------------------------------------------------- /images_result/MultiCube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/MultiCube.jpg -------------------------------------------------------------------------------- /images_result/ParametricBedLevelResult.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/ParametricBedLevelResult.jpg -------------------------------------------------------------------------------- /images_result/PressureAdv_measuring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/PressureAdv_measuring.png -------------------------------------------------------------------------------- /images_result/Reglage_Script_AccelerationTower_Acceleration.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/Reglage_Script_AccelerationTower_Acceleration.jpg -------------------------------------------------------------------------------- /images_result/Reglage_Script_AccelerationTower_Jerk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/Reglage_Script_AccelerationTower_Jerk.jpg -------------------------------------------------------------------------------- /images_result/Reglage_Script_PressureAdvanceTower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/Reglage_Script_PressureAdvanceTower.png -------------------------------------------------------------------------------- /images_result/RetractTowerDistance.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/RetractTowerDistance.jpg -------------------------------------------------------------------------------- /images_result/RetractTowerSpeed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/RetractTowerSpeed.jpg -------------------------------------------------------------------------------- /images_result/SupportTest_Cura.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/SupportTest_Cura.jpg -------------------------------------------------------------------------------- /images_result/TempFanLayer5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/TempFanLayer5.jpg -------------------------------------------------------------------------------- /images_result/TempFanLayer53.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/TempFanLayer53.jpg -------------------------------------------------------------------------------- /images_result/TempFanLayer57.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/TempFanLayer57.jpg -------------------------------------------------------------------------------- /images_result/ThinWall5-0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/ThinWall5-0.jpg -------------------------------------------------------------------------------- /images_result/add_script.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/add_script.jpg -------------------------------------------------------------------------------- /images_result/backlash1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/backlash1.jpg -------------------------------------------------------------------------------- /images_result/bouton_copy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/bouton_copy.jpg -------------------------------------------------------------------------------- /images_result/firmware_retraction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/firmware_retraction.png -------------------------------------------------------------------------------- /images_result/g10g11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/g10g11.png -------------------------------------------------------------------------------- /images_result/gcode_temptower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/gcode_temptower.jpg -------------------------------------------------------------------------------- /images_result/gcode_temptower_pla+.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/gcode_temptower_pla+.jpg -------------------------------------------------------------------------------- /images_result/in_cura.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/in_cura.jpg -------------------------------------------------------------------------------- /images_result/message-adaptive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/message-adaptive.jpg -------------------------------------------------------------------------------- /images_result/message-fill_outline_gaps.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/message-fill_outline_gaps.jpg -------------------------------------------------------------------------------- /images_result/message-fill_perimeter_gaps.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/message-fill_perimeter_gaps.jpg -------------------------------------------------------------------------------- /images_result/message-meshfix_union_all_remove_holes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/message-meshfix_union_all_remove_holes.jpg -------------------------------------------------------------------------------- /images_result/multiflow_detail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/multiflow_detail.jpg -------------------------------------------------------------------------------- /images_result/multiflow_global.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/multiflow_global.jpg -------------------------------------------------------------------------------- /images_result/nozzle-to-nozzle-xy-offset-calibration-pattern-openscad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/nozzle-to-nozzle-xy-offset-calibration-pattern-openscad.png -------------------------------------------------------------------------------- /images_result/optimized_offset_parameter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/optimized_offset_parameter.png -------------------------------------------------------------------------------- /images_result/platower-stl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/platower-stl.jpg -------------------------------------------------------------------------------- /images_result/platower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/platower.jpg -------------------------------------------------------------------------------- /images_result/printthinwalloption.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/printthinwalloption.jpg -------------------------------------------------------------------------------- /images_result/retract-distance.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/retract-distance.jpg -------------------------------------------------------------------------------- /images_result/retract-speed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/retract-speed.jpg -------------------------------------------------------------------------------- /images_result/tempfantower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/tempfantower.jpg -------------------------------------------------------------------------------- /images_result/thinwalloption.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/thinwalloption.jpg -------------------------------------------------------------------------------- /images_result/ultimate-test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/ultimate-test.jpg -------------------------------------------------------------------------------- /images_result/xy_calibration/001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/images_result/xy_calibration/001.jpg -------------------------------------------------------------------------------- /models/AccelerationTower.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/AccelerationTower.scad -------------------------------------------------------------------------------- /models/AccelerationTower.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/AccelerationTower.stl -------------------------------------------------------------------------------- /models/Backlash.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Backlash.scad -------------------------------------------------------------------------------- /models/Backlash.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Backlash.stl -------------------------------------------------------------------------------- /models/BridgeTest.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/BridgeTest.scad -------------------------------------------------------------------------------- /models/BridgeTest.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/BridgeTest.stl -------------------------------------------------------------------------------- /models/CalibrationCube.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/CalibrationCube.scad -------------------------------------------------------------------------------- /models/CalibrationCube.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/CalibrationCube.stl -------------------------------------------------------------------------------- /models/CubeBiColorRed.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/CubeBiColorRed.scad -------------------------------------------------------------------------------- /models/CubeBiColorRed.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/CubeBiColorRed.stl -------------------------------------------------------------------------------- /models/CubeBiColorWhite.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/CubeBiColorWhite.scad -------------------------------------------------------------------------------- /models/CubeBiColorWhite.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/CubeBiColorWhite.stl -------------------------------------------------------------------------------- /models/DimensionalAccuracyTest.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/DimensionalAccuracyTest.scad -------------------------------------------------------------------------------- /models/DimensionalAccuracyTest.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/DimensionalAccuracyTest.stl -------------------------------------------------------------------------------- /models/Flow-tower-04x02.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Flow-tower-04x02.scad -------------------------------------------------------------------------------- /models/Flow-tower-04x02.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Flow-tower-04x02.stl -------------------------------------------------------------------------------- /models/Flow100.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Flow100.stl -------------------------------------------------------------------------------- /models/Flow102.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Flow102.stl -------------------------------------------------------------------------------- /models/Flow104.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Flow104.stl -------------------------------------------------------------------------------- /models/Flow106.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Flow106.stl -------------------------------------------------------------------------------- /models/Flow108.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Flow108.stl -------------------------------------------------------------------------------- /models/Flow110.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Flow110.stl -------------------------------------------------------------------------------- /models/Flow90.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Flow90.stl -------------------------------------------------------------------------------- /models/Flow92.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Flow92.stl -------------------------------------------------------------------------------- /models/Flow94.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Flow94.stl -------------------------------------------------------------------------------- /models/Flow96.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Flow96.stl -------------------------------------------------------------------------------- /models/Flow98.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Flow98.stl -------------------------------------------------------------------------------- /models/FlowTest%.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/FlowTest%.stl -------------------------------------------------------------------------------- /models/FlowTest.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/FlowTest.scad -------------------------------------------------------------------------------- /models/FlowTest.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/FlowTest.stl -------------------------------------------------------------------------------- /models/HoleTest.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/HoleTest.scad -------------------------------------------------------------------------------- /models/HoleTest.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/HoleTest.stl -------------------------------------------------------------------------------- /models/HollowCalibrationCube.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/HollowCalibrationCube.scad -------------------------------------------------------------------------------- /models/HollowCalibrationCube.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/HollowCalibrationCube.stl -------------------------------------------------------------------------------- /models/HollowCenterCube.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/HollowCenterCube.scad -------------------------------------------------------------------------------- /models/HollowCenterCube.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/HollowCenterCube.stl -------------------------------------------------------------------------------- /models/JunctionDeviationTower.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/JunctionDeviationTower.scad -------------------------------------------------------------------------------- /models/JunctionDeviationTower.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/JunctionDeviationTower.stl -------------------------------------------------------------------------------- /models/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/LICENSE.md -------------------------------------------------------------------------------- /models/LayerAdhesion.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/LayerAdhesion.scad -------------------------------------------------------------------------------- /models/LayerAdhesion.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/LayerAdhesion.stl -------------------------------------------------------------------------------- /models/Lithophane.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Lithophane.scad -------------------------------------------------------------------------------- /models/Lithophane.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Lithophane.stl -------------------------------------------------------------------------------- /models/MaxFlow.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/MaxFlow.scad -------------------------------------------------------------------------------- /models/MaxFlow.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/MaxFlow.stl -------------------------------------------------------------------------------- /models/MultiCube.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/MultiCube.scad -------------------------------------------------------------------------------- /models/MultiCube.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/MultiCube.stl -------------------------------------------------------------------------------- /models/MultiFlowTest.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/MultiFlowTest.scad -------------------------------------------------------------------------------- /models/Overhang.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Overhang.scad -------------------------------------------------------------------------------- /models/Overhang.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Overhang.stl -------------------------------------------------------------------------------- /models/OverhangDouble.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/OverhangDouble.scad -------------------------------------------------------------------------------- /models/OverhangDouble.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/OverhangDouble.stl -------------------------------------------------------------------------------- /models/ParametricBedLevel.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/ParametricBedLevel.scad -------------------------------------------------------------------------------- /models/ParametricBedLevel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/ParametricBedLevel.stl -------------------------------------------------------------------------------- /models/PressureAdvTower.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/PressureAdvTower.scad -------------------------------------------------------------------------------- /models/PressureAdvTower.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/PressureAdvTower.stl -------------------------------------------------------------------------------- /models/RetractTest.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/RetractTest.scad -------------------------------------------------------------------------------- /models/RetractTest.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/RetractTest.stl -------------------------------------------------------------------------------- /models/RetractTower.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/RetractTower.scad -------------------------------------------------------------------------------- /models/RetractTower.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/RetractTower.stl -------------------------------------------------------------------------------- /models/SupportTest.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/SupportTest.scad -------------------------------------------------------------------------------- /models/SupportTest.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/SupportTest.stl -------------------------------------------------------------------------------- /models/TempTowerABS.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/TempTowerABS.scad -------------------------------------------------------------------------------- /models/TempTowerABS.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/TempTowerABS.stl -------------------------------------------------------------------------------- /models/TempTowerPC.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/TempTowerPC.scad -------------------------------------------------------------------------------- /models/TempTowerPC.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/TempTowerPC.stl -------------------------------------------------------------------------------- /models/TempTowerPETG.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/TempTowerPETG.scad -------------------------------------------------------------------------------- /models/TempTowerPETG.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/TempTowerPETG.stl -------------------------------------------------------------------------------- /models/TempTowerPLA+.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/TempTowerPLA+.scad -------------------------------------------------------------------------------- /models/TempTowerPLA+.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/TempTowerPLA+.stl -------------------------------------------------------------------------------- /models/TempTowerPLA.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/TempTowerPLA.scad -------------------------------------------------------------------------------- /models/TempTowerPLA.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/TempTowerPLA.stl -------------------------------------------------------------------------------- /models/TempTowerPLA190°C.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/TempTowerPLA190°C.scad -------------------------------------------------------------------------------- /models/TempTowerPLA190°C.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/TempTowerPLA190°C.stl -------------------------------------------------------------------------------- /models/ThinWall.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/ThinWall.scad -------------------------------------------------------------------------------- /models/ThinWall.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/ThinWall.stl -------------------------------------------------------------------------------- /models/ThinWallRought.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/ThinWallRought.scad -------------------------------------------------------------------------------- /models/ThinWallRought.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/ThinWallRought.stl -------------------------------------------------------------------------------- /models/Tolerance.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Tolerance.scad -------------------------------------------------------------------------------- /models/Tolerance.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/Tolerance.stl -------------------------------------------------------------------------------- /models/mark.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/mark.scad -------------------------------------------------------------------------------- /models/nozzle-to-nozzle-xy-offset-calibration-pattern-a.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/nozzle-to-nozzle-xy-offset-calibration-pattern-a.stl -------------------------------------------------------------------------------- /models/nozzle-to-nozzle-xy-offset-calibration-pattern-b.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/nozzle-to-nozzle-xy-offset-calibration-pattern-b.stl -------------------------------------------------------------------------------- /models/nozzle-to-nozzle-xy-offset-calibration-pattern.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/nozzle-to-nozzle-xy-offset-calibration-pattern.scad -------------------------------------------------------------------------------- /models/xy_calibration.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/xy_calibration.scad -------------------------------------------------------------------------------- /models/xy_calibration.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/xy_calibration.stl -------------------------------------------------------------------------------- /models/z_calibration.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/z_calibration.scad -------------------------------------------------------------------------------- /models/z_calibration.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/z_calibration.stl -------------------------------------------------------------------------------- /models/z_calibration_b.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/models/z_calibration_b.scad -------------------------------------------------------------------------------- /plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/plugin.json -------------------------------------------------------------------------------- /qml/qml_qt5/CalibrationShapes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/qml/qml_qt5/CalibrationShapes.qml -------------------------------------------------------------------------------- /qml/qml_qt6/CalibrationShapes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/qml/qml_qt6/CalibrationShapes.qml -------------------------------------------------------------------------------- /resources/i18n/calibration.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/resources/i18n/calibration.pot -------------------------------------------------------------------------------- /resources/i18n/de_DE/LC_MESSAGES/calibration.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/resources/i18n/de_DE/LC_MESSAGES/calibration.mo -------------------------------------------------------------------------------- /resources/i18n/de_DE/calibration.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/resources/i18n/de_DE/calibration.po -------------------------------------------------------------------------------- /resources/i18n/fr_FR/LC_MESSAGES/calibration.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/resources/i18n/fr_FR/LC_MESSAGES/calibration.mo -------------------------------------------------------------------------------- /resources/i18n/fr_FR/calibration.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/resources/i18n/fr_FR/calibration.po -------------------------------------------------------------------------------- /resources/i18n/zh_CN/LC_MESSAGES/calibration.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/resources/i18n/zh_CN/LC_MESSAGES/calibration.mo -------------------------------------------------------------------------------- /resources/i18n/zh_CN/calibration.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/resources/i18n/zh_CN/calibration.po -------------------------------------------------------------------------------- /resources/scripts/DisplayPrintInfosOnLCD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/resources/scripts/DisplayPrintInfosOnLCD.py -------------------------------------------------------------------------------- /resources/scripts/FlowTower.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/resources/scripts/FlowTower.py -------------------------------------------------------------------------------- /resources/scripts/GCodeDocumentation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/resources/scripts/GCodeDocumentation.py -------------------------------------------------------------------------------- /resources/scripts/MaxFlow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/resources/scripts/MaxFlow.py -------------------------------------------------------------------------------- /resources/scripts/RetractTower.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/resources/scripts/RetractTower.py -------------------------------------------------------------------------------- /resources/scripts/SpeedTower.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/resources/scripts/SpeedTower.py -------------------------------------------------------------------------------- /resources/scripts/TempFanTower.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5axes/Calibration-Shapes/HEAD/resources/scripts/TempFanTower.py --------------------------------------------------------------------------------