1128 Commits

Author SHA1 Message Date
supermerill
078fbfc33a Updating french translation
Contains many contributions by @5axes
2021-11-06 23:51:06 +01:00
supermerill
f2a9945435 Add lift_min: minimum height to travel between objects
Also change other behaviors to be compliant:
 * At the first move don't split the travel
 * At the first move, if start_gcode_manual and no layer_gcode, don't lift the nozzle so the printer won't "z-dance", whatever where the nozzle is.
Note:it's a hack, please redo it properly when reworking gcode-writer.
 * retract_lift_first_layer is gone back to the old simple behavior (revert b16ecbfc)
 * removed auto extra lift for first layer, now that lift_min exists.
 * with complete_object, don't unlift at object/first layer change, to avoid Z-dance
 * lift_min will be used between brims, skirts, objects but not between object-skirt, object-brim and their object
supermerill/SuperSlicer#1783
supermerill/SuperSlicer#1775
supermerill/SuperSlicer#1575
supermerill/SuperSlicer#599
supermerill/SuperSlicer#429
supermerill/SuperSlicer#395
supermerill/SuperSlicer#241
2021-11-06 21:19:15 +01:00
supermerill
50a4255f12 updated profiles 2021-11-06 13:47:33 +01:00
supermerill
a6802bc728 Add max_literal to setting def, to set the threshold for popup warning for float% fields
allow max, min and % of nozzle
delete % check from ConfigManipulation
supermerill/SuperSlicer#1774
2021-11-06 13:44:31 +01:00
supermerill
0a61223a53 Update to some default values, and various fixes
typos
custom gcode panel size
min first layer speed now a float.
2021-11-06 13:43:03 +01:00
supermerill
08cd7ebe26 Setting to put thumbnails at the end of the gcode file
Note that no firmware/printer support that right now.
2021-10-31 20:54:50 +01:00
supermerill
d981097cc3 Add a menu option to import prusa config.
Add infill_anchor_max==0 => not connected if from prusa config
supermerill/SuperSlicer#1705
2021-10-27 15:01:21 +02:00
supermerill
7ac7a0af15 Allow to choose between M73 and M117 for remaining_times
supermerill/SuperSlicer#1693
2021-10-25 17:55:06 +02:00
supermerill
214bf79eaf supermerill/SuperSlicer#1634 2021-10-25 00:01:42 +02:00
supermerill
358956c445 Add Colour Change G-code, Pause Print G-code, Template Custom G-code into the gui
supermerill/SuperSlicer#1681
2021-10-24 13:22:08 +02:00
supermerill
54ad2a8611 Change retract_restart_extra_toolchange behavior to trigger at each first tool unretraction (but the very first)
supermerill/SuperSlicer#1052
2021-10-07 22:19:07 +02:00
supermerill
1e7bd53668 add seam_gap for hiding seam on loops
also finish coFloatsOrPercents, as it's the first setting to use this.
supermerill/SuperSlicer#1534
supermerill/SuperSlicer#1606
2021-10-04 13:42:10 +02:00
supermerill
344c821382 Move Extruder decimals from extruder to printer
supermerill/SuperSlicer#1596
2021-10-02 14:57:15 +02:00
supermerill
30c380c70f Add label_left option for setting ui to print the label aligned to the left instead of the right
Better spacing for infill lines, allowing larger infill % field
fix supermerill/SuperSlicer#1573
2021-09-26 21:09:13 +02:00
supermerill
51d5b71509 Add 'only one perimeter on first layer' as doing it manually via modifier wreck solid bottom layer count
supermerill/SuperSlicer#289
supermerill/SuperSlicer#584
supermerill/SuperSlicer#1566
2021-09-26 19:22:21 +02:00
supermerill
088b92917c Add filament_max_overlap, to control the line spacing via filament setting
It allows to control the spacing vs width (10%% fill vs a bit less)
The 'enforce 100% fill volume' is also adjusted to take that into account
Note that if you're using multiple extruders/filament everywhere (and spacing setting for width setting),
  the result may be a bit unexpected, as the gui can't display all the interactions,
  also some features (like support) may revert to default overlap value, if printed with multiple filaments.
supermerill/SuperSlicer#1590
2021-09-26 13:51:05 +02:00
supermerill
b45963727f french translation : retour de brim/skirt à la traduction littérale 2021-09-06 21:22:04 +02:00
5axes
b87c8c5d07 Update Slic3r.po 2021-09-06 21:21:59 +02:00
supermerill
d0459d60ce wipe speed
supermerill/SuperSlicer#1471
2021-09-06 19:58:42 +02:00
supermerill
77fd66bcd6 Can set illegal characters for gcode filemane
supermerill/SuperSlicer#1518
2021-09-06 13:49:31 +02:00
supermerill
55fdc665ca max_gcode_per_second added
allow a better control than min_length
2021-09-06 13:47:43 +02:00
supermerill
688121b104 first_layer_min_speed added
supermerill/SuperSlicer#1422
2021-09-06 13:47:35 +02:00
supermerill
37a6688174 polyholes are rotated on each layer.
supermerill/SuperSlicer#1396
2021-09-06 13:47:27 +02:00
supermerill
e106dd555c add infill/internal bridge fan speed
supermerill/SuperSlicer#1414
2021-09-06 13:47:04 +02:00
supermerill
f8bad7aa77 add slic3r-gcodeviewer icons 2021-09-06 13:46:59 +02:00
supermerill
a2a2f38d41 setting to decide from what the skirt is drawned (objects or brim)
supermerill/SuperSlicer#747
2021-08-22 00:35:16 +02:00
supermerill
1c3ad9de01 skirt brim
supermerill/SuperSlicer#795

also little fix: now preview shows object skirt & brim.
2021-08-21 23:21:52 +02:00
supermerill
474e202a65 allow to add gapfill after the last perimeter
supermerill/SuperSlicer#982
2021-08-21 17:34:15 +02:00
supermerill
666856a010 fix commit 610d35fcab1ca223a2f50d1ad397f95424115ffd
forgot to add the sla icons
2021-08-21 02:49:01 +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
remi durand
f34a3b1a6f Merge branch 'dev' into merill-merge 2021-08-08 01:06:02 +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
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
f98e57b2cb macos: keep taskbar icon when opening 2021-07-10 09:58:48 +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
YuSanka
5ff717d3c0 Localization: Updated UK dictionary 2021-07-07 14:17:23 +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
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
0baeeedf74 Add missing items from sla_print
also fix a prusa<->susi setting name
2021-07-05 20:56:07 +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
72cc9c2a6c Updated localization dictionaries 2021-07-05 16:07:12 +02:00
rtyr
e316fbaaf2
Updated 1.3.0 description. 2021-07-02 10:21:57 +02:00
bubnikv
32ee4bb523 Updated localization file. 2021-07-01 16:51:15 +02:00
YuSanka
fea3d9f383 Localization : update for Ukr
fixed some phrases
2021-06-30 16:49:44 +02:00
YuSanka
a8defced42 Localization: Updated POT 2021-06-30 15:08:36 +02:00