Skip to content

Commit

Permalink
Merge pull request #291 from simlu/develop
Browse files Browse the repository at this point in the history
Changed Stonehearth recommended settings
  • Loading branch information
simlu authored Sep 11, 2018
2 parents cbce77f + 43341b5 commit 053b31a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ protected Object doInBackground() throws Exception {
LabelModule box_as_matrix_info = new LabelModule(
"Warning: This option will result in loss of information for voxels outside the bounding box. " +
"Use this setting to gain control over the matrix size. " +
"Check for StoneHearth and set bounding box to 31 41 31."
"Un-check for StoneHearth."
);
qbExporter.addComponent(box_as_matrix_info);

Expand All @@ -608,7 +608,7 @@ protected Object doInBackground() throws Exception {

LabelModule origin_as_zero_info = new LabelModule(
"Info: Un-checking will move exported voxel into positive space. This means voxels are " +
"shifted when re-importing the exported file. Un-check for StoneHearth."
"shifted when re-importing the exported file. Check for StoneHearth."
);
qbExporter.addComponent(origin_as_zero_info);

Expand Down

0 comments on commit 053b31a

Please sign in to comment.