README.md
pyproject.toml
src/kiln/__init__.py
src/kiln/__main__.py
src/kiln/adaptive_slicer.py
src/kiln/agent_loop.py
src/kiln/ambient_safety.py
src/kiln/auth.py
src/kiln/auto_orient.py
src/kiln/autonomy.py
src/kiln/backup.py
src/kiln/bed_leveling.py
src/kiln/billing.py
src/kiln/billing_alerts.py
src/kiln/billing_invoice.py
src/kiln/circle_provider.py
src/kiln/cloud_sync.py
src/kiln/community_registry.py
src/kiln/consumer.py
src/kiln/cost_estimator.py
src/kiln/credential_store.py
src/kiln/cross_printer_learning.py
src/kiln/design_cache.py
src/kiln/design_intelligence.py
src/kiln/design_reasoning.py
src/kiln/design_validator.py
src/kiln/discovery.py
src/kiln/emergency.py
src/kiln/events.py
src/kiln/failure_recovery.py
src/kiln/failure_rerouter.py
src/kiln/file_metadata.py
src/kiln/firmware.py
src/kiln/fleet_analytics.py
src/kiln/fleet_orchestrator.py
src/kiln/fleet_scheduler.py
src/kiln/fulfillment_monitor.py
src/kiln/gcode.py
src/kiln/gcode_encryption.py
src/kiln/gcode_interceptor.py
src/kiln/gcode_metadata.py
src/kiln/generation_feedback.py
src/kiln/heater_watchdog.py
src/kiln/job_router.py
src/kiln/job_splitter.py
src/kiln/licensing.py
src/kiln/log_config.py
src/kiln/marketplace_publish.py
src/kiln/material_catalog.py
src/kiln/material_compliance.py
src/kiln/material_inventory.py
src/kiln/material_routing.py
src/kiln/material_substitution.py
src/kiln/materials.py
src/kiln/mesh_diagnostics.py
src/kiln/metrics.py
src/kiln/model_cache.py
src/kiln/model_metadata.py
src/kiln/openrouter.py
src/kiln/operator_discovery.py
src/kiln/original_design.py
src/kiln/persistence.py
src/kiln/pilot_access.py
src/kiln/pipelines.py
src/kiln/plugin_loader.py
src/kiln/preview.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_safety_monitor.py
src/kiln/print_service.py
src/kiln/print_trend_analysis.py
src/kiln/printability.py
src/kiln/printer_billing.py
src/kiln/printer_intelligence.py
src/kiln/progress.py
src/kiln/project_costs.py
src/kiln/py.typed
src/kiln/quality.py
src/kiln/queue.py
src/kiln/quote_cache.py
src/kiln/recovery.py
src/kiln/registry.py
src/kiln/reputation.py
src/kiln/rest_api.py
src/kiln/resume_capabilities.py
src/kiln/retention.py
src/kiln/revenue_tracking.py
src/kiln/safety_profiles.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/sso.py
src/kiln/state_lock.py
src/kiln/streaming.py
src/kiln/tax.py
src/kiln/teams.py
src/kiln/terms.py
src/kiln/thingiverse.py
src/kiln/tool_schema.py
src/kiln/tool_tiers.py
src/kiln/traceability.py
src/kiln/uptime.py
src/kiln/wallets.py
src/kiln/webhooks.py
src/kiln/cli/__init__.py
src/kiln/cli/config.py
src/kiln/cli/discovery.py
src/kiln/cli/main.py
src/kiln/cli/output.py
src/kiln/data/__init__.py
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/tool_safety.json
src/kiln/fulfillment/__init__.py
src/kiln/fulfillment/base.py
src/kiln/fulfillment/craftcloud.py
src/kiln/fulfillment/intelligence.py
src/kiln/fulfillment/proxy.py
src/kiln/fulfillment/proxy_server.py
src/kiln/fulfillment/registry.py
src/kiln/fulfillment/sculpteo.py
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/myminifactory.py
src/kiln/marketplaces/thingiverse.py
src/kiln/payments/__init__.py
src/kiln/payments/base.py
src/kiln/payments/circle_provider.py
src/kiln/payments/manager.py
src/kiln/payments/stripe_provider.py
src/kiln/plugins/__init__.py
src/kiln/plugins/adaptive_slicing_tools.py
src/kiln/plugins/consumer_tools.py
src/kiln/plugins/design_tools.py
src/kiln/plugins/estimate_tools.py
src/kiln/plugins/fulfillment_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/monitoring_tools.py
src/kiln/plugins/network_tools.py
src/kiln/plugins/printability_tools.py
src/kiln/plugins/queue_tools.py
src/kiln/plugins/recovery_tools.py
src/kiln/plugins/service_tools.py
src/kiln/plugins/smart_print_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/elegoo.py
src/kiln/printers/moonraker.py
src/kiln/printers/octoprint.py
src/kiln/printers/prusaconnect.py
src/kiln/printers/serial_adapter.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_agent_loop.py
tests/test_agent_memory_versioning.py
tests/test_ambient_safety.py
tests/test_audit_export.py
tests/test_audit_hmac.py
tests/test_auth.py
tests/test_auth_scope_audit.py
tests/test_auto_orient.py
tests/test_autonomy.py
tests/test_backup.py
tests/test_bambu_3mf.py
tests/test_bambu_adapter.py
tests/test_base.py
tests/test_bed_leveling.py
tests/test_billing.py
tests/test_billing_e2e.py
tests/test_circle_provider.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_community_registry.py
tests/test_community_safety_profiles.py
tests/test_config_permissions.py
tests/test_consumer.py
tests/test_cost_estimator.py
tests/test_credential_store.py
tests/test_cross_printer_learning.py
tests/test_cross_printer_learning_engine.py
tests/test_design_generation_improvements.py
tests/test_design_intelligence.py
tests/test_design_tools_plugin.py
tests/test_design_validator.py
tests/test_device_generalization.py
tests/test_discovery.py
tests/test_discovery_trust.py
tests/test_elegoo_adapter.py
tests/test_emergency.py
tests/test_events.py
tests/test_failure_recovery.py
tests/test_failure_rerouter.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_fleet_analytics.py
tests/test_fleet_orchestrator.py
tests/test_fleet_scheduler.py
tests/test_fulfillment.py
tests/test_fulfillment_intelligence.py
tests/test_fulfillment_proxy.py
tests/test_fulfillment_registry.py
tests/test_fulfillment_sculpteo.py
tests/test_gcode.py
tests/test_gcode_encryption.py
tests/test_gcode_interceptor.py
tests/test_gcode_metadata.py
tests/test_gemini_generation.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_heater_watchdog.py
tests/test_integration.py
tests/test_job_router.py
tests/test_job_splitter.py
tests/test_license_keygen.py
tests/test_licensing.py
tests/test_live_octoprint.py
tests/test_load_chaos.py
tests/test_lockable_profiles.py
tests/test_log_config.py
tests/test_marketplace_publish.py
tests/test_marketplaces.py
tests/test_material_catalog.py
tests/test_material_catalog_tools.py
tests/test_material_compliance.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_materials.py
tests/test_mesh_diagnostics.py
tests/test_model_cache.py
tests/test_model_metadata.py
tests/test_moonraker_adapter.py
tests/test_new_features.py
tests/test_octoprint_adapter.py
tests/test_openrouter.py
tests/test_operator_discovery.py
tests/test_original_design.py
tests/test_payment_circle.py
tests/test_payment_manager.py
tests/test_payment_stripe.py
tests/test_payment_tools.py
tests/test_persistence.py
tests/test_pilot_access.py
tests/test_pipeline_pause.py
tests/test_pipelines.py
tests/test_plugin_loader.py
tests/test_plugins.py
tests/test_preflight_outcome_advisory.py
tests/test_preview.py
tests/test_print_dna.py
tests/test_print_health_monitor.py
tests/test_print_history_memory.py
tests/test_print_monitor.py
tests/test_print_recovery.py
tests/test_print_safety_monitor.py
tests/test_print_service.py
tests/test_print_trend_analysis.py
tests/test_printability.py
tests/test_printer_billing.py
tests/test_printer_intelligence.py
tests/test_project_costs.py
tests/test_proxy_server.py
tests/test_prusaconnect.py
tests/test_quality.py
tests/test_queue.py
tests/test_rbac.py
tests/test_recommend_settings.py
tests/test_recovery.py
tests/test_registry.py
tests/test_reputation.py
tests/test_resources.py
tests/test_rest_api.py
tests/test_resume_capabilities.py
tests/test_retention.py
tests/test_revenue_tracking.py
tests/test_safety_hardening.py
tests/test_safety_profiles.py
tests/test_scheduler.py
tests/test_serial_adapter.py
tests/test_server.py
tests/test_server_tools.py
tests/test_skill_manifest.py
tests/test_slicer.py
tests/test_slicer_profiles.py
tests/test_smart_print_plugins.py
tests/test_snapshot_persistence.py
tests/test_sso.py
tests/test_stability.py
tests/test_streaming.py
tests/test_stripe_checkout.py
tests/test_stripe_setup_flow.py
tests/test_tax.py
tests/test_teams.py
tests/test_terms.py
tests/test_thingiverse.py
tests/test_threedos_gateway.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_uptime.py
tests/test_version.py
tests/test_vision_monitoring.py
tests/test_wallets.py
tests/test_webhooks.py