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-19WIP: Moved sources int src/, separated most of the source code from Perl.mass_renamebubnikv
The XS was left only for the unit / integration tests, and it links libslic3r only. No wxWidgets are allowed to be used from Perl starting from now.
2018-09-17Merged with devbubnikv
2018-09-17Removed Print.pm,bubnikv
ported execution of post processing scripts into C++ (WIP, waits for update of boost::system module on our build server) Removed other mention of the "Controller".
2018-08-27Merge branch 'dev' of https://github.com/prusa3d/Slic3r into devEnrico Turri
2018-08-24Merge remote-tracking branch 'remotes/origin/lm_retraction_fix'bubnikv
2018-08-24Merge remote-tracking branch 'origin/new_main_page_ui' into devYuSanka
2018-08-24Merge remote-tracking branch 'origin/SLA_ui' into devYuSanka
2018-08-21Print host bugfixes / refactoringVojtech Kral
2018-08-21Yet another experimental parameter to adjust the initial loading speed of a ↵Lukas Matena
newly loaded filament
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-15Improvement of extruder selection for the object/part according to the ↵YuSanka
actually extruders count
2018-08-14New experimental parameter to adjust initial loading speed of the filament ↵Lukas Matena
from the nozzle
2018-08-09Added set_default_suppressed for sla_materials.YuSanka
2018-08-08Correct UI updating for SLA tabsYuSanka
2018-08-08Correct preset/tabs updating according to the technologyYuSanka
+ some code refactoring
2018-08-08Correct show_preset_comboboxesYuSanka
2018-08-07Correct printer pages updating according to the printer_technologyYuSanka
2018-08-06Correct switching between printer_technologies (show/hide according tabs)YuSanka
2018-08-04T1 and M702 C are now evaluated by the time estimator to add the newbubnikv
"filament_load_time" and "filament_unload_time" values to match the MK3 MMU2 behavior. Emitting of the remaining times into the output G-code was made optional through a new "remaining_times" configuration value, so the firmware flavors and versions, which do not know the M73 code, will not complain. Configuration changes: The wipe tower default position was shifted inwards after the wipe tower coordinate reference point was changed from the center to the left front corner. Added the "filament_load_time" and "filament_unload_time" values to the MK3 MMU filament profiles. Enabled "remaining_times" for the MK2.5, MK3 and MK3MMU2 printers.
2018-08-04Merge branch 'master' into time_estimatebubnikv
2018-08-03Tabs are completedYuSanka
2018-08-03Added "inside tab" for SLA printerYuSanka
2018-08-03First prototype for "SLA materials" TabYuSanka
2018-08-02Added a threshold for purging on the wipe tower (before it goes into ↵Lukas Matena
infill/sacrificial object)
2018-08-01Adding the SLA printer profiles, WIPbubnikv
2018-07-31Added filament_load_time and filament_unload_time parametersbubnikv
to define the filament load / unload times spent in the MMU2.0 unit when performing the tool change code (the T code).
2018-07-27New parameter "single_extruder_multi_material_priming" to be ablebubnikv
to suppress the MM priming towers. The PrusaResearch.ini was modified for the MMU2 printers to correctly prime the initial extruder when single_extruder_multi_material_priming is disabled.
2018-07-26Merge remote-tracking branch 'origin/master' into new_main_page_uiYuSanka
2018-07-23Localized the (modified) profile indicatorYuSanka
2018-07-18Reordered the fields on the new "Machine limits" page.bubnikv
2018-07-17For the Marlin firmware, the machine envelope G-code is emittedbubnikv
based on the Slic3r printer profile. Also the bundled config has been updated, so that the machine envelope G-code values were removed and the new Slic3r printer profile values were updated with the former G-code values. Slic3r version has been bumped up to 1.41.0-alpha for the configuration files to work.
2018-07-17Merge with master + resolved conflictsEnrico Turri
2018-07-17Merge remote-tracking branch 'remotes/origin/wipe_tower_improvements'bubnikv
2018-07-12Merge branch 'add_kinematics' of https://github.com/prusa3d/Slic3r into ↵Enrico Turri
time_estimate
2018-07-12Merge branch 'master' of https://github.com/prusa3d/Slic3r into time_estimateEnrico Turri
2018-07-09Fix of previous commitLukas Matena
2018-07-09Infill purging - added fifth extruder into default setttings, cosmetic changesLukas Matena
2018-07-04First right-panel reorganization:YuSanka
* Replaced Object list from CollapsiblePane * Sub-object are adding by context menu from list * (sub)objects can be deleted by only one "Delete" button * Added extruder selection to list
2018-07-03Enabled "delete preset" button after current profile savingYuSanka
2018-07-02Fix: Leak in Tab.cpp in serial port testVojtech Kral
2018-07-02Bug-fixes of the OSX crashingYuSanka
2018-06-28Final Fix of tooltips on OSX showing on the first page of a parameter tab.YuSanka
2018-06-28Fix of tooltips on OSX showing on the first page of a parameter tab.YuSanka
2018-06-28Use silent_mode only with MK3 printerYuSanka
2018-06-27Merge branch 'master' into wipe_tower_improvementsLukas Matena
2018-06-26Merge remote-tracking branch 'origin/master' into new_main_page_uiYuSanka
2018-06-25Merge branch 'add_kinematics' of https://github.com/prusa3d/Slic3r into ↵Enrico Turri
time_estimate
2018-06-25Correct updating of "Machine limits" and "Single extruder MM setup" pagesYuSanka
2018-06-25Fixed conflicts after merge with master branchEnrico Turri
2018-06-25Fixed bug #995YuSanka