add gcode_server to default settings

This commit is contained in:
Simon Voordouw 2017-06-13 12:30:47 +02:00
parent 211c2f1abb
commit 533988a409
1 changed files with 6 additions and 0 deletions

View File

@ -418,4 +418,10 @@ M.doodle3d_update_baseUrl = {
description = ''
}
M.doodle3d_gcode_server = {
default = 'https://tranquil-meadow-94621.herokuapp.com/',
type = 'string',
description =''
}
return M