chiark / gitweb /
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.
daid [Fri, 6 Jul 2012 13:52:55 +0000 (15:52 +0200)]
Some more changes to the start/end code.
daid [Fri, 6 Jul 2012 13:24:58 +0000 (15:24 +0200)]
Only multiply the feedrates with 60 in start/end code if they are preceded with and F
daid [Fri, 6 Jul 2012 12:59:03 +0000 (14:59 +0200)]
Only draw layers up to the point where it takes less then 100ms to draw them. To avoid severe slowdown on slow machines.
daid [Fri, 6 Jul 2012 11:27:06 +0000 (13:27 +0200)]
Added terminal tab to printer interface.
Daid [Thu, 5 Jul 2012 20:58:39 +0000 (22:58 +0200)]
Add some missing M codes to the GCode reader so we do not report them as unknown.
Daid [Thu, 5 Jul 2012 19:36:43 +0000 (21:36 +0200)]
Shut off the heated bed at the end code. Reduce the amount of Z lift.
daid [Thu, 5 Jul 2012 14:08:18 +0000 (16:08 +0200)]
Updated start/end code.
daid [Thu, 5 Jul 2012 13:49:33 +0000 (15:49 +0200)]
Disable the 2D slicer before someone finds it!
daid [Thu, 5 Jul 2012 13:42:59 +0000 (15:42 +0200)]
Add support for {filename} tag in gcode.
daid [Thu, 5 Jul 2012 12:12:13 +0000 (14:12 +0200)]
Remove use of logfile to store model errors. Added print time and filament usage to comments in start code of resulting GCode file.
daid [Thu, 5 Jul 2012 12:06:47 +0000 (14:06 +0200)]
Removed test comment.
daid [Thu, 5 Jul 2012 11:08:13 +0000 (13:08 +0200)]
Updated macOS scripts to be commands, makes them easier to run.
Daid [Thu, 5 Jul 2012 06:46:41 +0000 (08:46 +0200)]
Added feature to load a profile from a sliced GCode file.
daid [Tue, 3 Jul 2012 15:45:18 +0000 (17:45 +0200)]
Make the fan speed adjustable between min/max, depending on the slowdown due to cooling. Fixed #47
daid [Tue, 3 Jul 2012 12:46:56 +0000 (14:46 +0200)]
Added support for drag&drop files into Cura.
daid [Mon, 2 Jul 2012 10:25:40 +0000 (12:25 +0200)]
Also check for TypeErrors, which seem to happen when you use a comma instead of a dot in values.
daid [Mon, 2 Jul 2012 08:11:52 +0000 (10:11 +0200)]
Merge branch 'master' of github.com:daid/Cura
daid [Mon, 2 Jul 2012 08:11:38 +0000 (10:11 +0200)]
Fixed #153
daid [Mon, 2 Jul 2012 08:03:25 +0000 (10:03 +0200)]
Fixed #148
Daid [Sat, 30 Jun 2012 09:51:43 +0000 (11:51 +0200)]
Added newer ultimaker firmware. Make linux version install the 115200 baud firmware by default, as PySerial for Linux does not support 250000. Added auto baudrate detection (untested).
Daid [Thu, 28 Jun 2012 22:32:33 +0000 (00:32 +0200)]
Add copy to SD to batch run tool.