David Kocik
655e26b078
Remove All mentions of downloads from wizard and preferences for DESKTOP_INTEGRATION = 0
...
cleanup - remove notification
2024-03-25 12:53:03 +01:00
David Kocik
40bc51e09d
check if downloads are allowed also on linux when SLIC3R_DESKTOP_INTEGRATION = 0
2024-03-25 12:53:03 +01:00
Elia Devito
bc2e6447d5
don't perform downloader desktop integration if builded with SLIC3R_DESKTOP_INTEGRATION = 0
2024-03-25 12:53:03 +01:00
Lukas Matena
b9d8b8ce72
Merge branch 'lm_copyright2024' into master_27x
2024-03-25 12:48:51 +01:00
Lukas Matena
53e73960b5
More updating of the copyright year
2024-03-25 12:48:26 +01:00
rmpratt1
d6e83a8ce7
Updating the copyright year
...
Updated the copyright year to 2024
2024-03-25 12:29:33 +01:00
Lukas Matena
a5affeb98e
Move objects_info to the beginning of the statistics block in ASCII gcode
2024-03-25 12:27:26 +01:00
Stephen Albert-Moore
cd2ad7f52a
README: fix broken link to wiki
2024-03-25 12:27:26 +01:00
enricoturri1966
c916249f2b
SPE-2132: Emission of gcode lines 'M104.1 T P Q S' in place of 'M104 T P S'
2024-03-25 10:48:20 +01:00
Martin Šach
fa23ab8285
Make sure that after wipe tower toolchange the G1 Z is always emitted.
...
Even if the G1 Z would be redundant, it is still emitted.
Fixes : #12361
2024-03-25 10:48:20 +01:00
YuSanka
bd903fd6fb
Localization: Updated internal dictionaries (CS, DE, ES, FR, IT, PL, JA)
2024-03-25 10:45:38 +01:00
YuSanka
d172b7b8ee
Added missing units for "filament_stamping_loading_speed" and "filament_stamping_distance"
2024-03-25 10:26:09 +01:00
Lukáš Hejl
6c6f90fe4b
Disable smoothing of the spiral vase when absolute E coordinates are used.
2024-03-22 16:37:37 +01:00
YuSanka
ec7fc75e86
Fix for SPE-2040 : GTK3/GTK2 [Linux] Combo box stay open
2024-03-22 15:23:33 +01:00
Lukas Matena
4b5ee2db62
Merge branch 'ys_crash_spe2136' into master_27x
2024-03-22 15:23:04 +01:00
YuSanka
207d1ab026
ExtruderFilaments: Check index of a selected filament to avoid an out of range.
2024-03-22 15:22:41 +01:00
YuSanka
17f628fe52
Fixed a crash on loading of configuration with selected SLA printer.
...
Note: In this case PresetBundle::extruder_filaments wasn't initialized.
Related to SPE-2136
2024-03-22 15:22:40 +01:00
Martin Šach
cdcd4da809
Add offset to the finalize wipe tower move
2024-03-22 15:20:25 +01:00
Lukas Matena
9b050bf52c
Bumped up version to 2.7.3-alpha1
version_2.7.3-alpha1
2024-03-20 16:33:51 +01:00
Lukas Matena
7131c7fe45
Merge remote-tracking branch 'public/master' into master_27x
2024-03-20 16:33:39 +01:00
Lukáš Hejl
3bc2a37eaa
Emit additional M84 after prusaslicer_config for MK2 and MK3.
2024-03-20 16:25:43 +01:00
YuSanka
fad1b1e8b4
Localization: Updated POT and community dictionaries are merged with it.
...
+ Fixed marking of the empty string
2024-03-20 15:58:49 +01:00
Jernej Pangerc
305a02facd
Added Slovenian translation
...
Added Slovenian translation. This is not full translation, only basic entries are translated.
2024-03-20 15:26:11 +01:00
Roman Tyr
2c7e0b5ccf
Updated start g-code. Updated purging volumes.
2024-03-20 14:45:36 +01:00
Roman Tyr
2d95267908
Updated thumbnails
2024-03-20 14:44:01 +01:00
Martin Šach
ea9dfa9a8d
Use path generation even on layer change
2024-03-20 14:42:27 +01:00
Lukas Matena
ed8c373dc7
Merge branch 'lm_purging_volumes_SPE-2147' into master_27x
2024-03-20 14:42:06 +01:00
YuSanka
614ff46b78
WipeTowerDialog: Fixed layout of StaticBoxes
2024-03-20 14:41:26 +01:00
Lukas Matena
37d6b7ea1b
Polishing the dialog, added parameter tooltips, fixed warnings
2024-03-20 14:41:26 +01:00
YuSanka
88234446e2
WipeTowerDialog fixed rotated text
2024-03-20 14:41:26 +01:00
Lukas Matena
5987419002
Purging volumes: update backend
2024-03-20 14:41:26 +01:00
Lukas Matena
c0aba8e2ca
Add the default/custom switch into project settings
2024-03-20 14:41:26 +01:00
Lukas Matena
e1b2bd4155
WipeTowerDialog now uses filament_purging_multiplier
2024-03-20 14:41:26 +01:00
Lukas Matena
0988bf2998
Removed some of the new parameters
2024-03-20 14:41:26 +01:00
Lukas Matena
cf8bada036
Updated WipingDialog
2024-03-20 14:41:26 +01:00
Lukas Matena
8345a82b1c
Remove wiping_volumes_extruders
2024-03-20 14:41:26 +01:00
Lukas Matena
e8fd6951ad
Purging volumes new parameters
2024-03-20 05:51:03 +01:00
Lukas Matena
db7a89b183
Revert "Disable nil_value() for enum and remove NilValue<Enum>."
...
This reverts commit 58e32e173b76450ead43f095aee1f8650aae2fad.
2024-03-19 14:47:32 +01:00
MGunlogson
3e98afa71d
SPE-2151: Fix dynamic overhang speed doesn't respect pressure equalizer limits. Don't apply pressure equalizer after long travels.
...
This commit comes from https://github.com/prusa3d/PrusaSlicer/pull/9622 with just minor refactoring.
2024-03-15 13:27:49 +01:00
andrewboktor
122d876bca
SPE-2111: Rewrite the spiral vase with interpolation between layers.
...
- Adds transition out to prevent a sharp edge at the top of the spiral vase.
- Interpolation in the X and Y axes is used whether vase mode is enabled.
- Maximum smoothing is automatically calculated from the nozzle diameter.
This commit comes from https://github.com/prusa3d/PrusaSlicer/pull/12142 with some refactoring.
Co-authored-by: Andrew Boktor <aboktor@microsoft.com>
Co-authored-by: SoftFever <softfeverever@gmail.com>
Co-authored-by: Vovodroid <vovodroid@users.noreply.github.com>
Co-authored-by: Tom Glastonbury <t@tg73.net>
Co-authored-by: Lukáš Hejl <hejl.lukas@gmail.com>
2024-03-15 13:26:56 +01:00
Lukáš Hejl
b1f5ef354b
SPE-2184: Fix traveling outside the print area during wiping with enabled arcs.
2024-03-15 13:23:57 +01:00
Lukas Matena
ea65285999
Merge branch 'ms_cancel_object' into master_27x
2024-03-14 15:43:18 +01:00
Martin Šach
1c2e3aed74
Fix reset on layer change by keeping it all the time
2024-03-14 15:42:52 +01:00
Martin Šach
d556969b2b
Add G92 at the start of every object
2024-03-14 15:42:52 +01:00
Martin Šach
0894ac6d72
Evaluate maybe change instance lazily
2024-03-14 15:42:52 +01:00
Martin Šach
f850433e2b
Cancel instance before moving to a next object in sequential print
2024-03-14 15:42:52 +01:00
Martin Šach
cb9aaf8b58
Allow cancelling toolchanges in multitool sequential print
2024-03-14 15:42:52 +01:00
Martin Šach
d15e82135e
Exclude skirt and brim from 'instance' annotation
2024-03-14 15:42:52 +01:00
Martin Šach
08fa362abd
Fix undefined behaviour in maybe change instance
2024-03-14 15:42:52 +01:00
Martin Šach
8119bb2925
Implement cancel object for toolchanges.
...
Toolchages (wipe tower/no wipe tower) are always kept and if there are
any toolchanges, the objects are split at the begining of each instance,
while the first travel is always part of the "next" instance.
2024-03-14 15:42:52 +01:00