chiark / gitweb /
Make sure the print fits on the bed with dual-extrusion-support.
[cura.git] / Cura / util / objectScene.py
2013-12-04 daidMake sure the print fits on the bed with dual-extrusion...
2013-12-03 daidAccount for multiple extruders in the new object size...
2013-12-03 daidClean up removed code.
2013-12-03 daidAllow for odd shaped platforms and generalize the UM2...
2013-12-03 daidFix the autoplacing of multiple objects.
2013-12-02 daidFix temperature graph in printwindow2. Add CURA_PROFILE...
2013-12-02 daidAllow tight packing of "one at a time" objects without...
2013-11-29 daidFix the position for all-at-once prints.
2013-11-29 daidFix the push-free for convex polygons. Fix the objectOr...
2013-11-28 daidMerge pull request #632 from jbheren/SteamEngine
2013-11-28 daidAdd convex hulls for all objects and do collision detec...
2013-11-25 daidCorrectly size the bed for dual-extrusion-support prints.
2013-11-25 daidFor dual-extrusion make sure both nozzles fit in the...
2013-11-20 daidMerge pull request #616 from D-Byte/patch-1
2013-11-20 DaidMerge branch 'SteamEngine' of https://github.com/daid...
2013-11-20 daidSet the clip size to the size in the UM2. 13.11.2
2013-11-13 Jaime van KesselAdded clipcheck for UM2
2013-11-13 Jaime van KesselAdded comments
2013-10-14 daidMerge branch 'SteamEngine' of github.com:daid/Cura...
2013-10-14 daidFix object print order bug for UM2.
2013-08-07 daidFixed #524 - Added message when the object gets scaled...
2013-06-27 daidFix AMF save with merged dual-extrusion objects.
2013-06-27 DaidMerge branch 'SteamEngine' of https://github.com/daid...
2013-06-14 daidMerge branch 'SteamEngine' of github.com:daid/Cura...
2013-06-14 daidWrite start menu shortcuts for all users.
2013-06-14 daidIf an object is too large, scale it down, but not so...
2013-05-23 daid303Remove debug message.
2013-05-17 daid303Add proper copyright statements.
2013-04-22 daid303Merge branch 'master' into SteamEngine
2013-04-19 daid303Slice all the objects at once if one of them is larger...
2013-04-17 daid303Merge branch 'master' into SteamEngine
2013-04-16 daid303Remove debug prints
2013-04-16 daid303Add another optimalization to the object order calculat...
2013-04-16 daid303Add object split function. Optimize printing order...
2013-04-12 daid303Add proper head size code for scene planning. Fixed...
2013-04-12 daid303Merge branch 'master' into SteamEngine
2013-04-09 daid303Center the objects after merging and then push everythi...
2013-04-08 daid303Fix AMF support. Support merging of objects for multi...
2013-04-05 daid303bunch of small things.
2013-04-04 daid303Merge branch 'master' into SteamEngine
2013-04-04 daid303Merge branch 'SteamEngine' of github.com:daid/Cura...
2013-04-04 daid303Add proper slicing order.
2013-04-03 daid303Fix shader code (caused exception on mac)
2013-04-03 daid303Merge branch 'master' into SteamEngine
2013-04-03 daid303Merge branch 'master' into SteamEngine
2013-04-03 daid303Calculate the extra object offset.
2013-04-03 daid303Add option to save GCode file. Re-center the objects...
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-28 daid303Add instant slicing.
2013-03-26 daid303Better initial auto-arrangement. And detect objects...
2013-03-25 daid303Merge fix.
2013-03-25 daid303Split the scene logic into another file, so we can...