Add options for 8bit retro printing.

This commit is contained in:
Wouter R 2014-03-22 18:45:58 +01:00
parent 0eb94d4a67
commit 0e6416b755
1 changed files with 14 additions and 0 deletions

View File

@ -347,4 +347,18 @@ M.doodle3d_update_baseUrl = {
description = ''
}
M.doodle3d_raster_size = {
default = 0,
type = 'int',
min = 0,
max = 50,
description = 'Rasterization coarseness, 0 to disable'
}
M.doodle3d_raster_diagonals = {
default = true,
type = 'bool',
description = 'Allow diagonal lines with raster'
}
return M