You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.4 KiB
57 lines
1.4 KiB
# Factory Sliceing 配置文件 |
|
|
|
# Redis 配置 |
|
[redis] |
|
host = "mp.api.suwa3d.com" |
|
password = "kcV2000" |
|
port = 6379 |
|
db = 6 |
|
socket_timeout = 30 |
|
socket_connect_timeout = 10 |
|
socket_keepalive = true |
|
health_check_interval = 30 |
|
|
|
# Redis 重试配置 |
|
[redis.retry] |
|
retry_interval = 5 |
|
max_retry_interval = 60 |
|
|
|
# OSS 配置 |
|
[oss] |
|
access_key_id = "LTAI5tSReWm8hz7dSYxxth8f" |
|
access_key_secret = "8ywTDF9upPAtvgXtLKALY2iMYHIxdS" |
|
endpoint = "oss-cn-shanghai.aliyuncs.com" |
|
bucket = "suwa3d-securedata" |
|
|
|
#minio |
|
[minio] |
|
bucket="slicedata" |
|
# endpoint 必须使用 API 端口(通常是 9000),不是 Console 端口(通常是 9001) |
|
# Console 端口用于 Web 管理界面,API 端口用于 S3 API 操作 |
|
endpoint="192.168.10.102:9000" |
|
access_key="minio" |
|
secret_key="MinIO@suwa3d2025." |
|
|
|
# API 配置 |
|
[api] |
|
base_url = "https://mp.api.suwa3d.com" |
|
env = "prod" # prod 或 dev |
|
|
|
# 工作目录配置 |
|
[work] |
|
default_dir = "C://work" # 默认工作目录,为空则使用脚本所在目录 |
|
|
|
# 日志配置 |
|
[log] |
|
level = "INFO" # DEBUG, INFO, WARNING, ERROR |
|
|
|
#切片软件的执行路径 |
|
[exe] |
|
soft_name = "赛纳3D打印控制系统 V1.4.3.6" |
|
big_exe = "" |
|
small_exe = "C:/Users/Administrator/print_factory_type_setting/software/小机型 切片软件/切片软件V1.4.3.6_2/切片软件V1.4.3.6_2/NormalTek.ThreeDPrinter.UI.exe" |
|
|
|
#机器编号 |
|
[machine] |
|
id="4" |
|
download_path = "C://work/batchPrintSlice" |