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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-14Firmware updater: Fix MMU2 lookup wrt. other Prusa devices being connectedVojtech Kral
2018-09-06minor changes for url_encodeMartin Loidl
2018-09-05allow whitespaces for duet uploadMartin Loidl
* now url_encoding characters which could not used for URLs
2018-09-01fixes date for uploaded filesMartin Loidl
2018-08-22fixed timestamp for duet uploadMartin Loidl
* Added missing time=
2018-08-21Print host bugfixes / refactoringVojtech Kral
2018-08-21some code formattingMartin Loidl
2018-08-21Added possibility for upload to DuetMartin Loidl
Further changes: - Added new configuration option Host Type - Added abstract base class for future printer hosts - Moved location of upload dialog (also made it a little bit more configureable) - added possibility to send file via postfield instead a new frame
2018-08-01FirmwareDialog: UI improvements, bugfixesVojtech Kral
2018-07-27FirmwareUpdater: MMU 2.0 / Caterina flashingVojtech Kral
2018-07-27Utils: Serial port printer communication abstractionVojtech Kral
2018-07-24PresetUpdater: Fail harder on bundle version not present in indexVojtech Kral
2018-07-23PresetUpdater: Fix reloading of profiles after reconfigure and updateVojtech Kral
Fix #1060 Fix #985
2018-07-23PresetUpdater: Fix incompatible bundle requirements displayVojtech Kral
2018-07-21Fixed upgrade of vendor profile from the application resourcesbubnikv
after an upgrade of the application.
2018-06-28Merge remote-tracking branch 'remotes/origin/vk-octoprint'bubnikv
2018-06-27Octoprint: Improve error reportingVojtech Kral
2018-06-27Fix: Http: Body size limit not properly initializedVojtech Kral
2018-06-27PresetUpdater: Fix double update detection (had_config_update)Vojtech Kral
2018-06-21Http: Fix nowide fstream usageversion_1.40.1-alphaVojtech Kral
2018-06-21Octoprint: Fix unicode supportVojtech Kral
2018-06-21Octoprint: Add a dialog for setting the filename/pathVojtech Kral
and a "print now" option cf. #880, #245, #55, #87
2018-06-19Updating bugfixes (#973)Vojtech Kral
* ConfigWizard: Fix MM legacy profile detect * Remove Perl BedShapeDialog * PresetUpdater: Look for updates in resources as well * ConfigWizard: Startup condition based on printer profiles only rather than all profiles Previously wizard would not run if there was a leftover filament profile but no printer profiles * ConfigWizard: Fix button labels * ConfigWizard: Pick the very first printer variant by default
2018-06-19Merge remote-tracking branch 'remotes/origin/fix_model_by_win10'bubnikv
2018-06-11PresetUpdater: Fix of the fixVojtech Kral
2018-06-11Fix: PresetUpdater: Set bundle & index file permissions #962 (#970)Vojtech Kral
2018-06-07Fix: Dialog initialization ordering on OS XVojtech Kral
Perform update_check after MainFrame is created
2018-06-06Repair by the netfabb service: Implemented progress dialog and cancelation.bubnikv
2018-06-04Initial working implementation of the "Fix by Netfabb" function.bubnikv
2018-06-04Added initial implementation of fixing 3MFs through the Netfabbbubnikv
API provided through the Windows 10 Universal Windows Platform API.
2018-05-21Serial port friendly name on LinuxVojtech Kral
2018-05-21Another fix for linux & osxbubnikv
2018-05-21Yet another fix for OSXbubnikv
2018-05-21Fixed compilation on Linux.bubnikv
2018-05-21Fix of previous commit, fix of compilation on OSX.bubnikv
2018-05-21Serial port fix, get description for serial ports on OSX.bubnikv
2018-05-21Added friendly names to serial ports, added automatic selection of Prusa's ↵bubnikv
printers in the firmware updater dialog
2018-05-18PresetUpdater: Add some more loggingVojtech Kral
2018-05-17PresetUpdater: Remove obsolete presetsVojtech Kral
2018-05-16PresetUpdater: Fix: Don't offer updates on legacy datadirVojtech Kral
2018-05-02PresetUpdater: More loggingVojtech Kral
2018-05-01Fix: Turn two Preset & PresetUpdater exceptions into error logsVojtech Kral
2018-04-25Updating: Start using proper URLsVojtech Kral
2018-04-25PresetUpdate: Fix UpdateConfig dialogVojtech Kral
2018-04-25Fixes in SemVer and MsgUpdateConfigVojtech Kral
2018-04-25Snapshots: Disable activation of incompatible snapshotsVojtech Kral
2018-04-25PresetUpdater: Fix string typeVojtech Kral
2018-04-24PresetUpdater: Bundle incompatibility / Slic3r downgrade scnarioVojtech Kral
2018-04-23PresetUpdater: Don't install updates that are already present in a snapshotVojtech Kral
2018-04-23PresetUpdater: Add/fix logging, commentsVojtech Kral