Commit Graph

628 Commits (4d6bc5efae52c6b5055255244d9506a4fe9cc94b)

Author SHA1 Message Date
Daid 4d6bc5efae Add webcam timelaps support for windows. 2012-09-02 14:27:24 +02:00
Daid 3a5faefb43 Some minor updates to fix some screen refresh issues. 2012-09-02 14:26:39 +02:00
Daid b63fe56621 Update on the 3D preview, remove the boxed lines and make an "inside viewing" box. 2012-09-02 14:25:38 +02:00
Daid 58f4edbef9 Fix an issue when there is no 3D model displayed (lighting was not turned off for the machine draw) 2012-09-01 14:55:48 +02:00
Daid e5555edd06 Changed the 3D preview to have colors that are easier on the eyes. 2012-09-01 14:53:17 +02:00
Daid 560e2d8048 Fix the splashscreen in combination with the first run wizard 2012-09-01 14:41:07 +02:00
daid d631b51e4d Move the validators from gui to util, they do not have gui specific code. 2012-08-31 15:22:30 +02:00
daid 0951b35a44 these variable where not always initialised before use. 2012-08-31 14:51:06 +02:00
daid 1229a8b1b9 Fix X-Ray view after the machine bottom update. 2012-08-31 11:45:19 +02:00
daid 06cc746378 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. 2012-08-30 18:03:42 +02:00
daid c18fb0df4c Scale the model down if it is larger then the build area after loading. 2012-08-30 15:07:35 +02:00
daid 10a828d004 Replace the line grid with a checkerboard pattern, this looks better and less like RepG 2012-08-30 15:01:05 +02:00
daid 1d253f62f0 Zoom into the model when a model is loaded. 2012-08-30 12:27:19 +02:00
daid 600fdae59b Added a loading splashscreen. (needs better artwork) 2012-08-30 11:47:20 +02:00
Daid cb9b85c8d3 Fixed #202 2012-08-28 10:19:55 +02:00
daid b34ba2fa22 Fixed #189 2012-08-06 17:05:58 +02:00
daid c8fb4ca80f Fix a bug in the project planner when the temperature is set to zero 2012-08-06 10:18:09 +02:00
daid f068900086 Cleanup the first run wizard a bit, and add configuration for reprap machines. 2012-08-03 11:41:05 +02:00
daid 3b1ed65d81 Add support for heated bed temperature setting. 2012-08-03 11:10:28 +02:00
daid 13ef963e46 Fix an decode error on filenames. 2012-08-03 10:32:31 +02:00
daid 16589b733d Fix the outline when the scale is no 1.0 2012-08-02 11:17:25 +02:00
daid db0b12881b Fix STL icon registration. 2012-08-01 12:01:15 +02:00
daid f377c210df Fix... 2012-08-01 11:12:29 +02:00
daid cfc50e031e Added icon for STL files. 2012-08-01 10:16:43 +02:00
Daid ce46034477 Apperently extension bindings do not work with batch files, so changed the STL file registration. 2012-07-31 23:39:23 +02:00
daid 909f476f5e Fixed project planner. 2012-07-31 17:29:58 +02:00
daid 6c296e0dfc Increase the default minimal feedrate. 2012-07-31 17:03:24 +02:00
daid 4a1fd13ff5 Added border view option for 3D view. 2012-07-31 16:39:31 +02:00
daid b65977a595 Fix X-Ray view. Broken after Numpy update. 2012-07-31 16:12:02 +02:00
daid 7d3058dfca Reset the E value to zero before and after printing support. This is the first step to printing support with dual extrusion. 2012-07-31 13:38:29 +02:00
daid 547fa84729 Add model colors for multiple extruders. 2012-07-31 11:55:21 +02:00
daid f05d312c31 Updated release name for next version. 2012-07-30 15:03:59 +02:00
daid a25b954204 Fix the mesh splitter after bug introduced by numpy update. 2012-07-30 14:21:49 +02:00
daid f21062e575 Also update the simplemode window when you change colours. 2012-07-30 12:28:13 +02:00
daid 50ff10bd6d Make 3D model colour configurable. 2012-07-30 12:26:30 +02:00
daid 05d3c36c61 Improve rendering time by using numpy to generate normals, and vertex arrays. This also seems to have increased performance. 2012-07-30 11:02:49 +02:00
Daid c92cc07afd Faster generation of normals with numpy. 2012-07-28 11:04:04 +02:00
daid fd98542ce9 Improve performance of rotating 3D objects a bit. 2012-07-27 13:48:24 +02:00
daid fd5751f0fb Added copy to SD button to project planner. #178 2012-07-27 11:58:37 +02:00
daid 4ae43d54fd Enable support for raft in the project planner. #181. 2012-07-27 11:27:09 +02:00
daid c0ff43a221 Fixed the part splitter 2012-07-27 11:02:23 +02:00
daid 44c38bf924 Insert the copy after the current one in the project planner, not at the end of the list. 2012-07-26 17:32:28 +02:00
daid 9a4179e31d Merge branch 'master' of github.com:daid/Cura 2012-07-26 17:29:49 +02:00
daid cfbe98b0f7 Fix the save STL function after numpy upgrade. 2012-07-26 17:29:31 +02:00
daid 5346d08496 Add numpy to win32 installer. 2012-07-26 17:15:11 +02:00
daid 8069d0633f 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. 2012-07-26 16:30:43 +02:00
daid e698fb067d 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. 2012-07-26 11:30:39 +02:00
daid 0f31ca9b4b A fix for #182 2012-07-25 10:41:05 +02:00
daid f9b1be5c70 Added support for comma in numbers instead of a dot. 2012-07-24 13:27:30 +02:00
daid aad4fd8769 Reduce the 3D preview window size if the main window will not fit on the screen. #177 2012-07-24 10:26:34 +02:00