1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
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
| }
| }
|
|