Commit Graph

389 Commits (7c310d7bfd0da9f8c1e2f263a23625fc10514f02)

Author SHA1 Message Date
Keegi d1f2ebd717 last used serial port pre-selection logic change, based on if it is autodetected to be present or not 2011-10-07 15:11:58 +03:00
Keegi 2806120123 custom button drag-drop rearranging 2011-09-30 17:41:30 +03:00
Kliment Yanev d59fc73125 Prevent division by zero in stltool, at the risk of non-normalized normals. 2011-09-28 15:10:09 +02:00
Kliment Yanev e97754e3dc Spawn sfact settings in a separate subprocess - this needs thorough testing or various OSs.
Closes #41
Closes #51
2011-09-28 13:47:57 +02:00
Denis B ea72af56c1 Fixed hang on the second launch of skeinforge settings dialog under Windows. 2011-09-28 13:46:01 +02:00
Kliment Yanev ca6bf893b4 Merge branch 'master' of github.com:kliment/Printrun 2011-09-28 13:42:23 +02:00
Kliment Yanev bdba2b1449 Fixes issue #49 2011-09-28 13:41:24 +02:00
kliment 8cc06c1bbc Merge pull request #58 from alexrj/gviz-travel-moves
Paint travel moves with a different colour
2011-09-28 04:07:00 -07:00
kliment 65acdf7b7c Merge pull request #62 from iXce/master
French translation fix
2011-09-28 04:06:35 -07:00
Guillaume Seguin 73d9eb12f2 Clarify string in French translation 2011-09-28 12:58:47 +02:00
Kliment Yanev 419d3062c9 Emit binary STLs by default 2011-09-22 12:43:27 +02:00
Kliment Yanev 672a1b77d6 Merge branch 'master' of github.com:kliment/Printrun 2011-09-22 12:11:05 +02:00
Kliment Yanev 094c6a1a92 Move normal calculation into stltool
Fix inverted Y coordinates in normals
2011-09-22 12:10:27 +02:00
kliment eb569521b5 Merge pull request #60 from tjhowse/master
Only adds the STL filename to the listbox, not the whole path.
2011-09-15 23:28:53 -07:00
Travis Howse 47229f631f Separated split and duplicate enumeration append. 2011-09-16 16:21:01 +10:00
Travis Howse bb32e6654e Remove comment. 2011-09-16 16:12:34 +10:00
Travis Howse 547b2f2457 Replaced re with os.path.split. Fixed duplicates. 2011-09-16 16:11:23 +10:00
Travis Howse ad81fb6282 Fixed formatting for pull request 2011-09-16 15:54:43 +10:00
Travis Howse 21c0b9aaa8 Only adds filename to list, not full path. 2011-09-16 15:47:58 +10:00
Travis Howse 50c2c4346f Merge remote-tracking branch 'kliment/master'
Conflicts:
	plater.py
2011-09-15 22:02:19 +10:00
Keegi 0da65f14d0 Fix exception on removing the last custombutton when there are no other custombuttons 2011-09-13 14:41:05 +03:00
Kliment Yanev 16fd9fd04d Open .gco files 2011-09-09 18:14:49 +02:00
Kliment Yanev e28c83c654 Fix listbox to no longer scroll horizontally 2011-09-08 13:53:46 +02:00
Kliment Yanev 1deb61b25f Fix snap to z=0 when autoplating 2011-09-08 13:35:14 +02:00
Travis Howse 4053291eee Fixed dumbness 2011-09-08 21:33:36 +10:00
Travis Howse 2c84a64a30 Removed an extra space I added for no good reason. 2011-09-08 21:28:18 +10:00
Travis Howse a489517e7b Align STLs to z=0 when autoplating. 2011-09-08 21:26:45 +10:00
Travis Howse 9ee36bdfae Removed debug function 2011-09-08 21:15:45 +10:00
Travis Howse 8b494f9a52 Added centering code, tidied up some stuff. 2011-09-08 21:11:13 +10:00
Travis Howse 0711c27a70 :Merge branch 'master' into debug
Conflicts:
	plater.py
2011-09-08 20:41:49 +10:00
Travis Howse fb86e2908c Changed tabs to spaces. 2011-09-08 20:37:44 +10:00
Travis Howse e11f7edb34 Tidied up some stuff. 2011-09-08 20:35:41 +10:00
Travis Howse 0996395787 Changed tabs to four spaces for consistency. 2011-09-08 20:21:56 +10:00
Travis Howse 762b76f7ba Added new autoplate function
Crudely arranges the added STLs on the bed. Does not attempt to optimise for
space or anything, just arranges them in a rough grid.
2011-09-08 20:17:17 +10:00
Travis Howse 71a15c220d Added the autoplater stuff and a debug function 2011-09-08 20:15:53 +10:00
Kliment Yanev 2704c88dd1 Merge branch 'master' of github.com:kliment/Printrun 2011-09-07 17:05:51 +02:00
Kliment Yanev 716ab0e9f5 Fast plater 2011-09-07 17:05:23 +02:00
Alessandro Ranellucci 694d0f45e5 Paint travel moves with a different colour 2011-09-07 13:43:36 +02:00
kliment 86f92fbbed Merge pull request #57 from CyrilLD/master
French translation + minor gui changes
2011-09-06 12:30:23 -07:00
Cyril Laguilhon-Debat 786bf24f32 Moved "Clear" button to menu 2011-09-06 21:26:37 +02:00
Cyril Laguilhon-Debat 1e91e807b7 Removing Tab chars, adding "Clear" button, and resizing translations 2011-09-06 18:55:52 +02:00
Cyril Laguilhon-Debat b03443cc6a Translations + some minors gui improvements
- french translations
- added some translated strings in pronterface.py
- resized macro window and control's positions
- reordered main menu
2011-09-06 17:48:16 +02:00
Cyril Laguilhon-Debat 603dcf01b0 French localisation update 2011-09-06 14:15:36 +02:00
Cyril Laguilhon-Debat d2ba1b2cc4 Change location of locale/ directory
necessary for windows compatibility
2011-09-06 14:06:42 +02:00
Kliment Yanev 88a7b10c79 Merge branch 'master' of github.com:kliment/Printrun 2011-09-05 00:08:51 +02:00
Kliment Yanev 895a958ea3 Fix edit dialog on Windows 2011-09-05 00:08:09 +02:00
Kliment Yanev bf8732881a Add zscaper module to convert images to heightmaps 2011-09-05 00:05:47 +02:00
Keegi 6e0d5a700b Revert "Merge pull request #55 from nesqi/master" - breaks custom buttons and scroll zoom in gviz
This reverts commit d2b90ebe77, reversing
changes made to 8af5496a4a.
2011-09-02 11:58:58 +03:00
Keegi 2a1ef25026 Merge pull request #56 from alexrj/fan-macro
Added a macro and button definition for controlling fan
2011-08-31 07:05:12 -07:00
Alessandro Ranellucci 6bf34a815e Added a macro and button definition for controlling fan 2011-08-28 20:40:31 +02:00