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-06-04Fixed issue #875 and updated Slic3rPE.potYuSanka
2018-05-18Fix of https://github.com/prusa3d/Slic3r/issues/869bubnikv
2018-05-17Fixed loading of configuraton values octoprint_host, support_material_thresholdbubnikv
They were incorrectly handled by the handle_legacy() function, which has been ported from the upstream Slic3r without inspecting its content.
2018-05-10Auto-correction of the input values according to the admissible rangeYuSanka
2018-04-26Merge branch 'new_cooling_logic'bubnikv
2018-04-17Removed parameter filament_cooling_time (fixed value of 14s for now)Lukas Matena
2018-04-16Merge branch 'master' into updatingVojtech Kral
2018-04-13Bugfix: legacy config options were not properly processedLukas Matena
2018-04-12Default purging volumes set to more appropriate valuesLukas Matena
2018-04-06ConfigWizard: Finalize custom setupVojtech Kral
2018-04-06Merge branch 'master' into wipe_tower_improvementsLukas Matena
2018-03-28Connected filament_ramming_parameters to respective dialog, other minor changesLukas Matena
2018-03-23Fixed bugs from SPE-180YuSanka
2018-03-22Removed parameter 'wipe_tower_per_color_wipe' from UI and configuration layerLukas Matena
2018-03-22"Undo"-buttons workYuSanka
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-15Merge remote-tracking branch 'origin/master' into profile_changes_resetYuSanka
2018-03-14Removed the unsupported "pillars" support pattern.bubnikv
2018-03-14Added filament_ramming_parameters and filament_ramming_buttons into ↵Lukas Matena
configuration layer
2018-03-12Configuration layer changes (cooling_time, bridging, adhesion moved from ↵Lukas Matena
dedicated dialog to filament/print settings)
2018-03-09Introduced the system profiles.bubnikv
The Config Wizard now just copies the Vendor's Config Bundle into user_dir/vendor/ directory and Slic3r uses the configs from the bundles found in user_dir/vendor directly.
2018-03-09Merge branch 'master' into wipe_tower_improvementsLukas Matena
2018-03-09Out of bed detection - 1st installmentEnrico Turri
2018-03-05WIP: OctoPrintVojtech Kral
2018-03-05(Un)loading speed and delay introduced into wipe tower generatorLukas Matena
2018-03-02(Un)loading speed and time delay parameters introduced into GUI and conf. ↵Lukas Matena
layer (not yet into wipe tower generator)
2018-03-02Integrating cooling tube parameters 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-27GUI - reenabling rotation angle settings for the wipe tower (was disabled by ↵Lukas Matena
the merge with master)
2018-02-23Merge remote-tracking branch 'remotes/origin/gui_translate_to_cpp'bubnikv
2018-02-23All project is ready to localization.YuSanka
* Macro _LC is changed to _CHB. [to put translated string into std::string correctly] * Macro _LS is changed to L. [to mark string to translation] * Standard wxWidgets macro _() is used for translation now. * Updated POfile for EN
2018-02-22Gyroid infill type (#733)Merill
Gyroid infill type.
2018-02-21Merge with masterLukas Matena
2018-02-19Completed translation to Ukrainian.YuSanka
* Signs of degree are returned to UTF-8 in PrintConfig. * Changed _LU8 macro. It's translated now like string explicitly specified as a string is already in UTF-8 encoding.
2018-02-15Merge remote-tracking branch 'origin/gui_translate_to_cpp'bubnikv
2018-02-15Merged the C++ port of the GUI Tabs / OptionGroup / Option classesbubnikv
by @YuSanka, thanks @lordofhyphens for the initial port of the OptionGroup / Option.
2018-02-15Thanks @stelgenhof Corrected units of measure that had exponents displayed ↵YuSanka
with caret.
2018-02-15Marked string used at localization.YuSanka
* Correct save changed color
2018-02-02Fixed spelling of Elephant foot compensation from Elefant to Elephant.bubnikv
Unfortunately the settings is out in the wild, so we did not fix the spelling of the config value name.
2018-01-14Merge remote-tracking branch 'origin/master' into gui_translate_to_cppYuSanka
2018-01-09To OptionsGroup added "reload_config" to reload configurations after changes ↵YuSanka
in any fields & "get_config_value" to get current option value from config. In Field extended "set_value" to Choice. In PrintConfig added default_value to "post_process".
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-21Merge branch 'master' into wipe_tower_improvementsLukas Matena
2017-12-18First implementation of the "compatible_printers_condition"bubnikv
for the print and filament profiles. Added documentation for building the boost library for Slic3r on Linux.
2017-12-12Increased maximum allowed temperature to 1500 centigrades as someonebubnikv
is seemingly uses Slic3r to print glass :-) https://github.com/prusa3d/Slic3r/issues/629
2017-12-05Wipe tower rotation around center pointLukas Matena