chiark / gitweb /
cura.git
9 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine 14.10-RC6
daid [Fri, 31 Oct 2014 14:28:14 +0000 (15:28 +0100)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

9 years agoIncrease to RC6 to test new building script.
daid [Fri, 31 Oct 2014 14:28:06 +0000 (15:28 +0100)]
Increase to RC6 to test new building script.

9 years agoDo not assert when a firmware file is not found.
daid [Fri, 31 Oct 2014 13:39:01 +0000 (14:39 +0100)]
Do not assert when a firmware file is not found.

9 years agoUninstall old versions is not working, maybe this fixes it.
Daid [Fri, 31 Oct 2014 08:39:05 +0000 (09:39 +0100)]
Uninstall old versions is not working, maybe this fixes it.

9 years agoChange engine repo to use ssh.
daid [Thu, 30 Oct 2014 16:00:34 +0000 (17:00 +0100)]
Change engine repo to use ssh.

9 years agoFind arduino path for macos.
daid [Thu, 30 Oct 2014 15:53:16 +0000 (16:53 +0100)]
Find arduino path for macos.

9 years agoBuild the firmware from source when building an release.
daid [Thu, 30 Oct 2014 14:44:51 +0000 (15:44 +0100)]
Build the firmware from source when building an release.

9 years agoRC5 14.10-RC5
daid [Thu, 30 Oct 2014 09:43:48 +0000 (10:43 +0100)]
RC5

9 years agoTimers should only be started from the GUI thread.
daid [Thu, 30 Oct 2014 09:19:22 +0000 (10:19 +0100)]
Timers should only be started from the GUI thread.

9 years agoDifferent path for wine NSIS.
daid [Thu, 30 Oct 2014 09:17:22 +0000 (10:17 +0100)]
Different path for wine NSIS.

9 years agoAdjust the package.sh so the compiler is properly called when building for windows...
daid [Thu, 30 Oct 2014 09:10:44 +0000 (10:10 +0100)]
Adjust the package.sh so the compiler is properly called when building for windows on linux.

9 years agoWith the preferences and output log moved, we no longer need full access on the insta...
daid [Thu, 30 Oct 2014 07:32:09 +0000 (08:32 +0100)]
With the preferences and output log moved, we no longer need full access on the install directory.

9 years agoFix the loading of the old preferences file. Look in more locations, move the log...
daid [Thu, 30 Oct 2014 07:30:25 +0000 (08:30 +0100)]
Fix the loading of the old preferences file. Look in more locations, move the log file to the user directory.

9 years agoAuto-detect which make tool to use.
daid [Wed, 29 Oct 2014 15:57:19 +0000 (16:57 +0100)]
Auto-detect which make tool to use.

9 years agoAuto-detect which make tool to use.
daid [Wed, 29 Oct 2014 15:56:38 +0000 (16:56 +0100)]
Auto-detect which make tool to use.

9 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Wed, 29 Oct 2014 15:56:28 +0000 (16:56 +0100)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

9 years agoDisable the "run first run wizard" option, as it confuses people.
daid [Wed, 29 Oct 2014 07:56:12 +0000 (08:56 +0100)]
Disable the "run first run wizard" option, as it confuses people.

9 years agoMerge pull request #995 from SpexGuy/SteamEngine
daid [Tue, 28 Oct 2014 18:18:35 +0000 (19:18 +0100)]
Merge pull request #995 from SpexGuy/SteamEngine

Fix error when shader can't link

9 years agoFix error when shader can't link
Martin Wickham [Tue, 28 Oct 2014 17:42:35 +0000 (12:42 -0500)]
Fix error when shader can't link

Calling glValidateProgram clears glGetProgramInfoLog, so must check for
link error before validating.

9 years agoDo not install drivers in silent mode.
daid [Tue, 28 Oct 2014 15:51:09 +0000 (16:51 +0100)]
Do not install drivers in silent mode.

9 years agoFixed #992
daid [Tue, 28 Oct 2014 13:06:40 +0000 (14:06 +0100)]
Fixed #992

9 years agoPreheat the bed before heating the nozzles.
daid [Tue, 28 Oct 2014 08:51:46 +0000 (09:51 +0100)]
Preheat the bed before heating the nozzles.

9 years agoFix problems with german support selection.
daid [Mon, 27 Oct 2014 12:36:09 +0000 (13:36 +0100)]
Fix problems with german support selection.

9 years agoSet default support to lines, as reports say this is better.
daid [Mon, 27 Oct 2014 12:30:20 +0000 (13:30 +0100)]
Set default support to lines, as reports say this is better.

9 years agoUpdated french translation by Jeremie Francois
daid [Wed, 22 Oct 2014 08:18:05 +0000 (10:18 +0200)]
Updated french translation by Jeremie Francois

9 years agoMerge pull request #989 from brad/type_error
daid [Mon, 20 Oct 2014 08:25:11 +0000 (10:25 +0200)]
Merge pull request #989 from brad/type_error

avoid TypeError when reading the active io

9 years agoMerge pull request #988 from rcarmo/debian_armhf
daid [Mon, 20 Oct 2014 08:23:36 +0000 (10:23 +0200)]
Merge pull request #988 from rcarmo/debian_armhf

Working armhf build on ODROID-U3 running Ubuntu 14.04.1

9 years agoavoid TypeError when reading the active io
Brad Pitcher [Mon, 20 Oct 2014 00:09:10 +0000 (17:09 -0700)]
avoid TypeError when reading the active io

9 years agoWorking armhf build on ODROID-U3 running Ubuntu 14.04.1
Rui Carmo [Sun, 19 Oct 2014 15:47:57 +0000 (16:47 +0100)]
Working armhf build on ODROID-U3 running Ubuntu 14.04.1

9 years agoMerge pull request #987 from SpexGuy/SteamEngine
daid [Sat, 18 Oct 2014 08:21:46 +0000 (10:21 +0200)]
Merge pull request #987 from SpexGuy/SteamEngine

Make package.sh work for paths containing spaces

9 years agoMake package.sh work for paths containing spaces
Martin Wickham [Sat, 18 Oct 2014 06:15:22 +0000 (01:15 -0500)]
Make package.sh work for paths containing spaces

9 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Fri, 17 Oct 2014 09:36:56 +0000 (11:36 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

9 years agoFix the usage of plugins.
daid [Thu, 16 Oct 2014 14:04:30 +0000 (16:04 +0200)]
Fix the usage of plugins.

9 years agoMerge pull request #984 from Dim3nsioneer/PluginExpansions
daid [Thu, 16 Oct 2014 14:02:46 +0000 (16:02 +0200)]
Merge pull request #984 from Dim3nsioneer/PluginExpansions

Plugin enhancement

9 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Thu, 16 Oct 2014 13:55:15 +0000 (15:55 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

9 years agoOne extra test to make sure the result is not None
daid [Thu, 16 Oct 2014 13:46:31 +0000 (15:46 +0200)]
One extra test to make sure the result is not None

9 years agoRC4
daid [Thu, 16 Oct 2014 13:36:30 +0000 (15:36 +0200)]
RC4

9 years agoUpdated german translation from Mischiminator
daid [Thu, 16 Oct 2014 13:36:01 +0000 (15:36 +0200)]
Updated german translation from Mischiminator

9 years agoPlugin enhancements
Dim3nsioneer [Thu, 16 Oct 2014 09:43:14 +0000 (11:43 +0200)]
Plugin enhancements

- allows for checkboxes in plugins (type bool)
- allows for listboxes in plugins (type list)
- allows for progress bar window during plugin execution

9 years agoUpdate translation files with latest changes.
daid [Thu, 16 Oct 2014 09:28:56 +0000 (11:28 +0200)]
Update translation files with latest changes.

9 years agoAdd some more missing translations.
daid [Thu, 16 Oct 2014 09:24:53 +0000 (11:24 +0200)]
Add some more missing translations.

9 years agoMerge pull request #3 from daid/SteamEngine
Dim3nsioneer [Thu, 16 Oct 2014 09:21:20 +0000 (11:21 +0200)]
Merge pull request #3 from daid/SteamEngine

Update to present SteamEngine level

9 years agoAdd more translations.
daid [Thu, 16 Oct 2014 09:16:19 +0000 (11:16 +0200)]
Add more translations.

9 years agoAdd missing translation parts.
daid [Thu, 16 Oct 2014 09:15:26 +0000 (11:15 +0200)]
Add missing translation parts.

9 years agoAdd debug feature to watch and auto install firmware to easy firmware development.
daid [Thu, 16 Oct 2014 07:33:02 +0000 (09:33 +0200)]
Add debug feature to watch and auto install firmware to easy firmware development.

9 years ago14.10-RC3
daid [Tue, 14 Oct 2014 12:37:18 +0000 (14:37 +0200)]
14.10-RC3

9 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Tue, 14 Oct 2014 12:36:55 +0000 (14:36 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

9 years agoPrevent installing UM2 or UMO+ firmware on an UMO. And the other way around. Also...
daid [Tue, 14 Oct 2014 12:36:44 +0000 (14:36 +0200)]
Prevent installing UM2 or UMO+ firmware on an UMO. And the other way around. Also improve the reset feature to see if that helps with people who are getting TIMEOUT errors.

9 years agoVersion RC2
daid [Mon, 13 Oct 2014 08:05:59 +0000 (10:05 +0200)]
Version RC2

9 years agoUpdate translation files with latest strings from code.
daid [Mon, 13 Oct 2014 07:34:26 +0000 (09:34 +0200)]
Update translation files with latest strings from code.

9 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Fri, 10 Oct 2014 07:44:06 +0000 (09:44 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

9 years agoFix the collision function
daid [Fri, 10 Oct 2014 07:43:27 +0000 (09:43 +0200)]
Fix the collision function

9 years agoMerge pull request #977 from gcmalloc/tcp_bind_error
daid [Thu, 9 Oct 2014 08:00:57 +0000 (10:00 +0200)]
Merge pull request #977 from gcmalloc/tcp_bind_error

Tcp bind error

9 years agocorreting tab-space
gcmalloc [Wed, 8 Oct 2014 22:12:00 +0000 (00:12 +0200)]
correting tab-space

9 years agoadding a more explicit error message for failure on binding to any port
gcmalloc [Wed, 8 Oct 2014 21:50:29 +0000 (23:50 +0200)]
adding a more explicit error message for failure on binding to any port

9 years agoDisabled chinese for official releases.
daid [Mon, 29 Sep 2014 08:54:30 +0000 (10:54 +0200)]
Disabled chinese for official releases.

9 years agoMerge pull request #963 from coloz/SteamEngine
daid [Mon, 29 Sep 2014 08:48:17 +0000 (10:48 +0200)]
Merge pull request #963 from coloz/SteamEngine

add chinese language

9 years agoadd chinese language
coloz [Mon, 29 Sep 2014 08:11:09 +0000 (16:11 +0800)]
add chinese language

add chinese language

9 years agoadd Chinese language
coloz [Mon, 29 Sep 2014 08:06:33 +0000 (16:06 +0800)]
add Chinese language

add Chinese language

9 years agoVersion number to 14.09.1-RC1
daid [Fri, 26 Sep 2014 08:41:12 +0000 (10:41 +0200)]
Version number to 14.09.1-RC1

9 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Fri, 26 Sep 2014 08:40:33 +0000 (10:40 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

9 years agoFix slicing really big GCode files on windows.
daid [Fri, 26 Sep 2014 05:48:58 +0000 (07:48 +0200)]
Fix slicing really big GCode files on windows.

9 years agoMerge pull request #955 from alephobjects/upstream
daid [Sun, 21 Sep 2014 17:41:19 +0000 (19:41 +0200)]
Merge pull request #955 from alephobjects/upstream

Separated and adjusted nozzle sizes for LulzBot Mini and TAZ

9 years agoSeparated and adjusted nozzle sizes for LulzBot Mini and TAZ machine configs
Steven Abadie [Sun, 21 Sep 2014 15:27:34 +0000 (09:27 -0600)]
Separated and adjusted nozzle sizes for LulzBot Mini and TAZ machine configs

9 years agoMerge pull request #1 from daid/SteamEngine
Steven Abadie [Sun, 21 Sep 2014 14:33:50 +0000 (08:33 -0600)]
Merge pull request #1 from daid/SteamEngine

Merge changes from Cura base

9 years agoSmall update to the new version dialog. 14.09
daid [Fri, 19 Sep 2014 09:44:21 +0000 (11:44 +0200)]
Small update to the new version dialog.

9 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Fri, 19 Sep 2014 09:33:21 +0000 (11:33 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

9 years agoAdd UMOP, version 14.09
daid [Fri, 19 Sep 2014 09:33:08 +0000 (11:33 +0200)]
Add UMOP, version 14.09

9 years agoMerge pull request #953 from jbkim/SteamEngine
daid [Fri, 19 Sep 2014 06:04:18 +0000 (08:04 +0200)]
Merge pull request #953 from jbkim/SteamEngine

Korean translation

9 years agoKorean translation
Jinbuhm Kim [Fri, 19 Sep 2014 05:51:08 +0000 (14:51 +0900)]
Korean translation

Add Korean translation

9 years agoFix for #952
daid [Thu, 18 Sep 2014 08:47:19 +0000 (10:47 +0200)]
Fix for #952

9 years agoLulzbot is using a .35 nozzle
daid [Fri, 12 Sep 2014 14:32:45 +0000 (16:32 +0200)]
Lulzbot is using a .35 nozzle

9 years agoAdd support for Lulzbot printers.
daid [Fri, 12 Sep 2014 14:30:05 +0000 (16:30 +0200)]
Add support for Lulzbot printers.

9 years agoDisable E stepper power when using the pause at height feature.
daid [Wed, 3 Sep 2014 07:13:17 +0000 (09:13 +0200)]
Disable E stepper power when using the pause at height feature.

9 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Fri, 29 Aug 2014 14:42:00 +0000 (16:42 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

9 years agoNew HBK firmware. Added language option to start of Cura.
daid [Fri, 29 Aug 2014 14:41:50 +0000 (16:41 +0200)]
New HBK firmware. Added language option to start of Cura.

9 years agoMerge pull request #936 from jonnor/fix-util-wx-import
daid [Mon, 18 Aug 2014 17:50:35 +0000 (19:50 +0200)]
Merge pull request #936 from jonnor/fix-util-wx-import

util: Remove uneccesary and unwanted import of wx

9 years agoV14.08.1-RC1
daid [Mon, 18 Aug 2014 14:08:24 +0000 (16:08 +0200)]
V14.08.1-RC1

9 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Mon, 18 Aug 2014 14:07:55 +0000 (16:07 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

9 years agoWorkaround for startup crash on some macos installs.
daid [Mon, 18 Aug 2014 14:07:44 +0000 (16:07 +0200)]
Workaround for startup crash on some macos installs.

9 years agoutil: Remove uneccesary and unwanted import of wx
Jon Nordby [Mon, 18 Aug 2014 11:33:58 +0000 (13:33 +0200)]
util: Remove uneccesary and unwanted import of wx

This dependency was actually removed in e17446726f7fbac31f97a0e51536571822987215
Caused problems for non-GUI uses of this modules, like in CuraServer

9 years agoMerge pull request #934 from majklovec/SteamEngine
daid [Wed, 13 Aug 2014 07:04:46 +0000 (09:04 +0200)]
Merge pull request #934 from majklovec/SteamEngine

czech translation added & enabled in resources

9 years agoczech translation added & enabled in resources
Michal Vondracek [Wed, 13 Aug 2014 03:36:08 +0000 (05:36 +0200)]
czech translation added & enabled in resources

9 years agoMerge pull request #926 from bq/witbox_platform
daid [Tue, 5 Aug 2014 09:48:04 +0000 (11:48 +0200)]
Merge pull request #926 from bq/witbox_platform

Added witbox_platform.stl to view it when you choose a witbox machine

9 years agoAdded witbox_platform.stl to view it when you choose a witbox machine
paclema [Tue, 5 Aug 2014 09:25:50 +0000 (11:25 +0200)]
Added witbox_platform.stl to view it when you choose a witbox machine

9 years agoMerge pull request #924 from bq/witbox
daid [Mon, 4 Aug 2014 15:57:43 +0000 (17:57 +0200)]
Merge pull request #924 from bq/witbox

Add bq Witbox configs

9 years agoAdd bq Witbox configs
jose.alfonseca [Mon, 4 Aug 2014 14:09:52 +0000 (16:09 +0200)]
Add bq Witbox configs

9 years agoMerge pull request #922 from qbit/SteamEngine
daid [Sat, 2 Aug 2014 18:17:09 +0000 (20:17 +0200)]
Merge pull request #922 from qbit/SteamEngine

update build reqs and add profiles for RigidBot and RigidBotBig

9 years agoCreate RigidBotBig.ini
Aaron Bieber [Fri, 1 Aug 2014 21:42:30 +0000 (15:42 -0600)]
Create RigidBotBig.ini

9 years agoCreate RigidBot.ini
Aaron Bieber [Fri, 1 Aug 2014 21:40:26 +0000 (15:40 -0600)]
Create RigidBot.ini

9 years agoadd curl as a build requirement on debian
Aaron Bieber [Fri, 1 Aug 2014 21:33:42 +0000 (15:33 -0600)]
add curl as a build requirement on debian

9 years agoVersion 14.07.1-RC1
daid [Wed, 30 Jul 2014 07:26:11 +0000 (09:26 +0200)]
Version 14.07.1-RC1

9 years agoChange the preferences path for windows to see if that solves a problem with windows...
daid [Wed, 30 Jul 2014 07:25:13 +0000 (09:25 +0200)]
Change the preferences path for windows to see if that solves a problem with windows 8. Enable french and german languages.

9 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Mon, 28 Jul 2014 16:00:59 +0000 (18:00 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

9 years agoTranslation update.
daid [Mon, 28 Jul 2014 15:58:06 +0000 (17:58 +0200)]
Translation update.

9 years agoMerge pull request #908 from Dim3nsioneer/SteamEngine
daid [Fri, 18 Jul 2014 13:39:26 +0000 (15:39 +0200)]
Merge pull request #908 from Dim3nsioneer/SteamEngine

TweakAtZ 3.2

9 years agoTweakAtZ
Dim3nsioneer [Fri, 18 Jul 2014 12:55:19 +0000 (14:55 +0200)]
TweakAtZ

- bugfix parser for delta printers
- individual extruder flow
- reset speed after print to 100%
- display message on UM Original

9 years agoMerge pull request #896 from cederom/SteamEngine
daid [Wed, 16 Jul 2014 15:11:39 +0000 (17:11 +0200)]
Merge pull request #896 from cederom/SteamEngine

Package builder for FreeBSD is now ready! :-)

9 years agoUpdated README.md with FreeBSD instructions.
Tomasz CEDRO [Wed, 16 Jul 2014 02:04:20 +0000 (04:04 +0200)]
Updated README.md with FreeBSD instructions.

9 years agopackage.sh: Added pkg-plist file generation.
Tomasz CEDRO [Mon, 14 Jul 2014 21:03:37 +0000 (23:03 +0200)]
package.sh: Added pkg-plist file generation.