Commit Graph

541 Commits (1f80cd34cf146474d4f8f5d7a1f62e45f45613d8)

Author SHA1 Message Date
daid 5879a9e71b Do less stuff in software, and more on the video card. Could be improved even more. 2012-04-18 17:04:03 +02:00
daid 0e4b4923ac Merge pull request #64 from PyroMani/master
Empty scale defaults to scale 1.0
2012-04-18 07:52:00 -07:00
Ferdi van der Werf b7bfd119a0 Merge remote-tracking branch 'upstream/master' 2012-04-18 16:38:18 +02:00
daid 885e43c95f Have the first layer of support lines in "full" extrusion amount, so it sticks properly to the printer bed. 2012-04-18 16:10:27 +02:00
Ferdi van der Werf 0a4fa748a8 When scale is empty, default to 1.0 for profile and preview 2012-04-18 16:08:58 +02:00
daid 57cd3cccd3 Viewmode as radio button, still needs proper icons 2012-04-18 15:14:43 +02:00
daid 5512d3bab1 Maybe this fixes the first run wizard calibration of 100mm extrusion problems. 2012-04-18 14:50:52 +02:00
daid f68303c642 Rename simple mode, quickprint in GUI 2012-04-18 14:49:36 +02:00
daid 3f9c5d53b3 Auto select first radio item on toolbar. 2012-04-18 14:48:05 +02:00
daid b3eae9c9ff Added "open file location" button 2012-04-18 14:07:41 +02:00
daid aec00ecad8 Fixed #58 2012-04-18 13:33:37 +02:00
daid b09f2f1837 Add radio toolbar buttons for 3D/Top view. Some minor cleanup in toggle button code. 2012-04-18 12:39:05 +02:00
daid e92506cd5a Move "scale to max" button to scale entry, we should have room for it there now 2012-04-18 12:22:01 +02:00
daid c195ab04bc Move toolbar button classes to an differnt file, so they are re-usable. Also cleaned up the code a bit. 2012-04-18 12:15:07 +02:00
daid 4d10199e74 Fix bugs where scale/rotate will not update on Linux 2012-04-18 11:00:41 +02:00
daid 00ba00cefa Merge branch 'master' of github.com:daid/Cura 2012-04-18 10:53:59 +02:00
daid ceae8b1f95 Merge pull request #61 from PyroMani/master
Re-factored scale and rotate texts
2012-04-18 01:53:51 -07:00
daid 1891ebe9ff Merge branch 'master' of github.com:daid/Cura 2012-04-18 10:51:01 +02:00
daid 0ebce8cf3e Update some tooltip texts to help users 2012-04-18 10:50:56 +02:00
Ferdi van der Werf 928b359086 Reset scale to 1.0 instead of 1 2012-04-18 01:56:25 +02:00
Ferdi van der Werf 3bc4eeea89 Removed unused method 2012-04-18 01:54:04 +02:00
Ferdi van der Werf 112898f4e9 Added more to .gitignore, mainly files made by packaging 2012-04-18 01:53:41 +02:00
Ferdi van der Werf 2a3428e023 Refactored scale and rotate statictext to reset buttons 2012-04-18 01:51:34 +02:00
daid a034a54a7c Merge pull request #60 from PyroMani/master
Added icons for multiply
2012-04-17 15:51:27 -07:00
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