mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 02:53:49 +01:00
Add options for 8bit retro printing.
This commit is contained in:
parent
0eb94d4a67
commit
0e6416b755
@ -347,4 +347,18 @@ M.doodle3d_update_baseUrl = {
|
|||||||
description = ''
|
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
|
return M
|
||||||
|
Loading…
Reference in New Issue
Block a user