Commit Graph

756 Commits (f63752d7fa4cd781050f62ef9ef4fae3b2fb4f5c)

Author SHA1 Message Date
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
kliment 57b201fc22 Merge pull request #137 from cakeller98/experimental
Added Tooltips and a Help Dictionary for the User Options.
2011-12-20 04:03:31 -08:00
Christopher Keller 930583a176 Added Tooltips and a Help Dictionary for the User Options. 2011-12-20 03:48:23 -08:00
kliment a4b375194d Merge pull request #136 from Joaz/master
disconnect after print with printcore
2011-12-19 21:20:27 -08:00
jglauche 5dc84c4fd7 make sure to disconnect and exit when printing is done. 2011-12-19 18:39:10 +01:00
kliment deb8afe403 Merge pull request #135 from Joaz/master
Add command line options to printcore.py
2011-12-18 06:28:10 -08:00
jglauche f8417bbb10 add some command line options to printcore 2011-12-18 14:54:09 +01:00
jglauche 5e1960dfec fix printcore: require port 2011-12-16 21:46:24 +01:00
kliment 0f55bce7d8 Merge pull request #134 from FrozenFire/master
Fixed default ports on windows.
2011-12-15 13:21:41 -08:00
Nathan Zadoks 0f26512f7d Fixed default ports on windows 2011-12-15 22:12:05 +01:00
Kliment Yanev a4f36d1359 Merge branch 'master' of github.com:kliment/Printrun into experimental 2011-12-15 07:09:28 +01:00
kliment 345a30e76d Merge pull request #131 from ERoth3/patch-1
Updated readme to point to a specific version of wxpython for lion
2011-12-12 12:17:05 -08:00
ERoth3 edee655618 Updated readme...there have been a lot of issues with pronterface on Lion. The link I added should clarify some of the confusion. 2011-12-12 14:52:23 -05:00
Kliment Yanev 3e06eb7431 Merge remote-tracking branch 'origin/master' into experimental 2011-12-11 11:12:02 +01:00
kliment 01c09c5f3b Merge pull request #129 from sparr/experimental
Use a single variable for build size, allow setting bed center coordinates.
2011-12-11 02:08:21 -08: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
kliment 863a641983 Merge pull request #126 from cakeller98/master
Reduced the amount of data emitted to the user after loading a file.
2011-12-10 12:54:05 -08:00
Clarence Risher 5b4b84d819 add bed center coordinate option, sort options in dialog 2011-12-10 09:04:53 -05:00
Christopher Keller 882298ed6f Reduced the amount of data emitted to the user.
The extra data while interesting, belongs in a deliberate command to show stats.
summary line reads:
  Estimated duration (pessimistic):  187 layers, 00:29:42
2011-12-09 15:50:09 -08:00
Kliment Yanev 8941eb74c5 Fix bug with slic3r gcode and duration estimation
Make STLs less shiny on non-Linux OSs
2011-12-09 20:11:56 +01: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
kliment d9193e4444 Merge pull request #115 from cakeller98/master
Complete rewrite of time estimation with acceleration
2011-12-07 05:05:52 -08:00
kliment 9b52df1daf Merge pull request #121 from Joaz/master
Fixed documentation regarding wxPython on MacOS Lion
2011-12-07 03:38:23 -08:00
jglauche 29107bfaa3 changed instruction for MacOs Lion to download stable wxPython because unstable version breaks the axis control panel 2011-12-07 12:36:16 +01:00
kliment a2d08fd7e1 Merge pull request #120 from alexrj/gviz-hilight-fix
Bugfix: paths were not hilighted in preview during print anymore
2011-12-07 03:28:41 -08:00
Alessandro Ranellucci 29b5d09b2c Bugfix: paths were not hilighted in preview during print anymore 2011-12-07 12:22:45 +01:00
kliment a3e39980e7 Merge pull request #119 from ErikZalm/master
Faster firmware startup for sanguinololu and similar boards
2011-12-06 10:32:59 -08:00
ErikZalm 752320aa57 Increased the delay in printcore/_listen. Now the bootloader exits after 1 second. 2011-12-06 19:29:01 +01:00
kliment 3f21b9d1c5 Merge pull request #117 from FrozenFire/experimental
Made SD Upload call the right function - not the SD Print function
2011-12-03 17:20:27 -08:00
Nathan Zadoks 882e68e4a3 Merged connect and disconnect buttons. 2011-12-04 02:17:19 +01:00
Nathan Zadoks 086620c6ce Fixed SD Upload being enabled without a file being loaded. 2011-12-04 01:58:47 +01:00