chiark / gitweb /
daid [Wed, 26 Sep 2012 13:10:42 +0000 (15:10 +0200)]
Put down 3 bottom layers for a cup or vase. This makes better water tight prints.
daid [Wed, 26 Sep 2012 12:35:35 +0000 (14:35 +0200)]
Added obj support to Cura.
daid [Wed, 26 Sep 2012 11:19:12 +0000 (13:19 +0200)]
Add some OpenCV support to webcam class (untested).
Daid [Tue, 25 Sep 2012 10:24:47 +0000 (12:24 +0200)]
Fix when there is no object loaded, remove debug print.
Daid [Tue, 25 Sep 2012 10:09:09 +0000 (12:09 +0200)]
Merge branch 'master' of github.com:daid/Cura
Conflicts:
Cura/util/machineCom.py
Daid [Tue, 25 Sep 2012 09:51:34 +0000 (11:51 +0200)]
Do a single write instead of two
daid [Mon, 24 Sep 2012 14:37:52 +0000 (16:37 +0200)]
It is a bit tricked, but you can now rotate the model with a circle around the model in a drag/drop way.
daid [Fri, 21 Sep 2012 14:21:59 +0000 (16:21 +0200)]
Fix a bug with the project planners "all at once" mode.
daid [Fri, 21 Sep 2012 12:27:08 +0000 (14:27 +0200)]
Added Attribution, which is needed by the license of the example model I added.
daid [Thu, 20 Sep 2012 14:34:08 +0000 (16:34 +0200)]
.
daid [Thu, 20 Sep 2012 13:17:49 +0000 (15:17 +0200)]
Add a tools menu for the project planner and the batch runner, makes them easier to find then filling up the file menu.
daid [Thu, 20 Sep 2012 12:28:44 +0000 (14:28 +0200)]
Cut up long moves into sections of 1cm, to reduce the impact of buffering lots of long moves.
daid [Wed, 12 Sep 2012 15:13:21 +0000 (17:13 +0200)]
Remove the "zDistanceRatio", because while it makes sense in a math sense, it does not make sense in a best way to print sense.
daid [Wed, 12 Sep 2012 15:02:42 +0000 (17:02 +0200)]
Add the feature where support material is generated with a dual extrusion setup.
daid [Wed, 12 Sep 2012 10:04:46 +0000 (12:04 +0200)]
Updated splashscreen so it looks better then total crap.
daid [Mon, 10 Sep 2012 13:49:50 +0000 (15:49 +0200)]
Added feature #201 - fixed #201
daid [Mon, 10 Sep 2012 10:26:05 +0000 (12:26 +0200)]
Add temperature for simple mode, #192
daid [Mon, 10 Sep 2012 09:08:29 +0000 (11:08 +0200)]
Fixed #211
Daid [Fri, 7 Sep 2012 15:42:40 +0000 (17:42 +0200)]
Fix for mixed view mode.
Daid [Fri, 7 Sep 2012 12:10:57 +0000 (14:10 +0200)]
Add Z change reporting support, which fixes the timelaps movie recording. Add temperature requests every 5 seconds during printing.
Daid [Fri, 7 Sep 2012 10:04:55 +0000 (12:04 +0200)]
Fix the speed rate modify in the printing interface.
daid [Thu, 6 Sep 2012 15:24:34 +0000 (17:24 +0200)]
Fix pause support.
daid [Thu, 6 Sep 2012 14:54:27 +0000 (16:54 +0200)]
Put the X/Y/Z indicator inside of the machine so you can see it from the inside.
daid [Thu, 6 Sep 2012 14:52:05 +0000 (16:52 +0200)]
Major update on machine communication. Part 1, this breaks realtime speed tuning, pausing, M0/M1, height reporting and timelaps recording. But it is worth it.
daid [Thu, 6 Sep 2012 09:38:54 +0000 (11:38 +0200)]
Update to exception handling in machineCom
daid [Thu, 6 Sep 2012 08:10:05 +0000 (10:10 +0200)]
Add ATMega1280 chip to programmer chips.
daid [Thu, 6 Sep 2012 07:53:22 +0000 (09:53 +0200)]
Added ultimaker robot as example model, which is loaded on first start.
Daid [Wed, 5 Sep 2012 18:04:51 +0000 (20:04 +0200)]
Simple fix for the fillet plugin (which is currently not used in Cura, but good to fix SF bugs)
daid [Wed, 5 Sep 2012 14:10:47 +0000 (16:10 +0200)]
Untested update to machine communication. This should improve auto detection as it no longer cycles trough a lot of resets. However, this will break the configuration wizard which will need an update.
daid [Mon, 3 Sep 2012 13:38:09 +0000 (15:38 +0200)]
Start python directly from the start menu, this should remove the console window and avoid confusion.
daid [Mon, 3 Sep 2012 13:30:02 +0000 (15:30 +0200)]
Set pypy to 1.9 stable, add VideoCapture library for windows.
daid [Mon, 3 Sep 2012 10:06:05 +0000 (12:06 +0200)]
Instead of using GL_NORMALIZE use GL_RESCALE_NORMAL which is faster.
Daid [Sun, 2 Sep 2012 12:27:24 +0000 (14:27 +0200)]
Add webcam timelaps support for windows.
Daid [Sun, 2 Sep 2012 12:26:39 +0000 (14:26 +0200)]
Some minor updates to fix some screen refresh issues.
Daid [Sun, 2 Sep 2012 12:25:38 +0000 (14:25 +0200)]
Update on the 3D preview, remove the boxed lines and make an "inside viewing" box.
Daid [Sat, 1 Sep 2012 12:55:48 +0000 (14:55 +0200)]
Fix an issue when there is no 3D model displayed (lighting was not turned off for the machine draw)
Daid [Sat, 1 Sep 2012 12:53:17 +0000 (14:53 +0200)]
Changed the 3D preview to have colors that are easier on the eyes.
Daid [Sat, 1 Sep 2012 12:41:07 +0000 (14:41 +0200)]
Fix the splashscreen in combination with the first run wizard
daid [Fri, 31 Aug 2012 13:22:30 +0000 (15:22 +0200)]
Move the validators from gui to util, they do not have gui specific code.
daid [Fri, 31 Aug 2012 12:51:06 +0000 (14:51 +0200)]
these variable where not always initialised before use.
daid [Fri, 31 Aug 2012 09:45:19 +0000 (11:45 +0200)]
Fix X-Ray view after the machine bottom update.
daid [Thu, 30 Aug 2012 16:03:42 +0000 (18:03 +0200)]
Fixed #198 - This was a tricky one, because the project planner added an override in unicode, the start code was converted from utf-8 to unicode, and thus the getGlobalProfileString tried to store an unicode string, while it is designed to encode utf-8 encoded strings. Python3 should catch these issues better, but there is no wxPython for python3 yet.
daid [Thu, 30 Aug 2012 13:07:35 +0000 (15:07 +0200)]
Scale the model down if it is larger then the build area after loading.
daid [Thu, 30 Aug 2012 13:01:05 +0000 (15:01 +0200)]
Replace the line grid with a checkerboard pattern, this looks better and less like RepG
daid [Thu, 30 Aug 2012 10:27:19 +0000 (12:27 +0200)]
Zoom into the model when a model is loaded.
daid [Thu, 30 Aug 2012 09:47:20 +0000 (11:47 +0200)]
Added a loading splashscreen. (needs better artwork)
Daid [Tue, 28 Aug 2012 08:19:55 +0000 (10:19 +0200)]
Fixed #202
daid [Mon, 6 Aug 2012 15:05:58 +0000 (17:05 +0200)]
Fixed #189
daid [Mon, 6 Aug 2012 08:18:09 +0000 (10:18 +0200)]
Fix a bug in the project planner when the temperature is set to zero
daid [Fri, 3 Aug 2012 09:41:05 +0000 (11:41 +0200)]
Cleanup the first run wizard a bit, and add configuration for reprap machines.
daid [Fri, 3 Aug 2012 09:10:28 +0000 (11:10 +0200)]
Add support for heated bed temperature setting.
daid [Fri, 3 Aug 2012 08:32:31 +0000 (10:32 +0200)]
Fix an decode error on filenames.
daid [Thu, 2 Aug 2012 09:17:25 +0000 (11:17 +0200)]
Fix the outline when the scale is no 1.0
daid [Wed, 1 Aug 2012 10:01:15 +0000 (12:01 +0200)]
Fix STL icon registration.
daid [Wed, 1 Aug 2012 09:12:29 +0000 (11:12 +0200)]
Fix...
daid [Wed, 1 Aug 2012 08:16:43 +0000 (10:16 +0200)]
Added icon for STL files.
Daid [Tue, 31 Jul 2012 21:39:23 +0000 (23:39 +0200)]
Apperently extension bindings do not work with batch files, so changed the STL file registration.
daid [Tue, 31 Jul 2012 15:29:58 +0000 (17:29 +0200)]
Fixed project planner.
daid [Tue, 31 Jul 2012 15:03:24 +0000 (17:03 +0200)]
Increase the default minimal feedrate.
daid [Tue, 31 Jul 2012 14:39:31 +0000 (16:39 +0200)]
Added border view option for 3D view.
daid [Tue, 31 Jul 2012 14:12:02 +0000 (16:12 +0200)]
Fix X-Ray view. Broken after Numpy update.
daid [Tue, 31 Jul 2012 11:38:29 +0000 (13:38 +0200)]
Reset the E value to zero before and after printing support. This is the first step to printing support with dual extrusion.
daid [Tue, 31 Jul 2012 09:55:21 +0000 (11:55 +0200)]
Add model colors for multiple extruders.
daid [Mon, 30 Jul 2012 13:03:59 +0000 (15:03 +0200)]
Updated release name for next version.
daid [Mon, 30 Jul 2012 12:21:49 +0000 (14:21 +0200)]
Fix the mesh splitter after bug introduced by numpy update.
daid [Mon, 30 Jul 2012 10:28:13 +0000 (12:28 +0200)]
Also update the simplemode window when you change colours.
daid [Mon, 30 Jul 2012 10:26:30 +0000 (12:26 +0200)]
Make 3D model colour configurable.
daid [Mon, 30 Jul 2012 09:02:49 +0000 (11:02 +0200)]
Improve rendering time by using numpy to generate normals, and vertex arrays. This also seems to have increased performance.
Daid [Sat, 28 Jul 2012 09:04:04 +0000 (11:04 +0200)]
Faster generation of normals with numpy.
daid [Fri, 27 Jul 2012 11:48:24 +0000 (13:48 +0200)]
Improve performance of rotating 3D objects a bit.
daid [Fri, 27 Jul 2012 09:58:37 +0000 (11:58 +0200)]
Added copy to SD button to project planner. #178
daid [Fri, 27 Jul 2012 09:27:09 +0000 (11:27 +0200)]
Enable support for raft in the project planner. #181.
daid [Fri, 27 Jul 2012 09:02:23 +0000 (11:02 +0200)]
Fixed the part splitter
daid [Thu, 26 Jul 2012 15:32:28 +0000 (17:32 +0200)]
Insert the copy after the current one in the project planner, not at the end of the list.
daid [Thu, 26 Jul 2012 15:29:49 +0000 (17:29 +0200)]
Merge branch 'master' of github.com:daid/Cura
daid [Thu, 26 Jul 2012 15:29:31 +0000 (17:29 +0200)]
Fix the save STL function after numpy upgrade.
daid [Thu, 26 Jul 2012 15:15:11 +0000 (17:15 +0200)]
Add numpy to win32 installer.
daid [Thu, 26 Jul 2012 14:30:43 +0000 (16:30 +0200)]
Increase performance and decrease memory usage by using numpy library for 3D models. Saves more then 50% memory, and is about 30% faster when loading models. I think more performance can be gained with this library.
daid [Thu, 26 Jul 2012 09:30:39 +0000 (11:30 +0200)]
Allow you to give an STL file on the command line so it opens the file in Cura. #184 Also add file association on stl files for Windows.
daid [Wed, 25 Jul 2012 08:41:05 +0000 (10:41 +0200)]
A fix for #182
daid [Tue, 24 Jul 2012 11:27:30 +0000 (13:27 +0200)]
Added support for comma in numbers instead of a dot.
daid [Tue, 24 Jul 2012 08:26:34 +0000 (10:26 +0200)]
Reduce the 3D preview window size if the main window will not fit on the screen. #177
daid [Thu, 19 Jul 2012 13:30:06 +0000 (15:30 +0200)]
#169 - Set the temperature for the next object when using the project planner. Also updated the next-object code so it matches the new start/end GCode.
daid [Thu, 19 Jul 2012 12:38:31 +0000 (14:38 +0200)]
Workaround for #160, as on MacOS you seem to be able to press the jog buttons during printing.
daid [Thu, 19 Jul 2012 12:27:59 +0000 (14:27 +0200)]
Make serial port access more rebust.
daid [Tue, 17 Jul 2012 07:31:54 +0000 (09:31 +0200)]
Merge branch 'master' of github.com:daid/Cura
daid [Mon, 16 Jul 2012 14:38:29 +0000 (16:38 +0200)]
Fixed #175
daid [Sun, 15 Jul 2012 09:57:41 +0000 (02:57 -0700)]
Merge pull request #166 from jcosmo/master
Fix typo in Scale To Fit Machine Size button
daid [Sun, 15 Jul 2012 09:56:53 +0000 (02:56 -0700)]
Merge pull request #168 from martinxyz/master
obvious bugfix for binary STL
Martin Renold [Sun, 15 Jul 2012 07:47:50 +0000 (09:47 +0200)]
Fix loading binary stl
James Walker [Fri, 13 Jul 2012 13:27:57 +0000 (23:27 +1000)]
Fix typo in description of ScaleToFit button
daid [Thu, 12 Jul 2012 09:18:20 +0000 (11:18 +0200)]
Fix for http://www.thingiverse.com/thing:19295 stl
daid [Wed, 11 Jul 2012 07:41:26 +0000 (09:41 +0200)]
Missed return for previous fix
daid [Wed, 11 Jul 2012 07:40:34 +0000 (09:40 +0200)]
Add DTR toggle to baudrate detection code. Should fix #159
daid [Tue, 10 Jul 2012 15:04:52 +0000 (17:04 +0200)]
Merge branch 'master' of github.com:daid/Cura
daid [Tue, 10 Jul 2012 15:04:37 +0000 (17:04 +0200)]
Add temperature graph to printer interface.
daid [Mon, 9 Jul 2012 12:26:51 +0000 (14:26 +0200)]
Added "all" to package targets
daid [Mon, 9 Jul 2012 10:01:18 +0000 (12:01 +0200)]
Added yellow popup to reset scale/mirror/rotate on a new model load. Popup is none-intrusive and hides itself after 5 seconds. Fixed #156
daid [Mon, 9 Jul 2012 08:50:32 +0000 (10:50 +0200)]
Add 230400 baudrate.
Daid [Sat, 7 Jul 2012 06:30:53 +0000 (08:30 +0200)]
Fix for gcode preview, was showing very thin lines because of the new start code.