Commit graph

1317 commits

Author SHA1 Message Date
Ferdi van der Werf
cbadc04c0f Added multiply icons and buttons 2012-04-18 00:41:40 +02:00
Daid
10515a6125 Add NormalButton for toolbars, which has tooltip support, and proper image loading. Add icon for scale to machine size. 2012-04-18 00:08:42 +02:00
Daid
2b20654057 Fix the toolbar buttons file path to be relative to the python file instead of the current working directory 2012-04-17 23:27:11 +02:00
Daid
e3aae1e716 Merge branch 'master' of github.com:daid/Cura 2012-04-17 23:18:58 +02:00
daid
a4064808d0 Merge pull request #59 from PyroMani/master
Added Icons for Mirror and Swap
2012-04-17 14:18:40 -07:00
Ferdi van der Werf
949b6c1a1e Refactored GenBitmapToggleButton to ToolButton:
* Added ToggleButton, refactored mirrorX, mirrorY, mirrorZ, swapXZ and swapYZ to use ToggleButton.
* Removed old event handlers for mirrorX, mirrorY, mirrorZ, swapXZ and swapYZ.
2012-04-17 23:16:24 +02:00
Ferdi van der Werf
599f79db89 Moved some code for consistency, fixed swapXY button 2012-04-17 20:08:24 +02:00
Daid
6885a39be1 Merge conflic solved
Merge branch 'master' of github.com:daid/Cura

Conflicts:
	Cura/util/profile.py
2012-04-17 19:14:48 +02:00
Daid
0ed8e32b0c Some changes for the project manager. 2012-04-17 19:12:40 +02:00
Ferdi van der Werf
7a2ef03c8c Removing first separator on toolbar2, we need all the space can get 2012-04-17 15:31:25 +02:00
Ferdi van der Werf
e25d5cb300 Merge upstream, fixed conflicts, showing complete toolbar at bottom of preview 2012-04-17 15:19:15 +02:00
daid
f52575373a Fixed #57 - mistakenly encoded to str (ascii) before trying to convert to utf-8. 2012-04-17 13:49:34 +02:00
daid
aea30f1e0b Change default FOV to look more natural 2012-04-17 13:29:16 +02:00
daid
ddaca56c89 Added "scale up to max size" button, we really need those icons... 2012-04-17 12:08:19 +02:00
Ferdi van der Werf
20d975004c New layout icons for 3d preview pane 2012-04-16 23:06:02 +02:00
daid
0f5e864714 Updated firmware for a few fixes. Enabled Ultipanel+click encoder in default firmware (does not hurt if you do not have it) 2012-04-16 16:00:15 +02:00
daid
3ca97578c3 Fixes #56 - Adjust the flowrate of bridges with the speed setting 2012-04-16 12:26:55 +02:00
daid
507c932207 Merge branch 'master' of github.com:daid/Cura 2012-04-13 18:14:50 +02:00
daid
870d4fd96f Seperate print interface into a different process. 2012-04-13 18:14:38 +02:00
daid
b1d94df682 Remove dist symlink when making nsis installer 2012-04-13 17:42:26 +02:00
daid
36da148941 Add accesscontrol plugin to set access rights and solve problems with Windows7 install 2012-04-13 17:33:50 +02:00
daid
5994267b29 With the fixes from PyroMani the MacOS version is much more stable and on-par with the Linux version. So the warning message can be removed. 2012-04-13 12:18:51 +02:00
daid
af737ef097 Fixed #52 - Correct error message when trying to print without a model. Fixed #53 - Give an error message when slicing without model loaded. 2012-04-13 12:16:56 +02:00
daid
493dceedc9 Fixing #51 - First run wizard calibration not working because default steps_per_e is zero 2012-04-13 12:13:02 +02:00
Ferdi van der Werf
e062908f0d Removed ToolTip, only popup used right now 2012-04-13 00:11:11 +02:00
Ferdi van der Werf
44c4085881 Flip renamed to Mirror, need to propagate to variables 2012-04-13 00:05:09 +02:00
Ferdi van der Werf
05e13100f7 Added popup window for OSX 2012-04-12 23:13:56 +02:00
Ferdi van der Werf
fe0ca4563c Switched flip y and z images, removed comments 2012-04-12 22:25:09 +02:00
Ferdi van der Werf
2fc8ef6a7c Experimental icons for flip x,y,z and swap xz,yz 2012-04-12 22:18:34 +02:00
Daid
10c7dc93a8 This might fix the permission issue with the windows installer 2012-04-12 21:30:32 +02:00
daid
654d7e06e0 Fixes #45, stop fan with same setting as used to enable it. 2012-04-12 14:43:51 +02:00
daid
3b2b76a8ac Fixed #46 - added support for calculating print costs. 2012-04-12 14:26:03 +02:00
daid
2d10cb47f4 Add option to save profile when slicing 2012-04-12 13:58:19 +02:00
daid
b71180bb47 Only retract on space jumps, saves a lot of needless retractions. 2012-04-12 12:23:34 +02:00
daid
1640b67c3b Merge pull request #50 from PyroMani/master
Fixes #49 issue
2012-04-11 14:55:05 -07:00
Ferdi van der Werf
76f845d3fa Fixes #49 issue
Calling self.Layout() after changing the static text fixes text going
outside the box.
Needs to be checked on Linux and Windows.
2012-04-11 23:49:09 +02:00
daid
497eb6f03d Add version info 2012-04-11 16:34:15 +02:00
daid
a79a7c066d Allow math expressions in fields. 2012-04-10 16:45:53 +02:00
daid
7fb30600a2 Add popup on textctrl, even tough it does not work for MacOS, it does work for linux/windows. 2012-04-10 15:49:09 +02:00
Daid
0121b2c384 Fixes #40 2012-04-09 12:30:22 +02:00
daid
0861381ad9 Merge pull request #44 from PyroMani/master
Probably fixes #17 issue and updated .gitignore
2012-04-09 03:26:00 -07:00
Ferdi van der Werf
1bbf136547 Updated .gitignore
Added more ignores, Cura preferences are not needed in repo.
2012-04-09 01:28:30 +02:00
Ferdi van der Werf
956b6ad33d Probably fixes #17 issue
On OSX spp.Destroy() causes an segfault, sizer.Remove(app) removes app
from the form but tries to call spp.Destroy() afterwards.
By hiding and detaching I created a workaround for the OSX problem.
This solution needs testing on Windows and Linux.
2012-04-09 01:26:37 +02:00
daid
b4233e092a Merge pull request #43 from PyroMani/master
Fixes #1 issue
2012-04-08 13:49:21 -07:00
Ferdi van der Werf
e2f4ce4ef6 Upstream merge 2012-04-08 22:43:39 +02:00
Ferdi van der Werf
61915438a6 Fixes #1 issue
Moving enter and leave window event to label, fixes the bug on osx that
didn't show tooltips.
2012-04-08 22:30:49 +02:00
Ferdi van der Werf
e6badbfb7d OSX ignore and IDE ignore 2012-04-08 22:28:12 +02:00
daid
7d68441d7c Merge pull request #39 from lawrencejohnston/master
Fixes for #37 and #38
2012-04-08 10:47:51 -07:00
Lawrence Johnston
d3bfafb2bd https://github.com/daid/Cura/issues/38 .gitignore does not ignore packages now that NewUI is no longer part of the name 2012-04-07 13:34:15 -07:00
Lawrence Johnston
a055b03422 https://github.com/daid/Cura/issues/37 package.sh does not run correctly when current directory is not script directory 2012-04-07 13:28:43 -07:00