0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2026-04-14 13:51:22 +02:00

Lower number of lines to send per gcode part to 500, this should fix failure to convert to x3g code for Makerbots (which took about 8 seconds while ajax timeouts are 5 seconds).

Bump version to 0.9.1.
This commit is contained in:
Wouter R
2013-11-22 16:51:26 +01:00
parent fe9c2cc5ea
commit ea2d50fd60
4 changed files with 74 additions and 72 deletions

View File

@@ -4,7 +4,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME := doodle3d-client
PKG_VERSION := 0.9.0
PKG_VERSION := 0.9.1
PKG_RELEASE := 1
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)