supermerill
ed3edaadf2
fr localization update
...
supermerill/superslicer#2004
supermerill/superslicer#1840
2021-12-07 15:05:44 +01:00
supermerill
698be8f3de
Fix seam object for multiple instances with different rotations
...
supermerill/SuperSlicer#2015
2021-12-07 15:05:35 +01:00
supermerill
3b2b5a43d5
auto-center now ignore unprintable objects
...
supermerill/SuperSlicer#2008
2021-12-07 15:05:30 +01:00
supermerill
0fec9837f1
Fix merge bug: vol flow is now correctly reset.
2021-12-07 15:05:26 +01:00
supermerill
0bf2bed2bc
avoid unneeded unretract followed by a retract in mid-air for sparse wipe tower.
...
supermerill/SuperSlicer#1467
2021-12-07 15:05:14 +01:00
supermerill
519e78abf3
Apply 'small perimeter' slowdown at the right time, after 0 was replaced.
...
Also added some safeguards
supermerill/SuperSlicer#1948
2021-12-06 10:04:11 +01:00
supermerill
769b5de64d
fix some nozzle_diameter values in perimeter generation.
...
Use teh given flow, do not try to re-fetch them, it's too complicated!
2021-12-03 15:40:16 +01:00
supermerill
39f103694f
Better tooltip for margins.
...
supermerill/superslicer#1981
2021-12-02 17:54:16 +01:00
supermerill
201dfdb5c8
Optimize the new bridge detector.
2021-12-02 17:11:32 +01:00
supermerill
e76b3c6d31
fix missing prusa sla
...
supermerill/SuperSlicer#1963
2021-12-02 14:50:59 +01:00
supermerill
004d57f050
infill_first also modifiable if sparse infill
...
supermerill/SuperSlicer#1971
2021-12-02 14:50:53 +01:00
supermerill
0c49de940e
Call needs_retraction at the right time
...
supermerill/SuperSlicer#1967
2021-12-02 14:50:46 +01:00
supermerill
d49193dcca
Fix brim-raft bug. The behaviour isn't correct yet, but at least it's now useable.
...
supermerill/SuperSlicer#1927
2021-11-21 23:53:08 +01:00
supermerill
7c59e501f1
Fix enforce_full_fill_volume for smooth pattern, when it splits from the half-offset.
...
Changed the way the surface to fill is computed (more work) to ensure there isn't problem anymore anywhere.
FIXME: enforce_full_fill_volume isn't really compatible with filament_max_overlap right now
2021-11-20 21:52:51 +01:00
supermerill
d1fa026479
Rectilinear improvements:
...
* for bridges, don't connect if too long (2*spacing). Prevent printing a bridge over another one, following the perimeter.
* try to start the connect the lines from both direction, and choose the one with less continuous lines.
* Fix some cases where rectilinear put itself in a bad state. supermerill/superslicer#1889
2021-11-20 21:27:45 +01:00
supermerill
56af116257
Dense infill: fix the full fill density bug & rework detection settings:
...
* AutoNotFull: now print the dense infill only if the area to cover doesn't fill the sparse area.
* AutoOrEnlarged: now print the auto dense infill, unless the area to cover is wider than (nozzle diameter*2/infill ratio) and the enlarged version is smaller than the auto
* New: AutoOrDisable: now print the auto dense infill, unless the area to cover is wider than (nozzle diameter*2/infill ratio) or the area to cover fill the sparse area.
2021-11-20 01:59:54 +01:00
supermerill
a535725e5d
Fix some cases where "no perimeter on bridge" won't activate
...
(when the bridge are near the border of the object)
Also the "only bridge" now won't create artifacts on the perimeter path.
supermerill/SuperSlicer#1917
2021-11-19 17:51:58 +01:00
supermerill
0d25f9b266
bridge_overlap fix & redesign
...
* now has a min setting.
* the density can be chosen between the two values, with the highest density possible.
* remove the hardcoded 87.5% density modifier. Replaced by a max of 90% and a min of 80%
* try to place the bridge at the right position (only works if the shape is simple).
FIXME: bridge can be printed on top of the previous one (if began in the wrong direction, or it has a odd number and need to go back to the same side)
try to mitigate that.
2021-11-18 01:05:09 +01:00
supermerill
282db5bd4f
fix external_perimeter_cut_corners
...
was extruding less at the wrong segment.
supermerill/SuperSlicer#1903
2021-11-17 01:37:50 +01:00
oretzl
08971c7351
Update How to build - Windows.md ( #1894 )
...
add location of libgmp-10.dll & libmpfr-4.dll
2021-11-17 00:43:45 +01:00
Merill
747991ad35
Typos in localization readme
2021-11-17 00:42:28 +01:00
supermerill
00ac854325
add current_position variable for gcode macro
...
current_position[0] is x and current_position[1] is y
supermerill/SuperSlicer#1898
2021-11-16 19:37:34 +01:00
supermerill
8226e4608b
Fix get_computed_value
...
supermerill/SuperSlicer#1877
2021-11-16 17:59:07 +01:00
supermerill
d020d048e9
Add total layer count in the gcode footer.
...
supermerill/SuperSlicer#1886
2021-11-16 17:21:04 +01:00
supermerill
b1d4a4faf8
Fix compound scaling from commit 8cc345 (that tries to fix fix 37838be)
...
supermerill/SuperSlicer#1891
supermerill/SuperSlicer#66
2021-11-16 17:20:45 +01:00
supermerill
dea122ee92
clean & update vertex profiles
2021-11-16 17:20:41 +01:00
supermerill
69dec1531d
Fix unsafe section for monotonic
...
supermerill/SuperSlicer#1889
supermerill/SuperSlicer#1893
2021-11-16 17:20:27 +01:00
supermerill
c680aff561
Print & printer custom variables are now scalar and not arrays.
2021-11-16 16:33:18 +01:00
supermerill
f85b5992be
fix retraction calibration when temp%5 != 0
...
supermerill/SuperSlicer#1881
2021-11-16 16:32:32 +01:00
supermerill
c9c958157d
clean starting cout
2021-11-09 15:05:01 +01:00
supermerill
9393126b4f
Custom print, printer & filament variables
...
supermerill/SuperSlicer#481
2021-11-09 15:04:26 +01:00
supermerill
4e266a5806
Try fix wxwidget problem with '<' and '>'
...
supermerill/SuperSlicer#1837
2021-11-09 14:42:00 +01:00
supermerill
5b03c19bae
fix min/max layer height loading check.
...
supermerill/SuperSlicer#1832
2021-11-09 11:42:06 +01:00
supermerill
521bd256a9
Fix acceleration in % of machine_max_acceleration_x
...
supermerill/SuperSlicer#1829
2021-11-09 00:04:04 +01:00
supermerill
65bb95cd81
Fix bridge detector
...
Reduce the number of angle to choose from
If two angle are too close, keep the one from the longest line.
supermerill/SuperSlicer#1824
2021-11-08 01:03:27 +01:00
supermerill
bf3b9acec8
Fix for M73 for silent mode
...
Fix 7ac7a0a
supermerill/SuperSlicer/issues/1819
2021-11-07 20:59:27 +01:00
supermerill
226da3b862
Fix for using unicode paths for loading html
...
supermerill/SuperSlicer#1815
2021-11-07 20:59:13 +01:00
supermerill
d0ed35d71f
Add a fallback method (in windows) for getting the current exe path to open the gcodeviewer (or the opposite)
...
supermerill/SuperSlicer#1778
2021-11-07 20:46:19 +01:00
supermerill
ca795555ed
fix debug build
2021-11-07 20:42:46 +01:00
supermerill
375c4369ae
Typo in Retract Calibration for 3x5°
...
#1749 by @kmkroski
2021-11-07 20:42:16 +01:00
supermerill
ea00699e19
Fix import config with bridge flow < 1
...
supermerill/SuperSlicer/1818
2021-11-07 20:40:51 +01:00
supermerill
b5ae93d202
Fix fan interactions & hints.
...
supermerill/SuperSlicer#1820
2021-11-07 18:54:14 +01:00
supermerill
078fbfc33a
Updating french translation
...
Contains many contributions by @5axes
2021-11-06 23:51:06 +01:00
supermerill
2c5acd5b6e
Fix sawtooth bug
...
supermerill/SuperSlicer#1791
2021-11-06 21:20:04 +01:00
supermerill
038bfa59a3
Don't split travel for deceleration if there is no need for.
...
supermerill/SuperSlicer#1560
2021-11-06 21:19:59 +01:00
supermerill
57c82dbe72
fix gapfill:
...
* fix gapfill after external perimeter: Happens if external perimeter has a different width than internal.
supermerill/SuperSlicer#1640
* revert 3b0c006 : not needed anymore. if ever needed again, I added a [size > 1] to fix the problem
supermerill/SuperSlicer#1758
2021-11-06 21:19:54 +01:00
supermerill
caa27d3598
Fix fill_exactly when multiple surface and no infill_overlap
...
Was overextruding by 30%.
supermerill/SuperSlicer#820
2021-11-06 21:19:49 +01:00
supermerill
37a3596b3a
travel speed & acceleration update:
...
* travel can now slow down to avoid going out of the max_gcode_per_second (useful for avoid_crossing_perimeter)
* travel acceleration is now bound by machine_max_acceleration_travel and not machine_max_acceleration_extruding
supermerill/SuperSlicer#1350
supermerill/SuperSlicer#1210
2021-11-06 21:19:44 +01:00
supermerill
905deba7a7
Enhanced avoid_crossing_perimeter: now try to follow the second perimeter where possible
...
And also trigger as early as 3 nozzle diameter when retract_before_travel is higher
Can trigger without only_retract_when_crossing_perimeters
supermerill/SuperSlicer#1794
supermerill/SuperSlicer#1793
supermerill/SuperSlicer#1790
supermerill/SuperSlicer#1349
supermerill/SuperSlicer#1061
supermerill/SuperSlicer#810
supermerill/SuperSlicer#173
supermerill/SuperSlicer#20
2021-11-06 21:19:38 +01:00
supermerill
6d641fa24b
Fix crash when creating a physical printer & having a dirty printer
...
supermerill/SuperSlicer#1631
2021-11-06 21:19:34 +01:00