0a52ef8da7Fix format of M204 emitted from machine limits for various fws
Lukas Matena
2023-03-24 09:22:50 +0100
847a34c644Do not clamp travel acceleration when current firmware flavor does not allow separate setting of print and travel acceleration
Lukas Matena
2023-03-23 15:21:38 +0100
51129fd4f3Follow-up 87d77f338d - Added control of a value of changed parameter "How to apply limits", when Klipper is selected
YuSanka
2023-03-23 09:16:33 +0100
dcfbff5ec8Check value of the parameter "How to apply limits", when Klipper is selected + Suppress silent mode for G-code flavor that is different from MarlinFirmware or MarlinLegacy
YuSanka
2023-03-22 15:42:34 +0100
4b27210b6eBypass a crash when validating custom gcodes
Lukas Matena
2023-03-15 22:03:01 +0100
09122fb0d0Added a new config option to disable automatic temperature commands around start gcode (autoemit_temperature_commands)
Lukas Matena
2023-03-15 14:31:05 +0100
da714c7210Removed M107 inserted automatically at the start of the G-Code
Lukas Matena
2023-03-14 11:29:19 +0100
b9eb13dff9Klipper: specific behaviour (GCodeProcessor, WipeTower). GCodeWriter should behave as Marlin(legacy).
Lukas Matena
2023-03-09 15:03:32 +0100
42f1217f6eKlipper: Adding the new firmware flavor: - added the new option - allowed machine limits page - added a check for Klipper + 'emit limits to gcode' (Print::validate so far)
Lukas Matena
2023-03-09 14:05:04 +0100
3ff600bed0Separated travel and print acceleration control
Lukas Matena
2023-03-09 09:14:54 +0100
cf226f8eabAdded 'travel_acceleration' configuration option (not used so far)
Lukas Matena
2023-03-08 19:34:41 +0100
5d89e742b4Added missed includes of "format.hpp"
YuSanka
2023-03-24 09:27:12 +0100
6ba067ad36Fixed crash when trying to add text on an object sliced using SLA printer by right clicking on supports or pad
enricoturri1966
2023-03-24 08:40:32 +0100
582f51cdfdFixed crash when opening Emboss Gizmo pressing 'T' key after slicing an object using SLA printer
enricoturri1966
2023-03-24 08:36:43 +0100
f57de43680Fixed several more warnings
Lukas Matena
2023-03-07 15:53:39 +0100
18e56c3d53Localization: Fixes for some phrases + Added/Fixed comments where it's needed
YuSanka
2023-03-20 10:40:42 +0100
f9de995f9eRemove '_utf8' makro. (Initially, it was used because of using of boost::format for localized lines. But now It's better to use format and formal_wxstr functions)
YuSanka
2023-03-17 09:28:13 +0100
472090a54dFix: file containing localization was missing in list.txt
Lukas Matena
2023-03-15 09:37:12 +0100
73857703b8Added a check that libslic3r/I18N.hpp is not included on the frontend by mistake, also added a check that L macro is not defined when including libslic3r/I18N.hpp
Lukas Matena
2023-03-15 09:21:12 +0100
19f2a1d9e9Unified usage of localization macros in slic3r/libslic3r
YuSanka
2023-03-20 10:38:34 +0100
51db683c9dPrevent creation volume on undo redo action.
Filip Sykala - NTB T15p
2023-03-23 18:05:26 +0100
9cb50e6586PlaceholderParser: added size() and empty() functions over vector variables.
Vojtech Bubnik
2023-03-23 17:51:37 +0100
929a0eba2cPlaceholderParser: replaced the new "array" operator with "repeat", simplified the parser a bit more.
Vojtech Bubnik
2023-03-23 17:08:56 +0100
369a881872Merge branch 'master' into fs_undoredo
Filip Sykala - NTB T15p
2023-03-23 16:29:33 +0100
4c0e7d9683Set volume only by function data_changed.
Filip Sykala - NTB T15p
2023-03-23 16:29:23 +0100
cd70954758Wipe tower: added an option to change spacing of the lines
Lukas Matena
2023-02-22 13:13:22 +0100
2ed4c75446Bumped up version to 2.5.2
Lukas Matena
2023-03-23 12:40:51 +0100
7df4cfb453Fixed a crash when selection wipe tower and using add instance function: this was between 2.6.0-alpha3 and 2.6.0-alpha4 in 4d5b85e.
Lukas Matena
2023-03-23 12:27:07 +0100
a60bf51ce4Merge branch 'master' into fs_emboss
Filip Sykala - NTB T15p
2023-03-20 17:42:05 +0100
9c70ed01e5Fix add emboss volume on reflected
Filip Sykala - NTB T15p
2023-03-20 17:41:51 +0100
d653cc6ab5Fix crash made on MMU printers
Filip Sykala - NTB T15p
2023-03-20 16:10:13 +0100
7afabcde95PlaceholderParser: Implemented one_of() matching function: 1st parameter is the text to match against, the rest of the parameters are pattern to be matched: either strings, then the match is exact, or regex enclosed in // or regex string starting with ~
Vojtech Bubnik
2023-03-20 15:55:18 +0100
1b8553c747Reintroduced visualization of SLA supports and pad into 3D scene and gizmos Hollow and SLA support as it was in 2.5.0
enricoturri1966
2023-03-20 14:34:04 +0100
ab30d37c3cMerge branch 'master' into fs_emboss
Filip Sykala - NTB T15p
2023-03-20 13:45:55 +0100
5ab9532e39Fix bad actualization without mesh source sorting
Filip Sykala - NTB T15p
2023-03-20 13:45:41 +0100
d152b67ce5PlaceholderParser: Simplified the parser after introducing the writable variables.
Vojtech Bubnik
2023-03-20 10:25:52 +0100
b9d8fe7118WIP: PlaceholderParser support for writable output variables.
Vojtech Bubnik
2023-03-20 07:48:26 +0100
39bca4420cFix for #10072 - Split to objects is acting funky
YuSanka
2023-03-17 17:13:29 +0100
79adb72a25Fix int overflow, reduces amount of bridging substantially, improve code description, extend bridge anchors when anchoring to solid surfaces on lower layers
PavelMikus
2023-03-17 17:13:57 +0100
60bb57404fFixed build on MAC OS
enricoturri1966
2023-03-17 11:39:22 +0100
147eee05a6Merge branch 'dk_miniz'
David Kocik
2023-03-17 11:10:21 +0100
d5f229a249Refactoring of miniz extract calls. Use file_index instead of filename as identifier.
David Kocik
2023-03-09 17:14:36 +0100
19d02e6d74Fix: ../src/slic3r/GUI/IconManager.cpp:174:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../src/slic3r/GUI/SurfaceDrag.cpp:104:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Slic3r::GLVolume*>::size_type' {aka 'long unsigned int'} [-Wsign-compare] ../src/slic3r/GUI/SurfaceDrag.cpp:57:30: warning: 'std::optional<double> Slic3r::GUI::calc_scale(const Matrix3d&, const Matrix3d&, const Vec3d&)' defined but not used [-Wunused-function] ../src/slic3r/Utils/RaycastManager.cpp:14:56: warning: suggest parentheses around '&&' within '||' [-Wparentheses] ../src/slic3r/Utils/RaycastManager.cpp:316:32: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Slic3r::GLVolume*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Filip Sykala - NTB T15p
2023-03-17 09:29:28 +0100
bc825ec7d7Merge branch 'master' into fs_emboss
Filip Sykala - NTB T15p
2023-03-17 08:30:09 +0100