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-26Fixed #1244 - perl partversion_1.41.1-betaEnrico Turri
2018-09-21Enhanced fix of #1229 - perl partEnrico Turri
2018-09-14Merge remote-tracking branch 'origin/support_improvements'bubnikv
2018-09-14Fix window size persistenceVojtech Kral
Fixes #1116 Fixes #1175
2018-09-14Merge remote-tracking branch 'origin/lm_wipe_tower_consumption'bubnikv
2018-09-14Fixed #1229Enrico Turri
2018-09-12Added number of toolchanges into 'Sliced info' statisticsLukas Matena
2018-09-10Fixed #1211Enrico Turri
2018-09-07Fixed #1204YuSanka
2018-09-07Added a Layout call for 'Sliced Info' box to show sliders when neededLukas Matena
2018-09-06Implemented support enforcers / blockers.bubnikv
Reduced amount of full support interfaces similar to S3D.
2018-09-05Wipe tower extrusions are now accounted for in the filament consumption ↵Lukas Matena
statistics
2018-08-24Merge branch 'master' of https://github.com/prusa3d/Slic3rbubnikv
2018-08-24Bugfix - dialog that changes number of copies deleted the object when cancelledLukas Matena
2018-08-22Merge branch 'master' into lm_lay_flat_round_merged_facetsLukas Matena
2018-08-22Lay flat minor bugfix (ObjectCutDialog called a changed function using the ↵Lukas Matena
old signature)
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-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-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-17Fixed scale to size of objects with multiple instancesEnrico Turri
2018-08-17Fixed lost selection of imported objectsEnrico Turri
2018-08-16Merge remote-tracking branch 'origin/convex_hull' into ↵Lukas Matena
lm_lay_flat_round_merged_facets
2018-08-14Fixed object sinking into print bed after parts importEnrico Turri
2018-08-13Created a new gizmo for flattening an objectLukas Matena
2018-08-06Minor tweaks of UI texts,bubnikv
optimization of the wipe tower invalidation, show collisions of the wipe tower with known dimensions.
2018-08-06Deregister the update callback on end of the application.bubnikv
This fixes a crash on exit.
2018-08-02Merge branch 'lm_wipe_tower_block_improvements' into ↵Lukas Matena
lm_wipe_tower_block_improvements_merged
2018-08-02New perl callback to force reloading of 3d scene after Purging volumes are ↵Lukas Matena
changed After the changes in previous commit, the 3D scene must be reloaded after the wipe tower is invalidated. This can mostly be done on the C++ side, but reloading after Purging volumes are changed required this C++ -> Perl call
2018-08-02Wipe tower postprocessing, wipe tower block on 3D plate improved.Lukas Matena
- it renders red with one egde as indeterminate, the front edge is where the wipe tower will start - changing width changes depth of the block (as requested) - the block shows the brim of the wipe tower - after slicing, the block is rendered in usual dark green and takes the exact shape of the tower (also with brim) - moving or rotationg the block after slicing does not invalidate the wipe tower (and hence the exact block dimensions are preserved) - changing anything that invalidates the wipe tower reverts the block back to the "indeterminate" shape - the block is not shown after slicing, if the wipe tower is not actually generated (printing single color object with the wipe tower enabled) This required changes in the wipe tower generator, which now generates the tower at origin with no rotation. Resulting gcode is postprocessed and transformed during gcode export. This means the wipe tower needs not be invalidated when it is moved or rotated.
2018-07-30Fixed slice info after re-export of gcode. Fixes #1081Enrico Turri
2018-07-27Merge remote-tracking branch 'origin/backspace_to_delete_on_osx'bubnikv
2018-07-27Reddish background when detected out of print volume toolpathsEnrico Turri
2018-07-25Removed 2D panelEnrico Turri
2018-07-24Out of print volume detection for toolpathsEnrico Turri
2018-07-24Merge branch 'scene_manipulators' of https://github.com/prusa3d/Slic3rEnrico Turri
2018-07-24Fix of https://github.com/prusa3d/Slic3r/issues/1068bubnikv
Fixed reloading of an object, which contains non-ASCII7 characters in its file name or path.
2018-07-23Allow delete button in object listYuSanka
2018-07-23Fixed status of Slice now and Export G-Code buttons after object importEnrico Turri
2018-07-23Update objects' list after scaling using gizmoEnrico Turri
2018-07-19Fixed print infoEnrico Turri
2018-07-18Reworked the "Sliced info" box on the platter to only show thebubnikv
"silent mode" print time if it is available.
2018-07-17Restored the "Fix STL through Netfabb" functionality, which has beenbubnikv
lost during some merge process.
2018-07-17Merge with master + resolved conflictsEnrico Turri
2018-07-17Merge remote-tracking branch 'remotes/origin/opengl_to_cpp'bubnikv
2018-07-17Merge remote-tracking branch 'remotes/origin/wipe_tower_improvements'bubnikv
2018-07-17Merge with masterEnrico Turri
2018-07-16Merge remote-tracking branch 'origin/master' into feature_arrange_with_libnest2dtamasmeszaros
2018-07-13Merge branch 'master' of https://github.com/prusa3d/Slic3r into time_estimateEnrico Turri