Commit graph

1194 commits

Author SHA1 Message Date
Gina Häußge
5e1998d6a1 Ensure that the simulated temperatures of the virtual printer never drops below 0 (causing a parsing exception after simulated prints) 2012-12-25 11:50:38 +01:00
Daid
943cd97ab9 Keep the example and firmware data in subdirectories. 2012-12-24 12:27:08 +01:00
Daid
465e37a19c Merge branch 'master' of https://github.com/daid/Cura 2012-12-24 12:21:13 +01:00
Daid
159277a2e8 copy the cura examples from the proper location. 2012-12-24 12:10:35 +01:00
daid303
58746b11a2 Fix the default example path, and add support for version file in frozen build. 2012-12-24 11:55:00 +01:00
daid303
dd95ea7cc0 Fix the rounding bug when using 1.2mm wall thickness. 2012-12-24 11:23:47 +01:00
daid303
4cff94e514 Update cura.bat for new format, remove printrun.bat as we do not ship with printrun anymore
.
2012-12-24 10:24:39 +01:00
daid303
5739b11471 Add power python module to package script. 2012-12-24 10:17:52 +01:00
daid303
781795a776 Add ignores suggested by smorloc 2012-12-24 10:15:10 +01:00
daid
5d651e9c46 Merge pull request #293 from GreatFruitOmsk/master
Add proper quick look plugin for STL.
2012-12-22 07:26:34 -08:00
Ilya Kulakov
b90298917f Add proper quick look plugin for STL. 2012-12-22 17:19:58 +07:00
daid303
04d5b500cb Remove useless ; 2012-12-21 12:19:35 +01:00
Daid
d94cd0c075 Fix for plugins in MacOS 2012-12-21 12:00:26 +01:00
daid303
c4e9df50d0 Merge branch 'master' of github.com:daid/Cura 2012-12-21 11:52:26 +01:00
daid303
dcf3e8e392 Fix for mainscreen layout on MacOS when slicing. 2012-12-21 09:14:39 +01:00
Daid
e80d6b20b6 Add pypy and scripts for pypy back to mac package, so slicing works. 2012-12-20 15:01:33 +01:00
daid303
6790d018b5 Raise head on "pause at Z" so you can flush the nozzle when changing colors. 2012-12-20 13:32:02 +01:00
Daid
9e615a60ed Fix the problem with the py2app version of the print window. 2012-12-20 13:03:22 +01:00
Daid
ed61cb913f First step to fixing the use of pypy for slicing in the macos.app 2012-12-20 11:52:23 +01:00
daid303
582e50bc82 Fix a minor layout issue when slicing multiple files at the same time and having dual extrusion. 2012-12-20 10:04:51 +01:00
daid303
2a4d2a94e1 Center the machine bed grid on the machine center, so it is easier to judge scale of objects. 2012-12-20 10:02:43 +01:00
daid303
3b37498d2e Updated version number to 12.12, fixed some minor packaging issues. 2012-12-20 09:27:06 +01:00
daid303
d8923b891b Add extra requirements to linux run script. 2012-12-19 09:52:02 +01:00
daid303
9d46c12da1 Improvement on the bed leveling wizard 2012-12-19 09:21:24 +01:00
daid303
26e85f4ee6 Merge branch 'master' of github.com:daid/Cura 2012-12-17 14:15:50 +01:00
daid303
073fb3109f Add bed leveling wizard. 2012-12-17 14:15:40 +01:00
daid303
93f9fb4284 Do not show the rotate ring in GCode preview. 2012-12-13 17:47:50 +01:00
daid
b0cbce6b02 Merge pull request #288 from GreatFruitOmsk/master
Fix package.sh and improve file association
2012-12-13 05:55:30 -08:00
Ilya Kulakov
4a6a1f34fc Fix resulted archive was wrong in Mac OS X. 2012-12-13 20:38:11 +07:00
Ilya Kulakov
8ee80a5e34 Make app an owner of file formats.
Since Cura works with file formats designed for exporting
it makes sense to be an Owner of such files, since Cura
prints them.
2012-12-13 20:37:46 +07:00
daid
03689c4e06 Merge pull request #287 from GreatFruitOmsk/master
Small Optimization for Drawin
2012-12-13 05:23:02 -08:00
daid303
3495de027c Fixed #234 2012-12-13 10:56:26 +01:00
daid303
5b44f01b85 Check for modified files and ask the user to reload if the file is changed. 2012-12-13 09:52:25 +01:00
Ilya Kulakov
009364ad6a Do not import splashScreen when platform is darwin. 2012-12-13 15:51:45 +07:00
daid303
cedfec86b5 Fix the windows shortcut to run Cura as a module, which is the proper way to start python software. 2012-12-10 18:10:03 +01:00
daid303
30db719d80 Retract 15mm by default when switching extruders in a dual extrusion setup, as 5mm is nowhere near enough. 2012-12-10 16:52:43 +01:00
daid303
91a592d922 Fix the simplemode. 2012-12-10 14:35:47 +01:00
daid303
9bba87387e Fixed the layout problems with the quickprint/normal switch. Still need to test on Mac. 2012-12-10 13:57:09 +01:00
daid303
b6d7981529 Small extra comment to make it clear why the import is at an odd spot 2012-12-10 13:24:08 +01:00
daid
a4f4b7ae0e Merge pull request #284 from jcosmo/timelapse_spelling
timelaps -> timelapse
2012-12-10 03:28:21 -08:00
daid303
00c2b1ed66 Make a single entry point for the GUI interface, as Cura.gui.app 2012-12-10 11:38:30 +01:00
daid303
98ef38eb46 Fix encoding bug when using locals with none-ascii chars in it. 2012-12-10 10:09:55 +01:00
James Walker
0a6074be9f timelaps -> timelapse 2012-12-10 20:07:46 +11:00
daid303
7376c44b85 Turn all classes into new style classes, this speeds up skeinforge a tiny bit. 2012-12-07 18:58:26 +01:00
daid303
d2f7aa4199 Some minor fixes. 2012-12-07 16:08:47 +01:00
daid303
1a1a35e483 Fix all the imports in skeinforge. 2012-12-07 12:20:42 +01:00
daid303
0c5e218b09 Merge branch 'master' of github.com:daid/Cura 2012-12-07 12:07:21 +01:00
daid303
c537207a62 Update on normal/quickprint mode. Now they share a lot of code and use the same main window. Switching still has some minor issues. 2012-12-07 11:37:05 +01:00
daid
3bd84550a8 Merge pull request #281 from GreatFruitOmsk/master
Mac OS X related and general fixes
2012-12-07 02:06:58 -08:00
Ilya Kulakov
449c54d44d Fix darwin setup.py according to new resources structure. 2012-12-07 15:45:06 +07:00