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
2019-11-04SLA Contour3D expanded with conversions supporting quads.tamasmeszaros
2019-10-31Do some hollowing finally.tamasmeszaros
2019-10-23Zipper made available for modification after RasterWriter finishes.tamasmeszaros
2019-10-23ENABLE_THUMBNAIL_GENERATOR -> WIP: Added missing include and preparation for ↵Enrico Turri
adding thumbnail to exported sla archive files
2019-10-09Fix concave hull having holes.tamasmeszaros
2019-10-04Merge branch 'tm_sla_tests'tamasmeszaros
2019-10-04Port sla tests to catch2tamasmeszaros
2019-10-03Fix endless loop in pinhead creation.tamasmeszaros
* Headless stick penetration value from global cfg * eliminate warnings
2019-10-03Make sure no vector reallocation will be performed on pillars.tamasmeszaros
This is a workaround for now, it needs to be handled properly.
2019-10-03Add test obj and address for support under ground level if no elevationtamasmeszaros
2019-10-03Eliminate some race conditions in sla support treetamasmeszaros
2019-10-03Add method for bridge addition with Head parameter to fill the bridge_idtamasmeszaros
2019-10-02Enable full concurrency for support tree generation.tamasmeszaros
2019-10-02Fix tests on all platformstamasmeszaros
Try to link tests on Mac. Fix inaccurate pad brim size fix build on mac (attempt 2) Fixes for support tree faults and race conditions in release mode. Fix crashing test executable on gcc 4.9 fix warning on msvc
2019-10-02Time conversion functions with tests.tamasmeszaros
Fixes issue with incorrect characters in time strings on UI. Fix platform dependency Fix return value with incorrect strings. Just use strptime and strftime on all platforms. Emulate strptime on msvc... because they don't have it and their get_time is buggy.
2019-10-01sla::Raster interface clarified and covered with tests.tamasmeszaros
Also renamed sla::SupportTreeAlgorithm to SupportTreeBuildsteps.
2019-10-01Deeper test coverage for support tree generation.tamasmeszaros
Restructuring for testability.
2019-10-01Reworked pad creation algorithm with new parameters:tamasmeszaros
* brim size * force pad around object everywhere
2019-09-26Merge remote-tracking branch 'remotes/prusa/master'supermerill
not merged: fill.cpp, perimeter_generator, because they ahve been reworked and need to be understand fully before adding my extensive modifications. To verify: glcanvas: maybe filament color selection is deleted (or the other one i added?)
2019-09-12Merge remote-tracking branch 'remotes/origin/master' into devbubnikv
2019-09-11Add new config values to SL1 zip file config.initamasmeszaros
All requested config values are written into SL1 ini file inside the zip * TIme.hpp and Time.cpp is now part of libslic3r instead of libslic3r_gui * Updated time manipulation function: separate timestamp_local_str and timestamp_utc_str * timestamp_utc_str is used in header_slic3r_generated(). Gcode now contains UTC timestamps
2019-09-04Fixed some more warnings (mostly GLGizmoSlaSupports.cpp)Lukas Matena
2019-08-30Revert full parallel support tree generation to partially parallel.tamasmeszaros
2019-08-29Merge commit '85d9a165636617c76d30be54a1cd99bd4e5663b0'supermerill
2019-08-16Merge branch 'master' into tm_clang_mingwtamasmeszaros
2019-08-16Fix up build and clear dev outputtamasmeszaros
2019-08-16more clang warnings enabled, performance measuringtamasmeszaros
Succesfull build on mingw-w64 fix sandboxes Mingw fixes and full parallel support tree gen.
2019-08-09Hotfix for crash when empty pad and support mesh is generated.tamasmeszaros
2019-08-08Hotfix for crash with support disabled and pad enabled.tamasmeszaros
2019-07-31Merge remote-tracking branch 'remotes/prusa/master'supermerill
WIP, in particular, have to review the custom beds svg/stl
2019-07-30Performance optimizations and some cleanup.tamasmeszaros
Optional heavy parallelism which is disabled by default. Would like to test it further in a next release cycle.
2019-07-30Include SLACommon.hpp into the project. tamasmeszaros
File is reformatted, but only the whitespace is changed.
2019-07-30Merge branch 'lm_sla_gizmo_undo'Lukas Matena
2019-07-30Fixing zero elevation bug when concave hull overlap was not detected.tamasmeszaros
Backported from tm_perf_optims
2019-07-28Hiding the sla support structures after undo/redoLukas Matena
2019-07-18Eliminate some igl warnings on msvctamasmeszaros
2019-07-15Merge branch 'master' into lm_warningsLukas Matena
2019-07-15Merge remote-tracking branch 'remotes/origin/vb_undo_redo'bubnikv
2019-07-09Merge branch 'master' into tm_builtin_padtamasmeszaros
2019-07-09Fixing broken SLA slicing: SPE-984tamasmeszaros
2019-07-04Merge remote-tracking branch 'origin/master' into vb_undo_redobubnikv
2019-07-03Merge remote-tracking branch 'remotes/prusa/et_custom_bed'supermerill
sorry, forgot to commit it before doing changes. so there are also the bug fix for #76 and #74
2019-07-02WIP UndoRedo: Added Undo/Redo stack, added Platter::take_snapshot(),bubnikv
experimental snapshots on loading STLs and increasing / decreasing model instances.
2019-06-28Merge branch 'master' into tm_builtin_padtamasmeszaros
2019-06-26Make an order in using scale and unscale, remove some warnings.tamasmeszaros
2019-06-25Fixed warnings in libslic3rLukas Matena
2019-06-20Merge remote-tracking branch 'remotes/prusa/master'supermerill
2019-06-20Fixes for degenerate cases.tamasmeszaros
2019-06-20Merge branch 'master' into tm_builtin_padtamasmeszaros
2019-06-18Merge branch 'master' into tm_sla_printer_mirrortamasmeszaros