16421 Commits

Author SHA1 Message Date
supermerill
7d2fa12f92 update string for new "bad setting" dialog 2021-08-21 02:49:14 +02:00
supermerill
26500cd9a0 ensure the layer height & first layer height are low enough.
TODO: same for actual real layer height (from variable layer heights)
2021-08-21 02:49:13 +02:00
supermerill
a510c3039c fix filament_max_volumetric_speed (from 8e4e8023c091e870b2079bcde996cfa7e6a69411)
supermerill/SuperSlicer#1470
also better translation strings
2021-08-21 02:49:13 +02:00
supermerill
666856a010 fix commit 610d35fcab1ca223a2f50d1ad397f95424115ffd
forgot to add the sla icons
2021-08-21 02:49:01 +02:00
supermerill
de3ba3c794 settings directory is now taken from a "configuration" directory if next to the "resources" one.
Allow of a "portable version" without the --datadir needed.
supermerill/SuperSlicer#1212
2021-08-21 02:48:43 +02:00
supermerill
5265c85c82 remove hysteresis for overhang detection.
supermerill/SuperSlicer#1464
2021-08-21 02:48:23 +02:00
supermerill
3153d9612e new setting to remove unwanted bottom/top fill on slopes
supermerill/SuperSlicer#253
supermerill/SuperSlicer#426
supermerill/SuperSlicer#1090
2021-08-21 02:47:59 +02:00
supermerill
2384b2fbdd update profiles 2021-08-21 02:47:42 +02:00
supermerill
86f270a861 fix merge 2021-08-21 02:47:22 +02:00
remi durand
f34a3b1a6f Merge branch 'dev' into merill-merge 2021-08-08 01:06:02 +02:00
supermerill
f88f224452 Refine & fix BuildLinux script for fresh ubuntu 20.04
now you have to use an optino to compile, more info on -h
2021-08-07 17:56:33 +02:00
supermerill
aa1abc251a arrange changes:
* check is now correct (was half the right distance)
* now the duplicate_distance field is used to reset the widget, and it's not used as a shadow-min anymore
* when switching preset, the arrange widget will change value according to the new duplicate_distance, unless it's set to 0
TODO: update widget when manually updating duplicate_distance or extruder_clearance_radius
2021-08-06 23:19:34 +02:00
supermerill
60a38c394c fix prusa-compliant settings for 3mf export when an object-modifier setting is set 2021-08-06 17:57:33 +02:00
supermerill
c019e648c7 datadir parameter kept when launching new instance
supermerill/SuperSlicer#1450
2021-08-06 11:42:42 +02:00
5axes
bf3d3ede8c update HTML & Slic3r.po
Coquille sur Avtiver
Uniformisation du G-Code dans les menus
Passage mode Facile - > Simple ; Pour compatibilité avec PrusaSlicer semble plus "Simple" :)
2021-08-01 00:05:39 +02:00
remi durand
e02d2a37d2 If soluble but "don't support bridge", then create bridges.
supermerill/SuperSlicer#1412
2021-07-31 23:33:52 +02:00
remi durand
e13694766b del key now working again
it was intercepted by the menu shortcut
supermerill/SuperSlicer#1409
Do this thing is necessary on macos?
2021-07-31 22:50:11 +02:00
remi durand
ff880ac348 Fix thin_wall detection
supermerill/SuperSlicer#1437
2021-07-31 19:43:42 +02:00
remi durand
6a964d8107 fix compilation of not-debug
supermerill/SuperSlicer#1425
2021-07-31 17:37:54 +02:00
remi durand
7f1f3e9ec7 fix preset update when it's dirty 2021-07-31 17:27:43 +02:00
remi durand
e9cd1541fa fix medial_axis invalid c++ pointer
supermerill/SuperSlicer#1406
2021-07-21 09:09:57 +02:00
supermerill
fb65c02dfc scaling fan speed overrides
supermerill/superslicer#1414
2021-07-20 16:24:32 +02:00
supermerill
e8ccb9e104 Better min_length
supermerill/superslicer#1427
2021-07-20 16:24:31 +02:00
Vojtech Bubnik
8f0916e371 Bumped up version number 2021-07-16 12:14:03 +02:00
tamasmeszaros
6a1c75e5ee Fix build with gcc11 2021-07-15 10:18:03 +02:00
Vojtech Bubnik
16e41ab819 Fix of 2.3.2 regression in configuration layer (reading of nullable
boolean vectors)
Fix of Filament overrides on saved 3MF MMU profiles are broken #6711
2021-07-14 10:13:52 +02:00
remi durand
6071cd72ec profiles update (fix Artillery) 2021-07-10 15:43:52 +02:00
remi durand
f87b5fccde Merge remote-tracking branch 'remotes/prusa/stable' into dev
need to merge profiles
need to test & iron out the PresetConfigSubstitutions thingy
2021-07-10 15:31:19 +02:00
5axes
de173cab25 * Update french translation
typo & variable
2021-07-10 12:24:34 +02:00
remi durand
d0c3cc5553 Don't check the content of repetier server name
supermerill/SuperSlicer#1376
Also don't crash on identification error
2021-07-10 11:51:25 +02:00
remi durand
4d947212f4 use brim_ears_detection_length for birm detection
supermerill/SuperSlicer#1397
2021-07-10 11:27:35 +02:00
remi durand
228ebaf5ab Now gapfill will create a thin perimeter circle when the polygon is circular (instead of the odd star-shape thing)
hoping to resolve supermerill/SuperSlicer#1399
2021-07-10 10:49:00 +02:00
remi durand
f98e57b2cb macos: keep taskbar icon when opening 2021-07-10 09:58:48 +02:00
Vojtech Bubnik
95a84fa826 Bumped up version number 2021-07-08 08:46:36 +02:00
remi durand
fb57cb7aa0 GCode double->string conversion improvement
remove trailing zeros
ensure that it won't go outside of the double precision capacity
print int store into double without the '.'
purpose of that: reduce gcode size
2021-07-08 02:36:33 +02:00
Vojtech Bubnik
28ef127d3e Changed one line in CZ dictionary for the Configuration Substitutions
dialog.
Fixed one bug in the preceding commit.
2021-07-07 15:22:42 +02:00
Vojtech Bubnik
f6a6651173 Improved error handling when installing configuration updates:
In case the configuration snapshot cannot be taken before installing
configuration updates (because the current configuration state
is invalid), ask user whether to continue or abort.
2021-07-07 15:17:30 +02:00
YuSanka
5ff717d3c0 Localization: Updated UK dictionary 2021-07-07 14:17:23 +02:00
YuSanka
a2b337ee45 Fix of #5163 and #5505 - Vertical cutting of the preset comboboxes on a sidebar 2021-07-07 11:02:34 +02:00
remi durand
7a2e5affc2 fix voron_cube_v7 position 2021-07-05 22:12:41 +02:00
5axes
a9926a60e1 french translation update
Cercle -> Circulaire
Autoset -> Automatique
Sphère -> Sphérique
Mise à jour sur partie refroidissement principalement
Correction sur  texte G-Code personnalisé
Correction sur la partie limites avec changement du texte pour le rendre plus claire
Changement aussi sur Alimentation -> vitesse
Et passage de Nettoyage en Purge  pour quelques textes restant
2021-07-05 21:01:35 +02:00
remi durand
49a0c6e78d hungarian glyphs 2021-07-05 20:56:09 +02:00
remi durand
7fd784a476 add some fixes from clipper 2.4.0 -> 2.4.2 2021-07-05 20:56:09 +02:00
remi durand
3874aed614 new icns for macos
supermerill/SuperSlicer#1374
2021-07-05 20:56:08 +02:00
remi durand
699622bd29 french calibration translation 2021-07-05 20:56:08 +02:00
remi durand
b12cfb8d46 Don't use toolchange_gcode if only one extruder
supermerill/SuperSlicer#1377
2021-07-05 20:56:08 +02:00
remi durand
0baeeedf74 Add missing items from sla_print
also fix a prusa<->susi setting name
2021-07-05 20:56:07 +02:00
supermerill
34b8d0634a Ignore G1 'R' and 'H' from reprap
supermerill/SuperSlicer#1391
2021-07-05 19:41:40 +02:00
Vojtech Bubnik
7939672cf9 Merge branch 'stable' of https://github.com/Prusa3D/PrusaSlicer into stable 2021-07-05 16:09:56 +02:00
Vojtech Bubnik
0754bc3719 Changed the profile directory to PrusaSlicer, not PrusaSlicer-beta
Bumped up version number to 2.3.2-rc
2021-07-05 16:09:42 +02:00