你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
Correctly calculate new thickness
这个提交包含在:
@@ -254,9 +254,10 @@ class MainGridUserInput(UserInput[GridType]):
|
||||
return False, start, thickness
|
||||
|
||||
if start < 0:
|
||||
thickness += start
|
||||
start = 0
|
||||
if end > grid_size:
|
||||
thickness = grid_size - start
|
||||
thickness -= end - grid_size
|
||||
|
||||
return True, start, thickness
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户