Commit Graph

130 Commits (6f446e3726be65328ceae86ade4ca98a10c7a5a5)

Author SHA1 Message Date
Guillaume Seguin 6f446e3726 More automated cleanup 2012-08-08 09:58:09 +02:00
Guillaume Seguin 77eb2440e3 Semi-automated coding style cleanup 2012-08-08 09:38:48 +02:00
Guillaume Seguin e3b8fb491d Whitespaces 2012-08-08 08:41:31 +02:00
Guillaume Seguin 8cc134955f Run reindent.py on the whole repository 2012-08-08 08:39:50 +02:00
Guillaume Seguin 08c42443f1 Improve (and fix) time displays 2012-08-07 13:54:07 +02:00
Guillaume Seguin 24b7f97887 Correctly import printcore in pronsole and pronterface 2012-08-04 10:43:29 +02:00
Guillaume Seguin 72173c6023 Add CLI parameters for web config files location (if not in ~/.printrun or cwd)
Also remove the chdir() to pronterface.py directory
2012-07-31 22:37:00 +02:00
Guillaume Seguin cc60367a83 New commandline paramters : -w/--web to request web interface
Also install webinterface deps and fix bug in configfile()
2012-07-31 12:00:05 +02:00
Guillaume Seguin 888143be42 Initial work towards a setup.py build system 2012-07-31 10:51:17 +02:00
Kliment Yanev e73e11d554 Allow unicode characters in custom button command names 2012-07-15 14:55:11 +02:00
Kliment Yanev 73055e59a8 Fix math domain error in estimation code.
Make crash in estimation code not block file load.
Diable web interface by default.
2012-07-15 13:07:16 +02:00
Nathan Zadoks 227c0595a2 made wording slicer-agnostic 2012-05-23 17:01:04 +02:00
Jeremy Hammett dbbb51a4e0 Disable constant Temperature display in console 2012-05-05 20:10:30 +01:00
Kliment Yanev 556ba0fbc2 Merge branch 'master' of https://github.com/PxT/Printrun into experimental 2012-05-04 07:47:21 +02:00
Paul Telford fee5b5b9f7 Adds support for running an executable when print is finished. 2012-05-03 13:55:41 -07:00
Jeremy Hammett 06296a5346 Issue 174 - Correct layer-count when z is lifted for travel moves 2012-04-28 15:22:10 +02:00
Nathan Zadoks c2baae7bbb Lines starting with $ are now passed through too. 2012-03-01 14:13:57 +01:00
Keegi c187622660 Changed way .pronsolerc is saved so that it is possible to symlink it 2012-02-13 09:39:33 +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
Kliment Yanev 2a20f67eba Avoid division by zero during estimation 2012-01-07 19:50:54 +01: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 505e62afc0 Add gettext import to pronsole 2011-12-21 09:12:40 +01:00
Christopher Keller 930583a176 Added Tooltips and a Help Dictionary for the User Options. 2011-12-20 03:48:23 -08:00
Kliment Yanev 3e06eb7431 Merge remote-tracking branch 'origin/master' into experimental 2011-12-11 11:12:02 +01: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
Christopher Keller f2434e75b5 Complete rewrite of time estimation with (default) acceleration!
Accounts for G4 Pxxx
  Accounts for Z moves as well.
  Also prints out duration for each layer while calculating the total time.

  Does not use individual axis acceleration, only uses sprinter default acceleration 1500.0 mm/s/s
  Does not count E for timing... so if E is slowing down the move, we're not accounting for that.

** fixed: 2x distance to reach full speed, because accel and decel to 0.0 at each move.

TODO:
  Get Device Caps (per axis acceleration, per axis speed limits)
  anything else...?
2011-12-01 11:24:53 -08:00
Kliment Yanev 5c4e1691e2 Merge branch 'master', remote-tracking branch 'origin' into experimental 2011-11-30 06:44:00 +01:00
Christopher Keller cc40719e6c Fixed the time estimator in pronsole.py
at beginning of move set feedrate to average of last and current feedrate.  do move with that feedrate.
then set the feedrate to the current feedrate.
if it's just a feedrate change, then the feedrate will become the feedrate.
if there is no feedrate in current move, feedrate will be last feedrate
if there is a move and a new feedrate then the move will take however long the average feedrate would take.

estimation is a bit more optimistic than pessimistic.  however it seems to be a lot more accurate.
2011-11-28 20:36:04 -08:00
Kliment Yanev 3316dac639 Merge branch 'master' into experimental
Conflicts:
	stlview.py
2011-11-28 18:27:27 +01:00
Kliment Yanev 02f14d5090 Fix comment stripping in duration estimation 2011-11-28 18:15:59 +01:00
Kliment Yanev 244350fee1 Merge branch 'master' into experimental 2011-11-27 17:34:09 +01:00
Kliment Yanev f7e14bf772 Merge branch 'master' of github.com:kliment/Printrun 2011-11-27 17:31:12 +01:00
Kliment Yanev 1eee27aa77 Ignore comments in gcode files when estimating duration 2011-11-27 17:30:35 +01:00
ErikZalm 21d81f76a5 Enable T codes like T0 and T1. 2011-11-20 19:55:17 +01:00
Kliment Yanev 0afcc88bd4 Integrate plating into pronterface UI 2011-11-18 09:52:16 +01:00
Keegi 1d6605065d Merge branch 'master' into experimental 2011-11-09 15:16:04 +02:00
Steven Devijver 262b000f7a Removed initial_feedrate, isn't used anyways, will only confuse people 2011-11-04 14:12:18 +01:00
Steven Devijver 80a1301bfd Simplified duration calculation, acceleration calculation is not realistic anyways 2011-11-04 13:51:36 +01:00
Steven Devijver e89eba8c9b Use latest feedrate, no need to fall back 2011-11-04 13:03:54 +01:00
Steven Devijver 0500332267 Also take forward movement after retraction into account 2011-11-04 12:48:38 +01:00
Steven Devijver 0bff3c93e4 Added retraction to calculation, format time in lower case 2011-11-04 12:41:13 +01:00
Steven Devijver be5f0e4900 Moved estimated duration code to pronterface 2011-11-04 11:49:05 +01:00
Keegi f0f6333681 better temperature combo box behavior when heated up 2011-10-25 22:56:44 +03:00
Denis B ea72af56c1 Fixed hang on the second launch of skeinforge settings dialog under Windows. 2011-09-28 13:46:01 +02:00
kludgineer 5d2ea3cf4d pla temps set to better defaults 2011-08-27 01:16:35 -07:00
Skateboss 4f8cffd9b0 removed minmax() 2011-08-27 09:11:52 +02:00