mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 02:53:49 +01:00
Add symlink to sketch directory in www directory.
Bump image version. Change sketch extension to svg. Default printer type to 'ultimaker'.
This commit is contained in:
parent
92628c660f
commit
90439649ab
1
Makefile
1
Makefile
@ -116,6 +116,7 @@ endif
|
||||
|
||||
### create links elsewhere in the system (autowifi)
|
||||
$(LN) -s /$(TGT_LUA_DIR_SUFFIX)/script/d3dapi $(1)/www/cgi-bin
|
||||
$(LN) -s /root/sketches $(1)/www/
|
||||
endef
|
||||
|
||||
define Package/wifibox/postinst
|
||||
|
@ -1 +1 @@
|
||||
0.9.6
|
||||
0.9.7
|
||||
|
@ -15,7 +15,7 @@ local M = {
|
||||
}
|
||||
|
||||
local NUMBER_PAD_WIDTH = 5
|
||||
local SKETCH_FILE_EXTENSION = 'sketch'
|
||||
local SKETCH_FILE_EXTENSION = 'svg'
|
||||
|
||||
|
||||
-- creates sketch directory, and sets response to error state on failure
|
||||
|
@ -1,3 +1,6 @@
|
||||
config settings 'system'
|
||||
option logfile '/tmp/wifibox.log'
|
||||
option loglevel 'debug'
|
||||
|
||||
config settings 'general'
|
||||
option printer_type 'ultimaker'
|
||||
|
Loading…
Reference in New Issue
Block a user