Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-29Cleanup exit behavior and stop eating all errors in pronsoleGuillaume Seguin
2013-05-29Merge branch 'experimental' of github.com:kliment/Printrun into experimentalGuillaume Seguin
2013-05-28Add conditionals so Windows binary can be built directly from sourceKliment Yanev
2013-05-26Drop self.f (for memory optimization & code cleanup)Guillaume Seguin
2013-05-25Lower default e_feedrate to 100mm/minGuillaume Seguin
2013-05-24Remember watch checkbox configurationGuillaume Seguin
2013-05-22Refactor Settings and Settings dialogGuillaume Seguin
2013-05-22Harden pronsole.log against unicode stringsGuillaume Seguin
2013-05-22Merge branch 'experimental' of github.com:kliment/Printrun into experimentalGuillaume Seguin
2013-05-22CleanupGuillaume Seguin
2013-05-20Workaround for OS X: drop -psn* arguments before parsing argsGuillaume Seguin
2013-05-20Initial untested implementation of gcoder-based printing.Guillaume Seguin
2013-05-19Merge branch 'experimental' of github.com:kliment/Printrun into experimentalGuillaume Seguin
2013-05-19Enable manual commands of any format to be passed through if prefixed by @Kliment Yanev
2013-05-19More translation strings for pronsole.pyGuillaume Seguin
2013-05-19Cleanup pronsole.py loading & some SD stuffGuillaume Seguin
2013-05-19Cleanup pronsole._do_load and parse gcode from thereGuillaume Seguin
2013-05-17Add -g/--gauges CLI argument for temp gauges, and improved argparsing.Guillaume Seguin
2013-05-16Replace getopt CLI option parsing with a cleaner argparse parsingGuillaume Seguin
2013-05-16Minor presentation error fix in pronsole.pyGuillaume Seguin
2013-05-16Minor cleanups in pronsole.pyGuillaume Seguin
2013-05-15Move code around and remove useless helpers from pronsole.pyGuillaume Seguin
2013-05-02Merge pull request #358 from DanLipsitt/patch-1kliment
2013-05-02fix typo in do_pause() log outputDanLipsitt
2013-04-20Merging experimental branch with PronserveD1plo1d
2013-04-11Adding "Pronserver" - a network discoverable 3d printer service.D1plo1d
2013-04-10Refactoring Pronsole to wrap print in a self.log method so that it can be reu...D1plo1d
2013-04-09Removing the web interface bindings from pronsole and pronterfaceD1plo1d
2013-02-13Merge pull request #330 from colah/confirmationkliment
2013-02-07Merge pull request #332 from colah/exit-offkliment
2013-02-08Make sure to set target temps to 0 before exiting.Christopher Olah
2013-02-03Refactor and confirm exits while printing.Christopher Olah
2013-02-02Confirm dangerous extruder target temperatures.Christopher Olah
2013-01-19Merge pull request #321 from colah/clean-firmware-echokliment
2013-01-20Clean up echoed firmware lines, connect info.Christopher Olah
2013-01-19Merge pull request #320 from colah/clean-monitorkliment
2013-01-20Clean up the monitor command.Christopher Olah
2013-01-20Fancy configurable prompts!Christopher Olah
2013-01-12Merge pull request #314 from colah/Ctr-C-D-fixkliment
2013-01-12Make the dynamic prompt temperature stuff configurable.Chris Olah
2013-01-12Fix Ctr-C and Ctr-D behavior.Christopher Olah
2013-01-12We make the prompt aware of extruder temperature.Christopher Olah
2013-01-10Make prompt dynamically generated.Chris Olah
2012-10-17added gcoder from another project. using gcoder to calculate dimensions and u...Mikko Sivulainen
2012-10-09fixed measurement calculation for X and Y axisMikko Sivulainen
2012-09-05Rerun reindent.pyGuillaume Seguin
2012-09-05Merge branch 'experimental' into connection-reworkGuillaume Seguin
2012-09-02Merge branch 'experimental' of https://github.com/kliment/Printrun into exper...Guillaume Seguin
2012-08-20Patching do_load so that it updates the pronterface ui when the load command ...D1plo1d
2012-08-13pronsole.py: repeat manual commands only in non-verbose mode.Markus Hitter