This repository is intended to allow collaboration on the creation of a Cura profile for the Creator Max printer from FlashForge
This repository was inspired by the Flash forge for cura project and borrows their install script and their STL file for the print bed
Not fully working. You can print with either extruder however the left extruder offset is not being picked up correctly so the print is shifted 34 mm to the right of center.
Due to the fact the the left extruder is T1 and the right extruder is T0 the extruders don't appear in the correct order in the UI. The biggest issue right now is that the Tool change codes (T0 or T1) that cura puts in the file for multi tool printers causes an error on file read.
Not yet started
To remove the tool error, use Cura's Post Processing. Go to "Extensions -> Post Processing -> Modify G-Code". In the window pick the script "Search and Replace". The search value is (\nT0\n)|(\nT1\n), the replace value is \n and check the "Use Regular Expression" box.
The creator max appears to read files with either .gcode or .g extensions. However it is important to note that if the file name is too long, the file will not open properly and the print will not start.