chiark / gitweb /
cura.git
11 years agoFix typos in README, better representation of build commands.
Ilya Kulakov [Thu, 10 Jan 2013 08:15:37 +0000 (15:15 +0700)]
Fix typos in README, better representation of build commands.

11 years agoAdd formula to create appropriate python build.
Ilya Kulakov [Wed, 9 Jan 2013 13:41:02 +0000 (20:41 +0700)]
Add formula to create appropriate python build.

11 years agoClarify Mac OS X Guide.
Ilya Kulakov [Wed, 9 Jan 2013 12:03:19 +0000 (19:03 +0700)]
Clarify Mac OS X Guide.

11 years agoFix the progressbars in the projectplanner..
daid303 [Wed, 9 Jan 2013 10:24:00 +0000 (11:24 +0100)]
Fix the progressbars in the projectplanner..

11 years agoFixing project planner slicing for newer slicer implementation. Still needs custom...
daid303 [Wed, 9 Jan 2013 10:17:08 +0000 (11:17 +0100)]
Fixing project planner slicing for newer slicer implementation. Still needs custom profiles.

11 years agoAllow manual placement by preference. And add option to select models in the 3D inter...
daid303 [Wed, 9 Jan 2013 07:54:22 +0000 (08:54 +0100)]
Allow manual placement by preference. And add option to select models in the 3D interface.

11 years agoShould use "is None" instead of "== None"
daid303 [Wed, 9 Jan 2013 07:32:49 +0000 (08:32 +0100)]
Should use "is None" instead of "== None"

11 years agoBetter show invalid placement when objects are not placed on the printer bed.
daid303 [Tue, 8 Jan 2013 14:56:47 +0000 (15:56 +0100)]
Better show invalid placement when objects are not placed on the printer bed.

11 years agoAdd missing else statements in initial wizard
daid303 [Tue, 8 Jan 2013 09:54:56 +0000 (10:54 +0100)]
Add missing else statements in initial wizard

11 years agoMinor cleanup suggested by pycharm, which speeds up SF a tiny bit.
daid303 [Tue, 8 Jan 2013 09:26:52 +0000 (10:26 +0100)]
Minor cleanup suggested by pycharm, which speeds up SF a tiny bit.

11 years agoFix scale with new matrix mode,
daid303 [Tue, 8 Jan 2013 09:01:41 +0000 (10:01 +0100)]
Fix scale with new matrix mode,

11 years agoPass a matrix to the slicer for scale and rotation.
daid303 [Mon, 7 Jan 2013 12:40:41 +0000 (13:40 +0100)]
Pass a matrix to the slicer for scale and rotation.

11 years agoMerge branch 'master' of github.com:daid/Cura
daid303 [Mon, 7 Jan 2013 08:44:15 +0000 (09:44 +0100)]
Merge branch 'master' of github.com:daid/Cura

11 years agoHuge update to put all the code for slicing at the slicer, and not in the gui. Step...
daid303 [Fri, 4 Jan 2013 20:37:11 +0000 (21:37 +0100)]
Huge update to put all the code for slicing at the slicer, and not in the gui. Step 1, still need to fix the project planner.

11 years agoAdd full screen option for MacOS.
Daid [Fri, 4 Jan 2013 13:50:29 +0000 (14:50 +0100)]
Add full screen option for MacOS.

11 years agoOnly show the minecraft import when you have minecraft installed.
daid303 [Fri, 4 Jan 2013 08:19:21 +0000 (09:19 +0100)]
Only show the minecraft import when you have minecraft installed.

11 years agoAdd relative extrusion distance to GCode viewer, and let dimension export M83 on...
daid303 [Wed, 2 Jan 2013 18:34:02 +0000 (19:34 +0100)]
Add relative extrusion distance to GCode viewer, and let dimension export M83 on relative extrusion.

11 years agoAdded minecraft import tool.
daid303 [Wed, 2 Jan 2013 16:51:01 +0000 (17:51 +0100)]
Added minecraft import tool.

11 years agoRevert the multiprocessing, as multiprocessing with wxPython does not work for MacOS
daid303 [Wed, 2 Jan 2013 12:46:02 +0000 (13:46 +0100)]
Revert the multiprocessing, as multiprocessing with wxPython does not work for MacOS

11 years agoRemove debug messages.
daid303 [Wed, 2 Jan 2013 10:56:35 +0000 (11:56 +0100)]
Remove debug messages.

11 years agoUpdate print window to use multiprocessing instead of starting our own subprocess.
daid303 [Wed, 2 Jan 2013 10:08:20 +0000 (11:08 +0100)]
Update print window to use multiprocessing instead of starting our own subprocess.

11 years agoAdd missing exception on error messages.
daid303 [Tue, 1 Jan 2013 16:14:00 +0000 (17:14 +0100)]
Add missing exception on error messages.

11 years agoFixed #299
daid303 [Thu, 27 Dec 2012 09:21:06 +0000 (10:21 +0100)]
Fixed #299

11 years agoFix starting the printing interface under windows and linux.
daid303 [Thu, 27 Dec 2012 08:22:02 +0000 (09:22 +0100)]
Fix starting the printing interface under windows and linux.

11 years agoFix the double click on STL/OBJ files.
daid303 [Wed, 26 Dec 2012 10:39:24 +0000 (11:39 +0100)]
Fix the double click on STL/OBJ files.

11 years agoKeep the example and firmware data in subdirectories.
Daid [Mon, 24 Dec 2012 11:27:08 +0000 (12:27 +0100)]
Keep the example and firmware data in subdirectories.

11 years agoMerge branch 'master' of https://github.com/daid/Cura
Daid [Mon, 24 Dec 2012 11:21:13 +0000 (12:21 +0100)]
Merge branch 'master' of https://github.com/daid/Cura

11 years agocopy the cura examples from the proper location.
Daid [Mon, 24 Dec 2012 11:10:35 +0000 (12:10 +0100)]
copy the cura examples from the proper location.

11 years agoFix the default example path, and add support for version file in frozen build.
daid303 [Mon, 24 Dec 2012 10:55:00 +0000 (11:55 +0100)]
Fix the default example path, and add support for version file in frozen build.

11 years agoFix the rounding bug when using 1.2mm wall thickness.
daid303 [Mon, 24 Dec 2012 10:23:47 +0000 (11:23 +0100)]
Fix the rounding bug when using 1.2mm wall thickness.

11 years agoUpdate cura.bat for new format, remove printrun.bat as we do not ship with printrun...
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
.

11 years agoAdd power python module to package script.
daid303 [Mon, 24 Dec 2012 09:17:52 +0000 (10:17 +0100)]
Add power python module to package script.

11 years agoAdd ignores suggested by smorloc
daid303 [Mon, 24 Dec 2012 09:15:10 +0000 (10:15 +0100)]
Add ignores suggested by smorloc

11 years agoMerge pull request #293 from GreatFruitOmsk/master
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.

11 years agoAdd 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.

11 years agoRemove useless ;
daid303 [Fri, 21 Dec 2012 11:19:35 +0000 (12:19 +0100)]
Remove useless ;

11 years agoFix for plugins in MacOS
Daid [Fri, 21 Dec 2012 11:00:26 +0000 (12:00 +0100)]
Fix for plugins in MacOS

11 years agoMerge branch 'master' of github.com:daid/Cura
daid303 [Fri, 21 Dec 2012 10:52:26 +0000 (11:52 +0100)]
Merge branch 'master' of github.com:daid/Cura

11 years agoFix for mainscreen layout on MacOS when slicing.
daid303 [Fri, 21 Dec 2012 08:14:39 +0000 (09:14 +0100)]
Fix for mainscreen layout on MacOS when slicing.

11 years agoAdd pypy and scripts for pypy back to mac package, so slicing works.
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.

11 years agoRaise head on "pause at Z" so you can flush the nozzle when changing colors.
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.

11 years agoFix the problem with the py2app version of the print window.
Daid [Thu, 20 Dec 2012 12:03:22 +0000 (13:03 +0100)]
Fix the problem with the py2app version of the print window.

11 years agoFirst step to fixing the use of pypy for slicing in the macos.app
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

11 years agoFix a minor layout issue when slicing multiple files at the same time and having...
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.

11 years agoCenter the machine bed grid on the machine center, so it is easier to judge scale...
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.

11 years agoUpdated version number to 12.12, fixed some minor packaging issues.
daid303 [Thu, 20 Dec 2012 08:27:06 +0000 (09:27 +0100)]
Updated version number to 12.12, fixed some minor packaging issues.

11 years agoAdd extra requirements to linux run script.
daid303 [Wed, 19 Dec 2012 08:52:02 +0000 (09:52 +0100)]
Add extra requirements to linux run script.

11 years agoImprovement on the bed leveling wizard
daid303 [Wed, 19 Dec 2012 08:21:24 +0000 (09:21 +0100)]
Improvement on the bed leveling wizard

11 years agoMerge branch 'master' of github.com:daid/Cura
daid303 [Mon, 17 Dec 2012 13:15:50 +0000 (14:15 +0100)]
Merge branch 'master' of github.com:daid/Cura

11 years agoAdd bed leveling wizard.
daid303 [Mon, 17 Dec 2012 13:15:40 +0000 (14:15 +0100)]
Add bed leveling wizard.

11 years agoDo not show the rotate ring in GCode preview.
daid303 [Thu, 13 Dec 2012 16:47:50 +0000 (17:47 +0100)]
Do not show the rotate ring in GCode preview.

11 years agoMerge pull request #288 from GreatFruitOmsk/master
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

11 years agoFix resulted archive was wrong in Mac OS X.
Ilya Kulakov [Thu, 13 Dec 2012 13:38:11 +0000 (20:38 +0700)]
Fix resulted archive was wrong in Mac OS X.

11 years agoMake app an owner of file formats.
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.

11 years agoMerge pull request #287 from GreatFruitOmsk/master
daid [Thu, 13 Dec 2012 13:23:02 +0000 (05:23 -0800)]
Merge pull request #287 from GreatFruitOmsk/master

Small Optimization for Drawin

11 years agoFixed #234
daid303 [Thu, 13 Dec 2012 09:56:26 +0000 (10:56 +0100)]
Fixed #234

11 years agoCheck for modified files and ask the user to reload if the file is changed.
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.

11 years agoDo not import splashScreen when platform is darwin.
Ilya Kulakov [Thu, 13 Dec 2012 08:51:45 +0000 (15:51 +0700)]
Do not import splashScreen when platform is darwin.

11 years agoFix the windows shortcut to run Cura as a module, which is the proper way to start...
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.

11 years agoRetract 15mm by default when switching extruders in a dual extrusion setup, as 5mm...
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.

11 years agoFix the simplemode.
daid303 [Mon, 10 Dec 2012 13:35:47 +0000 (14:35 +0100)]
Fix the simplemode.

11 years agoFixed the layout problems with the quickprint/normal switch. Still need to test on...
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.

11 years agoSmall extra comment to make it clear why the import is at an odd spot
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

11 years agoMerge pull request #284 from jcosmo/timelapse_spelling
daid [Mon, 10 Dec 2012 11:28:21 +0000 (03:28 -0800)]
Merge pull request #284 from jcosmo/timelapse_spelling

timelaps -> timelapse

11 years agoMake a single entry point for the GUI interface, as Cura.gui.app
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

11 years agoFix encoding bug when using locals with none-ascii chars in it.
daid303 [Mon, 10 Dec 2012 09:09:55 +0000 (10:09 +0100)]
Fix encoding bug when using locals with none-ascii chars in it.

11 years agotimelaps -> timelapse
James Walker [Mon, 10 Dec 2012 09:07:46 +0000 (20:07 +1100)]
timelaps -> timelapse

11 years agoTurn all classes into new style classes, this speeds up skeinforge a tiny bit.
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.

11 years agoSome minor fixes.
daid303 [Fri, 7 Dec 2012 15:08:47 +0000 (16:08 +0100)]
Some minor fixes.

11 years agoFix all the imports in skeinforge.
daid303 [Fri, 7 Dec 2012 11:20:42 +0000 (12:20 +0100)]
Fix all the imports in skeinforge.

11 years agoMerge branch 'master' of github.com:daid/Cura
daid303 [Fri, 7 Dec 2012 11:07:21 +0000 (12:07 +0100)]
Merge branch 'master' of github.com:daid/Cura

11 years agoUpdate on normal/quickprint mode. Now they share a lot of code and use the same main...
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.

11 years agoMerge pull request #281 from GreatFruitOmsk/master
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

11 years agoFix darwin setup.py according to new resources structure.
Ilya Kulakov [Fri, 7 Dec 2012 08:45:06 +0000 (15:45 +0700)]
Fix darwin setup.py according to new resources structure.

11 years agoMake gui.util a package.
Ilya Kulakov [Fri, 7 Dec 2012 08:30:30 +0000 (15:30 +0700)]
Make gui.util a package.

11 years agoFix power import.
Ilya Kulakov [Fri, 7 Dec 2012 08:29:41 +0000 (15:29 +0700)]
Fix power import.

11 years agoFix typo in requirements.
Ilya Kulakov [Fri, 7 Dec 2012 08:00:07 +0000 (15:00 +0700)]
Fix typo in requirements.

11 years agoUse Power as pip dependency, not git submodule.
Ilya Kulakov [Fri, 7 Dec 2012 07:54:59 +0000 (14:54 +0700)]
Use Power as pip dependency, not git submodule.

11 years agoUpload formula.
Ilya Kulakov [Fri, 7 Dec 2012 07:53:23 +0000 (14:53 +0700)]
Upload formula.

11 years agoMerge remote-tracking branch 'upstream/master'
Ilya Kulakov [Fri, 7 Dec 2012 07:48:25 +0000 (14:48 +0700)]
Merge remote-tracking branch 'upstream/master'

11 years agoMove some gui utility files into a seperate location so the code gets a bit more...
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.

11 years agoMove resources in to their own subdirectory and update the code that uses the resources.
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.

11 years agoFix STLQuickLook is not copied into Mac OS X bundle.
Ilya Kulakov [Thu, 6 Dec 2012 16:32:30 +0000 (23:32 +0700)]
Fix STLQuickLook is not copied into Mac OS X bundle.

11 years agoIgnore build files for Mac OS X.
Ilya Kulakov [Thu, 6 Dec 2012 16:31:57 +0000 (23:31 +0700)]
Ignore build files for Mac OS X.

11 years agoQuick and ugly change which fixes slicing with pypy. Cleanup will follow.
daid303 [Thu, 6 Dec 2012 13:57:00 +0000 (14:57 +0100)]
Quick and ugly change which fixes slicing with pypy. Cleanup will follow.

11 years agoFixed the imports.
daid303 [Thu, 6 Dec 2012 13:51:55 +0000 (14:51 +0100)]
Fixed the imports.

11 years agoUpdated all lineends for py files to unix style.
Daid [Thu, 6 Dec 2012 13:12:13 +0000 (14:12 +0100)]
Updated all lineends for py files to unix style.

11 years agoMerge pull request #280 from GreatFruitOmsk/macosx
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

11 years agopackage.sh is able to package Cura using new build system.
Ilya Kulakov [Thu, 6 Dec 2012 12:39:37 +0000 (19:39 +0700)]
package.sh is able to package Cura using new build system.

11 years agoFix typo in README.
Ilya Kulakov [Thu, 6 Dec 2012 08:59:59 +0000 (15:59 +0700)]
Fix typo in README.

11 years agoFinish updating README for Mac OS X.
Ilya Kulakov [Thu, 6 Dec 2012 07:57:18 +0000 (14:57 +0700)]
Finish updating README for Mac OS X.

11 years agoMerge remote-tracking branch 'upstream/master' into macosx
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

11 years agoInitial subclass of wx.App and removing splash on Mac OS X.
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.

11 years agoStart updating README for Mac OS X.
Ilya Kulakov [Wed, 5 Dec 2012 13:16:50 +0000 (20:16 +0700)]
Start updating README for Mac OS X.

11 years agoNew py2app based distribution of Cura 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.

11 years agoFix resources, imports and indentations.
Ilya Kulakov [Wed, 5 Dec 2012 12:14:06 +0000 (19:14 +0700)]
Fix resources, imports and indentations.

11 years agoAdd Ultimaker upgrade page in first run wizard, which helps in setting better defaults.
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.

11 years agoAdded rotation circle to make it easier to rotate models.
daid303 [Wed, 5 Dec 2012 08:46:58 +0000 (09:46 +0100)]
Added rotation circle to make it easier to rotate models.

11 years agoAdd experimental hop setting.
daid303 [Tue, 4 Dec 2012 17:54:11 +0000 (18:54 +0100)]
Add experimental hop setting.

11 years agoAlways use machine size / 2 as machine center and remove the setting. Also fixed...
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.