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
2022-02-15Added Client certificate authentication to physical printer optionsPieter
2022-02-14merge 2.3.57.11 fixessupermerill
also a fix for 2.4.1 merge (missing preset)
2022-02-13Merge branch 'prusa2.4.1' into devsupermerill
2022-02-12Fix spacing display error when using default extrusion widthsupermerill
supermerill/superslicer#2337
2022-02-12small_perimeter now disable that modifier if set to 0remi durand
first_layer_infill_speed now take the first_layer_speed if set tot 0 supermerill/SuperSlicer#1948
2022-02-09Fix some overlap:supermerill
- external peri overlap now correctly used by the perimeter generator - filament max overlap now correctly used by the perimeter generator - PrintRegion now correctly get the overlap for perimeters and solid infill - spacing settings (external & solid) now correctly use the overlap - wall thickness hint is now correct supermerill/superslicer#822
2022-02-09Change thin_perimeter and thin_perimeter_all to percent typesupermerill
Now you can choose the threshold instead of 0% / 100% switch.
2022-02-08Merge branch 'merill-merge' (2.3.57.10) into devsupermerill
2022-02-02Fix phantom solid surfaces.supermerill
move solid_over_perimeters (as it only works with ensure_vertical_shell_thickness activated) TODO: maybe try to not create too thin solid surfaces in the first place? and really merge same surfaces?
2022-02-01Sync to 2.4.1-beta1Lukas Matena
2022-02-01Merge branch 'master' into stable - no conflicts fixedLukas Matena
2022-02-01Add a macro command `{ignore_legacy(true)}` to disable the legacy format ↵remi durand
using the `[]` (can be reactivated with false argument) Now can escape the '[' by "\[", this will print '['. same for the '{'. change all tooltips (and default values) to use '{ }' instead of '[ ]' That will enable the use of these characters in the custom gcode without crashing supermerill/SuperSlicer/issues/2276
2022-01-19Fix typos, grammar and formatting in 'Calibration' (#2228)Kurt
* change instances of 'levelling' to 'leveling' * change lang tags to en * fix typos, fix grammar, fix capitals, and adjust formatting * fix typos and grammar for calibration cube * tweak wording and formatting
2022-01-19Fix enums fields, fuzzy, flow. Improve tooltips & setting layoutsupermerill
supports seems to work.
2022-01-19Fix 2.4 layout & colorssupermerill
* use the new Notebook class that has separate button from panel, so the tab layout can have more button than panels, and so doesn't need to move the platter from tab to tab. Cleaner, and should now work on all os. * change color settings: now only 3 and all colors are re-created from these. Three separate because the text may need to be darker on some hue, and the plater icon may need to be lighter on some shades
2022-01-17WIP: G-code find / replace using a new gcode_substitutions PrintConfigVojtech Bubnik
parameter.
2022-01-12Merge branch 'stable' into devsupermerill
mainly support_material
2022-01-12Merge remote-tracking branch 'remotes/prusa/master' 2.4 into dev 2.3.58remi durand
still need much tests (& bugfixes) and finish some merging things.
2022-01-10Minor tweaks in machine limits handling:Lukas Matena
- renamed some variables so the names are not misleading - improved readability a bit - disabled silent mode for RRF (it was apparently enabled by mistake) - set default value of machine_limits_usage to TimeEstimateOnly
2022-01-05tooltip updatesupermerill
2021-12-23merge fixessupermerill
2021-12-22Fix 'avoid crossing perimeters' when wipe enabled.supermerill
Also add a new setting to say if the wipe is really needed if 'avoid crossing perimeters' activated & no crossing. supermerill/SuperSlicer#1069
2021-12-22Some tooltip updates (thank you @blex-max for the help)supermerill
supermerill/SuperSlicer#2097
2021-12-22solid infill overlap testsupermerill
supermerill/SuperSlicer#2028
2021-12-22add init_z_rotate optionChristoph Schöning
2021-12-22Reworked speeds: same layout as the new accelerationsupermerill
* also make sparse fill speed/accel depends on solid fill instead of the opposite * remove max_literal check if value is 0 * added default_speed, working as a reference value for the first column if they use a %.
2021-12-22More acceleration control: (squash of)Julian Schill
supermerill: rename bridge_acceleration_internal to bridge_internal_acceleration to be consistent with the others move solid_infill_acceleration to gcode settings like the others. add all new settings to the list of not-prusa settings. add max_literal to new settings to have a more sane threshold for % check julian: Fallback accelerations to other accelerations when 0 36ba8ed4a8ccafa2177b0243b64b0ada32532b16 Print Skirt with Supportmaterial accelerations 375c13de00c473daab61aa7efc4cabdff3e8eca8 Take travel acceleration from get_travel_acceleration function 1385c2acbc2e88d24ad6fbddfcb4a47ff04cddcf Added missing breaks in switch case. 9635f752ea5f3b6ccecbfd0086198f622a28d72b Typos in localization readme 626cff20d5980347671cd3a2f9e6daa01d848e66 Deactivate acceleration fields when not applicable bdc4e1e861976dfaad521cf05ce10051d237033f First layer acceleration only limits acceleration 64884a68b7e0f8c513efd0abf026ad2b4b653f12 Add accelerations for all extrusion roles 7accaccc09031a5f2a51772a443ee333413b420a fixed to_prusa for accelerations 5cf824ca3220223028d78cde0135a6a130a14487 Thinwalls with perimeter accel, gapfill with SolidInfill accels 6fd41f39a88ca53a4194824da571360705faf3dd removed CMakeSettings 9e6a05a4f7e3d8fe4a7de10c6399c17bcf9a2d9e removed unused functions 33fe24070f814588b34bdf237336b4d7d3c7e1c2 Merge GCode.cpp fbba116248685e301fa1793c89feb82115491b44 Resolve conflict in acceleration control c193db4267ba30007c40cc521cc17c5843e2a6b0 Merge upstream. Resolved conflicts in acceleration handling 755a4c34d88c7ca45e12a6fadf875de3c7df459b configurable travel deceleration fe8fcb671886cf8314ccceaa2f493c6c90d92792 Refactored acceleration code to switch statement to make it more explicit. 5178a23d3c8819d1863575d70baa0cfed206c125 Added acceleration settings for overhangs and solid infills 6ff6118fe28a1c2a0983f8c908c1982a5940866e Remove default-acceleration checks 6e70bedee97dadfad5116779466c51a710341642 Added acceleration settings for top infill and external parameters 9db2d99b8f486e12a86de580da3733489b1bf076
2021-12-20typo: A platter is a tray (a plate). A plater is someone who plate metals.supermerill
I won't fix mainline/prusa typo in the source code, only the text.
2021-12-20Updated ConfigManipulation (disabled/enabled) for width & spacing.supermerill
2021-12-200 extrusion_spacing will always create 0-auto-extrusion_width.supermerill
clean cout supermerill/SuperSlicer#2084
2021-12-15fix retract_lift_first_layer tooltipsupermerill
2021-12-13Adding MPMDv2 Print host upload support (#1807)Alexander Bachler Jansson
* Adding MPMDv2 Print host upload support
2021-12-11Fix too detailed gapfillsupermerill
* add resolution_internal to control it (and gyroid) * disallow gapfill lines to be split
2021-12-10Don't allow 0-speed retractionsupermerill
supermerill/SuperSlicer#2033
2021-12-10Localization: Next improvements: CS, IT, ES, DE, ES, FRYuSanka
2021-12-09multi-line for milling custom gcode fieldssupermerill
supermerill/SuperSlicer#2027
2021-12-08The default SLA material speed was set to fast.Vojtech Bubnik
2021-12-07fr localization updatesupermerill
supermerill/superslicer#2004 supermerill/superslicer#1840
2021-12-07Added a check that first layer height is not expressed as a percentage ↵YuSanka
(related to https://github.com/prusa3d/PrusaSlicer/issues/7418) first_layer_height cannot be changed to ConfigOptionFloat, that would break loading of old 3MFs. The relative values from 3MFs should already be converted to absolute in `Preset::normalize`, what is missing is the UI check. + Code refactoring for OptionsGroup::create_single_option_line(): Don't clear label value in an Option. This value is used in Field::get_value_by_opt_type() to show error "%s doesn't support percentage". => At functions OG_CustomCtrl::CtrlLine::render() and OG_CustomCtrl::CtrlLine::get_pos() added check if current line has more than one option. => Draw option's label only when line has several options.
2021-12-03Follow-up to c6de3e84eb42969c78f4fdb64f7e413d43674f6bVojtech Bubnik
Fixed typos in option labels.
2021-12-02Better tooltip for margins.supermerill
supermerill/superslicer#1981
2021-12-01WIP Lightning Infill, roughly integrated, untested, disabled withVojtech Bubnik
HAS_LIGHTNING_INFILL
2021-11-30New config value "gcode_resolution" replaces the hard coded RESOLUTIONVojtech Bubnik
value, which was set to 0.0125mm.
2021-11-29Merge branch 'introduce-mks-wifi-support-2.3.0-rc2' of ↵Vojtech Bubnik
https://github.com/RandoMan70/PrusaSlicer into RandoMan70-introduce-mks-wifi-support-2.3.0-rc2
2021-11-29Fix ConfigOptionEnum for interface pattern (#7316)n8bot
Caused some intermittent issues with profiles warning about "rectilinear grid" interface pattern not existing.
2021-11-23Add missing mappingSergey Kovalev
2021-11-23Initial implementation, mostly proof of conceptSergey Kovalev
2021-11-20Dense infill: fix the full fill density bug & rework detection settings:supermerill
* AutoNotFull: now print the dense infill only if the area to cover doesn't fill the sparse area. * AutoOrEnlarged: now print the auto dense infill, unless the area to cover is wider than (nozzle diameter*2/infill ratio) and the enlarged version is smaller than the auto * New: AutoOrDisable: now print the auto dense infill, unless the area to cover is wider than (nozzle diameter*2/infill ratio) or the area to cover fill the sparse area.
2021-11-19Tooltip for the new SLA material parameter "material_print_speed"Vojtech Bubnik
2021-11-19Add material print speed parameter for sla printers except sl1tamasmeszaros