-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
Fix small area infill flow compensation (graph version) causing some lines to not extrude (#4374) #4399
base: nightly_dev
Are you sure you want to change the base?
Fix small area infill flow compensation (graph version) causing some lines to not extrude (#4374) #4399
Commits on Jan 3, 2024
-
fix some values and compatible conditions
- fix value of branch diameter angle of the organic support - fix overhang speed values
Configuration menu - View commit details
-
Copy full SHA for eeb6aaf - Browse repository at this point
Copy the full SHA eeb6aafView commit details -
Apply rotation angle given by style for new text object
Turn off feature 'use_surface' for new text object
Configuration menu - View commit details
-
Copy full SHA for 1cb156c - Browse repository at this point
Copy the full SHA 1cb156cView commit details -
Merge pull request prusa3d#12018 from macdylan/snapmaker-profiles
update snapmaker profiles
Configuration menu - View commit details
-
Copy full SHA for f6e2eea - Browse repository at this point
Copy the full SHA f6e2eeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a061c50 - Browse repository at this point
Copy the full SHA a061c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 285cb02 - Browse repository at this point
Copy the full SHA 285cb02View commit details -
SPE-2054: Fixed missing infills on multi-part models caused by 3cb2f5f …
…reported in prusa3d#11721. The temporary variable used for reordering ExPolygons wasn't cleared, and it contained empty ExPolygons from previous reordering. This caused those empty ExPolygons replaced actual ExPolygons for infill. Another issue was that m_fill_expolygons was reordered, but m_fill_expolygons_bboxes were left untouched.
Configuration menu - View commit details
-
Copy full SHA for 7e889bb - Browse repository at this point
Copy the full SHA 7e889bbView commit details
Commits on Jan 4, 2024
-
. arcs merged into a new structure (ArcPolyline)
Configuration menu - View commit details
-
Copy full SHA for 05fe4a4 - Browse repository at this point
Copy the full SHA 05fe4a4View commit details -
Fix missing braces around multi-line if ()
Signed-off-by: Kristian Nielsen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7d31f9 - Browse repository at this point
Copy the full SHA c7d31f9View commit details -
Use memcpy instead of strncpy in GCodeFormatter::emit_string() to sil…
…ence the warning. The warning was there because std::string_view::data() returns a pointer to a buffer that is not necessarily null-terminated. So, strncpy shouldn't be used on non-null-terminated buffers, but we always relied only on the buffer length, so it couldn't cause any issues.
Configuration menu - View commit details
-
Copy full SHA for 2c671d8 - Browse repository at this point
Copy the full SHA 2c671d8View 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 611afd9 - Browse repository at this point
Copy the full SHA 611afd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a27aea4 - Browse repository at this point
Copy the full SHA a27aea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for da88c2a - Browse repository at this point
Copy the full SHA da88c2aView commit details -
Silence the warning about the unused function get_deviation_sum_squar…
…ed() in Arc Welder.
Configuration menu - View commit details
-
Copy full SHA for 124ce1c - Browse repository at this point
Copy the full SHA 124ce1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca811aa - Browse repository at this point
Copy the full SHA ca811aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for eede1f1 - Browse repository at this point
Copy the full SHA eede1f1View commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b67c478 - Browse repository at this point
Copy the full SHA b67c478View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb9b8c0 - Browse repository at this point
Copy the full SHA eb9b8c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff13a7c - Browse repository at this point
Copy the full SHA ff13a7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e922fdc - Browse repository at this point
Copy the full SHA e922fdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 141ae5a - Browse repository at this point
Copy the full SHA 141ae5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe16f5b - Browse repository at this point
Copy the full SHA fe16f5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b51eb - Browse repository at this point
Copy the full SHA 18b51ebView commit details -
Silence warnings in ExtrusionSimulator about unused variables that we…
…re there just for debugging purposes.
Configuration menu - View commit details
-
Copy full SHA for f9825bb - Browse repository at this point
Copy the full SHA f9825bbView commit details -
Remove unused variable path_length from GCodeGenerator::_extrude().
This variable hasn't been used since the beginning.
Configuration menu - View commit details
-
Copy full SHA for 413241f - Browse repository at this point
Copy the full SHA 413241fView commit details -
Remove unused lambda capture plater in lambda function fix_and_update…
…_progress() inside check_objects_after_cut().
Configuration menu - View commit details
-
Copy full SHA for 41aff15 - Browse repository at this point
Copy the full SHA 41aff15View commit details -
Remove forgotten variable m_wifi_config_dialog_was_declined from Slic…
…3r::GUI::GUI_App class.
Configuration menu - View commit details
-
Copy full SHA for 69b29a2 - Browse repository at this point
Copy the full SHA 69b29a2View commit details -
Avoid unnecessary copy of the variable 'pair' in WifiConfigDialog::re…
…scan_networks().
Configuration menu - View commit details
-
Copy full SHA for a98b976 - Browse repository at this point
Copy the full SHA a98b976View commit details -
Remove unused variable 'some_compatible' from ExtruderFilaments::upda…
…te_compatible_internal(). This variable hasn't been used since the beginning.
Configuration menu - View commit details
-
Copy full SHA for 7e8f45a - Browse repository at this point
Copy the full SHA 7e8f45aView commit details -
Reorganize getArea() in TreeModelVolumes to silence the warning (<ano…
…nymous> may be used uninitialized in this function). This warning was shown because the previous code was triggering a bug in GCC. More about the bug can be found here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86465.
Configuration menu - View commit details
-
Copy full SHA for 229946a - Browse repository at this point
Copy the full SHA 229946aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eddb80 - Browse repository at this point
Copy the full SHA 2eddb80View commit details -
SPE-2096: Fixed calculation of maximum wipe length in XY coordinates.
Also, comparing the accumulated length of the path for wipe was incorrectly mixing scaled and unscaled distances.
Configuration menu - View commit details
-
Copy full SHA for 7ab3e54 - Browse repository at this point
Copy the full SHA 7ab3e54View commit details
Commits on Jan 7, 2024
-
. refactor gcode to use ArcPolyline & flip flag (from the ExtrusionEntityReference) . also add some new methods to ArcPolyline for gcode usage . sla format merge TODO: . coolingbuffer arc parsing
Configuration menu - View commit details
-
Copy full SHA for 88ada34 - Browse repository at this point
Copy the full SHA 88ada34View commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 852fadd - Browse repository at this point
Copy the full SHA 852faddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e871a8 - Browse repository at this point
Copy the full SHA 6e871a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e28ea3 - Browse repository at this point
Copy the full SHA 3e28ea3View commit details -
Remove forgotten t/skirt_brim.t.
The test is already ported to c++ in tests/fff_print/test_skirt_brim.cpp.
Configuration menu - View commit details
-
Copy full SHA for 87e9538 - Browse repository at this point
Copy the full SHA 87e9538View commit details -
Configuration menu - View commit details
-
Copy full SHA for f78ab3e - Browse repository at this point
Copy the full SHA f78ab3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37a707b - Browse repository at this point
Copy the full SHA 37a707bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9164dd5 - Browse repository at this point
Copy the full SHA 9164dd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b01ae3 - Browse repository at this point
Copy the full SHA 6b01ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f286876 - Browse repository at this point
Copy the full SHA f286876View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b0dcc6 - Browse repository at this point
Copy the full SHA 6b0dcc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a21e442 - Browse repository at this point
Copy the full SHA a21e442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f88b49 - Browse repository at this point
Copy the full SHA 1f88b49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e6cf80 - Browse repository at this point
Copy the full SHA 6e6cf80View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf7901a - Browse repository at this point
Copy the full SHA bf7901aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b287bbc - Browse repository at this point
Copy the full SHA b287bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b39749 - Browse repository at this point
Copy the full SHA 0b39749View commit details -
Configuration menu - View commit details
-
Copy full SHA for d12146e - Browse repository at this point
Copy the full SHA d12146eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18c2338 - Browse repository at this point
Copy the full SHA 18c2338View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9bc7f3 - Browse repository at this point
Copy the full SHA f9bc7f3View commit details -
Merge pull request prusa3d#11867 from slice-engine-dev/PrusaSlicer_an…
…kerMake_engine_august add a new machine named M5C for ankermake
Configuration menu - View commit details
-
Copy full SHA for 0a6c50a - Browse repository at this point
Copy the full SHA 0a6c50aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61d4ed1 - Browse repository at this point
Copy the full SHA 61d4ed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97c3679 - Browse repository at this point
Copy the full SHA 97c3679View commit details -
Configuration menu - View commit details
-
Copy full SHA for d147a41 - Browse repository at this point
Copy the full SHA d147a41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fe827b - Browse repository at this point
Copy the full SHA 8fe827bView commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6bd9c50 - Browse repository at this point
Copy the full SHA 6bd9c50View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b9039c8 - Browse repository at this point
Copy the full SHA b9039c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cecbd8a - Browse repository at this point
Copy the full SHA cecbd8aView commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0ff255e - Browse repository at this point
Copy the full SHA 0ff255eView commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eff53d4 - Browse repository at this point
Copy the full SHA eff53d4View commit details -
Smooth z-hop curve to avoid unreasonably high jerk setting.
* Replace the ramping travel with a smooth ramping travel on marlin 2 under the right circumstances.
Configuration menu - View commit details
-
Copy full SHA for 24e3254 - Browse repository at this point
Copy the full SHA 24e3254View commit details -
Implement ramping layer change using a tag in gcode
During layer change, instead of generating the gcode, generate a placeholder tag. Then at the end of layer processing replace this tag with a ramping travel move. This solves the issue, that one does not know the starting point of the current layer where the layer change gcode would be originally generate. The ramping layer changes uses smoothing of the ramping travel. Also it is adjusted in such a way that it increases the ramp angle when the travel is too short, to always reach the next layer.
Configuration menu - View commit details
-
Copy full SHA for 7f397cd - Browse repository at this point
Copy the full SHA 7f397cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff30d7a - Browse repository at this point
Copy the full SHA ff30d7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5858cbf - Browse repository at this point
Copy the full SHA 5858cbfView commit details -
Move ObjectLayerToPrint from GCodeGenerator to outside to allow using…
… forward declaration.
Configuration menu - View commit details
-
Copy full SHA for 317db5f - Browse repository at this point
Copy the full SHA 317db5fView commit details -
Rename m_last_obj_copy to m_current_instance and use struct instead o…
…f std::pair. Also, instead of storing the shift of the instance, store the instance index.
Configuration menu - View commit details
-
Copy full SHA for 1b0ba60 - Browse repository at this point
Copy the full SHA 1b0ba60View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd0369 - Browse repository at this point
Copy the full SHA dbd0369View commit details -
Use max value of double instead of std::optional in get_first_crossed…
…_line_distance() and get_obstacle_adjusted_slope_end().
Configuration menu - View commit details
-
Copy full SHA for 2fc9299 - Browse repository at this point
Copy the full SHA 2fc9299View commit details -
Implement lift before obstacles that take into account already extrud…
…er extrusions on the current layer. Ignore the first intersection of the travel path with the object from which the travel starts. Created a new class TravelObstacleTracker, for wrapping all data structures related to lift before obstacles.
Configuration menu - View commit details
-
Copy full SHA for da57489 - Browse repository at this point
Copy the full SHA da57489View commit details -
Add to GCodeGenerator::last_position only when it has an assigned value.
This behavior was there for a long time, but it was uncovered when std::optional was used.
Configuration menu - View commit details
-
Copy full SHA for 5ddcea8 - Browse repository at this point
Copy the full SHA 5ddcea8View commit details -
During first layer change, do not actually move z.
This enables the user to set his own z in start gcode. Fixes prusa3d#11843.
Configuration menu - View commit details
-
Copy full SHA for f928372 - Browse repository at this point
Copy the full SHA f928372View commit details -
Merge ms_lh_zhop_improvements into master.
* Replace the ramping travel with a smooth ramping travel. * Replace helical layer changes with ramping layer changes. * Implement the "lift before obstacle" feature.
Configuration menu - View commit details
-
Copy full SHA for 2770b97 - Browse repository at this point
Copy the full SHA 2770b97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97ba0fb - Browse repository at this point
Copy the full SHA 97ba0fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d110541 - Browse repository at this point
Copy the full SHA d110541View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f52d0a - Browse repository at this point
Copy the full SHA 9f52d0aView commit details -
FIxed the issue but TMArrangeKernel needed changes
fixing object function not favoring existing pile to stick to Trying to fix problem with shit+arrange not sticking to existing objects
Configuration menu - View commit details
-
Copy full SHA for e24be78 - Browse repository at this point
Copy the full SHA e24be78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 906f605 - Browse repository at this point
Copy the full SHA 906f605View commit details -
Configuration menu - View commit details
-
Copy full SHA for a084471 - Browse repository at this point
Copy the full SHA a084471View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1444e9c - Browse repository at this point
Copy the full SHA 1444e9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3beeb9 - Browse repository at this point
Copy the full SHA b3beeb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecacefa - Browse repository at this point
Copy the full SHA ecacefaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb4e471 - Browse repository at this point
Copy the full SHA fb4e471View commit details -
Configuration menu - View commit details
-
Copy full SHA for d703a02 - Browse repository at this point
Copy the full SHA d703a02View commit details -
Configuration menu - View commit details
-
Copy full SHA for b989fd7 - Browse repository at this point
Copy the full SHA b989fd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c53ae - Browse repository at this point
Copy the full SHA 82c53aeView commit details -
Fix for SPE-2056 : Wrong printer selection when add new logical print…
…er but some physical printer is selected
Configuration menu - View commit details
-
Copy full SHA for e46c711 - Browse repository at this point
Copy the full SHA e46c711View commit details -
ConfigWizard : Fixed get_preferred_printer_technology() function.
This bug was caused a wrong selection of the new added printer, when some new vendor other then PrusaSlicer is added, but PrusaSlicer has installed SLA printers. (see SPE-2056)
Configuration menu - View commit details
-
Copy full SHA for b067326 - Browse repository at this point
Copy the full SHA b067326View commit details -
ComboBox: Fix for scrolling over a dropdown.
It doesn't need to propagate the MouseWhile event to the parent.
Configuration menu - View commit details
-
Copy full SHA for 00a0883 - Browse repository at this point
Copy the full SHA 00a0883View commit details -
Fix for prusa3d#11988 : Drop down menus appear outside of PS and cann…
…ot be opened again Note: Win specific
Configuration menu - View commit details
-
Copy full SHA for 6ff8537 - Browse repository at this point
Copy the full SHA 6ff8537View commit details
Commits on Jan 22, 2024
-
SPE-2120: Fix crash caused by using GCodeGenerator::last_position whe…
…n it doesn't have an assigned value. This behavior was there for a long time, but it was uncovered when std::optional was used.
Configuration menu - View commit details
-
Copy full SHA for cda2446 - Browse repository at this point
Copy the full SHA cda2446View commit details -
SPE-2112 : Don't check an object units, when it was loaded from file …
…with known units (3mf)
Configuration menu - View commit details
-
Copy full SHA for 85fa892 - Browse repository at this point
Copy the full SHA 85fa892View commit details -
prusa3d#12000: Fixes incorrect detection of supported OpenGL version …
…(SPE-2092) 1) Force OpenGL 3.2 as minimum required. If the graphic card does not support it, automatically switch to software renderer. 2) command line option: --opengl-version=X.Y -> allows to select core profile of version X.Y. 3) command line option: --opengl-compatibility -> allows to select compatibility profile of the highest OpenGL version supported by the graphic card. 4) command line option: --opengl-debug -> enable OpenGL debug output on card supporting OpenGL 4.3 or higher (output on console).
Configuration menu - View commit details
-
Copy full SHA for 1832c83 - Browse repository at this point
Copy the full SHA 1832c83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cab0cb - Browse repository at this point
Copy the full SHA 3cab0cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7096abe - Browse repository at this point
Copy the full SHA 7096abeView commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8cbea49 - Browse repository at this point
Copy the full SHA 8cbea49View commit details -
Unify GCodeGenerator travel to first layer position.
* Fixes SPE-2116. The reason for this bug was forgotten change in WipeTowerIntegration after change in gcode.cpp. * Prevents future similar bugs by unifing the functionality to a method.
Configuration menu - View commit details
-
Copy full SHA for 812c40e - Browse repository at this point
Copy the full SHA 812c40eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 194d53e - Browse repository at this point
Copy the full SHA 194d53eView commit details -
Fix: Use toolchange z instead of writer z to restore z on wipe tower.
Writer z can be set in custom toolchange gcode and than the restoration is invalid.
Configuration menu - View commit details
-
Copy full SHA for 7f42308 - Browse repository at this point
Copy the full SHA 7f42308View commit details -
SPE-2120: Fix another crash caused by using GCodeGenerator::last_posi…
…tion when it doesn't have an assigned value. This behavior was there for a long time, but it was uncovered when std::optional was used.
Configuration menu - View commit details
-
Copy full SHA for 7d31f8c - Browse repository at this point
Copy the full SHA 7d31f8cView commit details -
Model: Improved function looks_like_multipart_object().
Check transformed bounding boxes of loaded objects instead of z_min of bounding boxes. + BoundingBox: added function shares_boundary() to detect if bounding boxes shares some boundary. Fix for prusa3d#11547 - .3mf files with similar sized components aren't being defined as multi-part objects
Configuration menu - View commit details
-
Copy full SHA for 65525b0 - Browse repository at this point
Copy the full SHA 65525b0View commit details -
Make snap-shot to undo/redo stack only on release slider Connected with attributes: Text/advanced(char gap, line gap, boldness, skew ratio) SVG(size) Also change range for Boldness. VRT font-Ascent. (different font may have different slider value range) Fix line gap (it was denied when per glyph was false)
Configuration menu - View commit details
-
Copy full SHA for ee3546b - Browse repository at this point
Copy the full SHA ee3546bView commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05312ca - Browse repository at this point
Copy the full SHA 05312caView commit details -
Error message when wlanapi.dll is missing
Code improvements due to @lukasmatena code review.
Configuration menu - View commit details
-
Copy full SHA for e0e1afd - Browse repository at this point
Copy the full SHA e0e1afdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31ad737 - Browse repository at this point
Copy the full SHA 31ad737View commit details
Commits on Jan 25, 2024
-
SPE-2092: Fixed OpenGL initialization when user specifies invalid val…
…ue for command line option 'opengl-version'
Configuration menu - View commit details
-
Copy full SHA for df14f75 - Browse repository at this point
Copy the full SHA df14f75View commit details
Commits on Jan 26, 2024
-
Revert "Fix for prusa3d#11988 : Drop down menus appear outside of PS …
…and cannot be opened again" This reverts commit 6ff8537. There is a non-trivial conflict when merging to master, let's redo the commit after the merge so it is clear in history.
Configuration menu - View commit details
-
Copy full SHA for 69e0bc3 - Browse repository at this point
Copy the full SHA 69e0bc3View commit details -
Revert "Revert "Fix for prusa3d#11988 : Drop down menus appear outsid…
Configuration menu - View commit details
-
Copy full SHA for e5b9266 - Browse repository at this point
Copy the full SHA e5b9266View commit details
Commits on Jan 29, 2024
-
Fix wipe tower deretraction string.
Return the previous behaviour for non priming toolchanges and handle priming toolchanges separately.
Configuration menu - View commit details
-
Copy full SHA for 4481525 - Browse repository at this point
Copy the full SHA 4481525View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e8ec7e - Browse repository at this point
Copy the full SHA 2e8ec7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a20dae - Browse repository at this point
Copy the full SHA 4a20daeView commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 76bbfba - Browse repository at this point
Copy the full SHA 76bbfbaView commit details
Commits on Feb 1, 2024
-
SPE-1922: Place M600 after unretract to prevent printer returns at th…
…e position that was already printed with the previous color. This fixes prusa3d#2672 caused by the default implementation of M600 that returns back to XY position before M600.
Configuration menu - View commit details
-
Copy full SHA for 540b800 - Browse repository at this point
Copy the full SHA 540b800View commit details
Commits on Feb 2, 2024
-
Fix for prusa3d#12005 - 2.7.1: One particular .3mf project crashes wh…
…en changing printer from XL to MK4 Follow-up 23ffd34: Note, that crash was caused by missing update of the active extruder.
Configuration menu - View commit details
-
Copy full SHA for c7fa6b0 - Browse repository at this point
Copy the full SHA c7fa6b0View commit details -
Fix for SPE-2108 : Missing update when toggling "Show incompatible pr…
…int and filament presets"
Configuration menu - View commit details
-
Copy full SHA for 131d870 - Browse repository at this point
Copy the full SHA 131d870View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f7be2 - Browse repository at this point
Copy the full SHA a3f7be2View commit details
Commits on Feb 5, 2024
-
Fixed update of extruder ComboBox on switching of application color m…
…ode, when SLA-printer is selected.
Configuration menu - View commit details
-
Copy full SHA for 37ba024 - Browse repository at this point
Copy the full SHA 37ba024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f770ea - Browse repository at this point
Copy the full SHA 6f770eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94fd937 - Browse repository at this point
Copy the full SHA 94fd937View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef3493d - Browse repository at this point
Copy the full SHA ef3493dView commit details -
Making progress with eliminating exceptions
+ Fixed : SpinCtrl for nullable int still does not work
Configuration menu - View commit details
-
Copy full SHA for 7143190 - Browse repository at this point
Copy the full SHA 7143190View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91e67e2 - Browse repository at this point
Copy the full SHA 91e67e2View commit details -
SLA overrides: Fixed preset update, when config is loaded from old PS
+ Config.cpp: Fixed comparison of nil values
Configuration menu - View commit details
-
Copy full SHA for e821490 - Browse repository at this point
Copy the full SHA e821490View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3160b00 - Browse repository at this point
Copy the full SHA 3160b00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76439c2 - Browse repository at this point
Copy the full SHA 76439c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7380f3f - Browse repository at this point
Copy the full SHA 7380f3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f21ffb - Browse repository at this point
Copy the full SHA 9f21ffbView commit details -
Fix crash when switching printer profile
while having "support point density" overridden
Configuration menu - View commit details
-
Copy full SHA for ae23ae4 - Browse repository at this point
Copy the full SHA ae23ae4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d51eab6 - Browse repository at this point
Copy the full SHA d51eab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7899501 - Browse repository at this point
Copy the full SHA 7899501View commit details -
Check of compatibilities for support_head_penetration<->support_head_…
…width and support_head_front_diameter<->support_pillar_diameter is moved to sla_print.validation()
Configuration menu - View commit details
-
Copy full SHA for a3bb026 - Browse repository at this point
Copy the full SHA a3bb026View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9132323 - Browse repository at this point
Copy the full SHA 9132323View commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a85a0a8 - Browse repository at this point
Copy the full SHA a85a0a8View commit details -
SPE-2098: Pass color_change_extruder also into Color Change G-code.
Some minor refactoring of ProcessLayer::emit_custom_gcode_per_print_z();
Configuration menu - View commit details
-
Copy full SHA for ff36128 - Browse repository at this point
Copy the full SHA ff36128View commit details -
Configuration menu - View commit details
-
Copy full SHA for 145fb92 - Browse repository at this point
Copy the full SHA 145fb92View commit details -
Separate color change handing from emit_custom_color_change_gcode_per…
…_print_z() into emit_custom_color_change_gcode_per_print_z().
Configuration menu - View commit details
-
Copy full SHA for 1071645 - Browse repository at this point
Copy the full SHA 1071645View commit details -
SPE-2098: Pick a required extruder before a color change for multi-ex…
…truder printers. When we need to perform a color change on an extruder that isn’t used within the layer, we perform a tool change to select the correct extruder. Then, we perform the color change, and finally, we perform another tool change to switch back to the original extruder.
Configuration menu - View commit details
-
Copy full SHA for 8ce089c - Browse repository at this point
Copy the full SHA 8ce089cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad61f74 - Browse repository at this point
Copy the full SHA ad61f74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89dd19b - Browse repository at this point
Copy the full SHA 89dd19bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3ab2a2 - Browse repository at this point
Copy the full SHA c3ab2a2View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e403032 - Browse repository at this point
Copy the full SHA e403032View commit details -
Configuration menu - View commit details
-
Copy full SHA for 642535e - Browse repository at this point
Copy the full SHA 642535eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 601d61c - Browse repository at this point
Copy the full SHA 601d61cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fa632f - Browse repository at this point
Copy the full SHA 7fa632fView commit details -
Fixed arrange which put the wipe tower slightly out of bed (prusa3d#1…
…1367, prusa3d#11410, SPE-1966)
Configuration menu - View commit details
-
Copy full SHA for 69808c3 - Browse repository at this point
Copy the full SHA 69808c3View commit details -
Fix for prusa3d#11991 - Filament selections do not appear on custom p…
…rinter (SPE-2094)
Configuration menu - View commit details
-
Copy full SHA for 78f4a6f - Browse repository at this point
Copy the full SHA 78f4a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f64aea6 - Browse repository at this point
Copy the full SHA f64aea6View commit details -
prusa3d#12157 (cherry picked from commit 309ec8c5fbcc0754f165b51e39e7c291da13ab77)
Configuration menu - View commit details
-
Copy full SHA for 8dc1d70 - Browse repository at this point
Copy the full SHA 8dc1d70View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ef556f - Browse repository at this point
Copy the full SHA 3ef556fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0773b5c - Browse repository at this point
Copy the full SHA 0773b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 530f3b9 - Browse repository at this point
Copy the full SHA 530f3b9View commit details -
Switch orientation of passed into Voronoi generator, because previous…
…ly were opposite. So previously, SOURCE_CATEGORY_SEGMENT_START_POINT and SOURCE_CATEGORY_SEGMENT_END_POINT were swapped.
Configuration menu - View commit details
-
Copy full SHA for 5f37d42 - Browse repository at this point
Copy the full SHA 5f37d42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b6a637 - Browse repository at this point
Copy the full SHA 4b6a637View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb84f31 - Browse repository at this point
Copy the full SHA fb84f31View commit details -
Move ColoredLine struct and related boost traits into the header file…
… of MultiMaterialSegmentation.
Configuration menu - View commit details
-
Copy full SHA for 23b7c41 - Browse repository at this point
Copy the full SHA 23b7c41View commit details -
Generalize all functions in VoronoiUtils to not depend on Arachne dat…
…a structures. Also, move VoronoiUtils from Arachne namespace to Geometry namespace.
Configuration menu - View commit details
-
Copy full SHA for ac33876 - Browse repository at this point
Copy the full SHA ac33876View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78108e6 - Browse repository at this point
Copy the full SHA 78108e6View commit details -
Generalize all detection on invalid Voronoi diagrams to not depend on…
… Arachne data structures. Also, all detections are moved from SkeletalTrapezoidation.cpp to Voronoi class.
Configuration menu - View commit details
-
Copy full SHA for 227e82a - Browse repository at this point
Copy the full SHA 227e82aView commit details -
Generalize fixing of invalid Voronoi diagram by rotating back and forth.
Now, this fixing operation can be applied to any Voronoi diagram constructed from segments.
Configuration menu - View commit details
-
Copy full SHA for a358f13 - Browse repository at this point
Copy the full SHA a358f13View commit details -
SPE-1729: Try to compute the Voronoi diagram again on modified ExPoly…
…gon when an invalid Voronoi diagram is produced during the calculation of the medial axis. There are several ExPolygons with very thin lines and holes formed by very close (1-5nm) vertices that are on the edge of our resolution. Those thin lines and holes are both unprintable and cause the Voronoi diagram to be invalid. So, we filtered out such thin lines and holes and tried to compute the Voronoi diagram again.
Configuration menu - View commit details
-
Copy full SHA for 8784ca0 - Browse repository at this point
Copy the full SHA 8784ca0View commit details -
Make the VoronoiUtils::compute_segment_cell_range() function to take …
…a constant reference to VoronoiDiagram::cell_type instead of a mutable reference.
Configuration menu - View commit details
-
Copy full SHA for 24a497e - Browse repository at this point
Copy the full SHA 24a497eView commit details -
SPE-1840: Rework multi-material segmentation to work directly on the …
…Voronoi diagram without creating a copy of it. Previous algorithms assume that they can get an invalid Voronoi diagram. Because of that, during the multi-material segmentation, a copy of the Voronoi diagram was created, and there were several attempts to fix missing vertices and edges. But as it shows, this wasn't a good enough approach and sometimes led to several issues like bleeding layers. After generalization, our approach for detection and repairs of invalid Voronoi diagrams from Arachne, we could assume that multi-material segmentation gets non-invalid Voronoi diagrams. With this assumption, we reimplement multi-materials segmentation to work directly on the Voronoi diagram. That should make multi-material segmentation more stable. So, this should fix several issues like bleeding layers. Also, memory consumption should decrease by a lot. Also, there should be some speedup of multi-materials segmentation.
Configuration menu - View commit details
-
Copy full SHA for 76435e7 - Browse repository at this point
Copy the full SHA 76435e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 054e932 - Browse repository at this point
Copy the full SHA 054e932View commit details -
Fixed crash when loading invalid 3MFs (SPE-2135)
The crash was introduced in 040a846, which completely threw away handling of the return value of the importer.load_model_from_file function and replaced it with weaker condition. The purpose of that change was to solve prusa3d#8401 (missing error message when loading different invalid 3MF). This commit reverts that change (and reintroduces prusa3d#8401). Handling of 3MF loading errors should be inside the importer.load_model_from_file function, where the check should be added later.
Configuration menu - View commit details
-
Copy full SHA for 83a98d4 - Browse repository at this point
Copy the full SHA 83a98d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee87330 - Browse repository at this point
Copy the full SHA ee87330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11f6103 - Browse repository at this point
Copy the full SHA 11f6103View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f53cbd - Browse repository at this point
Copy the full SHA 4f53cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80f7037 - Browse repository at this point
Copy the full SHA 80f7037View commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 831b38b - Browse repository at this point
Copy the full SHA 831b38bView commit details -
SPE-1813: Do not force object to stay on top of bed when scaling a si…
…ngle volume from an instance
Configuration menu - View commit details
-
Copy full SHA for 5423971 - Browse repository at this point
Copy the full SHA 5423971View commit details -
SPE-1814: Fixed legend not automatically switching to color print vie…
…w when color change is set in layer height bar for mmu printers
Configuration menu - View commit details
-
Copy full SHA for f6027de - Browse repository at this point
Copy the full SHA f6027deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4499361 - Browse repository at this point
Copy the full SHA 4499361View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f7349c - Browse repository at this point
Copy the full SHA 6f7349cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e09f6e5 - Browse repository at this point
Copy the full SHA e09f6e5View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be31ac1 - Browse repository at this point
Copy the full SHA be31ac1View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 247f8e4 - Browse repository at this point
Copy the full SHA 247f8e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68dbdab - Browse repository at this point
Copy the full SHA 68dbdabView commit details -
Russian translation update PrusaSlicer 2.7.2-alpha2
Configuration menu - View commit details
-
Copy full SHA for 3ed4360 - Browse repository at this point
Copy the full SHA 3ed4360View commit details -
Configuration menu - View commit details
-
Copy full SHA for a20fb3b - Browse repository at this point
Copy the full SHA a20fb3bView commit details -
+ community dictionaries are merged with new POT
Configuration menu - View commit details
-
Copy full SHA for 1975e45 - Browse repository at this point
Copy the full SHA 1975e45View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2e8580 - Browse repository at this point
Copy the full SHA b2e8580View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f192b6 - Browse repository at this point
Copy the full SHA 8f192b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 088212c - Browse repository at this point
Copy the full SHA 088212cView commit details -
Add lift to first travel move on layer. Add retraction_length 0 to te…
…st, to avoid lifting back up and going back down.
Configuration menu - View commit details
-
Copy full SHA for 5f9f5be - Browse repository at this point
Copy the full SHA 5f9f5beView commit details
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78f3077 - Browse repository at this point
Copy the full SHA 78f3077View commit details -
Translations: Fix for some phrase
+ Updated POT and community dictionaries
Configuration menu - View commit details
-
Copy full SHA for 282ed37 - Browse repository at this point
Copy the full SHA 282ed37View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c6282c - Browse repository at this point
Copy the full SHA 1c6282cView commit details -
fix remove_invalid_keys on an erased config instead of the preset con…
…fig (PR prusa3d#12127 from @supermerill, SPE-2127): see supermerill/issues/4079
Configuration menu - View commit details
-
Copy full SHA for aa5573e - Browse repository at this point
Copy the full SHA aa5573eView commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b4e406 - Browse repository at this point
Copy the full SHA 0b4e406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12755cd - Browse repository at this point
Copy the full SHA 12755cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5656a8 - Browse repository at this point
Copy the full SHA e5656a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba0b38 - Browse repository at this point
Copy the full SHA 3ba0b38View commit details -
Fix missing deretraction coused by caching gcode writer. Use find and…
… replace to remove the retraction if not required
Configuration menu - View commit details
-
Copy full SHA for bc0fc8a - Browse repository at this point
Copy the full SHA bc0fc8aView commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f324fd - Browse repository at this point
Copy the full SHA 1f324fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 671d9eb - Browse repository at this point
Copy the full SHA 671d9ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7cd43e - Browse repository at this point
Copy the full SHA d7cd43eView commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bfe23a6 - Browse repository at this point
Copy the full SHA bfe23a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6867e17 - Browse repository at this point
Copy the full SHA 6867e17View commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a2db4c - Browse repository at this point
Copy the full SHA 8a2db4cView commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a9cbc92 - Browse repository at this point
Copy the full SHA a9cbc92View commit details
Commits on Feb 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe65efe - Browse repository at this point
Copy the full SHA fe65efeView commit details
Commits on Feb 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac9d797 - Browse repository at this point
Copy the full SHA ac9d797View commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2084e11 - Browse repository at this point
Copy the full SHA 2084e11View commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c12ba9 - Browse repository at this point
Copy the full SHA 0c12ba9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f40d55 - Browse repository at this point
Copy the full SHA 8f40d55View commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25c9a93 - Browse repository at this point
Copy the full SHA 25c9a93View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5cec2 - Browse repository at this point
Copy the full SHA ad5cec2View commit details
Commits on Jul 6, 2024
-
modify ExtrusionRole so it's easier to debug. (can show the names fro…
…m the int in the debugger) Extrusionrole: new role: OverhangExternalPeriemter
Configuration menu - View commit details
-
Copy full SHA for be64011 - Browse repository at this point
Copy the full SHA be64011View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ea8472 - Browse repository at this point
Copy the full SHA 4ea8472View commit details -
Configuration menu - View commit details
-
Copy full SHA for d56158d - Browse repository at this point
Copy the full SHA d56158dView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3c0b9e0 - Browse repository at this point
Copy the full SHA 3c0b9e0View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14b2d62 - Browse repository at this point
Copy the full SHA 14b2d62View commit details -
Configuration menu - View commit details
-
Copy full SHA for dff4f0b - Browse repository at this point
Copy the full SHA dff4f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c23dd6 - Browse repository at this point
Copy the full SHA 9c23dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bca47b - Browse repository at this point
Copy the full SHA 7bca47bView commit details
Commits on Jul 18, 2024
-
- Add perimeter_direction setting, to set the direction (CCW, CW) of …
…contour and holes. - Fix perimeter direction on classic
Configuration menu - View commit details
-
Copy full SHA for 9aa77b9 - Browse repository at this point
Copy the full SHA 9aa77b9View commit details -
Dialog as warning when doing 100% sparse infill:
- do you want only solid infill? -> solid_infill_every_layers - do you want sprase infill at 100% to use different speed/width/accel settings?
Configuration menu - View commit details
-
Copy full SHA for bafdca3 - Browse repository at this point
Copy the full SHA bafdca3View commit details -
Fix refresh issues on gcode viewer.
Also change some pointer to references, as they won't be deleted, as it's a member of plater.priv, and given in the constructor.
Configuration menu - View commit details
-
Copy full SHA for 0a444c6 - Browse repository at this point
Copy the full SHA 0a444c6View commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36e86c7 - Browse repository at this point
Copy the full SHA 36e86c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b37cbf - Browse repository at this point
Copy the full SHA 7b37cbfView commit details
Commits on Jul 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d6d5d2 - Browse repository at this point
Copy the full SHA 2d6d5d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b99dde - Browse repository at this point
Copy the full SHA 4b99ddeView commit details
Commits on Jul 22, 2024
-
fix merge: save float setting, search jump to frequent setting, prusa…
… thumbnails import
Configuration menu - View commit details
-
Copy full SHA for e229e5f - Browse repository at this point
Copy the full SHA e229e5fView commit details -
* add gcode_command_buffer (int, firmware command queue size) * add gcode_min_resolution (now gcode_resolution from prusa is converted to that) (now float or percent of perimeter width) * rename min_length into gcode_min_length (now float or percent of perimeter width) * new algorithm: use gcode_command_buffer to allow some leeway around max_gcode_per_second, with gcode_min_resolution as upper threshold and gcode_min_length as lower one. * use resolution_internal instead of gcode_resolution for support, generate_sparse_infill_polylines_for_anchoring
Configuration menu - View commit details
-
Copy full SHA for 5b73301 - Browse repository at this point
Copy the full SHA 5b73301View commit details -
Configuration menu - View commit details
-
Copy full SHA for 820a9f9 - Browse repository at this point
Copy the full SHA 820a9f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 165d753 - Browse repository at this point
Copy the full SHA 165d753View commit details
Commits on Jul 24, 2024
-
gcodeviewer: layer duration, chronology
- fix merge: now refresh is handled more efficiently, not recomputing what's not needed. - fix merge: layer duration is now taken from m_layers_times instead of the Path (is it really better?) - chronology: now use the block times, instead of the machine, because the machine is not enough granular and is late - allow chronology to have min/max from layer selection
Configuration menu - View commit details
-
Copy full SHA for b7a74d4 - Browse repository at this point
Copy the full SHA b7a74d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06779d3 - Browse repository at this point
Copy the full SHA 06779d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4178cdb - Browse repository at this point
Copy the full SHA 4178cdbView commit details
Commits on Jul 25, 2024
-
fix some issues about import from orca
add another step to post-process the import. add import of 'make_overhang_printable' into 'overhangs_max_slope' drag-drop 3mf also detect bbs project, spawning the pop-up.
Configuration menu - View commit details
-
Copy full SHA for ce3d3bf - Browse repository at this point
Copy the full SHA ce3d3bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb999af - Browse repository at this point
Copy the full SHA eb999afView commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 142fe61 - Browse repository at this point
Copy the full SHA 142fe61View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec1b4e6 - Browse repository at this point
Copy the full SHA ec1b4e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c90f37 - Browse repository at this point
Copy the full SHA 1c90f37View commit details -
Configuration menu - View commit details
-
Copy full SHA for e59e959 - Browse repository at this point
Copy the full SHA e59e959View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b860f - Browse repository at this point
Copy the full SHA 97b860fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3556df1 - Browse repository at this point
Copy the full SHA 3556df1View commit details
Commits on Aug 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7dfc458 - Browse repository at this point
Copy the full SHA 7dfc458View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1a13da - Browse repository at this point
Copy the full SHA a1a13daView commit details -
force automake 1.16 for macos, as mpfr need at least the 1.16
Configuration menu - View commit details
-
Copy full SHA for ec7f81d - Browse repository at this point
Copy the full SHA ec7f81dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1062c - Browse repository at this point
Copy the full SHA cb1062cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a46fc6 - Browse repository at this point
Copy the full SHA 6a46fc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73124cf - Browse repository at this point
Copy the full SHA 73124cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9163bab - Browse repository at this point
Copy the full SHA 9163babView commit details -
Configuration menu - View commit details
-
Copy full SHA for a207d17 - Browse repository at this point
Copy the full SHA a207d17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 842cec9 - Browse repository at this point
Copy the full SHA 842cec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fef68ef - Browse repository at this point
Copy the full SHA fef68efView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef7cf96 - Browse repository at this point
Copy the full SHA ef7cf96View commit details -
Can disabled 4 other settings (instead of -1 value):
* overhangs_bridge_threshold * overhangs_bridge_upper_layers * perimeters_hole * support_material_bottom_interface_layers
Configuration menu - View commit details
-
Copy full SHA for 787415d - Browse repository at this point
Copy the full SHA 787415dView commit details
Commits on Aug 12, 2024
-
Fix range checks, other small improvements (prusa3d#4374)
- Make the input range checks consistent with start_idx, end_idx of existing implementation - Make default extrusion factor 1.0f to prevent similar issues - Small readability improvements
Configuration menu - View commit details
-
Copy full SHA for 95b2751 - Browse repository at this point
Copy the full SHA 95b2751View commit details