enricoturri1966
1a06dc0d05
Added .bgcode and .bgc extensions to method MainFrame::load_config_file()
2023-09-05 14:39:55 +02:00
enricoturri1966
d62ca6646c
Added .bgcode and .bgc extensions to function is_gcode_file()
2023-09-05 14:21:37 +02:00
enricoturri1966
c4c2c5dcf3
Updated GUI_App::load_gcode() to show also bgcode and bgc extensions in caption
2023-09-05 14:09:47 +02:00
enricoturri1966
a0dfb33b49
Automatically change extension in output_filename_format when switching to/from binary gcode format in Print Settings
2023-09-05 14:06:49 +02:00
enricoturri1966
0f939409b8
Merge branch 'master_262' of https://github.com/Prusa-Development/PrusaSlicerPrivate into master_262
2023-09-05 12:29:37 +02:00
enricoturri1966
53adc68717
Tech ENABLE_BINARIZED_GCODE set as default
2023-09-05 12:17:47 +02:00
YuSanka
b5304db75b
Implemented request from #10284 - Rotate connectors in Cut Tool
2023-09-05 11:17:50 +02:00
rtyr
e233ced05c
Updated ramming parameters. Updated start g-code for XL Multi-Tool
2023-09-05 10:01:24 +02:00
Vojtech Bubnik
c846e39767
Merge branch 'master' into master_262
2023-09-05 09:44:54 +02:00
Vojtech Bubnik
827fb8356e
Config layer: Refactored handling of open enums
2023-09-05 09:42:36 +02:00
Vojtech Bubnik
6eae3aceb7
Merge branch 'issue-11060' into master_remote
2023-09-05 09:41:14 +02:00
enricoturri1966
317326bf9c
Removal of tech ENABLE_BINARIZED_GCODE_DEBUG
2023-09-05 08:46:19 +02:00
enricoturri1966
d6ca8134ed
Removal of tech ENABLE_BINARIZED_GCODE_WIN_DEBUG
2023-09-05 08:34:40 +02:00
enricoturri1966
7acccd51d8
Updated LibBGCode.cmake to use latest version of libbgcode
2023-09-05 08:14:12 +02:00
enricoturri1966
ca2f1f4cd0
SPE-1671 - Fixed visibility of supports while using clipping plane in SLA supports gizmo
2023-09-04 15:11:01 +02:00
Vojtech Bubnik
8dad25efc4
Merge branch 'master' into master_262
2023-09-04 14:44:32 +02:00
YuSanka
5d9078138c
Fix for #11232 - "Rename preset" does not support Cyrillic.
2023-09-04 10:51:46 +02:00
YuSanka
b44196a885
Fix for #11236 - 2 parameter descriptions in Snap connectors not displayed correctly in cyrillic
2023-09-04 10:24:28 +02:00
YuSanka
5b50969e6a
Localization" Fixes for some phrases
2023-09-04 10:24:28 +02:00
ps_copyright
dd123e5650
Add copyright header to CMakeLists.txt
...
Also complement SupportMaterial.cpp with legacy Perl counterpart
2023-09-04 09:50:37 +02:00
tamasmeszaros
61dba4e1c9
Remove legacy comment
2023-09-04 09:46:39 +02:00
enricoturri1966
9c801d736a
Fixed crash in GCodeProcessor::post_process() when backtracing into gcode generated by XL printer
2023-09-04 09:30:14 +02:00
combolek
6ea540c231
Fixes issue #11060 : Crash when displaying command line help
...
Added missing null pointer check in ConfigDef::print_cli_help()
2023-09-02 16:04:35 -07:00
Lukas Matena
16b7175081
Bumped up version to 2.6.1-rc2
version_2.6.1-rc2
2023-09-01 19:02:27 +02:00
Vojtech Bubnik
96b3ae8501
Organic supports: Fixing crashes with invalid tip diameter or branch
...
diameter. Fixes SPE-1451 GH#9555
Fixed by reporting invalid combination of support extrusion width
and tip + branch diameter:
Organic support tree tip diameter must not be smaller than support material extrusion width.
Organic support branch diameter must not be smaller than 2x support material extrusion width.
Organic support branch diameter must not be smaller than support tree tip diameter.
2023-09-01 15:02:12 +02:00
ps_copyright
f32859c302
final copyright headers
2023-09-01 14:49:07 +02:00
Vojtech Bubnik
d86e4169de
Fix of previous commit.
2023-09-01 13:18:46 +02:00
Vojtech Bubnik
4580e69d86
ArcWelder: Fixed NaN when exporting arches with nearly zero radii.
2023-09-01 13:05:22 +02:00
Vojtech Bubnik
b39c33414f
Fixed issue in a 32bit clipper, where IntersectPoint() checked for
...
the Y coordinate of the calculated intersection point for validity,
but the Y coordinate was already rounded to 32bits, thus an overflow
may have in rare cases masked invalidity of the result.
2023-09-01 09:42:05 +02:00
Vojtech Bubnik
7f57ba6b12
Added ".bgcode", ".bgc" to known GCode file extensions.
2023-08-31 17:21:04 +02:00
Vojtech Bubnik
2970ee39d8
Cherry-pick of 1f510bcc00f935de3657984c329e57b77dcb4c7a
2023-08-31 17:17:22 +02:00
Vojtech Bubnik
c01c863d8b
Merge branch 'master' into master_262
2023-08-31 17:16:20 +02:00
Vojtech Bubnik
e0f577a33c
Fix of SPE-1850 GH #1221
...
Broken with 99861f1b6ec3793025d528f0badb63e837f8c808 SPE-1207
Custom file extension needs to be included in the list of extensions
of the file dialog. On MacOS the custom extension needs to be the
first one in the list as it will be forced upon the default file
name provided to the file dialog.
2023-08-31 16:38:43 +02:00
tamasmeszaros
175c4f99ce
Merge branch 'tm_fix_SPE-1807'
2023-08-31 14:33:00 +02:00
YuSanka
7280b2a0fb
Fix for SPE-1845 Incorrectly imported filament profiles from 3MF or configuration ini.
...
+ Fix for SPE-1848 Crash on switch from MM printer to SM, when non-first filament is modified
2023-08-31 14:30:14 +02:00
YuSanka
34ad4d6e5d
Localization: Updated internal dictionaries.
...
+ Community dictionaries are merged with newest POT
+ Unused macro _CHB(s) is deleted from I18N.hpp
2023-08-31 13:44:53 +02:00
YuSanka
f8c89be3b2
Localization/Ru : Manually merged from https://github.com/AndylgTom/Slic3r ( https://github.com/AndylgTom/Slic3r/commits/master )
2023-08-31 13:44:53 +02:00
Lukas Matena
1f510bcc00
Fixed access violation when using multimaterial priming with multi-extruder printer ( #11174 , #11197 , SPE-1849)
2023-08-31 12:43:10 +02:00
Lukas Matena
a89860d7d3
Fix of #11191 (SPE-1851): Shells in preview show when they shouldn't
2023-08-31 12:10:31 +02:00
YuSanka
5b1c97439f
Partially revert of 695c08e0e70b5c85e26cfa96e57b6185270b93d0
...
(Redundant white-spaces was mistakenly added)
2023-08-31 09:01:56 +02:00
Vojtech Bubnik
529f1fb395
Merge branch 'et_spe1784_binary_gcode' into master_262
2023-08-30 18:52:55 +02:00
Vojtech Bubnik
138a41c870
Fixed some more compiler warnings
2023-08-30 16:13:28 +02:00
davidjuanesb
54c091cbc9
Update translation to Catalan language for PrusaSlicer 2.6.1-rc1
...
Update translation to Catalan language for PrusaSlicer 2.6.1-rc1
2023-08-30 15:53:53 +02:00
Vojtech Bubnik
90fd88bf12
Fixing compiler error
2023-08-30 15:50:01 +02:00
YuSanka
1a4f461426
Localization : Updated POT
...
+ Added comments for translators
2023-08-30 15:42:05 +02:00
Vojtech Bubnik
2a122a7673
Merge branch 'master_262' of https://github.com/Prusa-Development/PrusaSlicerPrivate into master_262
2023-08-30 15:27:06 +02:00
Vojtech Bubnik
7c120b2fa8
Removed the obsolete "threads" parameter from the configuration layer.
2023-08-30 15:26:53 +02:00
tamasmeszaros
2cabe4f544
Merge branch 'tm_rpi_arrange_test_fix'
2023-08-30 14:54:58 +02:00
rtyr
ee83a398bb
Binary g-code, arc fitting, QOI/PNG thumbnails, 90degree XL tower, XL specific filament variants.
2023-08-30 14:23:49 +02:00
YuSanka
fc96763be6
Help menu is extended with "Quick Start" and "Sample G-codes and Models" items
2023-08-30 13:54:09 +02:00