chiark / gitweb /
daid303 [Tue, 29 Jan 2013 09:01:57 +0000 (10:01 +0100)]
Only draw the GCode layers when they are on screen, to remove the slowdown in model view. Fix the minimal feedrate problems in the cooling plugin.
daid303 [Tue, 29 Jan 2013 08:46:35 +0000 (09:46 +0100)]
Fix the steep overhang display when rotating/scaling.
daid303 [Tue, 29 Jan 2013 08:38:46 +0000 (09:38 +0100)]
Some small fixes suggested by Erik after testing.
Daid [Mon, 28 Jan 2013 14:51:54 +0000 (15:51 +0100)]
Updated version number to 13.01
daid303 [Mon, 28 Jan 2013 12:46:12 +0000 (13:46 +0100)]
Add basic AMF support to skeinforge.
daid303 [Mon, 28 Jan 2013 12:37:03 +0000 (13:37 +0100)]
Properly check the v1/2/3 tag, else we have issues with faces with normals.
daid303 [Mon, 28 Jan 2013 12:29:12 +0000 (13:29 +0100)]
Add very basic AMF support.
daid303 [Mon, 28 Jan 2013 11:14:09 +0000 (12:14 +0100)]
Fix combined STL save.
daid303 [Mon, 28 Jan 2013 10:58:53 +0000 (11:58 +0100)]
Rotate/scale now work in the project planner!.
daid303 [Mon, 28 Jan 2013 09:23:22 +0000 (10:23 +0100)]
More fixes for the project planner, still not functional.
daid303 [Sun, 27 Jan 2013 18:22:27 +0000 (19:22 +0100)]
Merge branch 'master' of github.com:daid/Cura
daid303 [Sun, 27 Jan 2013 18:15:37 +0000 (19:15 +0100)]
Initial changes to get some project planner stuff working again.
daid [Sun, 27 Jan 2013 11:56:52 +0000 (03:56 -0800)]
Merge pull request #347 from smorloc/master
Dynamic number of left hand columns
smorloc [Sat, 26 Jan 2013 17:52:38 +0000 (12:52 -0500)]
Fixes #320 Batch Run: tags in gcode not expanded
daid [Sat, 26 Jan 2013 13:00:49 +0000 (05:00 -0800)]
Merge pull request #345 from GreatFruitOmsk/master
Update Python formula to match recent changes in Homebrew
Steven Morlock [Sat, 26 Jan 2013 06:17:45 +0000 (01:17 -0500)]
UI update to support MacOS
smorloc [Sat, 26 Jan 2013 05:20:28 +0000 (00:20 -0500)]
UI update to support MacOS
Ilya Kulakov [Fri, 25 Jan 2013 22:03:14 +0000 (05:03 +0700)]
Update python.rb to match recent changes in Homebrew.
smorloc [Fri, 25 Jan 2013 14:45:33 +0000 (09:45 -0500)]
Fixed dropped character in MacOS wxPython build
daid303 [Fri, 25 Jan 2013 10:52:21 +0000 (11:52 +0100)]
Add GL load file button, and improve the GLButton code a bit.
daid303 [Fri, 25 Jan 2013 09:05:55 +0000 (10:05 +0100)]
Move the OpenGL GUI base code to a seperate class for easier re-use.
smorloc [Fri, 25 Jan 2013 03:20:12 +0000 (22:20 -0500)]
Dynamic columns in left left pane (for testing)
daid303 [Thu, 24 Jan 2013 17:27:35 +0000 (18:27 +0100)]
Split off some code from preview3d.py, which is becoming way to large.
daid [Thu, 24 Jan 2013 14:05:11 +0000 (06:05 -0800)]
Merge pull request #342 from smorloc/master
Fix for problems with new layout
daid303 [Thu, 24 Jan 2013 13:25:22 +0000 (14:25 +0100)]
Add OpenGL buttons for tool selection.
smorloc [Thu, 24 Jan 2013 06:34:35 +0000 (01:34 -0500)]
Fix for problems with new layout
Problems identified by 'Intrinsically-Sublime': double clicking on the
sash switches to single pane view; shrinking the window vertically cuts
of list of printing settings
daid303 [Wed, 23 Jan 2013 10:23:08 +0000 (11:23 +0100)]
Fix the slicer crash bug because of missing multiply settings.
daid303 [Wed, 23 Jan 2013 10:20:47 +0000 (11:20 +0100)]
Added missing temp info image.
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
daid303 [Wed, 23 Jan 2013 10:23:08 +0000 (11:23 +0100)]
Fix the slicer crash bug because of missing multiply settings.
daid303 [Wed, 23 Jan 2013 10:20:47 +0000 (11:20 +0100)]
Added missing temp info image.
smorloc [Tue, 22 Jan 2013 19:24:34 +0000 (14:24 -0500)]
Fixed class/method name typo 'exporer'
smorloc [Tue, 22 Jan 2013 19:18:47 +0000 (14:18 -0500)]
Fixed filename typo exporer.py
smorloc [Tue, 22 Jan 2013 19:14:47 +0000 (14:14 -0500)]
Fixed class name typo sliceProgessPanel
smorloc [Tue, 22 Jan 2013 19:12:41 +0000 (14:12 -0500)]
Fixed filename typo sliceProgessPanel.py
smorloc [Tue, 22 Jan 2013 18:59:48 +0000 (13:59 -0500)]
Merge remote-tracking branch 'upstream/master'
smorloc [Tue, 22 Jan 2013 18:07:57 +0000 (13:07 -0500)]
Allow plugin variable names to include underscore
For instance 'big_cheese'
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'
daid303 [Tue, 22 Jan 2013 14:29:53 +0000 (15:29 +0100)]
Maximize the window on first startup.
daid303 [Tue, 22 Jan 2013 14:26:01 +0000 (15:26 +0100)]
Merge branch 'master' of github.com:daid/Cura
daid [Tue, 22 Jan 2013 14:25:53 +0000 (06:25 -0800)]
Merge pull request #338 from smorloc/master
New layout
daid303 [Tue, 22 Jan 2013 09:21:48 +0000 (10:21 +0100)]
Fix outline display and overhang display (overhang still needs some more work)
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.
smorloc [Tue, 22 Jan 2013 00:19:48 +0000 (19:19 -0500)]
Fix for omission in new layout code
smorloc [Mon, 21 Jan 2013 16:09:36 +0000 (11:09 -0500)]
New layout
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
Miro Hrončok [Mon, 21 Jan 2013 14:26:45 +0000 (15:26 +0100)]
Add py prefix to OpenGL and serial. Exit when error.
Miro Hrončok [Mon, 21 Jan 2013 14:07:02 +0000 (15:07 +0100)]
Redone launcher from Bash to Python
daid303 [Mon, 21 Jan 2013 11:53:43 +0000 (12:53 +0100)]
Properly handle the unfilled window positions.
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
smorloc [Sat, 19 Jan 2013 02:40:19 +0000 (21:40 -0500)]
Don't save window size/pos on exit if minimized
smorloc [Sat, 19 Jan 2013 02:26:02 +0000 (21:26 -0500)]
Fix to add initial model file(s) to MRU list
Ilya Kulakov [Thu, 17 Jan 2013 22:36:46 +0000 (05:36 +0700)]
Fix typos in README.
daid303 [Thu, 17 Jan 2013 14:53:44 +0000 (15:53 +0100)]
Add working scale tool.
daid303 [Thu, 17 Jan 2013 10:47:41 +0000 (11:47 +0100)]
Add visual nodes for the scale tool.
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.
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
daid303 [Thu, 17 Jan 2013 08:30:42 +0000 (09:30 +0100)]
Fixing #328
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
daid [Fri, 18 Jan 2013 08:35:49 +0000 (00:35 -0800)]
Merge pull request #330 from GreatFruitOmsk/master
Fix typos in README.
Ilya Kulakov [Thu, 17 Jan 2013 22:36:46 +0000 (05:36 +0700)]
Fix typos in README.
daid303 [Thu, 17 Jan 2013 14:53:44 +0000 (15:53 +0100)]
Add working scale tool.
daid303 [Thu, 17 Jan 2013 10:47:41 +0000 (11:47 +0100)]
Add visual nodes for the scale tool.
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.
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
daid303 [Thu, 17 Jan 2013 08:30:42 +0000 (09:30 +0100)]
Fixing #328
smorloc [Thu, 17 Jan 2013 05:48:31 +0000 (00:48 -0500)]
Added "Check for update..." menu item
smorloc [Thu, 17 Jan 2013 05:44:21 +0000 (00:44 -0500)]
Save & restore main window position
daid303 [Wed, 16 Jan 2013 14:15:18 +0000 (15:15 +0100)]
Removed the infobox, made useless because of the new info tool.
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
daid303 [Wed, 16 Jan 2013 14:01:57 +0000 (15:01 +0100)]
Update rotate tool with text, and add info tool.
daid303 [Wed, 16 Jan 2013 10:48:27 +0000 (11:48 +0100)]
Update on the font draw.
daid303 [Wed, 16 Jan 2013 10:24:17 +0000 (11:24 +0100)]
Use better font rending for the X/Y/Z
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.
smorloc [Wed, 16 Jan 2013 02:29:20 +0000 (21:29 -0500)]
Added python path needed to run slicer
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
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
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
daid303 [Mon, 14 Jan 2013 11:00:13 +0000 (12:00 +0100)]
Keep working when the platform stl is missing.
daid303 [Mon, 14 Jan 2013 09:59:42 +0000 (10:59 +0100)]
Add proper attribution for #231
daid303 [Sun, 13 Jan 2013 19:02:46 +0000 (20:02 +0100)]
Fix the mirror options.
daid303 [Fri, 11 Jan 2013 12:45:00 +0000 (13:45 +0100)]
Fixing issue #319 - OBJ support with quads instead of triangles.
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
daid303 [Thu, 10 Jan 2013 15:06:52 +0000 (16:06 +0100)]
Update on firmware to 13.01.
daid303 [Thu, 10 Jan 2013 13:50:34 +0000 (14:50 +0100)]
Merge branch 'master' of github.com:daid/Cura
daid303 [Thu, 10 Jan 2013 13:19:48 +0000 (14:19 +0100)]
Add feature which checks for newer releases on startup.
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.
Ilya Kulakov [Thu, 10 Jan 2013 08:15:37 +0000 (15:15 +0700)]
Fix typos in README, better representation of build commands.
Ilya Kulakov [Wed, 9 Jan 2013 13:41:02 +0000 (20:41 +0700)]
Add formula to create appropriate python build.
daid303 [Wed, 9 Jan 2013 13:28:44 +0000 (14:28 +0100)]
Remove some commented old code.
daid303 [Wed, 9 Jan 2013 13:28:12 +0000 (14:28 +0100)]
Remove some commented old code.
Ilya Kulakov [Wed, 9 Jan 2013 12:03:19 +0000 (19:03 +0700)]
Clarify Mac OS X Guide.
daid303 [Wed, 9 Jan 2013 10:24:00 +0000 (11:24 +0100)]
Fix the progressbars in the projectplanner..
daid303 [Wed, 9 Jan 2013 10:17:08 +0000 (11:17 +0100)]
Fixing project planner slicing for newer slicer implementation. Still needs custom profiles.
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.
daid303 [Wed, 9 Jan 2013 07:32:49 +0000 (08:32 +0100)]
Should use "is None" instead of "== None"
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.
daid303 [Tue, 8 Jan 2013 09:54:56 +0000 (10:54 +0100)]
Add missing else statements in initial wizard
daid303 [Tue, 8 Jan 2013 09:26:52 +0000 (10:26 +0100)]
Minor cleanup suggested by pycharm, which speeds up SF a tiny bit.
daid303 [Tue, 8 Jan 2013 09:01:41 +0000 (10:01 +0100)]
Fix scale with new matrix mode,