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
2022-01-13Fix empty temperature graphvolconst
2020-10-12Support D-codes #1119volconst
2020-09-06Make M114 "Count" detection more specificLukas Erlacher
2020-08-17Fix incorrect string comparisons using "is"Yuri D'Elia
2020-08-10Style changes from #1073volconst
2020-07-10Log config file location and cmds if verbosevolconst
2020-06-04Rewire temperature callbacks broken with previous commitCura
2020-03-31Do not attempt to read extra device name patterns on windows. Fixes #1040Kliment Yanev
2020-02-12Merge branch 'master' of github.com:kliment/PrintrunKliment Yanev
2020-02-12Add custom device name pattern option for non-windows platformsKliment Yanev
2019-12-18Fix #1027, reimplementing tcp printer communicationvolconst
2019-08-30Run "Final command" from settings when print is finishedJoeri Hendriks
2019-06-19Prevent buffer overflow, loss of commands in run_gcode_scriptvolconst
2019-06-19Add complete_run_gcode_script to show available file namesvolconst
2019-01-02AttributeError: 'str' object has no attribute 'decode'Miro Hrončok
2018-03-29Do not attempt to ask for exit confirmation on the console when asking for ex...Kliment Yanev
2018-03-24Fix #848 - only remove number at end of filenameKliment Yanev
2018-03-23Ignore file sizes in incoming SD filenames - fixes #848Kliment Yanev
2018-03-23Set slicer-console as default slice command on windows, enforce utf-8 encodin...Kliment Yanev
2018-03-23Save pronterface command box history to same place as pronsole command histor...Kliment Yanev
2018-03-22Hide echo:busy: processing messagesKliment Yanev
2018-03-22Hide active extruder messages by defaultKliment Yanev
2018-03-22Add slic3r as default command and restore load button text when gcode loading...Kliment Yanev
2018-03-22Squelch busy: processing messagesKliment Yanev
2018-03-22Silence repetier messagesKliment Yanev
2018-03-22Ignore ok followed by a number when deciding what to show to userKliment Yanev
2018-03-08Fix macro-related functionality:Kliment Yanev
2018-03-02p/pronsole: Fix load_default_rc invalid syntaxRock Storm
2018-03-01Change IOError to FileNotFoundErrorKliment Yanev
2018-03-01p/pronsole: Reorganize function load_default_rcRock Storm
2018-02-13Python 3: Fix shebangsMiro Hrončok
2018-02-13Python 3: Get rid of explicit object baseclassMiro Hrončok
2018-02-13Python 3: With subprocess, always get strsMiro Hrončok
2018-02-13Python 3: Remove u from unicode literals (u"...")Miro Hrončok
2018-02-13Python 3: raw_input -> inputMiro Hrončok
2018-02-13Python 3: Fix exec (statement -> function)Miro Hrončok
2018-02-13Python 3: Change unicode to str (type name)Miro Hrončok
2018-02-13Python 3: Replace filter with comprehensionsMiro Hrončok
2018-02-13Python 3: map() doesn't return listMiro Hrončok
2018-02-13Python 3: Standard library movesMiro Hrončok
2018-02-13Python 3: Fix the print() functionMiro Hrončok
2018-02-13Python 3: Fix except syntaxMiro Hrončok
2018-01-11Merge pull request #866 from legrostdg/xdgRock Storm
2018-01-08User user_cache_dir/Printrun for ~bak and ~new config cache filesFélix Sipma
2018-01-08load_default_rc: reintroduce sys.frozen logic for WindowsFélix Sipma
2018-01-08load_default_rc: simplify if/elif/else logicFélix Sipma
2018-01-07Create self.data_dir and self.config_dir if necessaryFélix Sipma
2018-01-07Use user_config_dir/Printrun/pronsolerc if ~/.pronsolerc does not existFélix Sipma
2018-01-07user_data_dir: switch to 'Printrun' as app_nameFélix Sipma
2018-01-06user_data_dir: remove appauthor argumentFélix Sipma