/ CHANGELOG.md
CHANGELOG.md
1 # OctoPrint-FlashForge Changelog 2 3 ## 0.1.18 (2020-5-15) 4 ### New Features 5 * Allow connection to FlashForge Guider IIs (Thanks @jayceekeys) 6 ### Fixes 7 * Support Python 3 8 * Disable light controls when printing from SD 9 10 ## 0.1.17 (2020-5-13) 11 ### New Features 12 * Controls for the enclosure light added to the "Control" tab 13 ### Fixes 14 * Now it should actually support .3drem files for Dremel printers... 15 * Support M146 command for controlling LED lights (see [Wiki](https://github.com/Mrnt/OctoPrint-FlashForge/wiki/G-Code-Dictionary#m146---control-enclosure-lights)) for docs) 16 17 ## 0.1.16 (2020-5-8) 18 * Support .3drem files for Dremel printers 19 * Fix for hanging when DisplayLayerProgress plugin is in use (Thanks @jumpingmushroom) 20 21 ## 0.1.15 (2020-5-4) 22 * Fixes for issues uploading to SD card on newer printers such as Finder v2 (Thanks @boozecouncil) 23 24 ## 0.1.14 (2020-4-30) 25 * Fixes for USB connection issues on newer printers such as Finder v2 (Thanks @boozecouncil) 26 27 ## 0.1.13 (2020-4-16) 28 * Added additional support for PowerSpec Ultra 3D (Thanks @kelkin) 29 30 ## 0.1.12 (2020-4-16) 31 * Added support for FlashForge Finder v2 (Thanks @Spillmaker) 32 33 ## 0.1.11 (2020-4-2) 34 * Added support for FlashForge Creator Max (Thanks @pfemiani) 35 36 ## 0.1.10 (2020-2-9) 37 * Set USb buffer to a sensible size 38 39 ## 0.1.9 (2020-1-15) 40 * Corrected version number in setup file 41 42 ## 0.1.8 (2020-1-14) 43 * **Changes to default settings and initial connection handling - 44 check the configuration section and ensure the "Hello" command is set**: Go to Settings and under Serial Connection > Firmware & Protocol >Protocol fine tuning: open up the "Advanced" section and set the value for "Hello" command to `M601 S0` 45 * Made upload to SD card more robust 46 * Made pausing/resuming/canceling SD card printing more robust 47 * Tested on 48 * FlashForge Finder Firmware: V1.5 20170419 49 * FlashForge Dreamer Firmware: V2.6 20190320 50 * PowerSpec Ultra 3D Firmware: V2.4 20160407 51 52 ## 0.1.7 (2019-12-9) 53 * Added support for Dreamer NX (Thanks @mrspartak) 54 * Support VID 0x0315 as PowerSpec (Thanks @twistedcustomdevel) 55 56 ## 0.1.6 (2019-12-9) 57 * Support FlashForge VID 0x0315 (Thanks @twistedcustomdevel) 58 59 ## 0.1.5 (2019-10-10) 60 * Support FlashForge Inventor 61 62 ## 0.1.4 (2019-09-08) 63 * Updates to README 64 * Set default values for settings we care about 65 * Fix bug causing timeout when reading from USB port 66 67 ## 0.1.3 (2019-09-03) 68 69 * Support for OctoPi/Linux (where USB access requires OS permission) 70 * Automatically install `libusb1` if missing 71 72 ## 0.1.2 (2019-09-03) 73 74 * Detect two versions of FlashForge Finder 75 * Pausing/Cancelling the print triggered by "Upload to SD Card" should now work 76 * **NB: Printing still only supported via "Upload to SD Card" button!** 77 78 ## 0.1.1 (2019-08-01) 79 80 * Automatically detect printer (no hardcoding of USB ID's) 81 * Initial support for "Upload to SD" button: requires .gx file prepared using FlashPrint, print starts after upload **NB Pause, Cancel buttons do not work!** 82 83 ## 0.1.0 (2019-06-01) 84 85 Initial commit: 86 87 * Connect to printer if USB ID matches hard coded ID 88 * Monitor & set temperatures 89 * Move extruder, bed 90 * Turn fan on/off