chiark / gitweb /
daid303 [Mon, 24 Dec 2012 09:24:39 +0000 (10:24 +0100)]
Update cura.bat for new format, remove printrun.bat as we do not ship with printrun anymore
.
daid303 [Mon, 24 Dec 2012 09:17:52 +0000 (10:17 +0100)]
Add power python module to package script.
daid303 [Mon, 24 Dec 2012 09:15:10 +0000 (10:15 +0100)]
Add ignores suggested by smorloc
daid [Sat, 22 Dec 2012 15:26:34 +0000 (07:26 -0800)]
Merge pull request #293 from GreatFruitOmsk/master
Add proper quick look plugin for STL.
Ilya Kulakov [Sat, 22 Dec 2012 10:19:58 +0000 (17:19 +0700)]
Add proper quick look plugin for STL.
daid303 [Fri, 21 Dec 2012 11:19:35 +0000 (12:19 +0100)]
Remove useless ;
Daid [Fri, 21 Dec 2012 11:00:26 +0000 (12:00 +0100)]
Fix for plugins in MacOS
daid303 [Fri, 21 Dec 2012 10:52:26 +0000 (11:52 +0100)]
Merge branch 'master' of github.com:daid/Cura
daid303 [Fri, 21 Dec 2012 08:14:39 +0000 (09:14 +0100)]
Fix for mainscreen layout on MacOS when slicing.
Daid [Thu, 20 Dec 2012 14:01:33 +0000 (15:01 +0100)]
Add pypy and scripts for pypy back to mac package, so slicing works.
daid303 [Thu, 20 Dec 2012 12:32:02 +0000 (13:32 +0100)]
Raise head on "pause at Z" so you can flush the nozzle when changing colors.
Daid [Thu, 20 Dec 2012 12:03:22 +0000 (13:03 +0100)]
Fix the problem with the py2app version of the print window.
Daid [Thu, 20 Dec 2012 10:52:23 +0000 (11:52 +0100)]
First step to fixing the use of pypy for slicing in the macos.app
daid303 [Thu, 20 Dec 2012 09:04:51 +0000 (10:04 +0100)]
Fix a minor layout issue when slicing multiple files at the same time and having dual extrusion.
daid303 [Thu, 20 Dec 2012 09:02:43 +0000 (10:02 +0100)]
Center the machine bed grid on the machine center, so it is easier to judge scale of objects.
daid303 [Thu, 20 Dec 2012 08:27:06 +0000 (09:27 +0100)]
Updated version number to 12.12, fixed some minor packaging issues.
daid303 [Wed, 19 Dec 2012 08:52:02 +0000 (09:52 +0100)]
Add extra requirements to linux run script.
daid303 [Wed, 19 Dec 2012 08:21:24 +0000 (09:21 +0100)]
Improvement on the bed leveling wizard
daid303 [Mon, 17 Dec 2012 13:15:50 +0000 (14:15 +0100)]
Merge branch 'master' of github.com:daid/Cura
daid303 [Mon, 17 Dec 2012 13:15:40 +0000 (14:15 +0100)]
Add bed leveling wizard.
daid303 [Thu, 13 Dec 2012 16:47:50 +0000 (17:47 +0100)]
Do not show the rotate ring in GCode preview.
daid [Thu, 13 Dec 2012 13:55:30 +0000 (05:55 -0800)]
Merge pull request #288 from GreatFruitOmsk/master
Fix package.sh and improve file association
Ilya Kulakov [Thu, 13 Dec 2012 13:38:11 +0000 (20:38 +0700)]
Fix resulted archive was wrong in Mac OS X.
Ilya Kulakov [Thu, 13 Dec 2012 13:37:46 +0000 (20:37 +0700)]
Make app an owner of file formats.
Since Cura works with file formats designed for exporting
it makes sense to be an Owner of such files, since Cura
prints them.
daid [Thu, 13 Dec 2012 13:23:02 +0000 (05:23 -0800)]
Merge pull request #287 from GreatFruitOmsk/master
Small Optimization for Drawin
daid303 [Thu, 13 Dec 2012 09:56:26 +0000 (10:56 +0100)]
Fixed #234
daid303 [Thu, 13 Dec 2012 08:52:25 +0000 (09:52 +0100)]
Check for modified files and ask the user to reload if the file is changed.
Ilya Kulakov [Thu, 13 Dec 2012 08:51:45 +0000 (15:51 +0700)]
Do not import splashScreen when platform is darwin.
daid303 [Mon, 10 Dec 2012 17:10:03 +0000 (18:10 +0100)]
Fix the windows shortcut to run Cura as a module, which is the proper way to start python software.
daid303 [Mon, 10 Dec 2012 15:52:43 +0000 (16:52 +0100)]
Retract 15mm by default when switching extruders in a dual extrusion setup, as 5mm is nowhere near enough.
daid303 [Mon, 10 Dec 2012 13:35:47 +0000 (14:35 +0100)]
Fix the simplemode.
daid303 [Mon, 10 Dec 2012 12:57:09 +0000 (13:57 +0100)]
Fixed the layout problems with the quickprint/normal switch. Still need to test on Mac.
daid303 [Mon, 10 Dec 2012 12:24:08 +0000 (13:24 +0100)]
Small extra comment to make it clear why the import is at an odd spot
daid [Mon, 10 Dec 2012 11:28:21 +0000 (03:28 -0800)]
Merge pull request #284 from jcosmo/timelapse_spelling
timelaps -> timelapse
daid303 [Mon, 10 Dec 2012 10:38:30 +0000 (11:38 +0100)]
Make a single entry point for the GUI interface, as Cura.gui.app
daid303 [Mon, 10 Dec 2012 09:09:55 +0000 (10:09 +0100)]
Fix encoding bug when using locals with none-ascii chars in it.
James Walker [Mon, 10 Dec 2012 09:07:46 +0000 (20:07 +1100)]
timelaps -> timelapse
daid303 [Fri, 7 Dec 2012 17:58:26 +0000 (18:58 +0100)]
Turn all classes into new style classes, this speeds up skeinforge a tiny bit.
daid303 [Fri, 7 Dec 2012 15:08:47 +0000 (16:08 +0100)]
Some minor fixes.
daid303 [Fri, 7 Dec 2012 11:20:42 +0000 (12:20 +0100)]
Fix all the imports in skeinforge.
daid303 [Fri, 7 Dec 2012 11:07:21 +0000 (12:07 +0100)]
Merge branch 'master' of github.com:daid/Cura
daid303 [Fri, 7 Dec 2012 10:37:05 +0000 (11:37 +0100)]
Update on normal/quickprint mode. Now they share a lot of code and use the same main window. Switching still has some minor issues.
daid [Fri, 7 Dec 2012 10:06:58 +0000 (02:06 -0800)]
Merge pull request #281 from GreatFruitOmsk/master
Mac OS X related and general fixes
Ilya Kulakov [Fri, 7 Dec 2012 08:45:06 +0000 (15:45 +0700)]
Fix darwin setup.py according to new resources structure.
Ilya Kulakov [Fri, 7 Dec 2012 08:30:30 +0000 (15:30 +0700)]
Make gui.util a package.
Ilya Kulakov [Fri, 7 Dec 2012 08:29:41 +0000 (15:29 +0700)]
Fix power import.
Ilya Kulakov [Fri, 7 Dec 2012 08:00:07 +0000 (15:00 +0700)]
Fix typo in requirements.
Ilya Kulakov [Fri, 7 Dec 2012 07:54:59 +0000 (14:54 +0700)]
Use Power as pip dependency, not git submodule.
Ilya Kulakov [Fri, 7 Dec 2012 07:53:23 +0000 (14:53 +0700)]
Upload formula.
Ilya Kulakov [Fri, 7 Dec 2012 07:48:25 +0000 (14:48 +0700)]
Merge remote-tracking branch 'upstream/master'
daid303 [Thu, 6 Dec 2012 17:28:37 +0000 (18:28 +0100)]
Move some gui utility files into a seperate location so the code gets a bit more seperated.
daid303 [Thu, 6 Dec 2012 17:17:14 +0000 (18:17 +0100)]
Move resources in to their own subdirectory and update the code that uses the resources.
Ilya Kulakov [Thu, 6 Dec 2012 16:32:30 +0000 (23:32 +0700)]
Fix STLQuickLook is not copied into Mac OS X bundle.
Ilya Kulakov [Thu, 6 Dec 2012 16:31:57 +0000 (23:31 +0700)]
Ignore build files for Mac OS X.
daid303 [Thu, 6 Dec 2012 13:57:00 +0000 (14:57 +0100)]
Quick and ugly change which fixes slicing with pypy. Cleanup will follow.
daid303 [Thu, 6 Dec 2012 13:51:55 +0000 (14:51 +0100)]
Fixed the imports.
Daid [Thu, 6 Dec 2012 13:12:13 +0000 (14:12 +0100)]
Updated all lineends for py files to unix style.
daid [Thu, 6 Dec 2012 12:51:36 +0000 (04:51 -0800)]
Merge pull request #280 from GreatFruitOmsk/macosx
Better support for Mac OS X
Ilya Kulakov [Thu, 6 Dec 2012 12:39:37 +0000 (19:39 +0700)]
package.sh is able to package Cura using new build system.
Ilya Kulakov [Thu, 6 Dec 2012 08:59:59 +0000 (15:59 +0700)]
Fix typo in README.
Ilya Kulakov [Thu, 6 Dec 2012 07:57:18 +0000 (14:57 +0700)]
Finish updating README for Mac OS X.
Ilya Kulakov [Wed, 5 Dec 2012 17:33:55 +0000 (00:33 +0700)]
Merge remote-tracking branch 'upstream/master' into macosx
Conflicts:
Cura/gui/configWizard.py
Cura/gui/mainWindow.py
Cura/gui/opengl.py
Cura/gui/printWindow.py
scripts/osx64/Cura.app/Contents/MacOS/Cura
Ilya Kulakov [Wed, 5 Dec 2012 16:54:11 +0000 (23:54 +0700)]
Initial subclass of wx.App and removing splash on Mac OS X.
Ilya Kulakov [Wed, 5 Dec 2012 13:16:50 +0000 (20:16 +0700)]
Start updating README for Mac OS X.
Ilya Kulakov [Wed, 5 Dec 2012 12:16:41 +0000 (19:16 +0700)]
New py2app based distribution of Cura for Mac OS X.
Ilya Kulakov [Wed, 5 Dec 2012 12:14:06 +0000 (19:14 +0700)]
Fix resources, imports and indentations.
daid303 [Wed, 5 Dec 2012 11:45:20 +0000 (12:45 +0100)]
Add Ultimaker upgrade page in first run wizard, which helps in setting better defaults.
daid303 [Wed, 5 Dec 2012 08:46:58 +0000 (09:46 +0100)]
Added rotation circle to make it easier to rotate models.
daid303 [Tue, 4 Dec 2012 17:54:11 +0000 (18:54 +0100)]
Add experimental hop setting.
daid303 [Tue, 4 Dec 2012 17:29:50 +0000 (18:29 +0100)]
Always use machine size / 2 as machine center and remove the setting. Also fixed some always-autoplace issues in the project planner.
daid303 [Tue, 4 Dec 2012 09:58:28 +0000 (10:58 +0100)]
Add steep overhang icons.
daid303 [Tue, 4 Dec 2012 08:22:35 +0000 (09:22 +0100)]
Switch the order of extruders every layer when printing with dual extrusion.
daid303 [Tue, 4 Dec 2012 08:03:49 +0000 (09:03 +0100)]
Return to model viewing when using the rotate/scale/flip buttons.
daid303 [Tue, 4 Dec 2012 07:59:06 +0000 (08:59 +0100)]
Improve the first run wizard with the communication error log, and add info buttons to the Ultimaker wiki when steps fail.
daid303 [Tue, 4 Dec 2012 07:56:15 +0000 (08:56 +0100)]
Improve the first run wizard with the communication error log, and add info buttons to the Ultimaker wiki when steps fail.
daid303 [Tue, 4 Dec 2012 07:27:04 +0000 (08:27 +0100)]
Fix another UTF-8 filename encoding bug. Add error output to the slice log so we see exceptions.
daid303 [Mon, 3 Dec 2012 15:17:20 +0000 (16:17 +0100)]
Add textbox which shows the bounderybox size of the object
daid303 [Mon, 3 Dec 2012 14:29:12 +0000 (15:29 +0100)]
Set the default minimal layer time to 5 seconds. Properly scale collada files.
daid303 [Thu, 29 Nov 2012 11:11:34 +0000 (12:11 +0100)]
Some small text updates.
daid303 [Tue, 27 Nov 2012 13:08:00 +0000 (14:08 +0100)]
Add temperature graph labels.
daid303 [Tue, 27 Nov 2012 12:15:32 +0000 (13:15 +0100)]
Added general help for plugin tab, added open plugin folder button, fixed scale to max size to account for skirt, added steep overhang view (still needs icons).
daid [Tue, 20 Nov 2012 09:28:06 +0000 (01:28 -0800)]
Merge pull request #265 from GreatFruitOmsk/master
Show a warning if computer is not connected to AC power
Ilya Kulakov [Tue, 20 Nov 2012 09:25:13 +0000 (16:25 +0700)]
Add timer handler.
Ilya Kulakov [Tue, 20 Nov 2012 09:23:47 +0000 (16:23 +0700)]
Set up timer to check power source every 10 seconds.
daid [Tue, 20 Nov 2012 08:43:24 +0000 (00:43 -0800)]
Merge pull request #264 from jedahan/master
Allow cancelling the automatic installation of dependencies
Ilya Kulakov [Tue, 20 Nov 2012 08:32:34 +0000 (15:32 +0700)]
Show a warning if computer is not connected to AC power.
Jonathan Dahan [Mon, 19 Nov 2012 17:37:46 +0000 (12:37 -0500)]
allow user to cancel automatic installation of dependencies during install
daid303 [Mon, 19 Nov 2012 13:12:24 +0000 (14:12 +0100)]
Add plugin with doubleclick.
daid303 [Mon, 19 Nov 2012 07:43:04 +0000 (08:43 +0100)]
Make the project planner always auto-place.
daid303 [Mon, 12 Nov 2012 09:04:11 +0000 (10:04 +0100)]
Updated changelog.
daid303 [Mon, 12 Nov 2012 08:59:59 +0000 (09:59 +0100)]
Increased version number to 12.11
daid303 [Mon, 12 Nov 2012 08:58:40 +0000 (09:58 +0100)]
Fixed the print window does not open bug!.
daid303 [Thu, 8 Nov 2012 12:39:17 +0000 (13:39 +0100)]
Implement the help button for plugins.
daid303 [Thu, 8 Nov 2012 09:56:31 +0000 (10:56 +0100)]
Fix safe remove of volume.
daid303 [Thu, 8 Nov 2012 09:43:04 +0000 (10:43 +0100)]
Add missing import
daid303 [Thu, 8 Nov 2012 09:13:58 +0000 (10:13 +0100)]
Make the endstop check in the first run wizard in a better order, and make re-running the checks work better.
daid303 [Thu, 8 Nov 2012 07:38:37 +0000 (08:38 +0100)]
Fixed the top down view light issue, made the project planner use the configured color for objects.
daid303 [Thu, 8 Nov 2012 07:22:05 +0000 (08:22 +0100)]
Update on default colors.
daid303 [Thu, 8 Nov 2012 07:21:54 +0000 (08:21 +0100)]
Add pauze at height plugin.
daid303 [Wed, 7 Nov 2012 17:39:27 +0000 (18:39 +0100)]
Enable support cross hatch when printing with dual-extrusion support.