-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update #2
update #2
Commits on Dec 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 17b1825 - Browse repository at this point
Copy the full SHA 17b1825View commit details -
Fan cooling: move min_fan_speed to printer. fan_always_on changed to …
…a real default_fan_speed - updated helper text. - now default will be used when a field is deactivated. - default_fan_speed =0 is a bit like the old fan_always_on to false. - min fan speed is a real min for fan speed (if not stopped) Should be easier to understand. #4009
Configuration menu - View commit details
-
Copy full SHA for 4cfa978 - Browse repository at this point
Copy the full SHA 4cfa978View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c6dc3d - Browse repository at this point
Copy the full SHA 1c6dc3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e9f00f - Browse repository at this point
Copy the full SHA 9e9f00fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 766bb03 - Browse repository at this point
Copy the full SHA 766bb03View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1d9013 - Browse repository at this point
Copy the full SHA c1d9013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f0d28 - Browse repository at this point
Copy the full SHA 38f0d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for b672a1a - Browse repository at this point
Copy the full SHA b672a1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 123f4a3 - Browse repository at this point
Copy the full SHA 123f4a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84f7810 - Browse repository at this point
Copy the full SHA 84f7810View commit details -
Configuration menu - View commit details
-
Copy full SHA for af95a40 - Browse repository at this point
Copy the full SHA af95a40View commit details
Commits on Dec 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6e6e99b - Browse repository at this point
Copy the full SHA 6e6e99bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5c8cd3 - Browse repository at this point
Copy the full SHA c5c8cd3View commit details
Commits on Dec 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 221f9bc - Browse repository at this point
Copy the full SHA 221f9bcView commit details -
config: change getXxx() to get_xxx() in config
remove setInt for not-enum config
Configuration menu - View commit details
-
Copy full SHA for b03fb65 - Browse repository at this point
Copy the full SHA b03fb65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 814d965 - Browse repository at this point
Copy the full SHA 814d965View commit details -
Configuration menu - View commit details
-
Copy full SHA for 651f499 - Browse repository at this point
Copy the full SHA 651f499View commit details -
Configuration menu - View commit details
-
Copy full SHA for e91a333 - Browse repository at this point
Copy the full SHA e91a333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68cb741 - Browse repository at this point
Copy the full SHA 68cb741View commit details -
* Simplify the field <-> config pipes
allow all vector types in text field (';' separated, to avoid problem with ',' vs '.' locales) Change `post_process` to use the new way (no "serialized" needed anymore) Remove "one_string" gui type, as it's now a supported as vector with no id. Need to set all filament-setting id to 0, as the gui need them to update the first elt only (and always that one) for field <-> config pipe: - config now have get_any(id) and set_any(any, id). No need to special optiongroup or gui method. - any will carry a type that is in sync with the config type and the id. - if id is set or type is scalar, the any is scalara. else the any is a vector of scalar. - fields are responsible to cast the any correctly and to set it correctly. no more mess of wxstring & double
Configuration menu - View commit details
-
Copy full SHA for e8672b2 - Browse repository at this point
Copy the full SHA e8672b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae513e3 - Browse repository at this point
Copy the full SHA ae513e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6c3262 - Browse repository at this point
Copy the full SHA b6c3262View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23c861f - Browse repository at this point
Copy the full SHA 23c861fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0262730 - Browse repository at this point
Copy the full SHA 0262730View commit details
Commits on Dec 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4d2d23f - Browse repository at this point
Copy the full SHA 4d2d23fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90c1058 - Browse repository at this point
Copy the full SHA 90c1058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e51196 - Browse repository at this point
Copy the full SHA 9e51196View commit details -
only_one_perimeter_top for arachne (& not over bridges from orca)
from pr by vovodroid from orca from SuSi #4022
Configuration menu - View commit details
-
Copy full SHA for 3e8996a - Browse repository at this point
Copy the full SHA 3e8996aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fce5146 - Browse repository at this point
Copy the full SHA fce5146View commit details -
Configuration menu - View commit details
-
Copy full SHA for b207034 - Browse repository at this point
Copy the full SHA b207034View commit details
Commits on Dec 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 200c24a - Browse repository at this point
Copy the full SHA 200c24aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81bbbd1 - Browse repository at this point
Copy the full SHA 81bbbd1View commit details -
fix Pressure equalizer usage of cooling tag
(after cooling rework from 67b62c2)
Configuration menu - View commit details
-
Copy full SHA for 9c7cf30 - Browse repository at this point
Copy the full SHA 9c7cf30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ad8bf0 - Browse repository at this point
Copy the full SHA 2ad8bf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for be5c460 - Browse repository at this point
Copy the full SHA be5c460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8df7732 - Browse repository at this point
Copy the full SHA 8df7732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3608af2 - Browse repository at this point
Copy the full SHA 3608af2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7e5886 - Browse repository at this point
Copy the full SHA a7e5886View commit details -
Configuration menu - View commit details
-
Copy full SHA for feb5782 - Browse repository at this point
Copy the full SHA feb5782View commit details -
Configuration menu - View commit details
-
Copy full SHA for 131679c - Browse repository at this point
Copy the full SHA 131679cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ff918a - Browse repository at this point
Copy the full SHA 8ff918aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5baf04a - Browse repository at this point
Copy the full SHA 5baf04aView commit details
Commits on Dec 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62b76b2 - Browse repository at this point
Copy the full SHA 62b76b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for af9a6c2 - Browse repository at this point
Copy the full SHA af9a6c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 999f3a3 - Browse repository at this point
Copy the full SHA 999f3a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdba1f3 - Browse repository at this point
Copy the full SHA cdba1f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c61d8c - Browse repository at this point
Copy the full SHA 4c61d8cView commit details -
Hack to fix a bug in arachne generator:
remove points that go outside of the object. #4032
Configuration menu - View commit details
-
Copy full SHA for db8cd1b - Browse repository at this point
Copy the full SHA db8cd1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a1ffa - Browse repository at this point
Copy the full SHA 70a1ffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for da69166 - Browse repository at this point
Copy the full SHA da69166View commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e142d9d - Browse repository at this point
Copy the full SHA e142d9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6c3d9 - Browse repository at this point
Copy the full SHA 1a6c3d9View commit details -
- use the better surface shrink from prusa 2.4 - now can pass on top surfaces if needed (new setting)
Configuration menu - View commit details
-
Copy full SHA for 61f2908 - Browse repository at this point
Copy the full SHA 61f2908View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34d90cf - Browse repository at this point
Copy the full SHA 34d90cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c42f697 - Browse repository at this point
Copy the full SHA c42f697View commit details -
Fix default object & region config apply for gcode creation
also move brim_speed from region_config to object_config #4050
Configuration menu - View commit details
-
Copy full SHA for 06df1f6 - Browse repository at this point
Copy the full SHA 06df1f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcada9f - Browse repository at this point
Copy the full SHA dcada9fView commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 480db09 - Browse repository at this point
Copy the full SHA 480db09View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf2bf8c - Browse repository at this point
Copy the full SHA cf2bf8cView commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d065f52 - Browse repository at this point
Copy the full SHA d065f52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 226e7ec - Browse repository at this point
Copy the full SHA 226e7ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd948b5 - Browse repository at this point
Copy the full SHA fd948b5View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12fbdcd - Browse repository at this point
Copy the full SHA 12fbdcdView commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 28f51c3 - Browse repository at this point
Copy the full SHA 28f51c3View commit details -
Fix (half of) unit testing & fix overextrusion from perimeter_overlap…
… if encroachment
Configuration menu - View commit details
-
Copy full SHA for 3b839f9 - Browse repository at this point
Copy the full SHA 3b839f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c18474 - Browse repository at this point
Copy the full SHA 3c18474View commit details -
Configuration menu - View commit details
-
Copy full SHA for b74f5d9 - Browse repository at this point
Copy the full SHA b74f5d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ef70b7 - Browse repository at this point
Copy the full SHA 4ef70b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21c6e04 - Browse repository at this point
Copy the full SHA 21c6e04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97f8859 - Browse repository at this point
Copy the full SHA 97f8859View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ee5531 - Browse repository at this point
Copy the full SHA 5ee5531View commit details -
Configuration menu - View commit details
-
Copy full SHA for e08942f - Browse repository at this point
Copy the full SHA e08942fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f7d68b - Browse repository at this point
Copy the full SHA 1f7d68bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f96533 - Browse repository at this point
Copy the full SHA 1f96533View commit details -
fix NULL dereference on wxWidgets 3.2
According to the document of wxWidgets, the initializer of wxLocale with no parameters do not do any initialization at all, thus do not register its wxTranslations. Explicitly call Init() with its default parameters to init it with the default setting, otherwise on Linux with wxWidgets 3.2, the wxTranslations singleton get is NULL and lead to NULL deference. The code here is from PrusaSlicer 2.5 [1]. [1] prusa3d@e21921f Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
Configuration menu - View commit details
-
Copy full SHA for c70bb56 - Browse repository at this point
Copy the full SHA c70bb56View commit details -
Change text from "odd" to "even" as the layer numbering began by 1 an…
…d not 0 in the gui. also some other cosmetic changes
Configuration menu - View commit details
-
Copy full SHA for 5a124ef - Browse repository at this point
Copy the full SHA 5a124efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 917a5d7 - Browse repository at this point
Copy the full SHA 917a5d7View commit details
Commits on Jan 18, 2024
-
put the layer preamble into the layer gcode pipeline, to be parsed by…
… the cooling & other post-process
Configuration menu - View commit details
-
Copy full SHA for 3cd121d - Browse repository at this point
Copy the full SHA 3cd121dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59421d0 - Browse repository at this point
Copy the full SHA 59421d0View commit details -
Check for fimware compatibility with M73 & M117 (warning)
Don't print M117 for pause/color if firmware not compatible.
Configuration menu - View commit details
-
Copy full SHA for e0f7489 - Browse repository at this point
Copy the full SHA e0f7489View commit details -
revert 0a65e1 as it's fixed in the gcodeviewer / processor directly (…
…by prusa i think) #1076
Configuration menu - View commit details
-
Copy full SHA for 1fb8127 - Browse repository at this point
Copy the full SHA 1fb8127View commit details -
. if vendor has only texture or model, still show it. . png texture can turn black on compression on soe hardware. A new preference (compress_png_texture) is now available to disable the optimisation that can cause that. You have to relaunch the app to force the reload of the texture or: remove it, go to platter, then re-add it.
Configuration menu - View commit details
-
Copy full SHA for f83cd4b - Browse repository at this point
Copy the full SHA f83cd4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2053c1b - Browse repository at this point
Copy the full SHA 2053c1bView commit details -
Scripted widget: now can have dependencies in other tabs & update all…
… values of a vector instead of the first one.
Configuration menu - View commit details
-
Copy full SHA for bf66c44 - Browse repository at this point
Copy the full SHA bf66c44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 502bd29 - Browse repository at this point
Copy the full SHA 502bd29View commit details
Commits on Jan 23, 2024
-
disable external_perimeters_vase if perimeter_loop
#4027 also better assert
Configuration menu - View commit details
-
Copy full SHA for 9e88ccc - Browse repository at this point
Copy the full SHA 9e88cccView commit details -
Better handling of too small extrusions for thin_walls_merge & no sea…
…m on the thin walls (unless it's a thin wall perimeter loop).
Configuration menu - View commit details
-
Copy full SHA for b2be98a - Browse repository at this point
Copy the full SHA b2be98aView commit details
Commits on Jan 24, 2024
-
clean unsued/harmful code for EEC::chained_path_from
fix it_end bug in print.cpp.
Configuration menu - View commit details
-
Copy full SHA for 47b2a3e - Browse repository at this point
Copy the full SHA 47b2a3eView commit details -
Fix wrong compute of width from external periemter spacing.
Also better rounding for scripted float. #4082
Configuration menu - View commit details
-
Copy full SHA for 0aa1d74 - Browse repository at this point
Copy the full SHA 0aa1d74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e3b174 - Browse repository at this point
Copy the full SHA 9e3b174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46d51e5 - Browse repository at this point
Copy the full SHA 46d51e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c62503c - Browse repository at this point
Copy the full SHA c62503cView commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2d2e58 - Browse repository at this point
Copy the full SHA a2d2e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for b16868f - Browse repository at this point
Copy the full SHA b16868fView commit details
Commits on Jan 26, 2024
-
avoid_crossing_perimeters improvements:
. now can follow the external perimeter to avoid top surfaces . can go over top surface at the start & end if the distance is much less than the strait travel (rare case)
Configuration menu - View commit details
-
Copy full SHA for 8494972 - Browse repository at this point
Copy the full SHA 8494972View commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8993fa0 - Browse repository at this point
Copy the full SHA 8993fa0View commit details -
Change app default: hide_slice_tooltip to 1 for windows, compress_png…
…_texture to 0 for amd graphics
Configuration menu - View commit details
-
Copy full SHA for fc7cdca - Browse repository at this point
Copy the full SHA fc7cdcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for da109e3 - Browse repository at this point
Copy the full SHA da109e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a78a5d7 - Browse repository at this point
Copy the full SHA a78a5d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 845c7a8 - Browse repository at this point
Copy the full SHA 845c7a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72bf003 - Browse repository at this point
Copy the full SHA 72bf003View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bdc368 - Browse repository at this point
Copy the full SHA 3bdc368View commit details -
bambu/orca 3mf import: include orca 3mf reader & adaptations to trans…
…late to SuperSlicer settings.
Configuration menu - View commit details
-
Copy full SHA for 70375e2 - Browse repository at this point
Copy the full SHA 70375e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d24762f - Browse repository at this point
Copy the full SHA d24762fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 075ded3 - Browse repository at this point
Copy the full SHA 075ded3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7849a4 - Browse repository at this point
Copy the full SHA b7849a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f29395 - Browse repository at this point
Copy the full SHA 8f29395View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c3718a - Browse repository at this point
Copy the full SHA 4c3718aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff8d29f - Browse repository at this point
Copy the full SHA ff8d29fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56a1977 - Browse repository at this point
Copy the full SHA 56a1977View commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46bb95a - Browse repository at this point
Copy the full SHA 46bb95aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 981b77e - Browse repository at this point
Copy the full SHA 981b77eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96cad10 - Browse repository at this point
Copy the full SHA 96cad10View commit details -
Configuration menu - View commit details
-
Copy full SHA for a935538 - Browse repository at this point
Copy the full SHA a935538View commit details -
Double slider anti-miss-clicks adjustments:
. Push the (+) color change button as far away as possible . Add a little dead zone between the bottom and the lock icon. . Also fix a crash that can happen when a color change is done and the computer is a bit slow. #4075
Configuration menu - View commit details
-
Copy full SHA for 845c7da - Browse repository at this point
Copy the full SHA 845c7daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bef160 - Browse repository at this point
Copy the full SHA 0bef160View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4b915e - Browse repository at this point
Copy the full SHA c4b915eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 039fb8a - Browse repository at this point
Copy the full SHA 039fb8aView commit details -
Add spanish html translation for calibration
Add files via upload #4102
Configuration menu - View commit details
-
Copy full SHA for 8b4860d - Browse repository at this point
Copy the full SHA 8b4860dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1d7b25 - Browse repository at this point
Copy the full SHA d1d7b25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 843c421 - Browse repository at this point
Copy the full SHA 843c421View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 853d2cd - Browse repository at this point
Copy the full SHA 853d2cdView commit details -
change exception to warning log for AppConfig::save() on badly named …
…thread. On win11, the vent thread doesn't have the right name? #4046
Configuration menu - View commit details
-
Copy full SHA for 53e4f4b - Browse repository at this point
Copy the full SHA 53e4f4bView commit details -
Don't show outliers in volumetric
Add a button below the legend to switch between the two.
Configuration menu - View commit details
-
Copy full SHA for 7cb18f9 - Browse repository at this point
Copy the full SHA 7cb18f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed48bd3 - Browse repository at this point
Copy the full SHA ed48bd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c583085 - Browse repository at this point
Copy the full SHA c583085View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c0076e - Browse repository at this point
Copy the full SHA 3c0076eView commit details
Commits on Feb 12, 2024
-
Update to legend : now with min & max
Move log scale in the legend (and fix it) Move m_outliers_allowed into the Range, like min, max & log_scale #4111
Configuration menu - View commit details
-
Copy full SHA for 4e161ae - Browse repository at this point
Copy the full SHA 4e161aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5253dfe - Browse repository at this point
Copy the full SHA 5253dfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 236d312 - Browse repository at this point
Copy the full SHA 236d312View commit details -
Configuration menu - View commit details
-
Copy full SHA for b904198 - Browse repository at this point
Copy the full SHA b904198View commit details -
Configuration menu - View commit details
-
Copy full SHA for a165415 - Browse repository at this point
Copy the full SHA a165415View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73a8c1d - Browse repository at this point
Copy the full SHA 73a8c1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 950a88a - Browse repository at this point
Copy the full SHA 950a88aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d0bf07 - Browse repository at this point
Copy the full SHA 7d0bf07View commit details -
Configuration menu - View commit details
-
Copy full SHA for e51e71b - Browse repository at this point
Copy the full SHA e51e71bView commit details
Commits on Feb 13, 2024
-
Fix handling of not-gcode commands (like klipper ones) by pressure eq…
…ualizer also better handling of ACTIVATE_EXTRUDER by fan mover & pressure equalizer. #4112
Configuration menu - View commit details
-
Copy full SHA for c43a934 - Browse repository at this point
Copy the full SHA c43a934View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75855cb - Browse repository at this point
Copy the full SHA 75855cbView commit details -
Don't write 'G1 Z-0' but 'G1 Z0'
note: will be rewritten into the GcodeFormatter in 2.7. #4124
Configuration menu - View commit details
-
Copy full SHA for 853b4c0 - Browse repository at this point
Copy the full SHA 853b4c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a1685 - Browse repository at this point
Copy the full SHA 52a1685View commit details -
was checking that the dense_infill collection is unsorted and at the end. But it's badly coded. #4039
Configuration menu - View commit details
-
Copy full SHA for bb31daf - Browse repository at this point
Copy the full SHA bb31dafView commit details
Commits on Feb 14, 2024
-
rework of Ranges in legend (wip).
. mainly to remove rounding issues, resolving bugs. . add discrete option
Configuration menu - View commit details
-
Copy full SHA for 4e632eb - Browse repository at this point
Copy the full SHA 4e632ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b74886 - Browse repository at this point
Copy the full SHA 9b74886View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4846a39 - Browse repository at this point
Copy the full SHA 4846a39View commit details -
revert to unsigned dmg for 2.5
until I have some days to repair everything.
Configuration menu - View commit details
-
Copy full SHA for b165c4b - Browse repository at this point
Copy the full SHA b165c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e47f1 - Browse repository at this point
Copy the full SHA 71e47f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0670fbf - Browse repository at this point
Copy the full SHA 0670fbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb26f35 - Browse repository at this point
Copy the full SHA fb26f35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 891cf53 - Browse repository at this point
Copy the full SHA 891cf53View commit details
Commits on Feb 15, 2024
-
Fix some arachne problem (seams and overhangs)
reproducible with model from issue 4129
Configuration menu - View commit details
-
Copy full SHA for 026a63a - Browse repository at this point
Copy the full SHA 026a63aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2c12ff - Browse repository at this point
Copy the full SHA f2c12ffView commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3e0578 - Browse repository at this point
Copy the full SHA a3e0578View commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0645325 - Browse repository at this point
Copy the full SHA 0645325View commit details -
seam notch : allow almost convex/concave, so little imprecision doesn…
…'t prevent from detection. set seam_notch_angle min value to 180, as it doesn't #4143
Configuration menu - View commit details
-
Copy full SHA for 1620d9a - Browse repository at this point
Copy the full SHA 1620d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a406b - Browse repository at this point
Copy the full SHA e5a406bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 002fa2c - Browse repository at this point
Copy the full SHA 002fa2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 477378a - Browse repository at this point
Copy the full SHA 477378aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d39f80e - Browse repository at this point
Copy the full SHA d39f80eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9d761f - Browse repository at this point
Copy the full SHA f9d761fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c9859f - Browse repository at this point
Copy the full SHA 9c9859fView commit details -
Fix start gcode for complete_objects (sequential printing) with wipe …
…tower Fix commit 3cd121 Note: now, with 3cd121, fan_mover post-process the start_gcode. It's needed to know the current fan speed, but it may be useful to add a kind of feature to "disable" the modification for this part. #4136
Configuration menu - View commit details
-
Copy full SHA for 192f568 - Browse repository at this point
Copy the full SHA 192f568View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c7bde7 - Browse repository at this point
Copy the full SHA 9c7bde7View commit details -
Fix perimeter_bonding (was only working for 0% or 50%)
updated disabled & tooltip
Configuration menu - View commit details
-
Copy full SHA for 6c9d0dc - Browse repository at this point
Copy the full SHA 6c9d0dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 273a9aa - Browse repository at this point
Copy the full SHA 273a9aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3bbd95 - Browse repository at this point
Copy the full SHA e3bbd95View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8cfaf2 - Browse repository at this point
Copy the full SHA a8cfaf2View commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for caa4a01 - Browse repository at this point
Copy the full SHA caa4a01View commit details -
update to gcode viewer legend:
. switch min & max position for gcode viewer if vertical . fix outliers . add preference for max decimals (now 2 by default instead of 3) . allow outliers switch for all numeric fields . hide log scale if discrete mode
Configuration menu - View commit details
-
Copy full SHA for 3bdabd0 - Browse repository at this point
Copy the full SHA 3bdabd0View commit details -
Updates to prusa config export
Make sure each setting is ignored of marked as prusa-compatible.
Configuration menu - View commit details
-
Copy full SHA for a5d257d - Browse repository at this point
Copy the full SHA a5d257dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 326e889 - Browse repository at this point
Copy the full SHA 326e889View commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8d27516 - Browse repository at this point
Copy the full SHA 8d27516View commit details -
move freq settings definition to their own (strip-down) tab.
add vector get/set for script fix enum set_string for script allow \: in ui files better script debug
Configuration menu - View commit details
-
Copy full SHA for fe198c2 - Browse repository at this point
Copy the full SHA fe198c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d59bfb9 - Browse repository at this point
Copy the full SHA d59bfb9View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 806b27e - Browse repository at this point
Copy the full SHA 806b27eView commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3bc904 - Browse repository at this point
Copy the full SHA e3bc904View commit details -
Configuration menu - View commit details
-
Copy full SHA for b36f112 - Browse repository at this point
Copy the full SHA b36f112View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb6d423 - Browse repository at this point
Copy the full SHA cb6d423View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ff40d0 - Browse repository at this point
Copy the full SHA 5ff40d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf28d25 - Browse repository at this point
Copy the full SHA cf28d25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e063e0 - Browse repository at this point
Copy the full SHA 2e063e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c76b6fd - Browse repository at this point
Copy the full SHA c76b6fdView commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd5212a - Browse repository at this point
Copy the full SHA dd5212aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d88931 - Browse repository at this point
Copy the full SHA 6d88931View commit details -
Configuration menu - View commit details
-
Copy full SHA for de78372 - Browse repository at this point
Copy the full SHA de78372View commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e5ac06 - Browse repository at this point
Copy the full SHA 6e5ac06View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1c034a - Browse repository at this point
Copy the full SHA d1c034aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cf71f7 - Browse repository at this point
Copy the full SHA 3cf71f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a50617 - Browse repository at this point
Copy the full SHA 4a50617View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4b97ba - Browse repository at this point
Copy the full SHA a4b97baView commit details -
Configuration menu - View commit details
-
Copy full SHA for e848103 - Browse repository at this point
Copy the full SHA e848103View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab9f776 - Browse repository at this point
Copy the full SHA ab9f776View commit details -
Fix fan mover: don't skip long lines
Also put the fan in the right order (before & after where inverted when lines are skipped) #4249
Configuration menu - View commit details
-
Copy full SHA for 1f036e3 - Browse repository at this point
Copy the full SHA 1f036e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bdc449 - Browse repository at this point
Copy the full SHA 4bdc449View commit details -
At this place, I had the case where one has 1 unit of difference in one axis.
Configuration menu - View commit details
-
Copy full SHA for 5fb9de0 - Browse repository at this point
Copy the full SHA 5fb9de0View commit details -
Seams: overhangs are now only strongly discouraged (instead of evicted)
If there is only overhangs or if the overhangs is very small. #3727
Configuration menu - View commit details
-
Copy full SHA for 3e2d58a - Browse repository at this point
Copy the full SHA 3e2d58aView commit details -
Seams: overhangs: don't remove overhang_angle_threshold, it seems to …
…create artifacts. #4217
Configuration menu - View commit details
-
Copy full SHA for b111cec - Browse repository at this point
Copy the full SHA b111cecView commit details -
Allow to load monotonicgapfill for solid_fill_pattern
now that it's in the list. #3281
Configuration menu - View commit details
-
Copy full SHA for 10e73e3 - Browse repository at this point
Copy the full SHA 10e73e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93b132d - Browse repository at this point
Copy the full SHA 93b132dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f8f119 - Browse repository at this point
Copy the full SHA 7f8f119View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c849901 - Browse repository at this point
Copy the full SHA c849901View commit details
Commits on May 27, 2024
-
fill_aligned_z: fix uninitialized atomic_int64_t (#4279)
The behavior of atomic_int64_t's default constructor will leave it to an uninitialized state (accessing it will be undefined behavior). Use 0 to explicitly initialize it because it will be soon compared and exchanged. Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
Configuration menu - View commit details
-
Copy full SHA for 1d7a679 - Browse repository at this point
Copy the full SHA 1d7a679View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4406a78 - Browse repository at this point
Copy the full SHA 4406a78View commit details -
Fix double slider with wipe tower.
May still has some issues on special cases.
Configuration menu - View commit details
-
Copy full SHA for 2d329d5 - Browse repository at this point
Copy the full SHA 2d329d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c4157c - Browse repository at this point
Copy the full SHA 4c4157cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab3fb16 - Browse repository at this point
Copy the full SHA ab3fb16View commit details -
Fix dark mode text in manipulation (for not-windows)
supermerill/sueprslicer#2740
Configuration menu - View commit details
-
Copy full SHA for 42c054b - Browse repository at this point
Copy the full SHA 42c054bView commit details -
Change glReadPixels(GL_DEPTH_COMPONENT) from flaot to int: better per…
…formance & compatibility #2864
Configuration menu - View commit details
-
Copy full SHA for 3f9c1e8 - Browse repository at this point
Copy the full SHA 3f9c1e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9c8af4 - Browse repository at this point
Copy the full SHA a9c8af4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e763db2 - Browse repository at this point
Copy the full SHA e763db2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e85cca3 - Browse repository at this point
Copy the full SHA e85cca3View commit details -
fix writing too small segments into gcode, so there wasn't any effect…
…ive move/extrusion
Configuration menu - View commit details
-
Copy full SHA for f439c00 - Browse repository at this point
Copy the full SHA f439c00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bdc446 - Browse repository at this point
Copy the full SHA 1bdc446View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9240e4 - Browse repository at this point
Copy the full SHA f9240e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d855a69 - Browse repository at this point
Copy the full SHA d855a69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bcd687 - Browse repository at this point
Copy the full SHA 7bcd687View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12eb6fe - Browse repository at this point
Copy the full SHA 12eb6feView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5dfc81 - Browse repository at this point
Copy the full SHA a5dfc81View commit details -
Change label of autospeed settings to avoid confusions with real max …
…speed & volumetric speed.
Configuration menu - View commit details
-
Copy full SHA for 4b41f26 - Browse repository at this point
Copy the full SHA 4b41f26View commit details -
fix Linux installation creating broken superslicer-gcodeviewer symlink (
#4208) Currently the symlink target is hardcoded as slic3r, which is not the binary name of SuperSlicer. Change it to use the variable for application command name instead. Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
Configuration menu - View commit details
-
Copy full SHA for 6353cc1 - Browse repository at this point
Copy the full SHA 6353cc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 194bcbb - Browse repository at this point
Copy the full SHA 194bcbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9417b1 - Browse repository at this point
Copy the full SHA e9417b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5676fae - Browse repository at this point
Copy the full SHA 5676faeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b3d137 - Browse repository at this point
Copy the full SHA 4b3d137View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b08ee2 - Browse repository at this point
Copy the full SHA 4b08ee2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 169257b - Browse repository at this point
Copy the full SHA 169257bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f87f80 - Browse repository at this point
Copy the full SHA 9f87f80View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 441f35e - Browse repository at this point
Copy the full SHA 441f35eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 862b752 - Browse repository at this point
Copy the full SHA 862b752View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52fe048 - Browse repository at this point
Copy the full SHA 52fe048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b104be - Browse repository at this point
Copy the full SHA 7b104beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15ba1a8 - Browse repository at this point
Copy the full SHA 15ba1a8View commit details -
was sending gcode data when refreshing for a preview.
Configuration menu - View commit details
-
Copy full SHA for 9be1a77 - Browse repository at this point
Copy the full SHA 9be1a77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2154eb2 - Browse repository at this point
Copy the full SHA 2154eb2View commit details -
Fix seam notch for outer perimeters.
supermerill/SuperSlicer/#4305
Configuration menu - View commit details
-
Copy full SHA for f582643 - Browse repository at this point
Copy the full SHA f582643View commit details -
Replace some deprecated boost functions.
Actually, all those deprecated functions were internally called those new functions. So there isn't any risk to use them directly.
Configuration menu - View commit details
-
Copy full SHA for 75d4bee - Browse repository at this point
Copy the full SHA 75d4beeView commit details -
(introduced by fill_aligned_z, caa4a0) #4306
Configuration menu - View commit details
-
Copy full SHA for 0f7411f - Browse repository at this point
Copy the full SHA 0f7411fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4521871 - Browse repository at this point
Copy the full SHA 4521871View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf2953 - Browse repository at this point
Copy the full SHA eaf2953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c996b6 - Browse repository at this point
Copy the full SHA 9c996b6View commit details
Commits on Jun 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78e6fe5 - Browse repository at this point
Copy the full SHA 78e6fe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec36029 - Browse repository at this point
Copy the full SHA ec36029View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05bc0d7 - Browse repository at this point
Copy the full SHA 05bc0d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d350873 - Browse repository at this point
Copy the full SHA d350873View commit details -
Configuration menu - View commit details
-
Copy full SHA for e623bd6 - Browse repository at this point
Copy the full SHA e623bd6View commit details -
Also allow the periemter around support to overlap itself like with prusaslicer (unless there is a 0 support xy distance). #4333
Configuration menu - View commit details
-
Copy full SHA for bb9ab32 - Browse repository at this point
Copy the full SHA bb9ab32View commit details -
fix ExtrusionLoop::split_at() and improved ExtrusionLoop::split_at_ve…
…rtex() (fix eaf295)
Configuration menu - View commit details
-
Copy full SHA for 87b7c23 - Browse repository at this point
Copy the full SHA 87b7c23View commit details -
Change gapfill for bottom bridge to support type.
allow gapfill to be bridge.
Configuration menu - View commit details
-
Copy full SHA for 5d7794c - Browse repository at this point
Copy the full SHA 5d7794cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 978571e - Browse repository at this point
Copy the full SHA 978571eView commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ec60f3 - Browse repository at this point
Copy the full SHA 7ec60f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2eef1d - Browse repository at this point
Copy the full SHA e2eef1dView commit details