just M600, reset the internal retract counter, so that a retract
will happen after the firmware returns from M600 to the initial position.
Fixes "Blobs on print after manual color change #6362"
Fix of an extremely slow bridging calculation, caused by an extremely
slow bridged area detection function, of which the results were never used.
Fixes "slicing fails or takes too long #5974"
just M600, reset the internal retract counter, so that a retract
will happen after the firmware returns from M600 to the initial position.
Fixes "Blobs on print after manual color change #6362"
fix crash (comes from commit 0a65e1b0d6a234bb9c9d58047940bed85260d700)
fix slicing preview
also fix a toolchange missing (just notifying the writer)
supermerill/SuperSlicer#1347
- now only extrusions with a "0" are taken into account for autospeed computation
- removed min_mm3_per_mm from extrusionentity as it's now computed by a visitor.
- ironing pattern now use ironing role like ironing PP
- ironing_speed is now a float or percent, over top_solid_infill_speed
- added some missing ratio_over
- updated to_prusa to convert % accel & speed to flat value from config, instead of 0.
* Raft -> Radeau
* Traduction des fichiers HTML de calibration
* Mise en phase des fichiers HTML et de la traduction francaise*
Simplification sur certains paramètres
* Éviter de croiser les périmètres - Longueur de détour maximum
* Longueur de détour maximum ( rappel Éviter de croiser les périmètres)
* Seulement pour le côté intérieur
* le côté extérieur (se comprend très bien sans seulement)
Fixing model import of models with nearly degenerate triangles, which
degenerate after transformation (translation or rotation).
There was certainly a bug in PrusaSlicer, however this bug was triggered
mostly by the ASCII STL files generated by OpenSCAD, likely due to insufficient
number of decimal digits when saving an ASCII STL, see
[openscad/openscad] STL export should contain single precision floats (#2651)