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
path: root/xs
AgeCommit message (Collapse)Author
2018-09-05Fixed stl import when endsolid lines contains extra dataEnrico Turri
2018-09-05Fixed bug from issue #1169YuSanka
2018-09-05Another attempt to fix the temperature change issueLukas Matena
2018-09-03Bugfix - extruder temperature was sometimes not correctly set on the wipe towerLukas Matena
2018-09-01Merge remote-tracking branch 'origin/master' into support_improvementsbubnikv
2018-09-01fixes date for uploaded filesMartin Loidl
2018-08-30Bumped up the version number to 1.41.0 release,bubnikv
bundled updated PrusaResearch configs.
2018-08-30Merge remote-tracking branch 'remotes/origin/master' into support_improvementsbubnikv
2018-08-29Fixed transformation center for objects imported from 3mf filesversion_1.41.0-rcEnrico Turri
2018-08-27Fixed moving center of rotate gizmoEnrico Turri
2018-08-27Merge remote-tracking branch 'origin/master' into feature_arrange_with_libnest2dtamasmeszaros
2018-08-25Bumped up the version number to 1.41.0-beta2version_1.41.0-beta2bubnikv
2018-08-25Changed the wording of "Purge into this object's ..." to "Wipe ..."bubnikv
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-24Edited captions and default values of the new parameters (initial loading ↵Lukas Matena
and unloading speed)
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-22Parallel placer now works with the custom Slic3r object function. Works an ↵tamasmeszaros
order of magnitude faster.
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-21Merge branch 'master' into lm_retraction_fixLukas Matena
2018-08-21Host upload backwards compatibilityMartin Loidl
* Added legacy code to preserve backwards compatibility * renamed some cli option names to better match option names
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-20parallel nesting can be enabled but fails with the current objectfunction.tamasmeszaros
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 branch 'master' into lm_lay_flat_round_merged_facetsLukas Matena
2018-08-17Merge remote-tracking branch 'origin/convex_hull' into ↵Lukas Matena
lm_lay_flat_round_merged_facets
2018-08-17Fixed a few tooltips, changed default value for minimal purge on wipe towerLukas Matena
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-17Build: Option to force generation of PDB file on MSVC Release buildVojtech Kral
2018-08-17Build: Plumb perl include pathVojtech Kral
Thanks to @kortschak for contributing to this fix Co-authored-by: Dan Kortschak <dan@kortschak.io>
2018-08-17Templated convex_hull function in Geometry.cppLukas Matena
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-15Added qhull library to xs/src and cmakeLukas Matena
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
2018-08-13Better fix for minimum z of object to lay on the bed after rotationsEnrico Turri