chiark / gitweb /
Split off some code from preview3d.py, which is becoming way to large.
[cura.git] / Cura / gui / preview3d.py
2013-01-24 daid303Split off some code from preview3d.py, which is becomin...
2013-01-24 daidMerge pull request #342 from smorloc/master
2013-01-24 daid303Add OpenGL buttons for tool selection.
2013-01-22 smorlocMerge remote-tracking branch 'upstream/master'
2013-01-22 daid303Maximize the window on first startup.
2013-01-22 daid303Merge branch 'master' of github.com:daid/Cura
2013-01-22 daid303Fix outline display and overhang display (overhang...
2013-01-19 daid303Add working scale tool.
2013-01-19 daid303Add visual nodes for the scale tool.
2013-01-19 daid303Slight change to the object info corners so there are...
2013-01-19 daid303Replacement for gluUnproject, which seems to be causing...
2013-01-19 daid303Fixing #328
2013-01-18 daidMerge pull request #329 from smorloc/master
2013-01-17 daid303Add working scale tool.
2013-01-17 daid303Add visual nodes for the scale tool.
2013-01-17 daid303Slight change to the object info corners so there are...
2013-01-17 daid303Replacement for gluUnproject, which seems to be causing...
2013-01-17 daid303Fixing #328
2013-01-16 daid303Removed the infobox, made useless because of the new...
2013-01-16 daidMerge pull request #323 from smorloc/master
2013-01-16 daid303Update rotate tool with text, and add info tool.
2013-01-16 daid303Update on rotation tools, this breaks a lot of function...
2013-01-11 daid303Add option to have the center of the printer at 0,0...
2012-12-20 daid303Raise head on "pause at Z" so you can flush the nozzle...
2012-12-17 daid303Merge branch 'master' of github.com:daid/Cura
2012-12-13 daid303Do not show the rotate ring in GCode preview.
2012-12-13 daidMerge pull request #288 from GreatFruitOmsk/master
2012-12-13 daidMerge pull request #287 from GreatFruitOmsk/master
2012-12-13 daid303Check for modified files and ask the user to reload...
2012-12-07 daid303Some minor fixes.
2012-12-07 Ilya KulakovMerge remote-tracking branch 'upstream/master'
2012-12-06 daid303Move some gui utility files into a seperate location...
2012-12-06 daid303Fixed the imports.
2012-12-06 DaidUpdated all lineends for py files to unix style.
2012-12-05 Ilya KulakovMerge remote-tracking branch 'upstream/master' into...
2012-12-05 daid303Added rotation circle to make it easier to rotate models.
2012-12-04 daid303Always use machine size / 2 as machine center and remov...
2012-12-04 daid303Add steep overhang icons.
2012-12-04 daid303Return to model viewing when using the rotate/scale...
2012-12-04 daid303Improve the first run wizard with the communication...
2012-12-03 daid303Add textbox which shows the bounderybox size of the...
2012-11-27 daid303Added general help for plugin tab, added open plugin...
2012-11-08 daid303Fixed the top down view light issue, made the project...
2012-11-08 daid303Update on default colors.
2012-11-06 daid303Add safely remove SD feature.
2012-11-06 daid303Add popups when copying files to the SD card, to indica...
2012-11-06 daid303Update on the GL window, better lighting. Upda on the...
2012-10-31 DaidDo the refresh of the 3D window after drawing, this...
2012-10-19 daid303Fix dae matrix and instance_node support. Which makes...
2012-10-05 daid303Add a 3D view of the Ultimaker build platform for bette...
2012-10-05 daid303Fix a bug in max scale button.
2012-10-02 daid303Large update to the config wizard, new style machine...
2012-09-27 daidDisable the rotate ring for now, unfinished and I want...
2012-09-26 daidAdded obj support to Cura.
2012-09-25 DaidFix when there is no object loaded, remove debug print.
2012-09-25 DaidMerge branch 'master' of github.com:daid/Cura
2012-09-24 daidIt is a bit tricked, but you can now rotate the model...
2012-09-07 DaidFix for mixed view mode.
2012-09-05 daidUntested update to machine communication. This should...
2012-09-02 DaidSome minor updates to fix some screen refresh issues.
2012-08-31 daidthese variable where not always initialised before...
2012-08-31 daidFix X-Ray view after the machine bottom update.
2012-08-30 daidScale the model down if it is larger then the build...
2012-08-30 daidReplace the line grid with a checkerboard pattern,...
2012-08-30 daidZoom into the model when a model is loaded.
2012-08-02 daidFix the outline when the scale is no 1.0
2012-07-31 daidAdded border view option for 3D view.
2012-07-31 daidFix X-Ray view. Broken after Numpy update.
2012-07-31 daidAdd model colors for multiple extruders.
2012-07-30 daidMake 3D model colour configurable.
2012-07-26 daidIncrease performance and decrease memory usage by using...
2012-07-17 daidMerge branch 'master' of github.com:daid/Cura
2012-07-15 daidMerge pull request #166 from jcosmo/master
2012-07-13 James WalkerFix typo in description of ScaleToFit button
2012-07-09 daidAdded yellow popup to reset scale/mirror/rotate on...
2012-07-06 daidOnly draw layers up to the point where it takes less...
2012-07-05 daidRemove use of logfile to store model errors. Added...
2012-06-22 DaidFixed #135 - Update preview window controls when loadin...
2012-06-22 DaidMerge branch 'master' of github.com:daid/Cura
2012-06-21 DaidMerge branch 'master' of github.com:daid/Cura
2012-06-21 DaidFix for double retraction, fix for errorlist in model...
2012-06-04 DaidMerge branch 'master' of github.com:daid/Cura
2012-05-31 daidFixed a few issues with a frozen executable. Slicing...
2012-05-29 daidUse a function to generate the "_export.xxx" filename
2012-05-18 DaidUgly workaround for 3D preview not always refreshing...
2012-05-18 DaidAbstract the 3D model related functions into a seperate...
2012-05-16 daidExtra sanity check on the GCode layer Z view height...
2012-05-11 daidMerge branch 'master' of github.com:daid/Cura
2012-05-08 DaidMerge branch 'master' of github.com:daid/Cura
2012-05-07 daidWhat was I smoking? This code is much simpler this...
2012-05-07 daidGenerate 1 GCode layer per draw cycle, this keeps the...
2012-05-07 daidUpdated gcode interperter and GCode preview. Fixed #77
2012-05-04 DaidMerge branch 'master' of github.com:daid/Cura
2012-05-03 DaidSome code cleanup
2012-05-03 DaidSome fixes to the preview window OpenGL code. Needed...
2012-05-03 DaidMerge branch 'master' of github.com:daid/Cura
2012-05-03 daidChanged GCode preview code to be faster on layer switching.
2012-05-02 daidOnly show gcode buttons when GCode is loaded. Only...
2012-05-01 DaidMerge branch 'master' of github.com:daid/Cura
2012-05-01 daidUpdate preferences to allow math expressions. Fixed #86
next