OrcaSlicer/src/libslic3r/GCode
Noisyfox ed45bf425e
Use boost::nowide directly from boost (#9037)
* Use `boost::nowide` directly from boost

Cherry-picked from prusa3d/PrusaSlicer@bffa3f8578

Co-authored-by: tamasmeszaros <meszaros.q@gmail.com>

* Replaced all occurrences of boost::nowide::narrow for wxStrings with into_u8

Cherry-picked from prusa3d/PrusaSlicer@8d6497297a

Co-authored-by: tamasmeszaros <meszaros.q@gmail.com>

* Fix flatpak build
2025-03-29 20:14:10 +08:00
..
AdaptivePAInterpolator.cpp Enhancement: Adaptive Pressure advance (#5609) 2024-07-28 22:52:08 +08:00
AdaptivePAInterpolator.hpp Enhancement: Adaptive Pressure advance (#5609) 2024-07-28 22:52:08 +08:00
AdaptivePAProcessor.cpp Enhancement: Adaptive Pressure advance (#5609) 2024-07-28 22:52:08 +08:00
AdaptivePAProcessor.hpp Enhancement: Adaptive Pressure advance (#5609) 2024-07-28 22:52:08 +08:00
AvoidCrossingPerimeters.cpp Removed the copyright and credits in the header of each file. This information is outdated and hard to update. Orca Slicer maintains the autoher info in git history so this is not necessary. 2024-06-15 14:56:44 +08:00
AvoidCrossingPerimeters.hpp Removed the copyright and credits in the header of each file. This information is outdated and hard to update. Orca Slicer maintains the autoher info in git history so this is not necessary. 2024-06-15 14:56:44 +08:00
ConflictChecker.cpp Revert "Fix Compile Warnings (#5963)" 2024-08-12 00:00:20 +08:00
ConflictChecker.hpp Feature/bs1.8beta (#2844) 2023-12-01 10:42:45 +00:00
CoolingBuffer.cpp Enhancement: Enable separate internal bridge fan speed control (#7906) 2025-02-09 21:53:57 +08:00
CoolingBuffer.hpp Remove unused slow down proportionally code (#6405) 2024-08-25 12:40:40 +08:00
ExtrusionProcessor.hpp Avoid using auto as type of Eigen expressions. (#8577) 2025-02-26 23:07:23 +08:00
FanMover.cpp Fan mover: Ignore non-part cooling fans (SoftFever/OrcaSlicer#7171) (#7193) 2024-12-24 21:35:28 +08:00
FanMover.hpp Fix Fan mover when absolute E is used (#8359) 2025-02-15 13:08:01 +08:00
GCodeProcessor.cpp Fix a regression that total layer number is missign for BBL printers 2025-02-17 19:17:22 +08:00
GCodeProcessor.hpp Fixed an issue that raimaining time is wrong when arc fitting is enabled. 2025-02-18 20:13:42 +08:00
PchipInterpolatorHelper.cpp Enhancement: Adaptive Pressure advance (#5609) 2024-07-28 22:52:08 +08:00
PchipInterpolatorHelper.hpp Enhancement: Adaptive Pressure advance (#5609) 2024-07-28 22:52:08 +08:00
PostProcessor.cpp Use boost::nowide directly from boost (#9037) 2025-03-29 20:14:10 +08:00
PostProcessor.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
PressureEqualizer.cpp Enhancement: ERS - Option to limit ERS to external perimeters and overhangs only (#7399) 2025-01-05 23:19:00 +08:00
PressureEqualizer.hpp Enhancement: ERS - Option to limit ERS to external perimeters and overhangs only (#7399) 2025-01-05 23:19:00 +08:00
PrintExtents.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
PrintExtents.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
RetractWhenCrossingPerimeters.cpp Revert "Fix Compile Warnings (#5963)" 2024-08-12 00:00:20 +08:00
RetractWhenCrossingPerimeters.hpp ENH: speed gcode export up again 2023-04-17 15:39:02 +08:00
SeamPlacer.cpp Remove unused parameter from place_seam method (#6421) 2024-08-18 16:32:56 +08:00
SeamPlacer.hpp Remove unused parameter from place_seam method (#6421) 2024-08-18 16:32:56 +08:00
SmallAreaInfillFlowCompensator.cpp Fix -Wsubobject-linkage warning (#6243) 2024-08-04 10:48:24 +08:00
SmallAreaInfillFlowCompensator.hpp Fix -Wsubobject-linkage warning (#6243) 2024-08-04 10:48:24 +08:00
SpiralVase.cpp Add minimum flow rates for spiral vase transitsions (#8333) 2025-02-17 08:55:23 +08:00
SpiralVase.hpp Fixed a regression that non spiral vase mode was broken. #3091 2023-12-17 20:27:46 +08:00
ThumbnailData.cpp FIX: fix serveral issues in multi-plate slicing 2022-12-15 04:38:15 -05:00
ThumbnailData.hpp ENH: save bed type in 3mf for first layer scan 2022-12-15 04:33:48 -05:00
Thumbnails.cpp Revert "Revert "Some flatpak fixing (#5510)"" 2024-07-16 22:39:43 +08:00
Thumbnails.hpp Revert "Revert "Some flatpak fixing (#5510)"" 2024-07-16 22:39:43 +08:00
ToolOrdering.cpp Fixed a bug that flash matrix affects multi tool's wipe tower (#8408) 2025-02-14 23:38:51 +08:00
ToolOrdering.hpp Fix first layer tool ordering in print-by-object mode (#6664) 2025-01-22 10:05:38 +08:00
WipeTower.cpp ENH: modify the start pos of wall for wipe tower 2025-02-17 21:44:57 +08:00
WipeTower.hpp ENH: modify the start pos of wall for wipe tower 2025-02-17 21:44:57 +08:00
WipeTower2.cpp Fixed an bug that filament_minimal_purge_on_wipe_tower option doesn't work for soluable filament (#8397) 2025-02-14 23:38:18 +08:00
WipeTower2.hpp preheat work - part 1 2024-07-21 10:29:42 +08:00