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-11-08Fix rendering performance on macOS #1250Vojtech Kral
2018-10-23Updated Prusa3D profiles, added an MK2.5 MMU2 wizard image (as of nowbubnikv
it is just a copy of the MK3 MMU2), changed default brim width on the platter main page (the shortcut checkbox) to 5mm.
2018-10-11AppConfig: Prevent race conditions when writing slic3r.iniVojtech Kral
2018-09-27Fix ofbubnikv
https://github.com/prusa3d/Slic3r/issues/1142 https://github.com/prusa3d/Slic3r/issues/1257 The preset keys not belonging into the config group are removed and the problem is reported into the boost::log
2018-09-14Merge remote-tracking branch 'origin/support_improvements'bubnikv
2018-09-14FirmwareDialog: Add appropriate set of wildcards to the file pickerVojtech Kral
2018-09-14Fix window size persistenceVojtech Kral
Fixes #1116 Fixes #1175
2018-09-14Firmware updater: Fix MMU2 lookup wrt. other Prusa devices being connectedVojtech Kral
2018-09-14ConfigWizard: Properly apply gcode_flavorVojtech Kral
Fixes #1138
2018-09-14Merge remote-tracking branch 'origin/parallel_arrange'bubnikv
2018-09-07New support settings: "support_material_auto" controls, whetherbubnikv
the supports shall be generated automatically. If not, only supports inside support enforcers are generated.
2018-09-07Merge pull request #1195 from mloidl/duet_whitespaceVojtech Kral
duet upload: allow whitespaces in filenames
2018-09-07Fixed rendering of endcaps on open toolpathsEnrico Turri
2018-09-07Cleaning up and fixing localization issues with AppController.tamasmeszaros
2018-09-07Merge remote-tracking branch 'origin/master' into parallel_arrangetamasmeszaros
2018-09-06minor changes for url_encodeMartin Loidl
2018-09-06Implemented support enforcers / blockers.bubnikv
Reduced amount of full support interfaces similar to S3D.
2018-09-05allow whitespaces for duet uploadMartin Loidl
* now url_encoding characters which could not used for URLs
2018-09-05Final bug-fix for #1169 considering issue #971YuSanka
2018-09-05fixed typo-bugYuSanka
2018-09-05Fix to last commitYuSanka
2018-09-05Fixed bug from issue #1169YuSanka
2018-09-01fixes date for uploaded filesMartin Loidl
2018-08-27Fixed moving center of rotate gizmoEnrico Turri
2018-08-27Merge remote-tracking branch 'origin/master' into feature_arrange_with_libnest2dtamasmeszaros
2018-08-24Merge remote-tracking branch 'remotes/origin/lm_lay_flat_round_merged_facets'bubnikv
2018-08-24Merge remote-tracking branch 'remotes/origin/lm_retraction_fix'bubnikv
2018-08-24Lay flat - simple rejection of very small surfacesLukas Matena
2018-08-24Firmware updater: Fix a race conditionVojtech Kral
avrdude: Handle OOM with configurable handler
2018-08-22Merge branch 'master' into lm_lay_flat_round_merged_facetsLukas Matena
2018-08-22Merge remote-tracking branch 'origin/master' into feature_arrange_with_libnest2dtamasmeszaros
2018-08-22fixed timestamp for duet uploadMartin Loidl
* Added missing time=
2018-08-21Lay flat - limit number of active surfaces to 255 (to avoid problems with ↵Lukas Matena
picking pass)
2018-08-21Print host bugfixes / refactoringVojtech Kral
2018-08-21Lay flat - rotation is now done in one go directly about the necessary axisLukas Matena
2018-08-21Yet another experimental parameter to adjust the initial loading speed of a ↵Lukas Matena
newly loaded filament
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-20Added a missing header (numeric for std::accumulate)Lukas Matena
2018-08-20Lay flat gizmo is rendered before the bed, so the surfaces are visible from ↵Lukas Matena
below, and a rotation-related bugfix
2018-08-20Lay flat - icons and invalidation improvementLukas Matena
2018-08-17Merge remote-tracking branch 'origin/convex_hull' into ↵Lukas Matena
lm_lay_flat_round_merged_facets
2018-08-17Lay flat gizmo improvements - merge adjacent faces, compute and cache convex ↵Lukas Matena
hull for entire ModelObject, refresh when moved, etc.
2018-08-16Detection of out of print volume disabled for wipe tower of unknown sizeEnrico Turri
2018-08-16GLVolume use a pointer to ModelVolume's convex hull instead of a copy of itEnrico Turri
2018-08-16Fixed wipe tower loosing selection after displacementEnrico Turri
2018-08-16Merge remote-tracking branch 'origin/convex_hull' into ↵Lukas Matena
lm_lay_flat_round_merged_facets
2018-08-15Use of bounding box of rotated 3D convex hull for out of print volume detectionEnrico Turri
2018-08-14New experimental parameter to adjust initial loading speed of the filament ↵Lukas Matena
from the nozzle
2018-08-14Simple attempt to smooth the lay flat trianglesLukas Matena