Commit Graph

688 Commits (a49194a19ff6ef4ce0cfa1e0bd8b063649bd4a5b)

Author SHA1 Message Date
kliment face1f84b9 Merge pull request #165 from metzench/master
update translations, fix plater.py wildcards
2012-01-23 03:50:06 -08:00
kliment c9444823b0 Merge pull request #166 from alexrj/gplv3
Added licensing info to README and all source files
2012-01-23 03:39:02 -08:00
Alessandro Ranellucci 34ede756a6 Full GPLv3 notice 2012-01-23 12:36:49 +01:00
Alessandro Ranellucci 7d2ef9a6b6 Added licensing info to README and all source files 2012-01-23 12:17:28 +01:00
Christian Metzen cee6e05ab0 update translations, fix plater.py wildcards 2012-01-23 10:01:52 +01:00
kliment 589debc28f Merge pull request #161 from metzench/master
Translation Updates
2012-01-19 00:30:18 -08:00
Christian Metzen 2c28694b03 merge missing translations from pronsole, add new ones, clean up naming scheme 2012-01-19 09:26:23 +01:00
kliment 3b2f8c2be2 Merge pull request #159 from cakeller98/experimental
Fixed the Options dialog so input boxes re-size but labels don't
2012-01-18 22:42:36 -08:00
Christopher Keller aeaaf5835b Fixed the Options Dialog so that only the input boxes resize.
Added right alignment for labels for easier reading/connecting label to input box.
Centered vertically the label and box so they line up clearly.
2012-01-18 20:44:40 -08:00
Kliment Yanev 813b33f225 Add pyglet to requirements 2012-01-18 17:56:01 +01:00
Kliment Yanev a07d40b896 Add screen size parameters to projector module 2012-01-10 17:09:46 +01:00
Kliment Yanev 9633355c99 Merge branch 'experimental' of github.com:kliment/Printrun into experimental 2012-01-10 15:12:48 +01:00
Kliment Yanev 74a7388f01 Add rudimentary slice projector support for resin printing. Uses relative moves in Z. 2012-01-10 15:05:56 +01:00
kliment fb06909855 Merge pull request #157 from metzench/experimental
plater.py i18n
2012-01-09 07:26:19 -08:00
Christian Metzen 09a4bfac06 i18n for plater.py, including german translation 2012-01-09 16:04:02 +01:00
Christian Metzen 824a5f1761 Revert "bugfix for german language, remove umlauts from unicode console output"
This reverts commit bfc30d6b94.
2012-01-09 14:31:54 +01:00
Christian Metzen 5ccedfd323 Merge remote branch 'upstream/experimental' into experimental 2012-01-09 14:25:14 +01:00
Kliment Yanev 6dff577613 Merge branch 'experimental' of github.com:kliment/Printrun into experimental 2012-01-09 14:07:57 +01:00
Kliment Yanev 7dc1eb7900 Allow unicode strings to be printed to console 2012-01-09 14:07:28 +01:00
Christian Metzen bfc30d6b94 bugfix for german language, remove umlauts from unicode console output 2012-01-09 13:31:35 +01:00
Keegi e8daa864f7 Moved around and added back temperature gauges for hotend and bed. Hide auto-monitoring temp updates from text-box. 2012-01-09 12:35:47 +02:00
kliment 1b7105270e Merge pull request #155 from metzench/experimental
Update pot files and German translation
2012-01-09 01:19:54 -08:00
Christian Metzen 002ef1ee12 Update pot file with new gettext string, update german translation 2012-01-09 10:31:42 +01:00
Christian Metzen 0466cfa6bc more lang updates, update pronterface.mo 2012-01-09 09:46:31 +01:00
kliment 03b42581b0 Merge pull request #146 from AxTheB/export
Reformat for pep8 conformance
2012-01-08 15:30:47 -08:00
kliment 34e035cf57 Merge pull request #152 from metzench/experimental
rework german translation
2012-01-07 16:47:49 -08:00
Christian Metzen ced716d241 rework german translation 2012-01-07 23:35:30 +01:00
Kliment Yanev ef1436bfc3 Bring layer view window to front if already open. Closes #124. 2012-01-07 20:06:46 +01:00
Kliment Yanev 2a20f67eba Avoid division by zero during estimation 2012-01-07 19:50:54 +01:00
kliment 9274f05694 Merge pull request #151 from pinaise/experimental
Allow resize "Edit Settings" dialog and change slicer exception text
2012-01-07 10:31:59 -08:00
pinaise ea7c3ed3d5 Changed exception: "Skeinforge/Slic3r execution failed: " to "Failed to execute slicing software: " 2012-01-07 18:59:38 +01:00
pinaise 0fa92b4188 Changed exception: "Skeinforge execution failed." to "Skeinforge/Slic3r execution failed." 2012-01-07 18:36:42 +01:00
pinaise ec3d066a59 Resizing the options dialog is now possible, this will allow you to check the paths for slicecommand and sliceoptscommand 2012-01-07 18:29:29 +01:00
Kliment Yanev bd5dd75e1a Merge remote-tracking branch 'origin/master' into experimental
Conflicts:
	pronterface.py
2012-01-07 16:34:53 +01:00
kliment 3afffa043e Merge pull request #147 from metzench/master
Make bgcolor configurable
2012-01-07 07:30:49 -08:00
kliment 1ad6e75568 Merge pull request #148 from kliment/master
Merge fixes added to master into experimental
2012-01-07 07:25:11 -08:00
Christian Metzen 2a18b298f0 add possibility to choose bgcolor for whole main screen in config file 2012-01-07 08:33:34 +01:00
Václav 'Ax' Hůla 95aaa81b3b reformated plater.py 2012-01-02 15:53:12 +01:00
Václav 'Ax' Hůla b631c3ba85 reformated stlview to be more pep8 conformant ('official' python formating style) 2012-01-02 13:30:54 +01:00
kliment b6a521468a Merge pull request #145 from AxTheB/export
Refactoring plater.
2012-01-02 02:33:38 -08:00
Václav 'Ax' Hůla 9e354d8570 refactor - shape move and rotate into functions for nonGL canvas, keyboard manipulation. Added -nogl option to force nongl canvas. 2012-01-02 10:39:39 +01:00
Václav 'Ax' Hůla 892ccd7cab refactor - shape moving and rotating into funcions. Keyboard mainipulation is there, except it doesnt work as I have no idea where keypress events go (definitely not canvas) 2012-01-02 10:30:10 +01:00
kliment ca84c81670 Merge pull request #144 from AxTheB/export
load_scad line parsing rewrite
2011-12-31 07:42:56 -08:00
Václav 'Ax' Hůla 7f880dc357 load_scad line parsing rewrite (bit of robustness, future proofing of import_stl vs. import) 2011-12-31 15:45:58 +01:00
Keegi 6a63009895 Better condition for auto-selecting the last used port. 2011-12-28 21:08:01 +02:00
Kliment Yanev 1a90feb2ef Fix command line handling for stl files with spaces in the name 2011-12-22 11:07:52 +01:00
Kliment Yanev 5b0e0c9878 Merge remote-tracking branch 'origin/master' into experimental 2011-12-21 09:14:06 +01:00
Kliment Yanev 505e62afc0 Add gettext import to pronsole 2011-12-21 09:12:40 +01:00
Kliment Yanev 9adefb57da Merge branch 'experimental' of github.com:kliment/Printrun into experimental 2011-12-21 09:11:39 +01:00
Kliment Yanev 642c6dad9e Use callafter to avoid threading issues on gtk 2011-12-21 09:11:14 +01:00