README.md
pyproject.toml
src/kiln/__init__.py
src/kiln/__main__.py
src/kiln/_pro_nozzle_bridge.py
src/kiln/_vec.py
src/kiln/adaptive_slicer.py
src/kiln/agent_loop.py
src/kiln/ambient_safety.py
src/kiln/assembly.py
src/kiln/auth.py
src/kiln/auto_orient.py
src/kiln/auto_record_hook.py
src/kiln/autonomy.py
src/kiln/backup.py
src/kiln/bed_leveling.py
src/kiln/cloud_sync.py
src/kiln/colored_renderer.py
src/kiln/community_autofire.py
src/kiln/community_outbox.py
src/kiln/community_registry.py
src/kiln/community_sync.py
src/kiln/components.py
src/kiln/consumer.py
src/kiln/cost_estimator.py
src/kiln/credential_store.py
src/kiln/daily_stats.py
src/kiln/decoration_helpers.py
src/kiln/decoration_library.py
src/kiln/decoration_quota.py
src/kiln/design_cache.py
src/kiln/design_intelligence.py
src/kiln/design_reasoning.py
src/kiln/design_recipe.py
src/kiln/design_validator.py
src/kiln/design_versions.py
src/kiln/device.py
src/kiln/discovery.py
src/kiln/emboss_generator.py
src/kiln/emergency.py
src/kiln/events.py
src/kiln/failure_recovery.py
src/kiln/failure_vocabulary.py
src/kiln/file_metadata.py
src/kiln/firmware.py
src/kiln/fulfillment_profiles.py
src/kiln/gcode.py
src/kiln/gcode_interceptor.py
src/kiln/gcode_metadata.py
src/kiln/gcode_voxel.py
src/kiln/generation_feedback.py
src/kiln/heartbeat.py
src/kiln/heater_watchdog.py
src/kiln/image_to_surface.py
src/kiln/incident_recorder.py
src/kiln/installation.py
src/kiln/job_splitter.py
src/kiln/layer_report.py
src/kiln/load_bearing_detector.py
src/kiln/log_config.py
src/kiln/marketplace_publish.py
src/kiln/material_catalog.py
src/kiln/material_inventory.py
src/kiln/material_routing.py
src/kiln/material_safety.py
src/kiln/material_substitution.py
src/kiln/materials.py
src/kiln/mesh_diagnostics.py
src/kiln/mesh_validation_pipeline.py
src/kiln/metrics.py
src/kiln/model_cache.py
src/kiln/model_metadata.py
src/kiln/model_visualizer.py
src/kiln/multicolor_3mf.py
src/kiln/openrouter.py
src/kiln/operator_discovery.py
src/kiln/original_design.py
src/kiln/parametric.py
src/kiln/parent_watchdog.py
src/kiln/persistence.py
src/kiln/pipelines.py
src/kiln/plugin_loader.py
src/kiln/pre_estimate.py
src/kiln/preview.py
src/kiln/preview_gate.py
src/kiln/print_dna.py
src/kiln/print_health_monitor.py
src/kiln/print_monitor.py
src/kiln/print_recovery.py
src/kiln/print_service.py
src/kiln/print_trend_analysis.py
src/kiln/print_watchdog.py
src/kiln/printability.py
src/kiln/printer_intelligence.py
src/kiln/printer_model_resolver.py
src/kiln/progress.py
src/kiln/py.typed
src/kiln/quality.py
src/kiln/queue.py
src/kiln/quote_cache.py
src/kiln/registry.py
src/kiln/reputation.py
src/kiln/resume_capabilities.py
src/kiln/retention.py
src/kiln/revenue_tracking.py
src/kiln/safety_gap_warning.py
src/kiln/safety_profiles.py
src/kiln/scad_verification.py
src/kiln/scheduler.py
src/kiln/server.py
src/kiln/skill_manifest.py
src/kiln/slicer.py
src/kiln/slicer_profiles.py
src/kiln/snapshot_analysis.py
src/kiln/state_lock.py
src/kiln/step_import.py
src/kiln/streaming.py
src/kiln/support_assessment.py
src/kiln/surface_intelligence.py
src/kiln/terms.py
src/kiln/thingiverse.py
src/kiln/threemf_parser.py
src/kiln/tool_schema.py
src/kiln/tool_tiers.py
src/kiln/traceability.py
src/kiln/upload_manifest.py
src/kiln/usage_ledger.py
src/kiln/version_check.py
src/kiln/wallets.py
src/kiln/webhooks.py
src/kiln/cli/__init__.py
src/kiln/cli/auth_commands.py
src/kiln/cli/config.py
src/kiln/cli/discovery.py
src/kiln/cli/install_mcp.py
src/kiln/cli/main.py
src/kiln/cli/mcp_config_audit.py
src/kiln/cli/mcp_config_repair.py
src/kiln/cli/output.py
src/kiln/cli/printer_model_prompt.py
src/kiln/cli/spend_caps_commands.py
src/kiln/data/__init__.py
src/kiln/data/bambu_a1_end_gcode.gcode
src/kiln/data/bambu_a1_start_gcode.gcode
src/kiln/data/component_catalog.json
src/kiln/data/design_templates.json
src/kiln/data/material_catalog.json
src/kiln/data/printer_intelligence.json
src/kiln/data/safety_profiles.json
src/kiln/data/slicer_profiles.json
src/kiln/data/support_profiles.json
src/kiln/data/tool_safety.json
src/kiln/data/design_knowledge/design_templates.json
src/kiln/data/design_knowledge/environment_compatibility.json
src/kiln/data/design_knowledge/functional_requirements.json
src/kiln/data/design_knowledge/load_tables.json
src/kiln/data/design_knowledge/material_troubleshooting.json
src/kiln/data/design_knowledge/materials.json
src/kiln/data/design_knowledge/multi_material_pairing.json
src/kiln/data/design_knowledge/post_processing.json
src/kiln/data/design_knowledge/printer_material_compatibility.json
src/kiln/data/design_knowledge/printer_profiles.json
src/kiln/data/scad_libraries/BOSL2/LICENSE
src/kiln/data/scad_libraries/BOSL2/affine.scad
src/kiln/data/scad_libraries/BOSL2/attachments.scad
src/kiln/data/scad_libraries/BOSL2/ball_bearings.scad
src/kiln/data/scad_libraries/BOSL2/beziers.scad
src/kiln/data/scad_libraries/BOSL2/bosl1compat.scad
src/kiln/data/scad_libraries/BOSL2/bottlecaps.scad
src/kiln/data/scad_libraries/BOSL2/builtins.scad
src/kiln/data/scad_libraries/BOSL2/color.scad
src/kiln/data/scad_libraries/BOSL2/comparisons.scad
src/kiln/data/scad_libraries/BOSL2/constants.scad
src/kiln/data/scad_libraries/BOSL2/coords.scad
src/kiln/data/scad_libraries/BOSL2/cubetruss.scad
src/kiln/data/scad_libraries/BOSL2/distributors.scad
src/kiln/data/scad_libraries/BOSL2/drawing.scad
src/kiln/data/scad_libraries/BOSL2/fnliterals.scad
src/kiln/data/scad_libraries/BOSL2/gears.scad
src/kiln/data/scad_libraries/BOSL2/geometry.scad
src/kiln/data/scad_libraries/BOSL2/hinges.scad
src/kiln/data/scad_libraries/BOSL2/hooks.scad
src/kiln/data/scad_libraries/BOSL2/isosurface.scad
src/kiln/data/scad_libraries/BOSL2/joiners.scad
src/kiln/data/scad_libraries/BOSL2/linalg.scad
src/kiln/data/scad_libraries/BOSL2/linear_bearings.scad
src/kiln/data/scad_libraries/BOSL2/lists.scad
src/kiln/data/scad_libraries/BOSL2/masks.scad
src/kiln/data/scad_libraries/BOSL2/math.scad
src/kiln/data/scad_libraries/BOSL2/metric_screws.scad
src/kiln/data/scad_libraries/BOSL2/miscellaneous.scad
src/kiln/data/scad_libraries/BOSL2/modular_hose.scad
src/kiln/data/scad_libraries/BOSL2/nema_steppers.scad
src/kiln/data/scad_libraries/BOSL2/nurbs.scad
src/kiln/data/scad_libraries/BOSL2/partitions.scad
src/kiln/data/scad_libraries/BOSL2/paths.scad
src/kiln/data/scad_libraries/BOSL2/polyhedra.scad
src/kiln/data/scad_libraries/BOSL2/regions.scad
src/kiln/data/scad_libraries/BOSL2/rounding.scad
src/kiln/data/scad_libraries/BOSL2/screw_drive.scad
src/kiln/data/scad_libraries/BOSL2/screws.scad
src/kiln/data/scad_libraries/BOSL2/shapes2d.scad
src/kiln/data/scad_libraries/BOSL2/shapes3d.scad
src/kiln/data/scad_libraries/BOSL2/skin.scad
src/kiln/data/scad_libraries/BOSL2/sliders.scad
src/kiln/data/scad_libraries/BOSL2/std.scad
src/kiln/data/scad_libraries/BOSL2/strings.scad
src/kiln/data/scad_libraries/BOSL2/structs.scad
src/kiln/data/scad_libraries/BOSL2/threading.scad
src/kiln/data/scad_libraries/BOSL2/transforms.scad
src/kiln/data/scad_libraries/BOSL2/trigonometry.scad
src/kiln/data/scad_libraries/BOSL2/tripod_mounts.scad
src/kiln/data/scad_libraries/BOSL2/turtle3d.scad
src/kiln/data/scad_libraries/BOSL2/utility.scad
src/kiln/data/scad_libraries/BOSL2/vectors.scad
src/kiln/data/scad_libraries/BOSL2/version.scad
src/kiln/data/scad_libraries/BOSL2/vnf.scad
src/kiln/data/scad_libraries/BOSL2/walls.scad
src/kiln/data/scad_libraries/BOSL2/wiring.scad
src/kiln/data/scad_libraries/MCAD/2Dshapes.scad
src/kiln/data/scad_libraries/MCAD/3d_triangle.scad
src/kiln/data/scad_libraries/MCAD/__init__.py
src/kiln/data/scad_libraries/MCAD/array.scad
src/kiln/data/scad_libraries/MCAD/bearing.scad
src/kiln/data/scad_libraries/MCAD/boxes.scad
src/kiln/data/scad_libraries/MCAD/constants.scad
src/kiln/data/scad_libraries/MCAD/curves.scad
src/kiln/data/scad_libraries/MCAD/fonts.scad
src/kiln/data/scad_libraries/MCAD/gears.scad
src/kiln/data/scad_libraries/MCAD/gridbeam.scad
src/kiln/data/scad_libraries/MCAD/hardware.scad
src/kiln/data/scad_libraries/MCAD/involute_gears.scad
src/kiln/data/scad_libraries/MCAD/layouts.scad
src/kiln/data/scad_libraries/MCAD/lego_compatibility.scad
src/kiln/data/scad_libraries/MCAD/libtriangles.scad
src/kiln/data/scad_libraries/MCAD/linear_bearing.scad
src/kiln/data/scad_libraries/MCAD/materials.scad
src/kiln/data/scad_libraries/MCAD/math.scad
src/kiln/data/scad_libraries/MCAD/metric_fastners.scad
src/kiln/data/scad_libraries/MCAD/motors.scad
src/kiln/data/scad_libraries/MCAD/multiply.scad
src/kiln/data/scad_libraries/MCAD/nuts_and_bolts.scad
src/kiln/data/scad_libraries/MCAD/openscad_testing.py
src/kiln/data/scad_libraries/MCAD/openscad_utils.py
src/kiln/data/scad_libraries/MCAD/polyholes.scad
src/kiln/data/scad_libraries/MCAD/profiles.scad
src/kiln/data/scad_libraries/MCAD/regular_shapes.scad
src/kiln/data/scad_libraries/MCAD/screw.scad
src/kiln/data/scad_libraries/MCAD/servos.scad
src/kiln/data/scad_libraries/MCAD/shapes.scad
src/kiln/data/scad_libraries/MCAD/stepper.scad
src/kiln/data/scad_libraries/MCAD/teardrop.scad
src/kiln/data/scad_libraries/MCAD/test_docs.py
src/kiln/data/scad_libraries/MCAD/test_mcad.py
src/kiln/data/scad_libraries/MCAD/transformations.scad
src/kiln/data/scad_libraries/MCAD/triangles.scad
src/kiln/data/scad_libraries/MCAD/trochoids.scad
src/kiln/data/scad_libraries/MCAD/units.scad
src/kiln/data/scad_libraries/MCAD/unregular_shapes.scad
src/kiln/data/scad_libraries/MCAD/utilities.scad
src/kiln/gateway/__init__.py
src/kiln/gateway/threedos.py
src/kiln/generation/__init__.py
src/kiln/generation/base.py
src/kiln/generation/gemini.py
src/kiln/generation/meshy.py
src/kiln/generation/openscad.py
src/kiln/generation/registry.py
src/kiln/generation/stability.py
src/kiln/generation/tripo3d.py
src/kiln/generation/validation.py
src/kiln/generation/visual_verify.py
src/kiln/generation/scad_library/__init__.py
src/kiln/generation/scad_library/containers.scad
src/kiln/generation/scad_library/decorative.scad
src/kiln/generation/scad_library/gears.scad
src/kiln/generation/scad_library/honeycomb.scad
src/kiln/generation/scad_library/lattice.scad
src/kiln/generation/scad_library/mechanical.scad
src/kiln/generation/scad_library/practical.scad
src/kiln/generation/scad_library/primitives.scad
src/kiln/generation/scad_library/threads.scad
src/kiln/generation/scad_library/voronoi.scad
src/kiln/marketplaces/__init__.py
src/kiln/marketplaces/base.py
src/kiln/marketplaces/cults3d.py
src/kiln/marketplaces/makerworld.py
src/kiln/marketplaces/myminifactory.py
src/kiln/marketplaces/thingiverse.py
src/kiln/plugins/__init__.py
src/kiln/plugins/_validation_pipeline_internals.py
src/kiln/plugins/adaptive_slicing_tools.py
src/kiln/plugins/assembly_tools.py
src/kiln/plugins/cache_tools.py
src/kiln/plugins/cloud_sync_tools.py
src/kiln/plugins/color_tools.py
src/kiln/plugins/consumer_tools.py
src/kiln/plugins/credential_tools.py
src/kiln/plugins/decoration_library_tools.py
src/kiln/plugins/design_reasoning_tools.py
src/kiln/plugins/design_tools.py
src/kiln/plugins/enterprise_tools.py
src/kiln/plugins/estimate_tools.py
src/kiln/plugins/firmware_tools.py
src/kiln/plugins/fleet_tools.py
src/kiln/plugins/fulfillment_tools.py
src/kiln/plugins/gcode_validation_tools.py
src/kiln/plugins/generation_ai_tools.py
src/kiln/plugins/generation_tools.py
src/kiln/plugins/intelligence_tools.py
src/kiln/plugins/interception_tools.py
src/kiln/plugins/learning_tools.py
src/kiln/plugins/marketplace_tools.py
src/kiln/plugins/material_catalog_tools.py
src/kiln/plugins/material_inventory_tools.py
src/kiln/plugins/material_tools.py
src/kiln/plugins/mesh_diagnostic_tools.py
src/kiln/plugins/mesh_tools.py
src/kiln/plugins/monitoring_tools.py
src/kiln/plugins/network_tools.py
src/kiln/plugins/pipeline_tools.py
src/kiln/plugins/printability_tools.py
src/kiln/plugins/printer_management_tools.py
src/kiln/plugins/queue_tools.py
src/kiln/plugins/recovery_tools.py
src/kiln/plugins/safety_tools.py
src/kiln/plugins/service_tools.py
src/kiln/plugins/slicer_tools.py
src/kiln/plugins/smart_print_tools.py
src/kiln/plugins/step_tools.py
src/kiln/plugins/tier_diagnostic_tools.py
src/kiln/plugins/utility_tools.py
src/kiln/plugins/validation_pipeline_tools.py
src/kiln/plugins/version_tools.py
src/kiln/printers/__init__.py
src/kiln/printers/bambu.py
src/kiln/printers/bambu_3mf.py
src/kiln/printers/base.py
src/kiln/printers/bed_fit.py
src/kiln/printers/creality.py
src/kiln/printers/elegoo.py
src/kiln/printers/moonraker.py
src/kiln/printers/octoprint.py
src/kiln/printers/prusalink.py
src/kiln/printers/serial_adapter.py
src/kiln/safety/__init__.py
src/kiln/safety/default_interception_rules.py
src/kiln3d.egg-info/PKG-INFO
src/kiln3d.egg-info/SOURCES.txt
src/kiln3d.egg-info/dependency_links.txt
src/kiln3d.egg-info/entry_points.txt
src/kiln3d.egg-info/requires.txt
src/kiln3d.egg-info/top_level.txt
tests/test_adaptive_slicer.py
tests/test_adhesion_diagnosis.py
tests/test_adhesion_force.py
tests/test_agent_loop.py
tests/test_agent_memory_versioning.py
tests/test_ambient_safety.py
tests/test_assembly.py
tests/test_assembly_calibration.py
tests/test_assembly_screw_hole.py
tests/test_assembly_tools.py
tests/test_audit_export.py
tests/test_audit_hmac.py
tests/test_auth.py
tests/test_auth_commands.py
tests/test_auth_scope_audit.py
tests/test_auto_orient.py
tests/test_auto_record_hook.py
tests/test_autofire_wiring_regression.py
tests/test_autonomy.py
tests/test_backup.py
tests/test_bambu_3mf.py
tests/test_bambu_adapter.py
tests/test_bambu_flow_anomaly_cross_check.py
tests/test_base.py
tests/test_bed_fit.py
tests/test_bed_leveling.py
tests/test_boolean_auto_repair.py
tests/test_brand_filament_profiles.py
tests/test_bridging.py
tests/test_cancel_queued_jobs.py
tests/test_cli_advanced.py
tests/test_cli_config.py
tests/test_cli_main.py
tests/test_cli_quickstart.py
tests/test_cloud_sync.py
tests/test_color_tools.py
tests/test_colored_renderer.py
tests/test_community_autofire.py
tests/test_community_outbox.py
tests/test_community_registry.py
tests/test_community_safety_profiles.py
tests/test_community_sync.py
tests/test_compare_renders.py
tests/test_components.py
tests/test_config_permissions.py
tests/test_consumer.py
tests/test_consumer_tools_coverage.py
tests/test_cost_estimator.py
tests/test_creality_adapter.py
tests/test_credential_store.py
tests/test_decorate_surface_bottom_z.py
tests/test_decorate_surface_provenance.py
tests/test_decoration_helpers.py
tests/test_decoration_library.py
tests/test_default_interception_rules.py
tests/test_design_dna.py
tests/test_design_generation_improvements.py
tests/test_design_intelligence.py
tests/test_design_reasoning.py
tests/test_design_recipe.py
tests/test_design_tools.py
tests/test_design_tools_plugin.py
tests/test_design_validator.py
tests/test_design_versions.py
tests/test_detect_holes.py
tests/test_detect_mesh_pockets.py
tests/test_device.py
tests/test_device_generalization.py
tests/test_discovery.py
tests/test_discovery_trust.py
tests/test_elegoo_adapter.py
tests/test_elegoo_flow_anomaly_cross_check.py
tests/test_emboss_generator.py
tests/test_emergency.py
tests/test_emergency_ams_drying.py
tests/test_enhanced_cost_estimator.py
tests/test_events.py
tests/test_failure_recovery.py
tests/test_failure_vocabulary.py
tests/test_filament_resolver.py
tests/test_filament_sensor.py
tests/test_firmware_cli.py
tests/test_firmware_manager.py
tests/test_firmware_moonraker.py
tests/test_firmware_octoprint.py
tests/test_firmware_resume.py
tests/test_firmware_server.py
tests/test_fulfillment_profiles.py
tests/test_fulfillment_tools_plugin.py
tests/test_gcode.py
tests/test_gcode_interceptor.py
tests/test_gcode_metadata.py
tests/test_gcode_voxel.py
tests/test_gemini_generation.py
tests/test_generate_template_sidecar.py
tests/test_generation.py
tests/test_generation_cli.py
tests/test_generation_feedback.py
tests/test_generation_registry.py
tests/test_generation_server.py
tests/test_generation_tools_plugin.py
tests/test_get_started.py
tests/test_heartbeat_ci_guard.py
tests/test_heater_watchdog.py
tests/test_image_to_surface.py
tests/test_image_to_surface_heic.py
tests/test_incident_recorder.py
tests/test_install_mcp.py
tests/test_installation.py
tests/test_integration.py
tests/test_interception_tools.py
tests/test_iterate_design_brief.py
tests/test_job_splitter.py
tests/test_layer_report.py
tests/test_learning_loop_closure.py
tests/test_live_octoprint.py
tests/test_load_bearing_detector.py
tests/test_load_bearing_nudge_wiring.py
tests/test_load_chaos.py
tests/test_lockable_profiles.py
tests/test_log_config.py
tests/test_makerworld.py
tests/test_marketplace_publish.py
tests/test_marketplaces.py
tests/test_material_catalog.py
tests/test_material_catalog_tools.py
tests/test_material_data_sanity.py
tests/test_material_inventory.py
tests/test_material_inventory_tools.py
tests/test_material_reprinting.py
tests/test_material_routing.py
tests/test_material_safety.py
tests/test_materials.py
tests/test_mcp_config_audit.py
tests/test_mesh_diagnostics.py
tests/test_mesh_tools.py
tests/test_mesh_validation_pipeline.py
tests/test_model_cache.py
tests/test_model_metadata.py
tests/test_model_visualizer.py
tests/test_model_visualizer_framing.py
tests/test_monitor_brief_tail.py
tests/test_monitoring_tools_parity.py
tests/test_moonraker_adapter.py
tests/test_moonraker_flow_anomaly_cross_check.py
tests/test_multicolor_3mf.py
tests/test_network_tools.py
tests/test_new_features.py
tests/test_null_source_version.py
tests/test_octoprint_adapter.py
tests/test_octoprint_flow_anomaly_cross_check.py
tests/test_openrouter.py
tests/test_openscad_provider.py
tests/test_operator_discovery.py
tests/test_original_design.py
tests/test_parametric.py
tests/test_parent_watchdog.py
tests/test_persistence.py
tests/test_pipeline_pause.py
tests/test_pipeline_tools.py
tests/test_pipelines.py
tests/test_plan_failure_recovery_wear_hook.py
tests/test_plate_objects.py
tests/test_plugin_loader.py
tests/test_plugin_tools.py
tests/test_plugins.py
tests/test_pre_estimate.py
tests/test_preflight_outcome_advisory.py
tests/test_preview.py
tests/test_preview_gate.py
tests/test_print_dna.py
tests/test_print_health_monitor.py
tests/test_print_health_monitor_wear_wire.py
tests/test_print_history_memory.py
tests/test_print_monitor.py
tests/test_print_recovery.py
tests/test_print_service.py
tests/test_print_trend_analysis.py
tests/test_print_watchdog.py
tests/test_printability.py
tests/test_printer_intelligence.py
tests/test_printer_mgmt_tools.py
tests/test_printer_model_prompt.py
tests/test_printer_model_resolver.py
tests/test_prints_dir.py
tests/test_pro_nozzle_bridge.py
tests/test_pro_tool_proxy.py
tests/test_proxy_server.py
tests/test_prusaconnect_alias.py
tests/test_prusalink.py
tests/test_prusalink_flow_anomaly_cross_check.py
tests/test_quality.py
tests/test_queue.py
tests/test_quote_cache.py
tests/test_rbac.py
tests/test_recommend_material_nozzle_summary.py
tests/test_recommend_settings.py
tests/test_recovery_pipeline_e2e.py
tests/test_recovery_tools_drift_kind_classifier.py
tests/test_registry.py
tests/test_reputation.py
tests/test_resources.py
tests/test_resume_capabilities.py
tests/test_retention.py
tests/test_revenue_tracking.py
tests/test_safety_floor_recommendations.py
tests/test_safety_gap_warning.py
tests/test_safety_hardening.py
tests/test_safety_profiles.py
tests/test_scad_verification.py
tests/test_scheduler.py
tests/test_serial_adapter.py
tests/test_server.py
tests/test_server_misc_tools.py
tests/test_server_tools.py
tests/test_service_tools.py
tests/test_skill_manifest.py
tests/test_slicer.py
tests/test_slicer_auto_3mf_wrap.py
tests/test_slicer_calibration_overlay.py
tests/test_slicer_profiles.py
tests/test_smart_print_plugins.py
tests/test_smart_reprint_brief.py
tests/test_snapshot_persistence.py
tests/test_stability.py
tests/test_start_print_nozzle_advisory.py
tests/test_step_import.py
tests/test_streaming.py
tests/test_stripe_checkout.py
tests/test_stripe_setup_flow.py
tests/test_support_assessment.py
tests/test_support_surface_extensions.py
tests/test_surface_intelligence.py
tests/test_terms.py
tests/test_thermal_stress.py
tests/test_thermal_stress_calibration.py
tests/test_thingiverse.py
tests/test_threedos_gateway.py
tests/test_threemf_parser.py
tests/test_tier_diagnostic_tools.py
tests/test_timelapse_tools.py
tests/test_tool_schema.py
tests/test_tool_tiers.py
tests/test_traceability.py
tests/test_tripo3d.py
tests/test_upgrade_hint.py
tests/test_upload_manifest_and_d3.py
tests/test_usage_ledger.py
tests/test_validation_pipeline.py
tests/test_version.py
tests/test_version_check.py
tests/test_version_tools.py
tests/test_vision_frame_captured.py
tests/test_vision_monitoring.py
tests/test_wallets.py
tests/test_warping_analysis.py
tests/test_warping_calibration.py
tests/test_watch_print_status_block.py
tests/test_webhooks.py
tests/test_wet_filament_hybrid.py
tests/test_winding_normalizer.py