* Adjusted values to match other profiles and corrected typo for 0,2mm AD5M Pro 0,4 Nozzle profile
* Aligned remaining values for 0,2mm AD5M Pro 0,4 Nozzle profile
* Updated the "initial layer acceleration" to match best practise
Updated the "initial layer acceleration" for all profiles to match best practise. This will help on the adhesive for the first layer. The value is also aligned with the common profiles now.
* Updated bridge speed
Updated bridge speed for all profiles to 25 as suggested by @SoftFever
* Added Flashforge printer profiles
The uploaded OrcaSlicer profiles include support for Flashforge Adventurer 5M and Flashforge Adventurer 5M Pro.
* Hi,
This is a pull request for adding Flashforge printer profiles to help expand OrcaSlicer's stock profiles for the community. The uploaded printers profiles support Flashforge Adventurer 5M and Flashforge Adventurer 5M Pro.
Let me know if there are any mistakes or adjustments of the files. Thank you!
Regards,
Xiaolong Bai
* Add Flashforge printer profile for Adventurer 5M and Adventurer 5M Pro
* 20230927 Add profiles for Flashforge printers
* 20231018 Flashforge Printer Profiles for AD5M and AD5M Pro
* 1024 Update: Flashforge Printer
* 1025 Add Flashforge AD5M series profiles
* 1025 Update nozzle type
"nozzle_type": "stainless_steel"
* Update
"nozzle_type": "stainless_steel"
* Update
"nozzle_type": "stainless_steel"
* Update
"nozzle_type": "stainless_steel"
* Add "Manual filament change" option and logic
* make suggested changes
* make suggested changes
* change tag from "CHANGE_TOOL" to "MANUAL_TOOL_CHANGE"
* some tweaks
* More fixes
---------
Co-authored-by: SoftFever <softfeverever@gmail.com>
Co-authored-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
* Change direction for perimeter extrusion at odd layers.
Initial test code based on supermerill/SuperSlicer@87245ae3c1
* Perimeters for both contours and holes can have alternating direction, to support overhangs on both side.
Also fixes wipe on loop.
* Only reverse order if the loops have steep overhang
* Support a special case that treat every layer as steep overhang
* Add options
* Disable overhang reverse if vase mode is enabled
* Allow extrusion reversal and skip overhang detection if fuzzy skin
---------
Co-authored-by: supermerill <merill@free.fr>
Co-authored-by: SoftFever <softfeverever@gmail.com>
* Initial port of the new ensure vertical thickness algorithm from PrusaSlicer.
Based on prusa3d/PrusaSlicer@1a0d8f5130
* Remove code related to "Detect narrow internal solid infill" as it's handled by the new ensuring code
* Support different internal solid infill pattern
* Ignore removed options
---------
Co-authored-by: Pavel Mikuš <pavel.mikus.mail@seznam.cz>
Co-authored-by: SoftFever <softfeverever@gmail.com>
* Add needed src files and update CMake files
* Implementation of GCodeThumbnailsFormat for PNG, JPG, and QOI complete
* Implement BIQU (Big Tree Tech) Thumbnail Format
* have GCodeProcessor.post_process pass through original line end characters
* fix biqu thumbnail output
use \r\n for new lines in the biqu thumbnail portion. the firmware requires these end characters to function properly.
update names of variables and add comments to be more descriptive
replace modified Qt pixel algorithm with much simpler algorithm from BTT TFT firmware
* rename BiQU to BTT_TFT for better clarity
* remove underscore from GUI option
---------
Co-authored-by: SoftFever <103989404+SoftFever@users.noreply.github.com>