chiark / gitweb /
cura.git
9 years agoFix removal of the Z-Offset setting in a previous merge
Youness Alaoui [Thu, 12 Feb 2015 19:56:00 +0000 (14:56 -0500)]
Fix removal of the Z-Offset setting in a previous merge

9 years agoAdd support for G29 and M203/M204/M400 gcodes in interpreter
Youness Alaoui [Tue, 10 Feb 2015 20:41:25 +0000 (15:41 -0500)]
Add support for G29 and M203/M204/M400 gcodes in interpreter

This prevents seeing "Unknown M code" error in stdout when switching
to layers view.
Fixes issue #85

9 years agoFix issue with the machine settings
Youness Alaoui [Tue, 3 Feb 2015 17:20:53 +0000 (12:20 -0500)]
Fix issue with the machine settings

Since commit id f870e36d563a85c9e7a23a262e09a5749d3b3dce we get an error
trying to close the machine settings or when removing or adding a machine
through the machine settings window. This should fix it.

9 years agoRemove duplicate layer_height setting for normal print
Youness Alaoui [Thu, 29 Jan 2015 23:23:34 +0000 (18:23 -0500)]
Remove duplicate layer_height setting for normal print

9 years agoUse hasattr instead of getattr to check if an attribute exists
Youness Alaoui [Thu, 29 Jan 2015 23:22:59 +0000 (18:22 -0500)]
Use hasattr instead of getattr to check if an attribute exists

9 years agoSave the quickprint settings in the profile
Youness Alaoui [Thu, 29 Jan 2015 17:42:35 +0000 (12:42 -0500)]
Save the quickprint settings in the profile

This helps avoid frustration if you want to keep your settings
the same (especially material choice).
Fixes issue #69

9 years agoMerge branch 'master' into AO-build
Youness Alaoui [Thu, 29 Jan 2015 17:42:10 +0000 (12:42 -0500)]
Merge branch 'master' into AO-build

9 years agoFix change in configWizard class name (missed from a merge)
Youness Alaoui [Thu, 29 Jan 2015 17:41:26 +0000 (12:41 -0500)]
Fix change in configWizard class name (missed from a merge)

9 years agoAdding autodetect language to preferences menu
Youness Alaoui [Wed, 28 Jan 2015 00:48:33 +0000 (19:48 -0500)]
Adding autodetect language to preferences menu

9 years agoAuto detect language based on locale
Youness Alaoui [Wed, 28 Jan 2015 00:25:04 +0000 (19:25 -0500)]
Auto detect language based on locale

This wasn't tested on Windows, but the code is in a try/except and
will fallback to using the default locale if it fails.
Fixes issue #29

9 years agoHide layers scrollbar when view combobutton is expanded
Youness Alaoui [Tue, 27 Jan 2015 21:03:21 +0000 (16:03 -0500)]
Hide layers scrollbar when view combobutton is expanded

This prevents the combo button from overlaying the layers scrollbar
when the window's height isn't big enough.
Fixes issue #18

9 years agoMerge branch 'production-phase1'
Youness Alaoui [Tue, 20 Jan 2015 22:41:20 +0000 (17:41 -0500)]
Merge branch 'production-phase1'

Conflicts:
Cura/gui/mainWindow.py
Cura/gui/sceneView.py
Cura/util/sliceEngine.py

9 years agoMerge branch 'upstream'
Youness Alaoui [Tue, 20 Jan 2015 18:48:11 +0000 (13:48 -0500)]
Merge branch 'upstream'

Conflicts:
Cura/gui/aboutWindow.py
Cura/gui/preferencesDialog.py
Cura/util/profile.py

9 years agoRevision 1.19 (final) of the 14.09 release 14.09-1.19
Youness Alaoui [Tue, 20 Jan 2015 17:00:27 +0000 (12:00 -0500)]
Revision 1.19 (final) of the 14.09 release

9 years agoMerge remote-tracking branch 'origin/master' into AO-build
Youness Alaoui [Tue, 20 Jan 2015 16:55:01 +0000 (11:55 -0500)]
Merge remote-tracking branch 'origin/master' into AO-build

Conflicts:
Cura/gui/preferencesDialog.py
Cura/util/profile.py

9 years agoMerge tag '14.12' into upstream lulzbot-14.12-rc1
Youness Alaoui [Thu, 15 Jan 2015 19:19:24 +0000 (14:19 -0500)]
Merge tag '14.12' into upstream

Conflicts:
Cura/gui/app.py
Cura/gui/configWizard.py
Cura/gui/firmwareInstall.py
Cura/util/bigDataStorage.py
Cura/util/profile.py
package.sh

9 years agoFix typos in About Window
Youness Alaoui [Wed, 14 Jan 2015 16:30:57 +0000 (11:30 -0500)]
Fix typos in About Window

9 years ago14.12 lulzbot-14.12
daid [Tue, 9 Dec 2014 09:35:10 +0000 (10:35 +0100)]
14.12

9 years agoUpdate RigidBotBig.ini
Marvin [Mon, 8 Dec 2014 15:20:11 +0000 (10:20 -0500)]
Update RigidBotBig.ini

These settings tested by a Rigidbot G+ community.  these setting are called the Community based PLA settings located here http://marvinstuart.com/rigidbot/ and http://rigidtalk.com/wiki/index.php?title=Main_Page

9 years agoFix stupid mistake.
daid [Mon, 8 Dec 2014 12:42:44 +0000 (13:42 +0100)]
Fix stupid mistake.

9 years agoadd print time and filament usage to stats
daid [Mon, 8 Dec 2014 10:05:54 +0000 (11:05 +0100)]
add print time and filament usage to stats

9 years agoAdd turkish translation.
daid [Mon, 8 Dec 2014 09:03:58 +0000 (10:03 +0100)]
Add turkish translation.

Conflicts:
resources/locale/ko/LC_MESSAGES/Cura.mo
resources/locale/ko/LC_MESSAGES/Cura.po

9 years agoRC10
daid [Mon, 8 Dec 2014 08:56:00 +0000 (09:56 +0100)]
RC10

9 years agoFix a bug with loading files on windows, which was happening on a thread causing...
daid [Mon, 8 Dec 2014 08:55:06 +0000 (09:55 +0100)]
Fix a bug with loading files on windows, which was happening on a thread causing bugs.

9 years agoCreate Rigid3D.ini
msutas [Thu, 4 Dec 2014 19:20:46 +0000 (21:20 +0200)]
Create Rigid3D.ini

This is the machine profile for the Rigid3D which is a open sorce printer produced in Turkey.

9 years agoUpdate the release notes.
daid [Thu, 4 Dec 2014 06:47:33 +0000 (07:47 +0100)]
Update the release notes.

9 years agoImprove stats posting. Update versio number to RC9
daid [Wed, 3 Dec 2014 14:40:41 +0000 (15:40 +0100)]
Improve stats posting. Update versio number to RC9

9 years agoImprove error logging on out of memory. Improve plugin handling memory.
daid [Tue, 2 Dec 2014 10:00:56 +0000 (11:00 +0100)]
Improve error logging on out of memory. Improve plugin handling memory.

9 years agoadd zone3d configurations
Baki Gezgen [Sun, 30 Nov 2014 12:31:41 +0000 (14:31 +0200)]
add zone3d configurations

9 years agoSome firmware programming improvements in the error handling.
daid [Fri, 28 Nov 2014 11:14:29 +0000 (12:14 +0100)]
Some firmware programming improvements in the error handling.

9 years agoUpdated new version dialog.
daid [Wed, 26 Nov 2014 14:36:29 +0000 (15:36 +0100)]
Updated new version dialog.

9 years agoSkip empty lines for #1010
daid [Wed, 26 Nov 2014 12:36:51 +0000 (13:36 +0100)]
Skip empty lines for #1010

9 years agoDisable languages that have not been verified by a trusted 3th party for offical...
daid [Wed, 26 Nov 2014 11:25:52 +0000 (12:25 +0100)]
Disable languages that have not been verified by a trusted 3th party for offical releases.

9 years agoRC8
daid [Wed, 26 Nov 2014 10:53:21 +0000 (11:53 +0100)]
RC8

9 years agoAdded logo file.
daid [Wed, 26 Nov 2014 10:52:28 +0000 (11:52 +0100)]
Added logo file.

9 years agoAdd Printrbot Go large, fix info on MetalPlus and SimpleMakersKit, add printrbot...
daid [Wed, 26 Nov 2014 10:52:08 +0000 (11:52 +0100)]
Add Printrbot Go large, fix info on MetalPlus and SimpleMakersKit, add printrbot logo image.

9 years agoMake ConfigWizard use proper naming convention.
daid [Wed, 26 Nov 2014 10:28:30 +0000 (11:28 +0100)]
Make ConfigWizard use proper naming convention.

Conflicts:
Cura/gui/app.py

9 years agoChange the order in which the printrbot printers are listed. As requested by Brook...
daid [Wed, 26 Nov 2014 10:26:39 +0000 (11:26 +0100)]
Change the order in which the printrbot printers are listed. As requested by Brook. Added 2 new printrbot printers (still need to update data so it matches actual machines). Fixed problem where canceling the machine add wizard caused problems with a ghost machine being added. Added support to load UM2 dual extrusion firmware.

9 years agoFix #1019. Change how the engine is looked up, and cache the result.
daid [Wed, 26 Nov 2014 09:48:51 +0000 (10:48 +0100)]
Fix #1019. Change how the engine is looked up, and cache the result.

9 years agoFix https://github.com/Ultimaker/CuraEngine/issues/140
daid [Mon, 24 Nov 2014 06:31:43 +0000 (07:31 +0100)]
Fix https://github.com/Ultimaker/CuraEngine/issues/140

9 years agoAdd Korean language
Jinbuhm Kim [Fri, 14 Nov 2014 11:51:24 +0000 (20:51 +0900)]
Add Korean language

9 years agoUpdate Korean Translation for Cura 14.09
Jinbuhm Kim [Thu, 15 Jan 2015 18:37:36 +0000 (13:37 -0500)]
Update Korean Translation for Cura 14.09

9 years agoUpdate Korean Translation
Jinbuhm Kim [Fri, 14 Nov 2014 11:12:22 +0000 (20:12 +0900)]
Update Korean Translation

9 years agoupdate translation
Jinbuhm Kim [Fri, 14 Nov 2014 04:03:08 +0000 (13:03 +0900)]
update translation

9 years agoPrevent unresponsive print window
Martin Wickham [Fri, 14 Nov 2014 02:39:52 +0000 (20:39 -0600)]
Prevent unresponsive print window

If the default print window is used, and the printer sends a message
back to the main process, the receiving thread calls _addTermLog, which
was undefined on the printWindowBasic.  It has now been defined.

9 years agoRemove the hard dependency on the publisher part from wx, so the mac version works...
daid [Fri, 7 Nov 2014 12:30:06 +0000 (13:30 +0100)]
Remove the hard dependency on the publisher part from wx, so the mac version works again.

9 years agoFix the support tooltip
daid [Thu, 6 Nov 2014 10:41:29 +0000 (11:41 +0100)]
Fix the support tooltip

9 years agoSet version to 14.11-RC7
daid [Thu, 6 Nov 2014 10:20:11 +0000 (11:20 +0100)]
Set version to 14.11-RC7

9 years agoExpose some extra raft settings to experiments with these settings can be done.
daid [Thu, 6 Nov 2014 10:19:46 +0000 (11:19 +0100)]
Expose some extra raft settings to experiments with these settings can be done.

Conflicts:
Cura/util/profile.py

9 years agoAllow opening of expert settings sub-categories from the basic settings.
daid [Thu, 6 Nov 2014 10:13:32 +0000 (11:13 +0100)]
Allow opening of expert settings sub-categories from the basic settings.

Conflicts:
Cura/util/profile.py

9 years agoAdd raft airgap setting. Add new machine menu option to machine menu.
daid [Thu, 6 Nov 2014 09:12:26 +0000 (10:12 +0100)]
Add raft airgap setting. Add new machine menu option to machine menu.

9 years agoAdd some more features to the firmware testing tool.
daid [Tue, 4 Nov 2014 09:46:19 +0000 (10:46 +0100)]
Add some more features to the firmware testing tool.

Conflicts:
Cura/gui/firmwareInstall.py

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.

Conflicts:
package.sh

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
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 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 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 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 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 agoFix the usage of plugins.
daid [Thu, 16 Oct 2014 14:04:30 +0000 (16:04 +0200)]
Fix the usage of plugins.

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 agoAdd more missing translations
Youness Alaoui [Wed, 14 Jan 2015 17:01:47 +0000 (12:01 -0500)]
Add more missing translations

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

9 years agobigDataStorage: Fix a TypeError when read is called with None
Youness Alaoui [Wed, 14 Jan 2015 16:51:49 +0000 (11:51 -0500)]
bigDataStorage: Fix a TypeError when read is called with None

9 years agoFix typos in About Window
Youness Alaoui [Wed, 14 Jan 2015 16:30:57 +0000 (11:30 -0500)]
Fix typos in About Window

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

Conflicts:
Cura/gui/configWizard.py

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 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 agoFix the collision function
daid [Fri, 10 Oct 2014 07:43:27 +0000 (09:43 +0200)]
Fix the collision function

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 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