Commit Graph

708 Commits (b6e62387d4ab4646ba61cc3f43b2353ffa07499d)

Author SHA1 Message Date
daid 58693d422a Add some OpenCV support to webcam class (untested). 2012-09-26 13:19:12 +02:00
Daid edba844794 Fix when there is no object loaded, remove debug print. 2012-09-25 12:24:47 +02:00
Daid 183304d975 Merge branch 'master' of github.com:daid/Cura
Conflicts:
	Cura/util/machineCom.py
2012-09-25 12:09:09 +02:00
Daid 8732001ee4 Do a single write instead of two 2012-09-25 11:51:34 +02:00
daid b785dccec1 It is a bit tricked, but you can now rotate the model with a circle around the model in a drag/drop way. 2012-09-24 16:37:52 +02:00
daid b1a7647c6e Fix a bug with the project planners "all at once" mode. 2012-09-21 16:21:59 +02:00
daid 399fc1bf06 Added Attribution, which is needed by the license of the example model I added. 2012-09-21 14:27:08 +02:00
daid 5678f91617 . 2012-09-20 16:34:08 +02:00
daid 19cdf49733 Add a tools menu for the project planner and the batch runner, makes them easier to find then filling up the file menu. 2012-09-20 15:17:49 +02:00
daid 7b02b1661a Cut up long moves into sections of 1cm, to reduce the impact of buffering lots of long moves. 2012-09-20 14:28:44 +02:00
daid 4df94e7da4 Remove the "zDistanceRatio", because while it makes sense in a math sense, it does not make sense in a best way to print sense. 2012-09-12 17:13:21 +02:00
daid 8761ad117f Add the feature where support material is generated with a dual extrusion setup. 2012-09-12 17:02:42 +02:00
daid f3017b41bb Updated splashscreen so it looks better then total crap. 2012-09-12 12:04:46 +02:00
daid 35f6ab8cf3 Added feature #201 - fixed #201 2012-09-10 15:49:50 +02:00
daid 2b5529c9d5 Add temperature for simple mode, #192 2012-09-10 12:26:05 +02:00
daid 13ee51bca2 Fixed #211 2012-09-10 11:08:29 +02:00
Daid 3d79309a77 Fix for mixed view mode. 2012-09-07 17:42:40 +02:00
Daid 894ced9820 Add Z change reporting support, which fixes the timelaps movie recording. Add temperature requests every 5 seconds during printing. 2012-09-07 14:10:57 +02:00
Daid 2e01bbbe79 Fix the speed rate modify in the printing interface. 2012-09-07 12:04:55 +02:00
daid 68f1353e60 Fix pause support. 2012-09-06 17:24:34 +02:00
daid 1f4835b97e Put the X/Y/Z indicator inside of the machine so you can see it from the inside. 2012-09-06 16:54:27 +02:00
daid 9c47af5797 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. 2012-09-06 16:52:05 +02:00
daid 1f7924688d Update to exception handling in machineCom 2012-09-06 11:38:54 +02:00
daid 8a7837a8ce Add ATMega1280 chip to programmer chips. 2012-09-06 10:10:05 +02:00
daid f0963743eb Added ultimaker robot as example model, which is loaded on first start. 2012-09-06 09:53:22 +02:00
Daid 3191dccd91 Simple fix for the fillet plugin (which is currently not used in Cura, but good to fix SF bugs) 2012-09-05 20:04:51 +02:00
daid 06fcf0dd07 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. 2012-09-05 16:10:47 +02:00
daid e7dc86ed7c Start python directly from the start menu, this should remove the console window and avoid confusion. 2012-09-03 15:38:09 +02:00
daid 50462a174d Set pypy to 1.9 stable, add VideoCapture library for windows. 2012-09-03 15:30:02 +02:00
daid 169d3e15c9 Instead of using GL_NORMALIZE use GL_RESCALE_NORMAL which is faster. 2012-09-03 12:06:05 +02:00
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