We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe62942 commit 296f26bCopy full SHA for 296f26b
src/StructureVisualizer/StructureWindow/3dmol/Visualizer3dmol.jsx
@@ -103,7 +103,7 @@ class Visualizer3dmol extends React.Component {
103
104
// distance in fractional coordinates to the edge to be
105
// considered "on edge" for packed cell option
106
- let edgeDelta = 0.05;
+ let edgeDelta = 0.03;
107
108
let sc = this.props.viewerParams.supercell;
109
for (let i = -1; i < sc[0] + 1; i++) {
0 commit comments