Commit graph

76 commits

Author SHA1 Message Date
daid303
7b7aa2dc56 Remove the print message from the project planner, as this will cause problems with the console-less version on windows. 2012-10-03 15:27:11 +02:00
daid303
de78ee1d64 Large update to the config wizard, new style machine check (unfinished) 2012-10-02 16:06:47 +02:00
daid303
9675968b27 Fix support for slicing if running from pythonw.exe 2012-10-01 18:15:51 +02:00
Daid
e30edf99e6 Fix bug with the copy to SD button in the project planner. 2012-09-30 21:38:54 +02:00
daid
43ca701216 Add some more protection against the bug #220 2012-09-27 11:08:33 +02:00
daid
7eb9967ee4 Added obj support to Cura. 2012-09-26 14:35:35 +02:00
daid
b1a7647c6e Fix a bug with the project planners "all at once" mode. 2012-09-21 16:21:59 +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
d631b51e4d Move the validators from gui to util, they do not have gui specific code. 2012-08-31 15:22:30 +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
c8fb4ca80f Fix a bug in the project planner when the temperature is set to zero 2012-08-06 10:18:09 +02:00
daid
909f476f5e Fixed project planner. 2012-07-31 17:29:58 +02:00
daid
a25b954204 Fix the mesh splitter after bug introduced by numpy update. 2012-07-30 14:21:49 +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
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
cfbe98b0f7 Fix the save STL function after numpy upgrade. 2012-07-26 17:29:31 +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
e4c6f0cb22 #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. 2012-07-19 15:30:06 +02:00
daid
aa20057eb7 Fixed #175 2012-07-16 16:38:29 +02:00
daid
ad48bc6484 Remove use of logfile to store model errors. Added print time and filament usage to comments in start code of resulting GCode file. 2012-07-05 14:12:13 +02:00
daid
da4bdd800f Added support for drag&drop files into Cura. 2012-07-03 14:46:56 +02:00
daid
c3502d9ca4 Fixed #143 - Properly align models when using multiple extruders. 2012-06-28 11:27:06 +02:00
Daid
0a151cefcf Add support to slice as 1 large object with the project planner. Fixed #98 2012-06-21 17:41:10 +02:00
Daid
79300f3357 Add option to save the collection of STL files as a single STL file in the project planner. 2012-06-21 15:04:42 +02:00
daid
eb44963079 Use a function to generate the "_export.xxx" filename 2012-05-29 13:42:33 +02:00
daid
16c043e469 Added "split plate" function to project planner, which cuts an STL file up into seperate pieces. Useful to print items with the project planner that are only distributed in plate form. 2012-05-25 16:30:07 +02:00
Daid
d03d4ac400 Abstract the 3D model related functions into a seperate class, and remove some duplicate code from the project planner and the 3D preview. 2012-05-18 10:10:51 +02:00
Daid
46a0d36fab Account for head movements when using support in the project planner. 2012-05-18 09:51:09 +02:00
daid
5574caab38 Fixed a bug in project planner slicing. 2012-05-16 16:44:03 +02:00
daid
a4e59eb062 Refresh the 3D window after updating the project planner preferences. 2012-05-16 16:34:28 +02:00
daid
5ca164c356 Add show log result to project planner. Make sure the final move on the project planner has cleared all objects. Make the clearance beween objects higher when moving in between objects in the project planner. 2012-05-16 14:12:05 +02:00
daid
ddd3883ad1 Better variable names 2012-05-16 14:00:53 +02:00
daid
b4a643e45f Fix visibility of rotate/scale controls in project planner. 2012-05-16 13:50:02 +02:00
daid
a6482e9aa6 re-use old slice in project planner, if we are slicing the same object again with the same settings but on a different position. This improves slicing time a lot when making a lot of the same objects. 2012-05-16 13:48:15 +02:00
daid
415ef2eaa6 Better sanity checks in raft plugin. 2012-05-16 12:41:16 +02:00
daid
a7c566e946 Add flip/swap buttons to project planner. 2012-05-14 16:11:21 +02:00
daid
afb8141334 Change the MacOS toolbar fix so we only add 1 panel to the window. 2012-05-14 13:42:00 +02:00
daid
24530a66c3 Fix minor layout issue for windows with project planner toolbars 2012-05-11 14:22:57 +02:00
daid
08b19efb0c Fixed project planner toolbars for windows/linux 2012-05-11 13:41:17 +02:00
daid
1591a467af Added print and exporer open button to Project planner. No GCode viewer yet. 2012-05-11 12:13:24 +02:00
Ferdi van der Werf
3c0f3b87e0 Fixes #94
Toolbars in wx.Frame won't show buttons. They do show when a toolbar is
added to a panel.
2012-05-11 01:49:51 +02:00
daid
af6d6a18d8 Support slicing objects with different profiles in the project planner. 2012-05-10 16:52:31 +02:00
daid
e284532a17 Add slice toolbar button to project planner. 2012-05-10 13:59:52 +02:00
daid
a9143d4c2c Fix project planner result dialog, so the text is readable. 2012-05-09 17:30:24 +02:00
daid
a18e00dbc7 Add autoplace toolbar button. Make autoplace work with the fan on the other side of the extruder head. Add code support for slicing different objects in the project plan with different settings (still need to do GUI part). 2012-05-09 14:21:58 +02:00
daid
fb935e49fe Keep the objects on the printer bed after autoplacing in project planner. Fixed #92 2012-05-07 17:36:41 +02:00
daid
c04c09a437 Added preferences to project planner to configure head size 2012-05-07 16:03:42 +02:00
Daid
7d9bf5adfa Merge branch 'master' of github.com:daid/Cura 2012-05-04 19:28:29 +02:00