Skip to content

Commit

Permalink
Correct instructions for removing build plate grid
Browse files Browse the repository at this point in the history
Due to mixing modes the grid was still visible through the layer view ghost. Weird.
  • Loading branch information
Ghostkeeper committed Sep 28, 2019
1 parent c955b17 commit 1d59502
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ When taking screenshots of the g-code in layer view, these are some instructions
* Don't use the compatibility mode of layer view.
* Don't collage your screenshots. Use separate images for different effects, each with their own subtitle.

To adjust your Cura installation for easier screenshot making, the theme can be adjusted. In the file `resources/themes/cura-light/theme.json`, replace the two sections starting with `disabled_axis` with the following:
To adjust your Cura installation for easier screenshot making, the theme can be adjusted. In the file `resources/themes/cura-light/theme.json`, replace the three sections starting with `disabled_axis` with the following:
```
"disabled_axis": [127, 127, 127, 0],
"x_axis": [255, 0, 0, 0],
Expand All @@ -45,9 +45,13 @@ To adjust your Cura installation for easier screenshot making, the theme can be
"viewport_background": [255, 255, 255, 255],
"volume_outline": [50, 130, 255, 0],
"buildplate": [244, 244, 244, 0],
"buildplate_grid": [129, 131, 134, 0],
"buildplate_grid_minor": [230, 230, 231, 0],
"buildplate": [255, 255, 255, 0],
"buildplate_grid": [255, 255, 255, 0],
"buildplate_grid_minor": [255, 255, 255, 0],
"convex_hull": [255, 255, 255, 0],
"disallowed_area": [0, 0, 0, 0],
"error_area": [255, 0, 0, 127],
```
To restore your Cura installation on Windows, you can run the installer again. On other platforms, you can just download the application again.

Expand Down

0 comments on commit 1d59502

Please sign in to comment.