Commit Graph

237 Commits (b43093d080c555d573cef239c27b2c9f8a7d979d)

Author SHA1 Message Date
Kliment Yanev f10d6c06e6 Merge branch 'spacebar' of https://github.com/canadaduane/Printrun into experimental 2012-05-03 09:53:09 +02:00
Kliment Yanev 3c7b538633 Temp graph works again.
Ignore "wait" messages from spammy firmwares and show timestamps with received messages (courtesy of juri_)
2012-05-03 09:48:54 +02:00
Duane Johnson 6071c42984 Add ability to repeat last movement command with the spacebar 2012-04-30 12:59:18 -05:00
Kliment Yanev 40e7c3ba2e Make pronterface window even more compact 2012-04-30 19:51:03 +02:00
Kliment Yanev 0dd3ce31e8 Made pronterface extremely compact to help it fit a tiny netbook screen 2012-04-26 10:08:59 +02:00
Jeremy Hammett 92cba52dfd Update pronterface.py 2012-04-23 01:33:47 +02:00
Kliment Yanev 253088d4aa Destroy file open dialog after it's closed. 2012-04-18 15:09:41 +02:00
Kliment Yanev b74598784e Fix dialog modality when defining new macro. 2012-04-16 13:18:01 +02:00
Chillance 09bd18e5a1 Renamed Ex1 to Ex0 and Ex2 to Ex1 to better match what is said on RAMPS for instance.
Changed order to draw the target line first, and then the actual line so this line is shown above the target line.
Graying out graph when it's offline.
2012-03-24 16:32:24 +01:00
Chillance 30d399dbb6 Listening to M104, M109 and M140 commands from gcode to update the UI appropriately. 2012-03-20 23:52:00 +01:00
Chillance fa6a3cd7e6 Added a simple Graph class to be used in Pronterface. 2012-03-20 18:57:57 +01:00
Guillaume Seguin 1dff073c86 Remember eslaped time since the actual beginning of the print 2012-03-16 04:37:05 +01:00
kliment a2285efd5f Merge pull request #194 from kliment/master
Merge fixes added to master into experimental
2012-03-15 13:52:30 -07:00
OhmEye 87eabd654f Added wildcard filter for All Files for FileDialog 2012-03-15 10:43:01 -10:00
kliment 1b2811231e Merge pull request #181 from iXce/master
Minor fixes
2012-03-05 01:55:43 -08:00
Guillaume Seguin 9b32c9ae9e Reset Print button and status when resetting machine 2012-02-28 03:12:02 +01:00
Guillaume Seguin 2421afa48c Replace "T:" and "B:" in temp monitoring display since a B might be in the translation for Heater 2012-02-28 03:11:54 +01:00
kliment 0f8235ef05 Merge pull request #180 from iXce/master
Fix some translation strings and update translations
2012-02-26 16:36:11 -08:00
Guillaume Seguin 2afaf4c61a Use format strings as much as possible for translations 2012-02-26 02:14:06 +01:00
Guillaume Seguin 9a20974d8f Mark button name as translatable 2012-02-26 02:08:57 +01:00
Guillaume Seguin 536c84ae47 Fix minor typo (translation argument inside _()) 2012-02-26 01:00:20 +01:00
Keegi 4198697112 changed console window log hiding pattern logic to avoid memory leaking and newlines separating from lines to be hidden 2012-02-13 09:39:35 +02: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 2c28694b03 merge missing translations from pronsole, add new ones, clean up naming scheme 2012-01-19 09:26:23 +01: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 74a7388f01 Add rudimentary slice projector support for resin printing. Uses relative moves in Z. 2012-01-10 15:05:56 +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
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 Yanev ef1436bfc3 Bring layer view window to front if already open. Closes #124. 2012-01-07 20:06:46 +01: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 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
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 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
Christopher Keller 930583a176 Added Tooltips and a Help Dictionary for the User Options. 2011-12-20 03:48:23 -08:00
Nathan Zadoks 0f26512f7d Fixed default ports on windows 2011-12-15 22:12:05 +01:00
Clarence Risher 5abf7b1fbe resolve merge conflicts 2011-12-11 05:04:08 -05:00
Clarence Risher 7c9e076f0f simpler code for build dimensions, remove debugging prints 2011-12-11 04:17:29 -05:00
Clarence Risher 5d4aad0c89 all dimensions in one string 2011-12-11 04:11:47 -05:00
Clarence Risher 5b4b84d819 add bed center coordinate option, sort options in dialog 2011-12-10 09:04:53 -05:00
kliment a2d5cd5d1c Merge pull request #122 from kliment/master
Merge fixes added to master into experimental
2011-12-07 05:08:49 -08:00
Nathan Zadoks 882e68e4a3 Merged connect and disconnect buttons. 2011-12-04 02:17:19 +01:00