From a660db06773007b1be690e0674829c00a57aeb7b Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 24 十二月 2025 16:21:23 +0800
Subject: [PATCH] 订单首页流程卡新增楼层编号显示
---
north-glass-erp/northglass-erp/src/components/pp/settings.json | 74 +++++++++++++++++++++++++++++++++++++
1 files changed, 74 insertions(+), 0 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/components/pp/settings.json b/north-glass-erp/northglass-erp/src/components/pp/settings.json
new file mode 100644
index 0000000..e6e53be
--- /dev/null
+++ b/north-glass-erp/northglass-erp/src/components/pp/settings.json
@@ -0,0 +1,74 @@
+{
+ "optimization": {
+ "yShapeJoinOptimization": "1",
+ "autoMiddleEmptyPairing": "1",
+ "smallPieceRotationProhibited": "1",
+ "maxFramesOnSite": "10",
+ "bendEdgeDistance": "5",
+ "positiveTolerance": "0",
+ "negativeTolerance": "0",
+ "cutterOriginPosition": "topLeft",
+ "uniformShapeEdgeTrimAmount": "5",
+ "edgeTrimMode": "intelligent",
+ "parallelOptimizationChannels": "2",
+ "optimizationIterations": "1",
+ "finishedProductGrindingAmount": "0",
+ "rawPieceEdgeTrimAmount": "0",
+ "finishedSinglePieceBelowGrindingAmount": "500"
+ },
+ "display": {
+ "themeColor": "#ffffff",
+ "includeProductEdge": true,
+ "includeIrregularEdge": true,
+ "mergeByFrameNumber": true,
+ "frameNumber": true,
+ "orderNumber": true,
+ "productName": true,
+ "processingInfo": true,
+ "remarks": true,
+ "floorNumber": true,
+ "edgeLength": true,
+ "manufacturingProcess": true,
+ "identifier": true
+ },
+ "cutting": {
+ "cutting_direction": true,
+ "show_cutting_path": true,
+ "force_continuous_cutting": true,
+ "min_radius": 5,
+ "min_parallel_offset": 0.1,
+ "t_shaped_recess": 2,
+ "down_cut_spacing": 0.5,
+ "lift_retract": 1
+ },
+ "server": {
+ "output_format": "json",
+ "save_location": "local",
+ "auto_save": true,
+ "save_interval": 60,
+ "engineering_file_save_path": "",
+ "cutting_code_save_path": "",
+ "open_folder_after_save": "",
+ "g_code_file_format": "",
+ "trf_file_save_path": "",
+ "btl_file_save_path": "",
+ "optima_file_save_path": "",
+ "optimization_depth_limit_enable": "",
+ "original_sheet_material_calculation": ""
+ },
+ "tempering": {
+ "tempering_temp": 600,
+ "cooling_rate": 50,
+ "annealing_time": 3600,
+ "furnaceLength": 0,
+ "furnaceWidth": 0,
+ "maxLoadingRate": 100,
+ "chaosLevel": 0,
+ "temperingTime": 1200,
+ "defaultTemperingMode": "auto",
+ "maxArea": 100,
+ "maxPieceCount": 100,
+ "xAxisInterval": 10,
+ "yAxisInterval": 10
+ }
+}
--
Gitblit v1.8.0