Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-22Merge remote-tracking branch 'remotes/origin/scene_manipulators'bubnikv
2018-05-22A fix to use correct spacing with multiloop skirtsbrim_width_calculationLukas Matena
2018-05-18Corrected brim generation (width), enabling continuity with skirtLukas Matena
2018-05-02Merge branch 'master' of https://github.com/prusa3d/Slic3r into ↵Enrico Turri
scene_manipulators
2018-05-02Yet another attempt to fix the layer height profile validationLukas Matena
2018-04-24More robust fix for 3D view and GUI buttons not in synch when object's size ↵Enrico Turri
is almost identical to print volume's size
2018-04-23Workaround for 3D view and GUI buttons not in synch when object's size is ↵Enrico Turri
almost identical to print volume's size
2018-04-17Removed parameter filament_cooling_time (fixed value of 14s for now)Lukas Matena
2018-04-16Bugfix: validation of equal layering rejected even some valid configurationsLukas Matena
2018-04-13Bugfix: legacy config options were not properly processedLukas Matena
2018-04-12Bugfix: cooling tubes parameters change invalidates generated wipe towerLukas Matena
2018-04-04The layer height check for multiple objects is now only enabled when ↵Lukas Matena
variable layer height is enabled
2018-04-03Added a check that all objects have the same layer height profileLukas Matena
2018-03-29Variable layer height enabled, nozzle diameters properly passed to the wipe ↵Lukas Matena
tower generator
2018-03-22Removed parameter 'wipe_tower_per_color_wipe' from UI and configuration layerLukas Matena
2018-03-21Added a check that no object uses extruder the printer doesn't haveLukas Matena
2018-03-21Partial refactoring of wipe tower code (got rid of global constants, etc)Lukas Matena
2018-03-20Wipe tower generator should now work for more than 4 extruders (actual ↵Lukas Matena
number extracted from wiping_volumes_matrix)
2018-03-20Wipe tower generator connected to purging volumes from the configuration layerLukas Matena
2018-03-19Removed parameter 'wipe_tower_adhesion', it will always be trueLukas Matena
2018-03-16Merge branch 'master' into wipe_tower_improvementsLukas Matena
2018-03-16Got rid of wipe_tower_advanced optionLukas Matena
2018-03-15Ramming parameters reduced to one and connected to the wipe tower generator ↵Lukas Matena
again
2018-03-14Fixed Print::validate() to allow for objects protruding below the print bed.bubnikv
The part of the object below the print bed will simply not be sliced. This fix also fixes integration tests, which often work with boxes centered around (0,0,0).
2018-03-14Extended Print::validate() to check, whether the objectsbubnikv
are inside the print volume.
2018-03-12Configuration layer changes (cooling_time, bridging, adhesion moved from ↵Lukas Matena
dedicated dialog to filament/print settings)
2018-03-09Out of bed detection - 1st installmentEnrico Turri
2018-03-08Lots of unnecessary code removed, minor refactoring changesLukas Matena
2018-03-05(Un)loading speed and delay introduced into wipe tower generatorLukas Matena
2018-03-01Cooling tubes parameters added into GUI and configuration layer (not yet ↵Lukas Matena
into wipe tower generator)
2018-02-28First naive implementation of wipe tower settings dialogLukas Matena
2018-02-21Merge with masterLukas Matena
2018-02-14Removed the GCodePreviewData from the Print class, it does not belong here,bubnikv
as the GCode is generated outside of the Print class. Exported the GCodePreviewData as GCode::PreviewData to Perl. When exporting the G-code with a command line Slic3r, the GCodeAnalyzer is now supressed for performance reasons. Removed obsolete Perl module Slic3r::GUI::Plater::3DToolpaths.
2018-02-14Split the GCodePreviewData from the GCodeAnalyzer,bubnikv
as in the next step the GCodePreviewData will be exported to Perl.
2018-02-13Merge branch 'master' into gcode_previewbubnikv
2018-02-13GCode Preview - Customizable extrusion role colors by editing 3DPreview.pmEnrico Turri
2018-02-13Fix of "Crash while trying to slice with a raft" #686bubnikv
This was an issue specific to multi-material print with raft and no support.
2018-02-12GCode Preview - Added objects and wipe tower transparent shellsEnrico Turri
2018-01-17GCode Preview - Code cleanupEnrico Turri
2018-01-08Added preview of retractions and unretractionsEnrico Turri
2018-01-08Merge branch 'master' of https://github.com/prusa3d/Slic3r into gcode_previewEnrico Turri
2018-01-08gcode preview - first installment - wipEnrico Turri
2018-01-06Separated the Marlin G-code flavor from the RepRap G-code flavorbubnikv
due to the differences in the M203 code (RepRap firmware has it in mm/min, Marlin in mm/sec). This difference is important to the G-code time estimator. Changed the g-code flavor to Marlin for all Prusa3D bundled profiles.
2017-12-22Correction of wipe tower brim generationLukas Matena
2017-12-21Merge fixLukas Matena
2017-12-21Merge branch 'master' into wipe_tower_improvementsLukas Matena
2017-12-21First attempts of variable wipe implementation, sparse infill modified to ↵Lukas Matena
sawtooth
2017-12-11Fix ofbubnikv
"Multimaterial printer switches filament at the wrong time during a print" https://github.com/prusa3d/Slic3r/issues/607 There was a single layer between the raft top and the object first layer missing on the wipe tower, and after this missing layer all the tool changes were shifted by one layer, meaning two color print had the colors switched.
2017-12-05Improved error reporting of the PlaceholderParser.bubnikv
The PlaceholderParser is currently used by the GCode.cpp and by Printer.cpp to generate a new name for the exported G-code or SVG file. The PlaceholderParser::process() will throw a runtime_error with a comprehensive error message. The G-code export will include these error messages into the G-code text with !!!!!! separators, and the GUI will inform the user, that the G-code export failed.
2017-12-03Fixed an extruder ordering bug on the 1st layer wipe tower.bubnikv
This is a regression after introducing the extruder priming areas at the edge of the print bed.