Vojtech Bubnik
df559decd9
After issuing the color change custom G-code, which is most likely
...
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 "
2021-06-25 14:44:59 +02:00
Vojtech Bubnik
5b90033b31
Cherry-pick of 2e55898d78ddca4753adb60c9222c52bc9ee8ba8
...
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 "
2021-06-25 14:44:09 +02:00
remi durand
7d1ade1008
fix some perimeter & infill slicing issues
2021-06-24 17:57:53 +02:00
supermerill
7ae60b6c82
travel acceleration changes
...
- add travel acceleration
- now deceleration for the travel done with the accel value of the next extrusion
- reprap M204 now use P & T
2021-06-24 17:57:47 +02:00
supermerill
c8f25eabed
safeproofing int types in gcode writer
2021-06-24 17:57:40 +02:00
supermerill
8e4e8023c0
reworked autospeed & ironing role:
...
- 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.
2021-06-24 17:57:33 +02:00
remi durand
4028cd2a1b
add first_layer_size_compensation_layers rewrote from bitblaster (Roberto Mozzicato) pr
...
see prusa3d/PrusaSlicer#6569
2021-06-24 17:57:03 +02:00
rtyr
138508ddcf
Updated SL1S bed model.
2021-06-23 17:25:35 +02:00
rtyr
db889deea4
Updated SL1S bed model.
2021-06-23 17:24:23 +02:00
rtyr
0891203e9c
Removed Peopoly White Tough. Updated tilt times.
2021-06-23 16:21:01 +02:00
rtyr
b95553ffe1
Added new SL1S resin profiles.
2021-06-22 11:19:23 +02:00
rtyr
d96b39150f
Added new AzteQ Industrial printer, added DeltiQ 2 profiles for 0.6mm nozzle, added material ASA 275 (Spectrum), some minor setting improvements
2021-06-21 17:13:18 +02:00
rtyr
db703321be
1.3.0 Added SL1S profiles.
2021-06-21 17:01:56 +02:00
Vojtech Bubnik
dc81cae219
Bumped up version to 2.3.2-alpha0
2021-06-21 14:11:07 +02:00
Vojtech Bubnik
2a0107467f
Fix of Hilbert Curve Infill: Unable to slice, PrusaSlicer not responding. #5771
...
Fixed by hard limiting the number of iterations of
reorder_by_two_exchanges_with_segment_flipping()
2021-06-21 14:05:46 +02:00
Vojtech Bubnik
9a71d6deb9
Fix of #4654 #5122 #5668 #5811 #5895
...
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 )
2021-06-21 14:03:04 +02:00
David Kocik
02f97e10a5
Merge branch 'dk_home' into stable
2021-06-17 10:52:59 +02:00
David Kocik
4146f1a62e
fix of #6588 - using same copy function for updating presets as for exporting gcode
2021-06-17 10:52:15 +02:00
Vojtech Bubnik
f60f08fc64
Workaround of boost::filesystem::copy_file() incompatibility
...
on some file systems (eCrypt ...)
Should fix #4716 #6588
2021-06-17 10:52:15 +02:00
David Kocik
32d0c90218
more debug message for copy_file_linux()
2021-06-17 10:52:15 +02:00
David Kocik
d6084621b2
debug log in copy_file_linux
2021-06-17 10:52:15 +02:00
David Kocik
7b506bc3cf
Merge branch 'dk_prusalink' into stable
2021-06-17 10:51:31 +02:00
David Kocik
246c559916
prusalink: bug fixes of physical printer dialog, start print after upload, accept both OctoPrint and PrusaLink as validation string
2021-06-17 10:50:34 +02:00
YuSanka
80f4571cd7
PhysicalPrinterDialog : Update of the HostType in respect to the selected printers
2021-06-17 10:50:34 +02:00
David Kocik
725e60d006
PrusaLink class
2021-06-17 10:50:34 +02:00
rtyr
51f33ddf98
SL1S texture, bed, thumbnail
2021-06-16 19:36:23 +02:00
remi durand
610d35fcab
fix icon for sla
2021-06-09 21:38:56 +02:00
remi durand
d32503abce
Merge branch 'merill-merge' into dev
2021-06-09 21:38:45 +02:00
remi durand
dc9b18e1b9
fix for tab shortcut in tabbed layout
...
also fix a bug for unfreeze when switching tab
2021-06-09 21:34:31 +02:00
remi durand
7372f3a6f2
Fix missing temp / layer time / chronology
...
from bad merge with ps2.3.1
2021-06-09 21:30:18 +02:00
remi durand
f5dd619c53
add complete_objects_one_brim
...
* now takes into account per-object brim for auto-arrange & complete_object check
* complete_objects_one_brim allow to print the brim first to remove it from the complete_object check & arrange
2021-06-09 12:38:08 +02:00
remi durand
c9d3bc1bfa
updated fr & it translation
2021-06-09 12:37:48 +02:00
remi durand
14e6ed3e56
update to localization.
...
* keep Slic3r in tooltip, as it's replaced
* use %S or %1% to set the name of the software in other places.
* pom_merger now don't save empty translations.
* pom_merger now can propose similar but not identical translations, to be able to copy & modify them
* pom_merger now can add language to header via a setting.
* github actions will now compile the pot each time. No need to store it in github
2021-06-09 12:37:41 +02:00
5axes
a758dd8913
Update french translation
...
Update Slic3r.po for French translation
And fix an issue on the Pom_erger.py script
2021-06-09 12:36:59 +02:00
remi durand
ad47355f3b
updated it translation by Liger0
...
and fix & updates on pom_merger.py
2021-06-09 12:36:51 +02:00
remi durand
4ed4ec0151
Fix sequential printing distance detection
...
* fix bug with skirt width
* always takes brim into account
2021-06-09 12:36:29 +02:00
remi durand
b4fb97e527
calibrations: don't force Preview
2021-06-09 12:36:21 +02:00
rtyr
1bcf4f0817
Anycubic 0.0.10
2021-06-09 08:57:55 +02:00
David Kocik
f78051aefd
Merge branch 'dk_notif_stable' into stable
2021-06-08 10:59:30 +02:00
David Kocik
a30f9f6781
fix of infinite loop in notification lines calulating #6583
...
fix of infinite loop in notification lines calulating
2021-06-08 10:11:54 +02:00
supermerill
7711fbac15
update on field precision
...
* add precision as def field
* add precision to ui_layout files
* precision now default to 6 (ok for float)
* z_step and precision fields to 8
2021-06-07 19:28:43 +02:00
supermerill
e96f51bfee
fix compile errors
2021-06-07 23:53:49 +02:00
supermerill
2f1c045873
fix export to prusa (klipper host -> octoprint)
2021-06-07 23:35:20 +02:00
supermerill
78151c14fc
update to localization & move reprap to reprapfirmware to avoid collision with prusaslicer
...
supermerill/SuperSlicer#1261
supermerill/SuperSlicer#1265
2021-06-07 21:32:38 +02:00
supermerill
6008f0cef5
calibration update: translation & protect
...
* update labels to be localizable
* only create stamps when possible, to avoid crashes by missing file.
supermerill/SuperSlicer#1268
2021-06-07 21:26:25 +02:00
supermerill
fcbd12c78f
fix search bar
...
fix commit 370e9ca7
supermerill/SuperSlicer#1267
2021-06-07 21:26:13 +02:00
rtyr
5b706b98f4
Artillery 0.0.3 Fixed Genius bed size.
2021-06-06 00:26:20 +02:00
remi durand
be9d6f53e8
Fix most of shortcuts errors
...
Also fix view menu
2021-06-05 14:42:36 +02:00
Christoph Schöning
4548177820
build script: use nproc on linux
2021-06-05 11:43:14 +02:00
Eisen Montalvo
9667c4b323
Check if CMake is installed.
...
If not, abort the build script and display error message.
2021-06-05 11:40:26 +02:00