chiark / gitweb /
cura.git
11 years agoAdd OpenGL buttons for tool selection.
daid303 [Thu, 24 Jan 2013 13:25:22 +0000 (14:25 +0100)]
Add OpenGL buttons for tool selection.

11 years agoMerge pull request #341 from smorloc/master
daid [Wed, 23 Jan 2013 12:26:00 +0000 (04:26 -0800)]
Merge pull request #341 from smorloc/master

Permit numbers & underscore in plugin variable names

11 years agoFix the slicer crash bug because of missing multiply settings.
daid303 [Wed, 23 Jan 2013 10:23:08 +0000 (11:23 +0100)]
Fix the slicer crash bug because of missing multiply settings.

11 years agoAdded missing temp info image.
daid303 [Wed, 23 Jan 2013 10:20:47 +0000 (11:20 +0100)]
Added missing temp info image.

11 years agoFixed class/method name typo 'exporer'
smorloc [Tue, 22 Jan 2013 19:24:34 +0000 (14:24 -0500)]
Fixed class/method name typo 'exporer'

11 years agoFixed filename typo exporer.py
smorloc [Tue, 22 Jan 2013 19:18:47 +0000 (14:18 -0500)]
Fixed filename typo exporer.py

11 years agoFixed class name typo sliceProgessPanel
smorloc [Tue, 22 Jan 2013 19:14:47 +0000 (14:14 -0500)]
Fixed class name typo sliceProgessPanel

11 years agoFixed filename typo sliceProgessPanel.py
smorloc [Tue, 22 Jan 2013 19:12:41 +0000 (14:12 -0500)]
Fixed filename typo sliceProgessPanel.py

11 years agoMerge remote-tracking branch 'upstream/master'
smorloc [Tue, 22 Jan 2013 18:59:48 +0000 (13:59 -0500)]
Merge remote-tracking branch 'upstream/master'

11 years agoAllow plugin variable names to include underscore
smorloc [Tue, 22 Jan 2013 18:07:57 +0000 (13:07 -0500)]
Allow plugin variable names to include underscore

For instance 'big_cheese'

11 years agoAllow plugin variable names to include numbers
smorloc [Tue, 22 Jan 2013 18:04:16 +0000 (13:04 -0500)]
Allow plugin variable names to include numbers

An example name would be 'extruder1'

11 years agoMaximize the window on first startup.
daid303 [Tue, 22 Jan 2013 14:29:53 +0000 (15:29 +0100)]
Maximize the window on first startup.

11 years agoMerge branch 'master' of github.com:daid/Cura
daid303 [Tue, 22 Jan 2013 14:26:01 +0000 (15:26 +0100)]
Merge branch 'master' of github.com:daid/Cura

11 years agoMerge pull request #338 from smorloc/master
daid [Tue, 22 Jan 2013 14:25:53 +0000 (06:25 -0800)]
Merge pull request #338 from smorloc/master

New layout

11 years agoFix outline display and overhang display (overhang still needs some more work)
daid303 [Tue, 22 Jan 2013 09:21:48 +0000 (10:21 +0100)]
Fix outline display and overhang display (overhang still needs some more work)

11 years agoOnly enable batchrun and project planner when fulle settings are selected, so people...
daid303 [Tue, 22 Jan 2013 09:02:40 +0000 (10:02 +0100)]
Only enable batchrun and project planner when fulle settings are selected, so people understand better which settings are used.

11 years agoFix for omission in new layout code
smorloc [Tue, 22 Jan 2013 00:19:48 +0000 (19:19 -0500)]
Fix for omission in new layout code

11 years agoNew layout
smorloc [Mon, 21 Jan 2013 16:09:36 +0000 (11:09 -0500)]
New layout

11 years agoMerge pull request #337 from hroncok/master
daid [Mon, 21 Jan 2013 14:48:31 +0000 (06:48 -0800)]
Merge pull request #337 from hroncok/master

Redone launcher from Bash to Python

11 years agoAdd py prefix to OpenGL and serial. Exit when error.
Miro Hrončok [Mon, 21 Jan 2013 14:26:45 +0000 (15:26 +0100)]
Add py prefix to OpenGL and serial. Exit when error.

11 years agoRedone launcher from Bash to Python
Miro Hrončok [Mon, 21 Jan 2013 14:07:02 +0000 (15:07 +0100)]
Redone launcher from Bash to Python

11 years agoProperly handle the unfilled window positions.
daid303 [Mon, 21 Jan 2013 11:53:43 +0000 (12:53 +0100)]
Properly handle the unfilled window positions.

11 years agoMerge pull request #333 from smorloc/master
daid [Sat, 19 Jan 2013 14:36:04 +0000 (06:36 -0800)]
Merge pull request #333 from smorloc/master

2 fixes for bugs I introduced in recent new features

11 years agoDon't save window size/pos on exit if minimized
smorloc [Sat, 19 Jan 2013 02:40:19 +0000 (21:40 -0500)]
Don't save window size/pos on exit if minimized

11 years agoFix to add initial model file(s) to MRU list
smorloc [Sat, 19 Jan 2013 02:26:02 +0000 (21:26 -0500)]
Fix to add initial model file(s) to MRU list

11 years agoFix typos in README.
Ilya Kulakov [Thu, 17 Jan 2013 22:36:46 +0000 (05:36 +0700)]
Fix typos in README.

11 years agoAdd working scale tool.
daid303 [Thu, 17 Jan 2013 14:53:44 +0000 (15:53 +0100)]
Add working scale tool.

11 years agoAdd visual nodes for the scale tool.
daid303 [Thu, 17 Jan 2013 10:47:41 +0000 (11:47 +0100)]
Add visual nodes for the scale tool.

11 years agoSlight change to the object info corners so there are always 2 corners visible.
daid303 [Thu, 17 Jan 2013 08:51:00 +0000 (09:51 +0100)]
Slight change to the object info corners so there are always 2 corners visible.

11 years agoReplacement for gluUnproject, which seems to be causing problems with some intel...
daid303 [Thu, 17 Jan 2013 08:47:34 +0000 (09:47 +0100)]
Replacement for gluUnproject, which seems to be causing problems with some intel based drivers. #321

11 years agoFixing #328
daid303 [Thu, 17 Jan 2013 08:30:42 +0000 (09:30 +0100)]
Fixing #328

11 years agoMerge pull request #329 from smorloc/master
daid [Fri, 18 Jan 2013 15:27:15 +0000 (07:27 -0800)]
Merge pull request #329 from smorloc/master

Save/restore window size + Cura update check menu item

11 years agoMerge pull request #330 from GreatFruitOmsk/master
daid [Fri, 18 Jan 2013 08:35:49 +0000 (00:35 -0800)]
Merge pull request #330 from GreatFruitOmsk/master

Fix typos in README.

11 years agoFix typos in README.
Ilya Kulakov [Thu, 17 Jan 2013 22:36:46 +0000 (05:36 +0700)]
Fix typos in README.

11 years agoAdd working scale tool.
daid303 [Thu, 17 Jan 2013 14:53:44 +0000 (15:53 +0100)]
Add working scale tool.

11 years agoAdd visual nodes for the scale tool.
daid303 [Thu, 17 Jan 2013 10:47:41 +0000 (11:47 +0100)]
Add visual nodes for the scale tool.

11 years agoSlight change to the object info corners so there are always 2 corners visible.
daid303 [Thu, 17 Jan 2013 08:51:00 +0000 (09:51 +0100)]
Slight change to the object info corners so there are always 2 corners visible.

11 years agoReplacement for gluUnproject, which seems to be causing problems with some intel...
daid303 [Thu, 17 Jan 2013 08:47:34 +0000 (09:47 +0100)]
Replacement for gluUnproject, which seems to be causing problems with some intel based drivers. #321

11 years agoFixing #328
daid303 [Thu, 17 Jan 2013 08:30:42 +0000 (09:30 +0100)]
Fixing #328

11 years agoAdded "Check for update..." menu item
smorloc [Thu, 17 Jan 2013 05:48:31 +0000 (00:48 -0500)]
Added "Check for update..." menu item

11 years agoSave & restore main window position
smorloc [Thu, 17 Jan 2013 05:44:21 +0000 (00:44 -0500)]
Save & restore main window position

11 years agoRemoved the infobox, made useless because of the new info tool.
daid303 [Wed, 16 Jan 2013 14:15:18 +0000 (15:15 +0100)]
Removed the infobox, made useless because of the new info tool.

11 years agoMerge pull request #323 from smorloc/master
daid [Wed, 16 Jan 2013 14:09:00 +0000 (06:09 -0800)]
Merge pull request #323 from smorloc/master

Added MRU file list menus for models & profiles

11 years agoUpdate rotate tool with text, and add info tool.
daid303 [Wed, 16 Jan 2013 14:01:57 +0000 (15:01 +0100)]
Update rotate tool with text, and add info tool.

11 years agoUpdate on the font draw.
daid303 [Wed, 16 Jan 2013 10:48:27 +0000 (11:48 +0100)]
Update on the font draw.

11 years agoUse better font rending for the X/Y/Z
daid303 [Wed, 16 Jan 2013 10:24:17 +0000 (11:24 +0100)]
Use better font rending for the X/Y/Z

11 years agoUpdate on rotation tools, this breaks a lot of functionality, but is really needed.
daid303 [Wed, 16 Jan 2013 10:13:59 +0000 (11:13 +0100)]
Update on rotation tools, this breaks a lot of functionality, but is really needed.

11 years agoAdded python path needed to run slicer
smorloc [Wed, 16 Jan 2013 02:29:20 +0000 (21:29 -0500)]
Added python path needed to run slicer

11 years agoAdded MRU file list for models & profiles
smorloc [Tue, 15 Jan 2013 13:33:01 +0000 (08:33 -0500)]
Added MRU file list for models & profiles

Added "Most Recently Used" (MRU) file list for models & profiles

11 years agoMerge pull request #322 from smorloc/master
daid [Tue, 15 Jan 2013 12:10:05 +0000 (04:10 -0800)]
Merge pull request #322 from smorloc/master

Fixed SD card eject under Windows

11 years agoFixed SD card eject under Windows
smorloc [Mon, 14 Jan 2013 21:28:29 +0000 (16:28 -0500)]
Fixed SD card eject under Windows

Path to EjectMedia.exe needed to be quotes since it typically contains
spaces

11 years agoKeep working when the platform stl is missing.
daid303 [Mon, 14 Jan 2013 11:00:13 +0000 (12:00 +0100)]
Keep working when the platform stl is missing.

11 years agoAdd proper attribution for #231
daid303 [Mon, 14 Jan 2013 09:59:42 +0000 (10:59 +0100)]
Add proper attribution for #231

11 years agoFix the mirror options.
daid303 [Sun, 13 Jan 2013 19:02:46 +0000 (20:02 +0100)]
Fix the mirror options.

11 years agoFixing issue #319 - OBJ support with quads instead of triangles.
daid303 [Fri, 11 Jan 2013 12:45:00 +0000 (13:45 +0100)]
Fixing issue #319 - OBJ support with quads instead of triangles.

11 years agoAdd option to have the center of the printer at 0,0 for RoStock printers. #310 #266
daid303 [Fri, 11 Jan 2013 11:05:56 +0000 (12:05 +0100)]
Add option to have the center of the printer at 0,0 for RoStock printers. #310 #266

11 years agoUpdate on firmware to 13.01.
daid303 [Thu, 10 Jan 2013 15:06:52 +0000 (16:06 +0100)]
Update on firmware to 13.01.

11 years agoMerge branch 'master' of github.com:daid/Cura
daid303 [Thu, 10 Jan 2013 13:50:34 +0000 (14:50 +0100)]
Merge branch 'master' of github.com:daid/Cura

11 years agoAdd feature which checks for newer releases on startup.
daid303 [Thu, 10 Jan 2013 13:19:48 +0000 (14:19 +0100)]
Add feature which checks for newer releases on startup.

11 years agoMerge pull request #315 from GreatFruitOmsk/master
daid [Thu, 10 Jan 2013 09:45:35 +0000 (01:45 -0800)]
Merge pull request #315 from GreatFruitOmsk/master

Update README and add Python formula.

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 agoRemove some commented old code.
daid303 [Wed, 9 Jan 2013 13:28:44 +0000 (14:28 +0100)]
Remove some commented old code.

11 years agoRemove some commented old code.
daid303 [Wed, 9 Jan 2013 13:28:12 +0000 (14:28 +0100)]
Remove some commented old code.

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