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-06-18Merge remote-tracking branch 'origin/master' into tm_ui_jobstamasmeszaros
2019-06-18Removing unused pad parts workingtamasmeszaros
2019-06-18Merge branch 'vb_admesh_fix'bubnikv
2019-06-17WIP on removing unused parts of pad tamasmeszaros
2019-06-17Merge branch 'master' into tm_builtin_padtamasmeszaros
2019-06-17Warning hunt session followuptamasmeszaros
2019-06-14Warning hunt session.tamasmeszaros
2019-06-12Fix build on Mactamasmeszaros
2019-06-12Hotfix for pad shape deduction.tamasmeszaros
2019-06-12Fixes for gap detection and case with no pad, but zero elevation.tamasmeszaros
2019-06-12Fine tuning parameters and fixing pad wings when greater gaps are used.tamasmeszaros
2019-06-11Fixes for the parameter layertamasmeszaros
- Elevation value satisfied with no supports as well - Removed debug svg writing - Gap and sticks made optional in zero elevation pad.
2019-06-11SPE-742: Parameter layer for zero elevation feature.tamasmeszaros
2019-06-11Refactor, fix wall normals and gap detection.tamasmeszaros
2019-06-11SPE-742: Builtin pad feature in zero elevation mode.tamasmeszaros
2019-06-05Re-adding missing filetamasmeszaros
2019-06-05Merge branch 'master' into tm_sla_printer_mirrortamasmeszaros
2019-06-04WIP: Admesh - replacement of C memory allocation with std vectorsbubnikv
2019-05-20Eliminate some warningstamasmeszaros
2019-05-20Fixing build on Win and OSXtamasmeszaros
2019-05-19Mirror checkboxes added to the UI. tamasmeszaros
Everything seems to work fine.
2019-05-18Mirroring refactored.tamasmeszaros
2019-05-16Merge remote-tracking branch 'remotes/prusa/master'supermerill
2019-05-13New way of starting arrange and rotation optimization.tamasmeszaros
To prevent segfaults when exiting while processing is running.
2019-05-07Prevent degenerate triangles in pad.tamasmeszaros
2019-04-25Further optimizations for SLA memory usage.tamasmeszaros
2019-04-16SLA gizmo now does not make redundant copies of the object and supports meshesLukas Matena
2019-04-16TriangleMeshSlicer is now initialized by const-pointer to the mesh, ↵Lukas Matena
responsibility for calling require_shared_vertices is left to the caller
2019-04-12Fix for issue SPE-901tamasmeszaros
2019-04-08clipperutil.offset params go from float to doublesupermerill
As clipper used doubl anyway, it shouldn't impact anything, just avoiding int64->float->double destructive conversion.
2019-04-08Update/clean code where a wrong int type is used (unsafe int, bad type, ...)supermerill
as that that can be problematic if the type of coord_t change.
2019-04-08Merge branch 'master' of https://github.com/prusa3d/Slic3rbubnikv
2019-04-08Increased the default SLA support density to 130% of the previous valuebubnikv
(100% now works as 130% before)
2019-04-02Rethought sla status indication.tamasmeszaros
2019-03-26Merge remote-tracking branch 'remotes/prusa/master'supermerill
2019-03-21Using same slicing grid for the supports and the model.tamasmeszaros
2019-03-18Adding validation code for support parameters (elevation)tamasmeszaros
2019-03-18Typo fix....tamasmeszaros
sorry guys
2019-03-18Fix for ugly code.tamasmeszaros
2019-03-15Fixing memory corruption from invalidated referencestamasmeszaros
2019-03-14Fixing error with sla array indexingtamasmeszaros
2019-03-13Slight enhancements in the cascading algorithm.tamasmeszaros
2019-03-13SLA gizmo - combo replaced by slider, autogeneration uses config value for ↵Lukas Matena
head_diameter
2019-03-13remove colinear pointssupermerill
* this fix the issue that colinear points aren't anymore after the offset2 from slice_closing_radius. * this allow the XY hole compensation to apply correctly * up the max concave angle accepted to detect hole to grow by XY compensation from 0.06° to 6°.
2019-03-12Fixed seed for the genetic optimizer for support generationtamasmeszaros
2019-03-11Fixing issue with cascading pair has function.tamasmeszaros
2019-03-11Enable imgui support point size. Fine tuning of support params.tamasmeszaros
2019-03-08Fixes for cascading logic.tamasmeszaros
2019-03-08Merge branch 'master' into tm_colldetection_upgrtamasmeszaros
2019-03-08Fix for pad wall slope.tamasmeszaros