├── Cura ├── Profiles │ └── FFA4_Draft.curaprofile ├── README.md └── Setup │ ├── G-Code_End.txt │ ├── G-Code_Start.txt │ ├── Machine_Settings-Extruder.png │ └── Machine_Settings-Printer.png ├── Firmware └── FlashForge-Adventurer-4-Firmware-V2.2.4-2.3.zip ├── LICENSE ├── OrcaSlicer ├── README.md └── Scripts │ ├── FlashForgeAdapter.osx │ ├── FlashForgeAdapter.py │ └── gx.py ├── Prusa ├── Archive │ ├── FIxGCODE.bat │ ├── Prusa Adv4_config_bundle.ini │ └── README.md ├── Bundles │ └── FlashForge_Adventurer_4.ini ├── README.md └── Scripts │ ├── FlashForgeAdapter.osx │ ├── FlashForgeAdapter.py │ ├── FlashForgeAdapter.zip │ └── gx.py └── README.md /Cura/Profiles/FFA4_Draft.curaprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SumolX/FlashForge/da81b6fc2b287ec067cff3a7a636ce8817ac9dc9/Cura/Profiles/FFA4_Draft.curaprofile -------------------------------------------------------------------------------- /Cura/README.md: -------------------------------------------------------------------------------- 1 | # Firmware Compatibility 2 | Latest tested firmware is from Feburary 2023 and works without issue. 3 | * Firmware/FlashForge-Adventurer-4-Firmware-V2.2.4-2.3.zip 4 | 5 | # New Printer Setup 6 | Create a new non-networked printer using the new printer wizard and select 'Custom FFF printer'. Give it a name such as 'FlashForge Adventurer 4' and click next. Enter all the information requested by copying the screenshots provided. For G-Code you can simply copy the contents of the provided G-Code text files and paste them in their respective windows. 7 | 8 | * Files are located within Setup/ 9 | 10 | # Post Processing 11 | Insert the following Search and Replace Script within Modify G-Code: 12 | 13 | * Fan Speed 14 | * Search: `M106 S([0-9]*)(.*)` 15 | * Replace: `M106 S\1` 16 | * Use Regular Expressions `Checked` 17 | 18 | * Extruder Temperature 19 | * Search: `M104 S([0-9]*)(.*)` 20 | * Replace: `M104 S\1 T0` 21 | * Use Regular Expressions `Checked` 22 | 23 | * Bed Temperature 24 | * Search: `M140 S([0-9]*)(.*)` 25 | * Replace: `M140 S\1 T0` 26 | * Use Regular Expressions `Checked` 27 | 28 | * Layer Count 29 | * Search `;LAYER_COUNT:` 30 | * Search `;layer_count:` 31 | * Use Regular Expressions `NOT Checked` 32 | 33 | * Perimeter Type 34 | * Search `;TYPE:` 35 | * Search `;structure:` 36 | * Use Regular Expressions `NOT Checked` 37 | 38 | * Outer Shell 39 | * Search `:WALL-OUTER` 40 | * Search `:shell-outer` 41 | * Use Regular Expressions `NOT Checked` 42 | 43 | * Inner Shell 44 | * Search `:WALL-INNER` 45 | * Search `:shell-inner` 46 | * Use Regular Expressions `NOT Checked` 47 | 48 | * Infill Sparse 49 | * Search `:SKIN` 50 | * Search `:infill-sparse` 51 | * Use Regular Expressions `NOT Checked` 52 | 53 | * Infill Solid 54 | * Search `:FILL` 55 | * Search `:infill-solid` 56 | * Use Regular Expressions `NOT Checked` 57 | 58 | # Marketplace 59 | Search for and install `GXWriter` from Ronaoald Consulting as this will allow you to save a FlashForge formatted GX file. Simply select GX as your file extension when saving your G-Code. 60 | 61 | # Author 62 | Paulo Cabral (SumolX) 63 | 64 | # Donation 65 | If you enjoyed this work or would like to see additional tuned filaments please feel free to donate or join my patreon. 66 | 67 | [![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=E4DSQMLR5JUXS) 68 | 69 | [](https://patreon.com/sumolx?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink) 70 | 71 | # Support 72 | [![discord](https://theme.zdassets.com/theme_assets/678183/cc59daa07820943e943c2fc283b9079d7003ff76.svg)](https://discord.gg/rRzp63MJtu_) 73 | -------------------------------------------------------------------------------- /Cura/Setup/G-Code_End.txt: -------------------------------------------------------------------------------- 1 | ;== ADV4 END GCODE TOP == 2 | ;Set right extruder(T0) to temp 0C 3 | M104 S0 T0 4 | ;Set Build Platform to 0C 5 | M140 S0 T0 6 | ;Move Z outward 7 | G162 Z F1800 8 | ;Home X & Y 9 | G28 X Y 10 | ;Recall Offsets 11 | M132 X Y A B 12 | ;Chamber Fan OFF 13 | M652 14 | ;Set RELATIVE mode 15 | G91 16 | ;Disable Stepper Motors 17 | M18 18 | ;== ADV4 END GCODE BOT == -------------------------------------------------------------------------------- /Cura/Setup/G-Code_Start.txt: -------------------------------------------------------------------------------- 1 | ;== ADV4 START GCODE TOP == 2 | ;machine_type: Adventurer 4 Series 3 | ;right_extruder_material: {material_name} 4 | ;filament_diameter0: {material_diameter} 5 | ;filament_diameter1: 0 6 | ;perimeter_shells: {wall_line_count} 7 | ;top_solid_layers: {top_layers} 8 | ;bottom_solid_layers: {bottom_layers} 9 | ;fill_density: {infill_sparse_density} 10 | ;fill_pattern: {infill_pattern} 11 | ;base_print_speed: {speed_print} 12 | ;travel_speed: {speed_travel} 13 | ;right_extruder_temperature: {material_print_temperature} 14 | ;left_extruder_temperature: 0 15 | ;platform_temperature: {material_bed_temperature_layer_0} 16 | ;layer_height: {layer_height} 17 | ;Build size for XYZ (Build Volume is verified by Slicer) 18 | M118 X20.00 Y20.00 Z20.00 T0 19 | ;Set Heated bed 20 | M140 S{material_bed_temperature_layer_0} T0 21 | ;Set right extruder temp 22 | M104 S{material_print_temperature_layer_0} T0 23 | ;Set absolute positioning mode 24 | G90 25 | ;Auto Home XYZ 26 | G28 27 | ;Recall all offsets from EPROM 28 | M132 X Y Z A B 29 | ;Position bed 30 | G1 Z50.000 F420 31 | ;Home XY to Min 32 | G161 X Y F3300 33 | ;Stabilize Bed (wait for build temp) 34 | M7 T0 35 | ;Stabilize tool 0 (wait for nozzle temp) 36 | M6 T0 37 | ;Chamber Fan 0% 38 | M651 S0 39 | ;Extruder Forward Direction (wait for temp) 40 | M108 T0 41 | ;Set initial XY position 42 | G1 X-30.62 Y-95.00 F7140 43 | ;Set initial Z location 44 | G1 Z.200 F420 45 | ;Pre-Extrude 0.4 Nozzle Edge Build Plate 46 | G92 E0 47 | G1 X-39.15 Y-96.26 F7140 48 | G1 X89.69 Y-96.26 E17.7325 F600 49 | G1 X93.72 Y-95.72 E18.2518 50 | G1 X93.72 Y-95.72 F7140 51 | G1 X98.21 Y-93.87 E18.8720 F600 52 | G1 X100.00 Y-92.53 E19.1576 53 | G92 E0 54 | ;== ADV4 START GCODE BOT == 55 | -------------------------------------------------------------------------------- /Cura/Setup/Machine_Settings-Extruder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SumolX/FlashForge/da81b6fc2b287ec067cff3a7a636ce8817ac9dc9/Cura/Setup/Machine_Settings-Extruder.png -------------------------------------------------------------------------------- /Cura/Setup/Machine_Settings-Printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SumolX/FlashForge/da81b6fc2b287ec067cff3a7a636ce8817ac9dc9/Cura/Setup/Machine_Settings-Printer.png -------------------------------------------------------------------------------- /Firmware/FlashForge-Adventurer-4-Firmware-V2.2.4-2.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SumolX/FlashForge/da81b6fc2b287ec067cff3a7a636ce8817ac9dc9/Firmware/FlashForge-Adventurer-4-Firmware-V2.2.4-2.3.zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /OrcaSlicer/README.md: -------------------------------------------------------------------------------- 1 | # Firmware Compatibility 2 | Latest tested firmware is from Feburary 2023 and works without issue. 3 | * Firmware/FlashForge-Adventurer-4-Firmware-V2.2.4-2.3.zip 4 | 5 | # FlashForge GX File Generation (Required Step with Latest Firmware) 6 | Adventurer 4 built-in display is capable in displaying full color PNG images via the .gx file format. This plugin allows for OrcaSlicer to generate GX compatible file which is supported by both FlashPrint and the Adventurer 4 printer. Thumbnail previews are only available in the GX File Format. 7 | ### Dependencies 8 | * Scripts/FlashForgeAdapter.zip 9 | * Scripts/FlashForgeAdapter.py 10 | * Scripts/gx.py 11 | * Requires python >= 3.10 and both Python scripts above are required 12 | 13 | ### Replace Default G-Code Filename Extension (.gcode -> .gx) 14 | * Orcaslicer -> Others-> G-code output -> Filename format: 15 | 16 | From 17 | ``` 18 | {input_filename_base}.gcode 19 | ``` 20 | To 21 | ``` 22 | {input_filename_base}.gx 23 | ``` 24 | 25 | ### Linux/Windows (Python Environment) 26 | * Orcaslicer -> Post-processing scripts: 27 | ``` 28 | python /path/to/script/FlashForgeAdapter.py 29 | ``` 30 | 31 | ### macOS (Python or MiniConda Environment) 32 | * Orcaslicer -> Post-processing scripts: 33 | ``` 34 | /path/to/script/FlashForgeAdapter.osx 35 | ``` 36 | 37 | ### Windows (No Python Environment) 38 | * Download and extract: *Scripts/FlashForgeAdapter.zip* 39 | * Orcaslicer -> Post-processing scripts: 40 | ``` 41 | c:\path\to\executable\FlashForgeAdapter\FlashForgeAdapter.exe 42 | ``` 43 | 44 | # Author 45 | * Paulo Cabral (SumolX) 46 | 47 | # Donation 48 | If you enjoyed this work or would like to see additional tuned filaments please feel free to donate or join my patreon. 49 | 50 | [![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=E4DSQMLR5JUXS) 51 | 52 | [](https://patreon.com/sumolx?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink) 53 | 54 | # Support 55 | [![discord](https://theme.zdassets.com/theme_assets/678183/cc59daa07820943e943c2fc283b9079d7003ff76.svg)](https://discord.gg/rRzp63MJtu) 56 | -------------------------------------------------------------------------------- /OrcaSlicer/Scripts/FlashForgeAdapter.osx: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Python3 Requirements 4 | # pillow 5 | 6 | # Mini Conda Requirements (optional) 7 | # create env: flashforge 8 | # conda install pillow 9 | 10 | SCRIPT_PATH=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd) 11 | 12 | # Try built-in python3 13 | if [ ! -f /opt/miniconda/etc/profile.d/conda.sh ]; then 14 | python3 ${SCRIPT_PATH}/FlashForgeAdapter.py $1 15 | else 16 | source /opt/miniconda/etc/profile.d/conda.sh 17 | conda activate flashforge 18 | python3 ${SCRIPT_PATH}/FlashForgeAdapter.py $1 19 | conda deactivate 20 | fi 21 | -------------------------------------------------------------------------------- /OrcaSlicer/Scripts/FlashForgeAdapter.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | # Author: Paulo Cabral (SumolX) 3 | # Date: June 22, 2022 4 | # Description: This module implements the conversion from gcode to xgcode files. 5 | # License: GPLv3 6 | 7 | from gx import GX 8 | 9 | from PIL import Image 10 | from io import BytesIO 11 | 12 | import os 13 | import sys 14 | import base64 15 | import shutil 16 | import subprocess 17 | 18 | def convertToImage(base64Thumbnail): 19 | im = Image.open(BytesIO(base64.b64decode(base64Thumbnail))) 20 | buffer = BytesIO() 21 | im.save(buffer, 'PNG') 22 | im.close() 23 | return buffer.getvalue() 24 | 25 | def parseGCode(filename): 26 | gx = GX() 27 | gcode = "" 28 | thumbnail = "" 29 | inThumbnailSection = False 30 | 31 | 32 | file = open(filename, encoding='utf-8', errors='ignore') 33 | lines = file.readlines() 34 | 35 | for line in lines: 36 | if line.startswith('; thumbnail begin'): 37 | inThumbnailSection = True 38 | continue 39 | 40 | if line.startswith('; thumbnail end'): 41 | inThumbnailSection = False 42 | continue 43 | 44 | if inThumbnailSection: 45 | thumbnail = thumbnail + line[2:] 46 | else: 47 | gcode = gcode + line 48 | 49 | if line.startswith("; estimated printing time (normal mode)"): 50 | hhmmss = line.split(" = ")[1].split(" ") 51 | size = len(hhmmss) 52 | dd, hh, mm, ss = int(0), int(0), int(0), int(0) 53 | if size > 3: 54 | dd = int(hhmmss[0].split("d")[0]) * 86400 55 | hh = int(hhmmss[1].split("h")[0]) * 3600 56 | mm = int(hhmmss[2].split("m")[0]) * 60 57 | ss = int(hhmmss[3].split("s")[0]) 58 | elif size > 2: 59 | hh = int(hhmmss[0].split("h")[0]) * 3600 60 | mm = int(hhmmss[1].split("m")[0]) * 60 61 | ss = int(hhmmss[2].split("s")[0]) 62 | elif size > 1: 63 | mm = int(hhmmss[0].split("m")[0]) * 60 64 | ss = int(hhmmss[1].split("s")[0]) 65 | else: 66 | ss = int(hhmmss[0].split("s")[0]) 67 | gx.print_time = dd + hh + mm + ss 68 | 69 | if line.startswith('; filament used [mm]'): 70 | gx.filament_usage = int(line.split(' = ')[1].split('.')[0].strip()) 71 | 72 | if line.startswith('; layer_height'): 73 | gx.layer_height = int(float(line.split(' = ')[1]) * 1000) 74 | 75 | if line.startswith('; hot_plate_temp'): 76 | gx.bed_temperature = int(line.split(' = ')[1]) 77 | 78 | if line.startswith('; nozzle_temperature'): 79 | gx.print_temperature = int(line.split(' = ')[1]) 80 | 81 | if line.startswith('; wall_loops'): 82 | gx.shells = int(line.split(' = ')[1]) 83 | 84 | if line.startswith('; outer_wall_speed'): 85 | gx.print_speed = int(line.split(' = ')[1]) 86 | 87 | file.close() 88 | 89 | gx.gcode = gcode.encode('latin-1', errors='ignore') 90 | gx.bmp = convertToImage(thumbnail) 91 | gx.gcode_start = gx.bitmap_start + len(gx.bmp) 92 | gx_file = open(filename, 'wb') 93 | gx_file.write(gx.encode()) 94 | gx_file.close() 95 | 96 | if __name__ == "__main__": 97 | parseGCode(sys.argv[1]) 98 | -------------------------------------------------------------------------------- /OrcaSlicer/Scripts/gx.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | # Author: Ronoaldo JLP 3 | # Date: May 24, 2020 4 | # Description: This module implements parsing and writing xgcode 1.0 files. 5 | # License: GPLv3 6 | 7 | import struct 8 | import base64 9 | 10 | class GX(object): 11 | """ 12 | GX class implements the xgcode 1.0 decoding and encoding. 13 | """ 14 | 15 | def __init__(self): 16 | # Constants 17 | self.version = b"xgcode 1.0\n\0" 18 | self.bitmap_start, self.gcode_start = 58, 14512 19 | # Values from the print job 20 | self.print_time = 0 21 | self.filament_usage, self.filament_usage_left = 0, 0 22 | self.multi_extruder_type = 11 23 | self.layer_height = 0 24 | self.shells = 0 25 | self.print_speed = 0 26 | self.bed_temperature = 0 27 | self.print_temperature, self.print_temperature_left = 0, 0 28 | self.bmp = _SAMPLE_BMP 29 | self.gcode = b"" 30 | 31 | def decode(self, data): 32 | self._decode(data) 33 | 34 | def encode(self): 35 | return self._encode() 36 | 37 | def _decode(self, data): 38 | self._data = bytes(data) 39 | # First line must be "xgcode 1.0\n" 40 | rows = self._data.split(b'\n') 41 | if len(rows) < 2: 42 | print("gx.py: less than 2 rows") 43 | return 44 | if rows[0] != b"xgcode 1.0": 45 | print("invalid header") 46 | return 47 | # Header is first line + \n + second line 48 | header = rows[0] + b'\n' + rows[1] + b'\n' 49 | self._header = header 50 | # Version information 51 | offset = 0 52 | self.version = struct.unpack_from("<12s", header, offset)[0] 53 | offset = len(self.version) 54 | # Header constants 55 | cons = struct.unpack_from("<4l", header, offset) 56 | self.bitmap_start = cons[1] 57 | self.gcode_start = cons[2] 58 | # Metadata 59 | offset = 0x1C 60 | t, f1, f2, met = struct.unpack_from(" .\tempjunk.txt 65 | 66 | REM Copy the rest of the Prusa Generated GCODE after that 67 | type %1 >> .\tempjunk.txt 68 | 69 | REM Now copy our temp file back into the Prusa GCODE, essentially replacing it 70 | REM with our inserted changes 71 | type .\tempjunk.txt >%1 72 | REM Optimization, we can copy the temp file and replace all Z: cmds in one step 73 | REM by doing this PIPE into sed (saves copying the file a 2nd time). Unfortunately 74 | REM this also creates a temporary file named sed in the current directory 75 | type .\tempjunk.txt | "c:\program files (x86)\GnuWin32\bin\sed.exe" " s/^ *;Z:/;layer:/g" > %1 76 | 77 | REM We can safely delete our temp file now 78 | del .\tempjunk.txt 79 | 80 | REM SED also creates temporary files with the first 3 letter of the file name being "sed" 81 | REM and having no 3 letter extent (like sed.exe) So delete those files now. 82 | del .\sed???????? 83 | 84 | REM If you disable the Optimization just above, uncomment the sed code below. 85 | REM Now here's the 2nd part. Replace Prusa's ;Z:0.2 height comments to FF style ;layer:0.2 86 | REM The value after Z:___ (above 0.2) is preserved in our generated ;layer:___ comment 87 | REM Replace Prusa GCODE that begins with ;Z: to a comment that the Adventurer 4 88 | REM firmware reads to display what layer you're on. This change, and the 89 | REM layer_count comment we added above will make the Adventurer 4 correctly 90 | REM display what layer its currently printing. 91 | REM NOTE... see optimization above, saves copying the GCode file a 2nd time 92 | REM Since it was done up there... no longer need it here. 93 | REM "c:\program files (x86)\GnuWin32\bin\sed.exe" -i " s/^ *;Z:/;layer:/g" %1 94 | 95 | 96 | -------------------------------------------------------------------------------- /Prusa/Archive/Prusa Adv4_config_bundle.ini: -------------------------------------------------------------------------------- 1 | # generated by PrusaSlicer 2.4.2+win64 on 2022-05-16 at 17:44:22 UTC 2 | 3 | [print:Adventurer 4 0.4 Print Settings] 4 | avoid_crossing_perimeters = 1 5 | avoid_crossing_perimeters_max_detour = 60 6 | bottom_fill_pattern = monotonic 7 | bottom_solid_layers = 3 8 | bottom_solid_min_thickness = 0 9 | bridge_acceleration = 700 10 | bridge_angle = 0 11 | bridge_flow_ratio = 1 12 | bridge_speed = 15 13 | brim_separation = 0 14 | brim_type = no_brim 15 | brim_width = 0 16 | clip_multipart_objects = 1 17 | compatible_printers = 18 | compatible_printers_condition = 19 | complete_objects = 0 20 | default_acceleration = 1000 21 | dont_support_bridges = 1 22 | draft_shield = disabled 23 | elefant_foot_compensation = 0 24 | ensure_vertical_shell_thickness = 0 25 | external_perimeter_extrusion_width = 0 26 | external_perimeter_speed = 25 27 | external_perimeters_first = 0 28 | extra_perimeters = 1 29 | extruder_clearance_height = 20 30 | extruder_clearance_radius = 20 31 | extrusion_width = 0.4 32 | fill_angle = 45 33 | fill_density = 6% 34 | fill_pattern = honeycomb 35 | first_layer_acceleration = 800 36 | first_layer_acceleration_over_raft = 0 37 | first_layer_extrusion_width = 0 38 | first_layer_height = 0.2 39 | first_layer_speed = 15 40 | first_layer_speed_over_raft = 30 41 | fuzzy_skin = none 42 | fuzzy_skin_point_dist = 0.8 43 | fuzzy_skin_thickness = 0.3 44 | gap_fill_enabled = 0 45 | gap_fill_speed = 0 46 | gcode_comments = 0 47 | gcode_label_objects = 0 48 | gcode_resolution = 0.0125 49 | gcode_substitutions = "^\\ *?M107\\ *?$";";M107 Disabled by Script Change";r;"Comment out M107 Extruder Cooling Fan Off, add 10% fan in Start GCODE";"(^G1 Z\\.[0-9]++ F)";"${1}420\\n; was F";r;"Flashforge Z height must be F420";"(^M106 S[0-9]++)";"${1}\\n; was ";r;"Rem decimal in Fan Speed (must be integer)";"(^\\ *?M140\\ *?S[0-9]++)";"${1} T0\\n; was ";r;"Append T0 to M140 Bed Temp Change & mv comments next line";"(^\\ *?M104\\ *?S[0-9]++)";"${1} T0\\n; was ";r;"Append T0 to M104 Extruder Temp, mv comments to next line" 50 | infill_acceleration = 1000 51 | infill_anchor = 0 52 | infill_anchor_max = 50 53 | infill_every_layers = 1 54 | infill_extruder = 1 55 | infill_extrusion_width = 0 56 | infill_first = 0 57 | infill_only_where_needed = 0 58 | infill_overlap = 20% 59 | infill_speed = 25 60 | inherits = 61 | interface_shells = 0 62 | ironing = 0 63 | ironing_flowrate = 15% 64 | ironing_spacing = 0.1 65 | ironing_speed = 15 66 | ironing_type = top 67 | layer_height = 0.2 68 | max_print_speed = 35 69 | max_volumetric_speed = 0 70 | min_skirt_length = 0 71 | mmu_segmented_region_max_width = 0 72 | notes = 73 | only_retract_when_crossing_perimeters = 1 74 | ooze_prevention = 0 75 | output_filename_format = [input_filename_base].gcode 76 | overhangs = 1 77 | perimeter_acceleration = 600 78 | perimeter_extruder = 1 79 | perimeter_extrusion_width = 0.4 80 | perimeter_speed = 30 81 | perimeters = 4 82 | post_process = "\"c:\\users\\don\\desktop\\3d print\\FixGCODE.bat\"" 83 | print_settings_id = Adventurer 4 0.4 Fine Athena FACE 84 | raft_contact_distance = 0.1 85 | raft_expansion = 1.5 86 | raft_first_layer_density = 96% 87 | raft_first_layer_expansion = 0 88 | raft_layers = 0 89 | resolution = 0 90 | seam_position = rear 91 | single_extruder_multi_material_priming = 1 92 | skirt_distance = 6 93 | skirt_height = 1 94 | skirts = 1 95 | slice_closing_radius = 0.049 96 | slicing_mode = regular 97 | small_perimeter_speed = 15 98 | solid_infill_below_area = 100 99 | solid_infill_every_layers = 0 100 | solid_infill_extruder = 1 101 | solid_infill_extrusion_width = 0 102 | solid_infill_speed = 35 103 | spiral_vase = 0 104 | standby_temperature_delta = -5 105 | support_material = 0 106 | support_material_angle = 0 107 | support_material_auto = 0 108 | support_material_bottom_contact_distance = 0 109 | support_material_bottom_interface_layers = -1 110 | support_material_buildplate_only = 0 111 | support_material_closing_radius = 2 112 | support_material_contact_distance = 0.2 113 | support_material_enforce_layers = 0 114 | support_material_extruder = 1 115 | support_material_extrusion_width = 0 116 | support_material_interface_contact_loops = 0 117 | support_material_interface_extruder = 1 118 | support_material_interface_layers = 3 119 | support_material_interface_pattern = rectilinear 120 | support_material_interface_spacing = 0 121 | support_material_interface_speed = 15 122 | support_material_pattern = rectilinear 123 | support_material_spacing = 2.5 124 | support_material_speed = 15 125 | support_material_style = grid 126 | support_material_synchronize_layers = 0 127 | support_material_threshold = 30 128 | support_material_with_sheath = 0 129 | support_material_xy_spacing = 1 130 | thick_bridges = 1 131 | thin_walls = 1 132 | threads = 16 133 | top_fill_pattern = monotonic 134 | top_infill_extrusion_width = 0 135 | top_solid_infill_speed = 25 136 | top_solid_layers = 4 137 | top_solid_min_thickness = 0 138 | travel_speed = 85 139 | travel_speed_z = 12.5 140 | wipe_tower = 0 141 | wipe_tower_bridging = 10 142 | wipe_tower_brim_width = 2 143 | wipe_tower_no_sparse_layers = 0 144 | wipe_tower_rotation_angle = 0 145 | wipe_tower_width = 60 146 | wipe_tower_x = 180 147 | wipe_tower_y = 140 148 | xy_size_compensation = 0 149 | 150 | [filament:Adventurer 4 Filament Settings for PETG] 151 | bed_temperature = 90 152 | bridge_fan_speed = 40 153 | compatible_printers = 154 | compatible_printers_condition = 155 | compatible_prints = 156 | compatible_prints_condition = 157 | cooling = 0 158 | disable_fan_first_layers = 0 159 | end_filament_gcode = "; Filament-specific end gcode \n;END gcode for filament\n" 160 | extrusion_multiplier = 0.96 161 | fan_always_on = 1 162 | fan_below_layer_time = 60 163 | filament_colour = #29B2B2 164 | filament_cooling_final_speed = 3.4 165 | filament_cooling_initial_speed = 2.2 166 | filament_cooling_moves = 4 167 | filament_cost = 22 168 | filament_density = 0 169 | filament_deretract_speed = nil 170 | filament_diameter = 1.75 171 | filament_load_time = 0 172 | filament_loading_speed = 28 173 | filament_loading_speed_start = 3 174 | filament_max_volumetric_speed = 0 175 | filament_minimal_purge_on_wipe_tower = 15 176 | filament_notes = "" 177 | filament_ramming_parameters = "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" 178 | filament_retract_before_travel = nil 179 | filament_retract_before_wipe = nil 180 | filament_retract_layer_change = 1 181 | filament_retract_length = nil 182 | filament_retract_lift = nil 183 | filament_retract_lift_above = nil 184 | filament_retract_lift_below = nil 185 | filament_retract_restart_extra = nil 186 | filament_retract_speed = nil 187 | filament_settings_id = "Don PETG 0.4 FINE MARBLE FACE 01" 188 | filament_soluble = 0 189 | filament_spool_weight = 0 190 | filament_toolchange_delay = 0 191 | filament_type = PET 192 | filament_unload_time = 0 193 | filament_unloading_speed = 90 194 | filament_unloading_speed_start = 100 195 | filament_vendor = (Unknown) 196 | filament_wipe = nil 197 | first_layer_bed_temperature = 100 198 | first_layer_temperature = 235 199 | full_fan_speed_layer = 2 200 | inherits = 201 | max_fan_speed = 20 202 | min_fan_speed = 15 203 | min_print_speed = 10 204 | slowdown_below_layer_time = 5 205 | start_filament_gcode = "; Filament gcode\n" 206 | temperature = 240 207 | 208 | [printer:Adventurer 4 Printer Settings and Start End GCode] 209 | bed_custom_model = 210 | bed_custom_texture = 211 | bed_shape = -110x-100,110x-100,110x100,-110x100 212 | before_layer_gcode = 213 | between_objects_gcode = 214 | color_change_gcode = M600 215 | cooling_tube_length = 5 216 | cooling_tube_retraction = 91.5 217 | default_filament_profile = 218 | default_print_profile = 219 | deretract_speed = 43 220 | end_gcode = ;ADV4 END GCode =================\n;Set right extruder(T0) to temp 0C\nM104 S0 T0\n;Set Build Platform to 0C\nM140 S0 T0\n;Move Z outward\nG162 Z F1800\n; Home X & Y\nG28 X Y\n; Recall Offsets\nM132 X Y A B\n;Chamber Fan OFF\n;M652\n; Set RELATIVE mode\nG91\n; Disable Stepper Motors\nM18\n; ADV4 END ==================\n\n 221 | extra_loading_move = -2 222 | extruder_colour = "" 223 | extruder_offset = 0x0 224 | gcode_flavor = marlin 225 | high_current_on_filament_swap = 0 226 | host_type = octoprint 227 | inherits = 228 | layer_gcode = 229 | machine_limits_usage = time_estimate_only 230 | machine_max_acceleration_e = 5000,5000 231 | machine_max_acceleration_extruding = 1250,1250 232 | machine_max_acceleration_retracting = 1250,1250 233 | machine_max_acceleration_travel = 1500,1250 234 | machine_max_acceleration_x = 2500,1000 235 | machine_max_acceleration_y = 2500,1000 236 | machine_max_acceleration_z = 400,200 237 | machine_max_feedrate_e = 80,120 238 | machine_max_feedrate_x = 180,200 239 | machine_max_feedrate_y = 180,200 240 | machine_max_feedrate_z = 12,12 241 | machine_max_jerk_e = 10,2.5 242 | machine_max_jerk_x = 8,10 243 | machine_max_jerk_y = 8,10 244 | machine_max_jerk_z = 0.2,0.4 245 | machine_min_extruding_rate = 0,0 246 | machine_min_travel_rate = 0,0 247 | max_layer_height = 0 248 | max_print_height = 250 249 | min_layer_height = 0.12 250 | nozzle_diameter = 0.4 251 | parking_pos_retraction = 92 252 | pause_print_gcode = M25 253 | print_host = 254 | printer_model = 255 | printer_notes = 256 | printer_settings_id = Adventurer 4 0.4 SPIRAL OKAY 257 | printer_technology = FFF 258 | printer_variant = 259 | printer_vendor = 260 | printhost_apikey = 261 | printhost_cafile = 262 | remaining_times = 0 263 | retract_before_travel = 5 264 | retract_before_wipe = 5% 265 | retract_layer_change = 1 266 | retract_length = 11 267 | retract_length_toolchange = 10 268 | retract_lift = 0.4 269 | retract_lift_above = 0 270 | retract_lift_below = 0 271 | retract_restart_extra = 0 272 | retract_restart_extra_toolchange = 0 273 | retract_speed = 47 274 | silent_mode = 0 275 | single_extruder_multi_material = 0 276 | start_gcode = ;Adv4 START GCODE ===============\n; Build size/2 for XYZ, needed or Flashprint won't send\n; the Prusa generated GCode file to printer over WiFi\nM118 X48.74 Y17.58 Z21.50 T0\n; Set Heated bed\nM140 S[first_layer_bed_temperature] T0\n; Set right extruder temp\nM104 S[first_layer_temperature] T0\n; Set left extruder 0C (not present on Adv4)\n;M104 S0 T1\n; M107 w no parms, turn off part cooling fan initially\nM107\n; Set Absolute positioning mode\nG90\n;Auto Home XYZ\nG28\n; Recall all offsets from EPROM\nM132 X Y Z A B\n; Position bed\nG1 Z50.000 F420\n; Home XY to Min\nG161 X Y F3300\n; Stabilize Bed (wait for build temp)\nM7 T0\n; Stabilize tool 0 (wait for nozzle temp)\nM6 T0\n; Chamber Fan 10% (26/256)\nM651 S26\n; Extruder Forward Direction (wait for temp)\nM108 T0\n; set initial XY position\nG1 X-30.62 Y-95.00 F7140\n; Z initial location\nG1 Z.200 F420\n;Adv4 Pre-Extrude 0.4 Nozzle Edge Build Plate=====\nG1 X-39.15 Y-96.26 F7140\nG1 X89.69 Y-96.26 E17.7325 F600\nG1 X93.72 Y-95.72 E18.2518\nG1 X93.72 Y-95.72 F7140\nG1 X98.21 Y-93.87 E18.8720 F600\nG1 X100.00 Y-92.53 E19.1576\nM106 S25\n;ADV4 END of START GCODE =========\n\n 277 | template_custom_gcode = 278 | thumbnails = 279 | toolchange_gcode = 280 | use_firmware_retraction = 0 281 | use_relative_e_distances = 0 282 | use_volumetric_e = 0 283 | variable_layer_height = 1 284 | wipe = 1 285 | z_offset = 0 286 | 287 | [presets] 288 | print = Adventurer 4 0.4 Print Settings 289 | sla_print = 290 | sla_material = 291 | printer = Adventurer 4 Printer Settings and Start End GCode 292 | filament = Adventurer 4 Filament Settings for PETG 293 | physical_printer = 294 | -------------------------------------------------------------------------------- /Prusa/Archive/README.md: -------------------------------------------------------------------------------- 1 | Installation Notes: 2 | 3 | Prusa Adv4_config_bundle.ini 4 | 5 | Just follow the instructions in the video to have PrusaSlicer 6 | read this file, after you download it. Sets it up for Adv4. 7 | If you try this for another printer, change PrusaSlicer's 8 | Printer Profile to match your printer (print dimensions etc) 9 | 10 | FixGCODE.bat 11 | 12 | If you're on a PC and setup this .bat script in PrusaSlicer then: 13 | * Open this file in an editor 14 | * Find this line (line 22): cd \users\don\desktop\3d print 15 | * Change it to suit your PC install location. The folder you 16 | identify in this line must be read/writable 17 | since the script and the SED editor creates (but then removes) 18 | all temporary files it creates in that folder. 19 | * Save your changes to the file 20 | * Install this files Full Path name in PrusaSlicer 21 | 22 | Web Links mentioned in the video: 23 | * Link to all these files on OneDrive: 24 | * https://1drv.ms/u/s!Arf1YeMUEh5Gm7UT4P-x_LF4yVmC1w?e=WY0Fx4 25 | 26 | PrusaSlicer Dload Link: 27 | * https://www.prusa3d.com/page/prusaslicer_424/ 28 | 29 | SED Stream Editor for Windows 30 | * https://sourceforge.net/projects/gnuwin32/files/sed/4.2-1/ 31 | 32 | Angus on Makers Muse 33 | * How to Control EVERY setting using Prusa Slicer 2.4.1 34 | * https://www.youtube.com/watch?v=Z7eKL7AhzNg&t=255s 35 | 36 | Author 37 | * Don deCourcelle 38 | * https://www.youtube.com/watch?v=Kz5Kc8BMcpo&t=7s 39 | 40 | -------------------------------------------------------------------------------- /Prusa/Bundles/FlashForge_Adventurer_4.ini: -------------------------------------------------------------------------------- 1 | # generated by PrusaSlicer 2.7.2+MacOS-arm64 on 2024-03-28 at 12:52:12 UTC 2 | 3 | [print:FlashForge PETG] 4 | arc_fitting = disabled 5 | avoid_crossing_curled_overhangs = 0 6 | avoid_crossing_perimeters = 1 7 | avoid_crossing_perimeters_max_detour = 0 8 | bottom_fill_pattern = monotonic 9 | bottom_solid_layers = 3 10 | bottom_solid_min_thickness = 0 11 | bridge_acceleration = 700 12 | bridge_angle = 0 13 | bridge_flow_ratio = 1 14 | bridge_speed = 15 15 | brim_separation = 0 16 | brim_type = no_brim 17 | brim_width = 2 18 | compatible_printers = 19 | compatible_printers_condition = 20 | complete_objects = 1 21 | default_acceleration = 10000 22 | dont_support_bridges = 1 23 | draft_shield = disabled 24 | elefant_foot_compensation = 0.2 25 | enable_dynamic_overhang_speeds = 0 26 | external_perimeter_acceleration = 3000 27 | external_perimeter_extrusion_width = 0 28 | external_perimeter_speed = 15 29 | external_perimeters_first = 0 30 | extra_perimeters = 1 31 | extra_perimeters_on_overhangs = 0 32 | extruder_clearance_height = 90 33 | extruder_clearance_radius = 50 34 | extrusion_width = 0 35 | fill_angle = 45 36 | fill_density = 15% 37 | fill_pattern = honeycomb 38 | first_layer_acceleration = 800 39 | first_layer_acceleration_over_raft = 0 40 | first_layer_extrusion_width = 200% 41 | first_layer_height = 0.2 42 | first_layer_speed = 15 43 | first_layer_speed_over_raft = 30 44 | fuzzy_skin = none 45 | fuzzy_skin_point_dist = 0.8 46 | fuzzy_skin_thickness = 0.3 47 | gap_fill_enabled = 1 48 | gap_fill_speed = 15 49 | gcode_comments = 0 50 | gcode_label_objects = disabled 51 | gcode_resolution = 0.0125 52 | gcode_substitutions = "(^M106 S[0-9]++)(.*)";($1);r;"Remove decimal in Fan Speed (must be integer)";"(^\\ *?M140\\ *?S[0-9]++)(.*)";"($1) T0";r;"Append T0 to M140 Bed Temp Change & mv comments next line";"(^\\ *?M104\\ *?S[0-9]++)(.*)";"($1) T0";r;"Append T0 to M104 Extruder Temp, mv comments to next line";";LAYER_CHANGE[\\s\\S]*?;Z:(.*)[\\s\\S]*?;HEIGHT:(.*)";";LAYER_CHANGE\\n;Z:${1}\\n;HEIGHT:${2}\\n;layer:\\2";r;"FlashPrint Support";";TYPE:Perimeter";";TYPE:Perimeter\\n;structure:shell-inner";;"FlashPrint Support";";TYPE:External perimeter";";TYPE:External perimeter\\n;structure:shell-outer";;"FlashPrint Support";";TYPE:Solid infill";";TYPE:Solid infill\\n;structure:infill-solid";;"FlashPrint Support";";TYPE:Internal infill";";TYPE:Internal infill\\n;structure:infill-sparse";;"FlashPrint Support" 53 | infill_acceleration = 10000 54 | infill_anchor = 0 55 | infill_anchor_max = 50 56 | infill_every_layers = 1 57 | infill_extruder = 1 58 | infill_extrusion_width = 0 59 | infill_first = 0 60 | infill_overlap = 25% 61 | infill_speed = 25 62 | inherits = 63 | interface_shells = 0 64 | ironing = 0 65 | ironing_flowrate = 15% 66 | ironing_spacing = 0.1 67 | ironing_speed = 15 68 | ironing_type = topmost 69 | layer_height = 0.2 70 | max_print_speed = 35 71 | max_volumetric_extrusion_rate_slope_negative = 0 72 | max_volumetric_extrusion_rate_slope_positive = 0 73 | max_volumetric_speed = 0 74 | min_bead_width = 85% 75 | min_feature_size = 25% 76 | min_skirt_length = 0 77 | mmu_segmented_region_interlocking_depth = 0 78 | mmu_segmented_region_max_width = 0 79 | notes = 80 | only_retract_when_crossing_perimeters = 0 81 | ooze_prevention = 0 82 | output_filename_format = [input_filename_base].gcode 83 | overhang_speed_0 = 15 84 | overhang_speed_1 = 15 85 | overhang_speed_2 = 20 86 | overhang_speed_3 = 25 87 | overhangs = 1 88 | perimeter_acceleration = 5000 89 | perimeter_extruder = 1 90 | perimeter_extrusion_width = 0 91 | perimeter_generator = arachne 92 | perimeter_speed = 20 93 | perimeters = 3 94 | post_process = 95 | print_settings_id = 96 | raft_contact_distance = 0.1 97 | raft_expansion = 1.5 98 | raft_first_layer_density = 96% 99 | raft_first_layer_expansion = 3 100 | raft_layers = 0 101 | resolution = 0 102 | seam_position = aligned 103 | single_extruder_multi_material_priming = 1 104 | skirt_distance = 6 105 | skirt_height = 1 106 | skirts = 1 107 | slice_closing_radius = 0.049 108 | slicing_mode = regular 109 | small_perimeter_speed = 15 110 | solid_infill_acceleration = 8000 111 | solid_infill_below_area = 50 112 | solid_infill_every_layers = 0 113 | solid_infill_extruder = 1 114 | solid_infill_extrusion_width = 0 115 | solid_infill_speed = 20 116 | spiral_vase = 0 117 | staggered_inner_seams = 0 118 | standby_temperature_delta = -5 119 | support_material = 1 120 | support_material_angle = 0 121 | support_material_auto = 0 122 | support_material_bottom_contact_distance = 0 123 | support_material_bottom_interface_layers = -1 124 | support_material_buildplate_only = 1 125 | support_material_closing_radius = 2 126 | support_material_contact_distance = 0.2 127 | support_material_enforce_layers = 0 128 | support_material_extruder = 1 129 | support_material_extrusion_width = 0 130 | support_material_interface_contact_loops = 0 131 | support_material_interface_extruder = 1 132 | support_material_interface_layers = 3 133 | support_material_interface_pattern = rectilinear 134 | support_material_interface_spacing = 0 135 | support_material_interface_speed = 100% 136 | support_material_pattern = rectilinear 137 | support_material_spacing = 2.5 138 | support_material_speed = 15 139 | support_material_style = grid 140 | support_material_synchronize_layers = 0 141 | support_material_threshold = 30 142 | support_material_with_sheath = 1 143 | support_material_xy_spacing = 50% 144 | support_tree_angle = 40 145 | support_tree_angle_slow = 25 146 | support_tree_branch_diameter = 2 147 | support_tree_branch_diameter_angle = 5 148 | support_tree_branch_diameter_double_wall = 3 149 | support_tree_branch_distance = 1 150 | support_tree_tip_diameter = 0.8 151 | support_tree_top_rate = 15% 152 | thick_bridges = 1 153 | thin_walls = 1 154 | top_fill_pattern = monotonic 155 | top_infill_extrusion_width = 0 156 | top_solid_infill_acceleration = 5000 157 | top_solid_infill_speed = 15 158 | top_solid_layers = 4 159 | top_solid_min_thickness = 0 160 | travel_acceleration = 8000 161 | travel_speed = 150 162 | travel_speed_z = 12.5 163 | wall_distribution_count = 1 164 | wall_transition_angle = 10 165 | wall_transition_filter_deviation = 25% 166 | wall_transition_length = 100% 167 | wipe_tower = 0 168 | wipe_tower_bridging = 10 169 | wipe_tower_brim_width = 2 170 | wipe_tower_cone_angle = 0 171 | wipe_tower_extra_spacing = 100% 172 | wipe_tower_extruder = 0 173 | wipe_tower_no_sparse_layers = 0 174 | wipe_tower_rotation_angle = 0 175 | wipe_tower_width = 60 176 | wipe_tower_x = 180 177 | wipe_tower_y = 140 178 | xy_size_compensation = 0 179 | 180 | [print:FlashForge PLA] 181 | arc_fitting = disabled 182 | avoid_crossing_curled_overhangs = 0 183 | avoid_crossing_perimeters = 0 184 | avoid_crossing_perimeters_max_detour = 0 185 | bottom_fill_pattern = monotonic 186 | bottom_solid_layers = 3 187 | bottom_solid_min_thickness = 0 188 | bridge_acceleration = 700 189 | bridge_angle = 0 190 | bridge_flow_ratio = 1 191 | bridge_speed = 25 192 | brim_separation = 0 193 | brim_type = no_brim 194 | brim_width = 2 195 | compatible_printers = 196 | compatible_printers_condition = 197 | complete_objects = 1 198 | default_acceleration = 10000 199 | dont_support_bridges = 1 200 | draft_shield = disabled 201 | elefant_foot_compensation = 0 202 | enable_dynamic_overhang_speeds = 0 203 | external_perimeter_acceleration = 3000 204 | external_perimeter_extrusion_width = 0 205 | external_perimeter_speed = 50% 206 | external_perimeters_first = 0 207 | extra_perimeters = 1 208 | extra_perimeters_on_overhangs = 0 209 | extruder_clearance_height = 90 210 | extruder_clearance_radius = 50 211 | extrusion_width = 0 212 | fill_angle = 45 213 | fill_density = 15% 214 | fill_pattern = honeycomb 215 | first_layer_acceleration = 800 216 | first_layer_acceleration_over_raft = 0 217 | first_layer_extrusion_width = 200% 218 | first_layer_height = 0.2 219 | first_layer_speed = 15 220 | first_layer_speed_over_raft = 30 221 | fuzzy_skin = none 222 | fuzzy_skin_point_dist = 0.8 223 | fuzzy_skin_thickness = 0.3 224 | gap_fill_enabled = 1 225 | gap_fill_speed = 20 226 | gcode_comments = 0 227 | gcode_label_objects = disabled 228 | gcode_resolution = 0.0125 229 | gcode_substitutions = "(^M106 S[0-9]++)(.*)";($1);r;"Remove decimal in Fan Speed (must be integer)";"(^\\ *?M140\\ *?S[0-9]++)(.*)";"($1) T0";r;"Append T0 to M140 Bed Temp Change & mv comments next line";"(^\\ *?M104\\ *?S[0-9]++)(.*)";"($1) T0";r;"Append T0 to M104 Extruder Temp, mv comments to next line";";LAYER_CHANGE[\\s\\S]*?;Z:(.*)[\\s\\S]*?;HEIGHT:(.*)";";LAYER_CHANGE\\n;Z:${1}\\n;HEIGHT:${2}\\n;layer:\\2";r;"FlashPrint Support";";TYPE:Perimeter";";TYPE:Perimeter\\n;structure:shell-inner";;"FlashPrint Support";";TYPE:External perimeter";";TYPE:External perimeter\\n;structure:shell-outer";;"FlashPrint Support";";TYPE:Solid infill";";TYPE:Solid infill\\n;structure:infill-solid";;"FlashPrint Support";";TYPE:Internal infill";";TYPE:Internal infill\\n;structure:infill-sparse";;"FlashPrint Support" 230 | infill_acceleration = 10000 231 | infill_anchor = 0 232 | infill_anchor_max = 50 233 | infill_every_layers = 1 234 | infill_extruder = 1 235 | infill_extrusion_width = 0 236 | infill_first = 0 237 | infill_overlap = 25% 238 | infill_speed = 50 239 | inherits = 240 | interface_shells = 0 241 | ironing = 1 242 | ironing_flowrate = 15% 243 | ironing_spacing = 0.1 244 | ironing_speed = 15 245 | ironing_type = topmost 246 | layer_height = 0.2 247 | max_print_speed = 50 248 | max_volumetric_extrusion_rate_slope_negative = 2 249 | max_volumetric_extrusion_rate_slope_positive = 2 250 | max_volumetric_speed = 0 251 | min_bead_width = 85% 252 | min_feature_size = 25% 253 | min_skirt_length = 0 254 | mmu_segmented_region_interlocking_depth = 0 255 | mmu_segmented_region_max_width = 0 256 | notes = 257 | only_retract_when_crossing_perimeters = 0 258 | ooze_prevention = 0 259 | output_filename_format = [input_filename_base].gcode 260 | overhang_speed_0 = 15 261 | overhang_speed_1 = 15 262 | overhang_speed_2 = 20 263 | overhang_speed_3 = 25 264 | overhangs = 1 265 | perimeter_acceleration = 5000 266 | perimeter_extruder = 1 267 | perimeter_extrusion_width = 0 268 | perimeter_generator = arachne 269 | perimeter_speed = 50 270 | perimeters = 3 271 | post_process = 272 | print_settings_id = 273 | raft_contact_distance = 0.1 274 | raft_expansion = 1.5 275 | raft_first_layer_density = 96% 276 | raft_first_layer_expansion = 3 277 | raft_layers = 0 278 | resolution = 0 279 | seam_position = aligned 280 | single_extruder_multi_material_priming = 1 281 | skirt_distance = 6 282 | skirt_height = 1 283 | skirts = 1 284 | slice_closing_radius = 0.049 285 | slicing_mode = regular 286 | small_perimeter_speed = 15 287 | solid_infill_acceleration = 8000 288 | solid_infill_below_area = 50 289 | solid_infill_every_layers = 0 290 | solid_infill_extruder = 1 291 | solid_infill_extrusion_width = 0 292 | solid_infill_speed = 50% 293 | spiral_vase = 0 294 | staggered_inner_seams = 0 295 | standby_temperature_delta = -5 296 | support_material = 1 297 | support_material_angle = 0 298 | support_material_auto = 0 299 | support_material_bottom_contact_distance = 0 300 | support_material_bottom_interface_layers = -1 301 | support_material_buildplate_only = 0 302 | support_material_closing_radius = 2 303 | support_material_contact_distance = 0.2 304 | support_material_enforce_layers = 0 305 | support_material_extruder = 1 306 | support_material_extrusion_width = 0 307 | support_material_interface_contact_loops = 0 308 | support_material_interface_extruder = 1 309 | support_material_interface_layers = 3 310 | support_material_interface_pattern = rectilinear 311 | support_material_interface_spacing = 0 312 | support_material_interface_speed = 100% 313 | support_material_pattern = rectilinear 314 | support_material_spacing = 2.5 315 | support_material_speed = 50 316 | support_material_style = grid 317 | support_material_synchronize_layers = 0 318 | support_material_threshold = 30 319 | support_material_with_sheath = 1 320 | support_material_xy_spacing = 50% 321 | support_tree_angle = 40 322 | support_tree_angle_slow = 25 323 | support_tree_branch_diameter = 2 324 | support_tree_branch_diameter_angle = 5 325 | support_tree_branch_diameter_double_wall = 3 326 | support_tree_branch_distance = 1 327 | support_tree_tip_diameter = 0.8 328 | support_tree_top_rate = 15% 329 | thick_bridges = 1 330 | thin_walls = 1 331 | top_fill_pattern = monotonic 332 | top_infill_extrusion_width = 0 333 | top_solid_infill_acceleration = 5000 334 | top_solid_infill_speed = 15 335 | top_solid_layers = 3 336 | top_solid_min_thickness = 0 337 | travel_acceleration = 8000 338 | travel_speed = 150 339 | travel_speed_z = 12.5 340 | wall_distribution_count = 1 341 | wall_transition_angle = 10 342 | wall_transition_filter_deviation = 25% 343 | wall_transition_length = 100% 344 | wipe_tower = 0 345 | wipe_tower_bridging = 10 346 | wipe_tower_brim_width = 2 347 | wipe_tower_cone_angle = 0 348 | wipe_tower_extra_spacing = 100% 349 | wipe_tower_extruder = 0 350 | wipe_tower_no_sparse_layers = 0 351 | wipe_tower_rotation_angle = 0 352 | wipe_tower_width = 60 353 | wipe_tower_x = 180 354 | wipe_tower_y = 140 355 | xy_size_compensation = 0 356 | 357 | [print:FlashForge TPU] 358 | arc_fitting = disabled 359 | avoid_crossing_curled_overhangs = 0 360 | avoid_crossing_perimeters = 1 361 | avoid_crossing_perimeters_max_detour = 0 362 | bottom_fill_pattern = monotonic 363 | bottom_solid_layers = 3 364 | bottom_solid_min_thickness = 0 365 | bridge_acceleration = 700 366 | bridge_angle = 0 367 | bridge_flow_ratio = 1 368 | bridge_speed = 25 369 | brim_separation = 0 370 | brim_type = no_brim 371 | brim_width = 2 372 | compatible_printers = 373 | compatible_printers_condition = 374 | complete_objects = 1 375 | default_acceleration = 10000 376 | dont_support_bridges = 1 377 | draft_shield = disabled 378 | elefant_foot_compensation = 0 379 | enable_dynamic_overhang_speeds = 0 380 | external_perimeter_acceleration = 3000 381 | external_perimeter_extrusion_width = 0 382 | external_perimeter_speed = 50% 383 | external_perimeters_first = 0 384 | extra_perimeters = 1 385 | extra_perimeters_on_overhangs = 0 386 | extruder_clearance_height = 90 387 | extruder_clearance_radius = 50 388 | extrusion_width = 0 389 | fill_angle = 45 390 | fill_density = 100% 391 | fill_pattern = rectilinear 392 | first_layer_acceleration = 800 393 | first_layer_acceleration_over_raft = 0 394 | first_layer_extrusion_width = 200% 395 | first_layer_height = 0.2 396 | first_layer_speed = 10 397 | first_layer_speed_over_raft = 30 398 | fuzzy_skin = none 399 | fuzzy_skin_point_dist = 0.8 400 | fuzzy_skin_thickness = 0.3 401 | gap_fill_enabled = 1 402 | gap_fill_speed = 15 403 | gcode_comments = 0 404 | gcode_label_objects = disabled 405 | gcode_resolution = 0.0125 406 | gcode_substitutions = "(^M106 S[0-9]++)(.*)";($1);r;"Remove decimal in Fan Speed (must be integer)";"(^\\ *?M140\\ *?S[0-9]++)(.*)";"($1) T0";r;"Append T0 to M140 Bed Temp Change & mv comments next line";"(^\\ *?M104\\ *?S[0-9]++)(.*)";"($1) T0";r;"Append T0 to M104 Extruder Temp, mv comments to next line";";LAYER_CHANGE[\\s\\S]*?;Z:(.*)[\\s\\S]*?;HEIGHT:(.*)";";LAYER_CHANGE\\n;Z:${1}\\n;HEIGHT:${2}\\n;layer:\\2";r;"FlashPrint Support";";TYPE:Perimeter";";TYPE:Perimeter\\n;structure:shell-inner";;"FlashPrint Support";";TYPE:External perimeter";";TYPE:External perimeter\\n;structure:shell-outer";;"FlashPrint Support";";TYPE:Solid infill";";TYPE:Solid infill\\n;structure:infill-solid";;"FlashPrint Support";";TYPE:Internal infill";";TYPE:Internal infill\\n;structure:infill-sparse";;"FlashPrint Support" 407 | infill_acceleration = 10000 408 | infill_anchor = 0 409 | infill_anchor_max = 50 410 | infill_every_layers = 1 411 | infill_extruder = 1 412 | infill_extrusion_width = 0 413 | infill_first = 0 414 | infill_overlap = 25% 415 | infill_speed = 15 416 | inherits = 417 | interface_shells = 0 418 | ironing = 0 419 | ironing_flowrate = 15% 420 | ironing_spacing = 0.1 421 | ironing_speed = 15 422 | ironing_type = topmost 423 | layer_height = 0.2 424 | max_print_speed = 18 425 | max_volumetric_extrusion_rate_slope_negative = 0 426 | max_volumetric_extrusion_rate_slope_positive = 0 427 | max_volumetric_speed = 0 428 | min_bead_width = 85% 429 | min_feature_size = 25% 430 | min_skirt_length = 0 431 | mmu_segmented_region_interlocking_depth = 0 432 | mmu_segmented_region_max_width = 0 433 | notes = 434 | only_retract_when_crossing_perimeters = 0 435 | ooze_prevention = 0 436 | output_filename_format = [input_filename_base].gcode 437 | overhang_speed_0 = 15 438 | overhang_speed_1 = 15 439 | overhang_speed_2 = 20 440 | overhang_speed_3 = 25 441 | overhangs = 1 442 | perimeter_acceleration = 5000 443 | perimeter_extruder = 1 444 | perimeter_extrusion_width = 0 445 | perimeter_generator = arachne 446 | perimeter_speed = 18 447 | perimeters = 3 448 | post_process = 449 | print_settings_id = 450 | raft_contact_distance = 0.1 451 | raft_expansion = 1.5 452 | raft_first_layer_density = 96% 453 | raft_first_layer_expansion = 3 454 | raft_layers = 0 455 | resolution = 0 456 | seam_position = aligned 457 | single_extruder_multi_material_priming = 1 458 | skirt_distance = 6 459 | skirt_height = 1 460 | skirts = 1 461 | slice_closing_radius = 0.049 462 | slicing_mode = regular 463 | small_perimeter_speed = 12 464 | solid_infill_acceleration = 8000 465 | solid_infill_below_area = 50 466 | solid_infill_every_layers = 0 467 | solid_infill_extruder = 1 468 | solid_infill_extrusion_width = 0 469 | solid_infill_speed = 50% 470 | spiral_vase = 0 471 | staggered_inner_seams = 0 472 | standby_temperature_delta = -5 473 | support_material = 1 474 | support_material_angle = 0 475 | support_material_auto = 0 476 | support_material_bottom_contact_distance = 0 477 | support_material_bottom_interface_layers = -1 478 | support_material_buildplate_only = 0 479 | support_material_closing_radius = 2 480 | support_material_contact_distance = 0.2 481 | support_material_enforce_layers = 0 482 | support_material_extruder = 1 483 | support_material_extrusion_width = 0 484 | support_material_interface_contact_loops = 0 485 | support_material_interface_extruder = 1 486 | support_material_interface_layers = 3 487 | support_material_interface_pattern = rectilinear 488 | support_material_interface_spacing = 0 489 | support_material_interface_speed = 100% 490 | support_material_pattern = rectilinear 491 | support_material_spacing = 2.5 492 | support_material_speed = 15 493 | support_material_style = grid 494 | support_material_synchronize_layers = 0 495 | support_material_threshold = 30 496 | support_material_with_sheath = 1 497 | support_material_xy_spacing = 50% 498 | support_tree_angle = 40 499 | support_tree_angle_slow = 25 500 | support_tree_branch_diameter = 2 501 | support_tree_branch_diameter_angle = 5 502 | support_tree_branch_diameter_double_wall = 3 503 | support_tree_branch_distance = 1 504 | support_tree_tip_diameter = 0.8 505 | support_tree_top_rate = 15% 506 | thick_bridges = 1 507 | thin_walls = 1 508 | top_fill_pattern = monotonic 509 | top_infill_extrusion_width = 0 510 | top_solid_infill_acceleration = 5000 511 | top_solid_infill_speed = 12 512 | top_solid_layers = 3 513 | top_solid_min_thickness = 0 514 | travel_acceleration = 8000 515 | travel_speed = 150 516 | travel_speed_z = 12.5 517 | wall_distribution_count = 1 518 | wall_transition_angle = 10 519 | wall_transition_filter_deviation = 25% 520 | wall_transition_length = 100% 521 | wipe_tower = 0 522 | wipe_tower_bridging = 10 523 | wipe_tower_brim_width = 2 524 | wipe_tower_cone_angle = 0 525 | wipe_tower_extra_spacing = 100% 526 | wipe_tower_extruder = 0 527 | wipe_tower_no_sparse_layers = 0 528 | wipe_tower_rotation_angle = 0 529 | wipe_tower_width = 60 530 | wipe_tower_x = 180 531 | wipe_tower_y = 140 532 | xy_size_compensation = 0 533 | 534 | [print:Polymaker ABS] 535 | arc_fitting = disabled 536 | avoid_crossing_curled_overhangs = 0 537 | avoid_crossing_perimeters = 1 538 | avoid_crossing_perimeters_max_detour = 0 539 | bottom_fill_pattern = monotonic 540 | bottom_solid_layers = 3 541 | bottom_solid_min_thickness = 0 542 | bridge_acceleration = 700 543 | bridge_angle = 0 544 | bridge_flow_ratio = 1 545 | bridge_speed = 15 546 | brim_separation = 0 547 | brim_type = outer_only 548 | brim_width = 2 549 | compatible_printers = 550 | compatible_printers_condition = 551 | complete_objects = 1 552 | default_acceleration = 10000 553 | dont_support_bridges = 1 554 | draft_shield = disabled 555 | elefant_foot_compensation = 0.2 556 | enable_dynamic_overhang_speeds = 0 557 | external_perimeter_acceleration = 3000 558 | external_perimeter_extrusion_width = 0 559 | external_perimeter_speed = 15 560 | external_perimeters_first = 0 561 | extra_perimeters = 1 562 | extra_perimeters_on_overhangs = 0 563 | extruder_clearance_height = 90 564 | extruder_clearance_radius = 50 565 | extrusion_width = 0 566 | fill_angle = 45 567 | fill_density = 15% 568 | fill_pattern = honeycomb 569 | first_layer_acceleration = 800 570 | first_layer_acceleration_over_raft = 0 571 | first_layer_extrusion_width = 200% 572 | first_layer_height = 0.2 573 | first_layer_speed = 15 574 | first_layer_speed_over_raft = 30 575 | fuzzy_skin = none 576 | fuzzy_skin_point_dist = 0.8 577 | fuzzy_skin_thickness = 0.3 578 | gap_fill_enabled = 1 579 | gap_fill_speed = 15 580 | gcode_comments = 0 581 | gcode_label_objects = disabled 582 | gcode_resolution = 0.0125 583 | gcode_substitutions = "(^M106 S[0-9]++)(.*)";($1);r;"Remove decimal in Fan Speed (must be integer)";"(^\\ *?M140\\ *?S[0-9]++)(.*)";"($1) T0";r;"Append T0 to M140 Bed Temp Change & mv comments next line";"(^\\ *?M104\\ *?S[0-9]++)(.*)";"($1) T0";r;"Append T0 to M104 Extruder Temp, mv comments to next line";";LAYER_CHANGE[\\s\\S]*?;Z:(.*)[\\s\\S]*?;HEIGHT:(.*)";";LAYER_CHANGE\\n;Z:${1}\\n;HEIGHT:${2}\\n;layer:\\2";r;"FlashPrint Support";";TYPE:Perimeter";";TYPE:Perimeter\\n;structure:shell-inner";;"FlashPrint Support";";TYPE:External perimeter";";TYPE:External perimeter\\n;structure:shell-outer";;"FlashPrint Support";";TYPE:Solid infill";";TYPE:Solid infill\\n;structure:infill-solid";;"FlashPrint Support";";TYPE:Internal infill";";TYPE:Internal infill\\n;structure:infill-sparse";;"FlashPrint Support" 584 | infill_acceleration = 10000 585 | infill_anchor = 0 586 | infill_anchor_max = 50 587 | infill_every_layers = 1 588 | infill_extruder = 1 589 | infill_extrusion_width = 0 590 | infill_first = 0 591 | infill_overlap = 25% 592 | infill_speed = 25 593 | inherits = 594 | interface_shells = 0 595 | ironing = 0 596 | ironing_flowrate = 15% 597 | ironing_spacing = 0.1 598 | ironing_speed = 15 599 | ironing_type = topmost 600 | layer_height = 0.2 601 | max_print_speed = 35 602 | max_volumetric_extrusion_rate_slope_negative = 0 603 | max_volumetric_extrusion_rate_slope_positive = 0 604 | max_volumetric_speed = 0 605 | min_bead_width = 85% 606 | min_feature_size = 25% 607 | min_skirt_length = 0 608 | mmu_segmented_region_interlocking_depth = 0 609 | mmu_segmented_region_max_width = 0 610 | notes = 611 | only_retract_when_crossing_perimeters = 0 612 | ooze_prevention = 0 613 | output_filename_format = [input_filename_base].gcode 614 | overhang_speed_0 = 15 615 | overhang_speed_1 = 15 616 | overhang_speed_2 = 20 617 | overhang_speed_3 = 25 618 | overhangs = 1 619 | perimeter_acceleration = 5000 620 | perimeter_extruder = 1 621 | perimeter_extrusion_width = 0 622 | perimeter_generator = arachne 623 | perimeter_speed = 20 624 | perimeters = 3 625 | post_process = 626 | print_settings_id = 627 | raft_contact_distance = 0.1 628 | raft_expansion = 1.5 629 | raft_first_layer_density = 96% 630 | raft_first_layer_expansion = 3 631 | raft_layers = 0 632 | resolution = 0 633 | seam_position = aligned 634 | single_extruder_multi_material_priming = 1 635 | skirt_distance = 6 636 | skirt_height = 1 637 | skirts = 1 638 | slice_closing_radius = 0.049 639 | slicing_mode = regular 640 | small_perimeter_speed = 15 641 | solid_infill_acceleration = 8000 642 | solid_infill_below_area = 50 643 | solid_infill_every_layers = 0 644 | solid_infill_extruder = 1 645 | solid_infill_extrusion_width = 0 646 | solid_infill_speed = 20 647 | spiral_vase = 0 648 | staggered_inner_seams = 0 649 | standby_temperature_delta = -5 650 | support_material = 1 651 | support_material_angle = 0 652 | support_material_auto = 0 653 | support_material_bottom_contact_distance = 0 654 | support_material_bottom_interface_layers = -1 655 | support_material_buildplate_only = 1 656 | support_material_closing_radius = 2 657 | support_material_contact_distance = 0.2 658 | support_material_enforce_layers = 0 659 | support_material_extruder = 1 660 | support_material_extrusion_width = 0 661 | support_material_interface_contact_loops = 0 662 | support_material_interface_extruder = 1 663 | support_material_interface_layers = 3 664 | support_material_interface_pattern = rectilinear 665 | support_material_interface_spacing = 0 666 | support_material_interface_speed = 100% 667 | support_material_pattern = rectilinear 668 | support_material_spacing = 2.5 669 | support_material_speed = 15 670 | support_material_style = grid 671 | support_material_synchronize_layers = 0 672 | support_material_threshold = 30 673 | support_material_with_sheath = 1 674 | support_material_xy_spacing = 50% 675 | support_tree_angle = 40 676 | support_tree_angle_slow = 25 677 | support_tree_branch_diameter = 2 678 | support_tree_branch_diameter_angle = 5 679 | support_tree_branch_diameter_double_wall = 3 680 | support_tree_branch_distance = 1 681 | support_tree_tip_diameter = 0.8 682 | support_tree_top_rate = 15% 683 | thick_bridges = 1 684 | thin_walls = 1 685 | top_fill_pattern = monotonic 686 | top_infill_extrusion_width = 0 687 | top_solid_infill_acceleration = 5000 688 | top_solid_infill_speed = 15 689 | top_solid_layers = 4 690 | top_solid_min_thickness = 0 691 | travel_acceleration = 8000 692 | travel_speed = 150 693 | travel_speed_z = 12.5 694 | wall_distribution_count = 1 695 | wall_transition_angle = 10 696 | wall_transition_filter_deviation = 25% 697 | wall_transition_length = 100% 698 | wipe_tower = 0 699 | wipe_tower_bridging = 10 700 | wipe_tower_brim_width = 2 701 | wipe_tower_cone_angle = 0 702 | wipe_tower_extra_spacing = 100% 703 | wipe_tower_extruder = 0 704 | wipe_tower_no_sparse_layers = 0 705 | wipe_tower_rotation_angle = 0 706 | wipe_tower_width = 60 707 | wipe_tower_x = 180 708 | wipe_tower_y = 140 709 | xy_size_compensation = 0 710 | 711 | [filament:FlashForge PETG] 712 | bed_temperature = 80 713 | bridge_fan_speed = 100 714 | compatible_printers = 715 | compatible_printers_condition = 716 | compatible_prints = 717 | compatible_prints_condition = 718 | cooling = 0 719 | disable_fan_first_layers = 3 720 | enable_dynamic_fan_speeds = 0 721 | end_filament_gcode = ";== FIL END GCODE TOP ==\n;== FIL END GCODE BOT ==\n" 722 | extrusion_multiplier = 1 723 | fan_always_on = 1 724 | fan_below_layer_time = 60 725 | filament_colour = #FFFFFF 726 | filament_cooling_final_speed = 3.4 727 | filament_cooling_initial_speed = 2.2 728 | filament_cooling_moves = 4 729 | filament_cost = 22 730 | filament_density = 1.27 731 | filament_deretract_speed = nil 732 | filament_diameter = 1.75 733 | filament_load_time = 0 734 | filament_loading_speed = 28 735 | filament_loading_speed_start = 3 736 | filament_max_volumetric_speed = 0 737 | filament_minimal_purge_on_wipe_tower = 15 738 | filament_multitool_ramming = 0 739 | filament_multitool_ramming_flow = 10 740 | filament_multitool_ramming_volume = 10 741 | filament_notes = "" 742 | filament_ramming_parameters = "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" 743 | filament_retract_before_travel = nil 744 | filament_retract_before_wipe = nil 745 | filament_retract_layer_change = nil 746 | filament_retract_length = nil 747 | filament_retract_length_toolchange = nil 748 | filament_retract_lift = nil 749 | filament_retract_lift_above = nil 750 | filament_retract_lift_below = nil 751 | filament_retract_restart_extra = nil 752 | filament_retract_restart_extra_toolchange = nil 753 | filament_retract_speed = nil 754 | filament_settings_id = "" 755 | filament_soluble = 0 756 | filament_spool_weight = 0 757 | filament_toolchange_delay = 0 758 | filament_travel_lift_before_obstacle = nil 759 | filament_travel_max_lift = nil 760 | filament_travel_ramping_lift = nil 761 | filament_travel_slope = nil 762 | filament_type = PET 763 | filament_unload_time = 0 764 | filament_unloading_speed = 90 765 | filament_unloading_speed_start = 100 766 | filament_vendor = (Unknown) 767 | filament_wipe = nil 768 | first_layer_bed_temperature = 80 769 | first_layer_temperature = 235 770 | full_fan_speed_layer = 0 771 | idle_temperature = nil 772 | inherits = 773 | max_fan_speed = 100 774 | min_fan_speed = 100 775 | min_print_speed = 10 776 | overhang_fan_speed_0 = 0 777 | overhang_fan_speed_1 = 0 778 | overhang_fan_speed_2 = 0 779 | overhang_fan_speed_3 = 0 780 | slowdown_below_layer_time = 5 781 | start_filament_gcode = ";== FIL START GCODE TOP ==\n;== FIL START GCODE BOT ==" 782 | temperature = 220 783 | 784 | [filament:FlashForge PETG (Custom)] 785 | bed_temperature = 80 786 | bridge_fan_speed = 100 787 | compatible_printers = 788 | compatible_printers_condition = 789 | compatible_prints = 790 | compatible_prints_condition = 791 | cooling = 0 792 | disable_fan_first_layers = 3 793 | enable_dynamic_fan_speeds = 0 794 | end_filament_gcode = ";== FIL END GCODE TOP ==\n;== FIL END GCODE BOT ==\n" 795 | extrusion_multiplier = 1.45 796 | fan_always_on = 1 797 | fan_below_layer_time = 60 798 | filament_colour = #FFFFFF 799 | filament_cooling_final_speed = 3.4 800 | filament_cooling_initial_speed = 2.2 801 | filament_cooling_moves = 4 802 | filament_cost = 22 803 | filament_density = 1.27 804 | filament_deretract_speed = nil 805 | filament_diameter = 1.75 806 | filament_load_time = 0 807 | filament_loading_speed = 28 808 | filament_loading_speed_start = 3 809 | filament_max_volumetric_speed = 0 810 | filament_minimal_purge_on_wipe_tower = 15 811 | filament_multitool_ramming = 0 812 | filament_multitool_ramming_flow = 10 813 | filament_multitool_ramming_volume = 10 814 | filament_notes = "Original Adventurer 4 with Modifications:\n- Extruder is from an Adventurer 4 Pro, Cooling Fan at 95% is equivilent to 15%\n- Micro Swiss Bowden Extruder Gear, Extrusion Rate at 1.30% is equivilent to 1.00%" 815 | filament_ramming_parameters = "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" 816 | filament_retract_before_travel = nil 817 | filament_retract_before_wipe = nil 818 | filament_retract_layer_change = nil 819 | filament_retract_length = nil 820 | filament_retract_length_toolchange = nil 821 | filament_retract_lift = nil 822 | filament_retract_lift_above = nil 823 | filament_retract_lift_below = nil 824 | filament_retract_restart_extra = nil 825 | filament_retract_restart_extra_toolchange = nil 826 | filament_retract_speed = nil 827 | filament_settings_id = "" 828 | filament_soluble = 0 829 | filament_spool_weight = 0 830 | filament_toolchange_delay = 0 831 | filament_travel_lift_before_obstacle = nil 832 | filament_travel_max_lift = nil 833 | filament_travel_ramping_lift = nil 834 | filament_travel_slope = nil 835 | filament_type = PET 836 | filament_unload_time = 0 837 | filament_unloading_speed = 90 838 | filament_unloading_speed_start = 100 839 | filament_vendor = (Unknown) 840 | filament_wipe = nil 841 | first_layer_bed_temperature = 80 842 | first_layer_temperature = 235 843 | full_fan_speed_layer = 0 844 | idle_temperature = nil 845 | inherits = 846 | max_fan_speed = 100 847 | min_fan_speed = 100 848 | min_print_speed = 10 849 | overhang_fan_speed_0 = 0 850 | overhang_fan_speed_1 = 0 851 | overhang_fan_speed_2 = 0 852 | overhang_fan_speed_3 = 0 853 | slowdown_below_layer_time = 5 854 | start_filament_gcode = ";== FIL START GCODE TOP ==\n;== FIL START GCODE BOT ==" 855 | temperature = 220 856 | 857 | [filament:FlashForge PLA] 858 | bed_temperature = 55 859 | bridge_fan_speed = 100 860 | compatible_printers = 861 | compatible_printers_condition = 862 | compatible_prints = 863 | compatible_prints_condition = 864 | cooling = 0 865 | disable_fan_first_layers = 3 866 | enable_dynamic_fan_speeds = 0 867 | end_filament_gcode = ";== FIL END GCODE TOP ==\n;== FIL END GCODE BOT ==\n" 868 | extrusion_multiplier = 1 869 | fan_always_on = 1 870 | fan_below_layer_time = 60 871 | filament_colour = #FFFFFF 872 | filament_cooling_final_speed = 3.4 873 | filament_cooling_initial_speed = 2.2 874 | filament_cooling_moves = 4 875 | filament_cost = 22 876 | filament_density = 1.25 877 | filament_deretract_speed = nil 878 | filament_diameter = 1.75 879 | filament_load_time = 0 880 | filament_loading_speed = 28 881 | filament_loading_speed_start = 3 882 | filament_max_volumetric_speed = 0 883 | filament_minimal_purge_on_wipe_tower = 15 884 | filament_multitool_ramming = 0 885 | filament_multitool_ramming_flow = 10 886 | filament_multitool_ramming_volume = 10 887 | filament_notes = "" 888 | filament_ramming_parameters = "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" 889 | filament_retract_before_travel = nil 890 | filament_retract_before_wipe = nil 891 | filament_retract_layer_change = nil 892 | filament_retract_length = nil 893 | filament_retract_length_toolchange = nil 894 | filament_retract_lift = nil 895 | filament_retract_lift_above = nil 896 | filament_retract_lift_below = nil 897 | filament_retract_restart_extra = nil 898 | filament_retract_restart_extra_toolchange = nil 899 | filament_retract_speed = nil 900 | filament_settings_id = "" 901 | filament_soluble = 0 902 | filament_spool_weight = 171 903 | filament_toolchange_delay = 0 904 | filament_travel_lift_before_obstacle = nil 905 | filament_travel_max_lift = nil 906 | filament_travel_ramping_lift = nil 907 | filament_travel_slope = nil 908 | filament_type = PLA 909 | filament_unload_time = 0 910 | filament_unloading_speed = 90 911 | filament_unloading_speed_start = 100 912 | filament_vendor = (Unknown) 913 | filament_wipe = nil 914 | first_layer_bed_temperature = 55 915 | first_layer_temperature = 205 916 | full_fan_speed_layer = 0 917 | idle_temperature = nil 918 | inherits = 919 | max_fan_speed = 100 920 | min_fan_speed = 100 921 | min_print_speed = 10 922 | overhang_fan_speed_0 = 0 923 | overhang_fan_speed_1 = 0 924 | overhang_fan_speed_2 = 0 925 | overhang_fan_speed_3 = 0 926 | slowdown_below_layer_time = 5 927 | start_filament_gcode = ";== FIL START GCODE TOP ==\n;== FIL START GCODE BOT ==" 928 | temperature = 205 929 | 930 | [filament:FlashForge PLA (Custom)] 931 | bed_temperature = 55 932 | bridge_fan_speed = 100 933 | compatible_printers = 934 | compatible_printers_condition = 935 | compatible_prints = 936 | compatible_prints_condition = 937 | cooling = 0 938 | disable_fan_first_layers = 3 939 | enable_dynamic_fan_speeds = 0 940 | end_filament_gcode = ";== FIL END GCODE TOP ==\n;== FIL END GCODE BOT ==\n" 941 | extrusion_multiplier = 1.3 942 | fan_always_on = 1 943 | fan_below_layer_time = 60 944 | filament_colour = #FFFFFF 945 | filament_cooling_final_speed = 3.4 946 | filament_cooling_initial_speed = 2.2 947 | filament_cooling_moves = 4 948 | filament_cost = 22 949 | filament_density = 1.25 950 | filament_deretract_speed = nil 951 | filament_diameter = 1.75 952 | filament_load_time = 0 953 | filament_loading_speed = 28 954 | filament_loading_speed_start = 3 955 | filament_max_volumetric_speed = 0 956 | filament_minimal_purge_on_wipe_tower = 15 957 | filament_multitool_ramming = 0 958 | filament_multitool_ramming_flow = 10 959 | filament_multitool_ramming_volume = 10 960 | filament_notes = "Original Adventurer 4 with Modifications:\n- Extruder is from an Adventurer 4 Pro, Cooling Fan at 95% is equivilent to 15%\n- Micro Swiss Bowden Extruder Gear, Extrusion Rate at 1.30% is equivilent to 1.00%" 961 | filament_ramming_parameters = "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" 962 | filament_retract_before_travel = nil 963 | filament_retract_before_wipe = nil 964 | filament_retract_layer_change = nil 965 | filament_retract_length = nil 966 | filament_retract_length_toolchange = nil 967 | filament_retract_lift = nil 968 | filament_retract_lift_above = nil 969 | filament_retract_lift_below = nil 970 | filament_retract_restart_extra = nil 971 | filament_retract_restart_extra_toolchange = nil 972 | filament_retract_speed = nil 973 | filament_settings_id = "" 974 | filament_soluble = 0 975 | filament_spool_weight = 171 976 | filament_toolchange_delay = 0 977 | filament_travel_lift_before_obstacle = nil 978 | filament_travel_max_lift = nil 979 | filament_travel_ramping_lift = nil 980 | filament_travel_slope = nil 981 | filament_type = PLA 982 | filament_unload_time = 0 983 | filament_unloading_speed = 90 984 | filament_unloading_speed_start = 100 985 | filament_vendor = (Unknown) 986 | filament_wipe = nil 987 | first_layer_bed_temperature = 55 988 | first_layer_temperature = 220 989 | full_fan_speed_layer = 0 990 | idle_temperature = nil 991 | inherits = 992 | max_fan_speed = 100 993 | min_fan_speed = 100 994 | min_print_speed = 10 995 | overhang_fan_speed_0 = 0 996 | overhang_fan_speed_1 = 0 997 | overhang_fan_speed_2 = 0 998 | overhang_fan_speed_3 = 0 999 | slowdown_below_layer_time = 5 1000 | start_filament_gcode = ";== FIL START GCODE TOP ==\n;== FIL START GCODE BOT ==" 1001 | temperature = 220 1002 | 1003 | [filament:FlashForge TPU] 1004 | bed_temperature = 50 1005 | bridge_fan_speed = 20 1006 | compatible_printers = 1007 | compatible_printers_condition = 1008 | compatible_prints = 1009 | compatible_prints_condition = 1010 | cooling = 0 1011 | disable_fan_first_layers = 3 1012 | enable_dynamic_fan_speeds = 0 1013 | end_filament_gcode = ";== FIL END GCODE TOP ==\n;== FIL END GCODE BOT ==\n" 1014 | extrusion_multiplier = 1.1 1015 | fan_always_on = 1 1016 | fan_below_layer_time = 60 1017 | filament_colour = #000000 1018 | filament_cooling_final_speed = 3.4 1019 | filament_cooling_initial_speed = 2.2 1020 | filament_cooling_moves = 4 1021 | filament_cost = 22 1022 | filament_density = 1.25 1023 | filament_deretract_speed = nil 1024 | filament_diameter = 1.75 1025 | filament_load_time = 0 1026 | filament_loading_speed = 28 1027 | filament_loading_speed_start = 3 1028 | filament_max_volumetric_speed = 0 1029 | filament_minimal_purge_on_wipe_tower = 15 1030 | filament_multitool_ramming = 0 1031 | filament_multitool_ramming_flow = 10 1032 | filament_multitool_ramming_volume = 10 1033 | filament_notes = "" 1034 | filament_ramming_parameters = "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" 1035 | filament_retract_before_travel = nil 1036 | filament_retract_before_wipe = nil 1037 | filament_retract_layer_change = nil 1038 | filament_retract_length = nil 1039 | filament_retract_length_toolchange = nil 1040 | filament_retract_lift = nil 1041 | filament_retract_lift_above = nil 1042 | filament_retract_lift_below = nil 1043 | filament_retract_restart_extra = nil 1044 | filament_retract_restart_extra_toolchange = nil 1045 | filament_retract_speed = nil 1046 | filament_settings_id = "" 1047 | filament_soluble = 0 1048 | filament_spool_weight = 171 1049 | filament_toolchange_delay = 0 1050 | filament_travel_lift_before_obstacle = nil 1051 | filament_travel_max_lift = nil 1052 | filament_travel_ramping_lift = nil 1053 | filament_travel_slope = nil 1054 | filament_type = FLEX 1055 | filament_unload_time = 0 1056 | filament_unloading_speed = 90 1057 | filament_unloading_speed_start = 100 1058 | filament_vendor = (Unknown) 1059 | filament_wipe = nil 1060 | first_layer_bed_temperature = 50 1061 | first_layer_temperature = 220 1062 | full_fan_speed_layer = 0 1063 | idle_temperature = nil 1064 | inherits = 1065 | max_fan_speed = 100 1066 | min_fan_speed = 15 1067 | min_print_speed = 10 1068 | overhang_fan_speed_0 = 0 1069 | overhang_fan_speed_1 = 0 1070 | overhang_fan_speed_2 = 0 1071 | overhang_fan_speed_3 = 0 1072 | slowdown_below_layer_time = 5 1073 | start_filament_gcode = ";== FIL START GCODE TOP ==\n;== FIL START GCODE BOT ==" 1074 | temperature = 220 1075 | 1076 | [filament:FlashForge TPU (Custom)] 1077 | bed_temperature = 50 1078 | bridge_fan_speed = 97 1079 | compatible_printers = 1080 | compatible_printers_condition = 1081 | compatible_prints = 1082 | compatible_prints_condition = 1083 | cooling = 0 1084 | disable_fan_first_layers = 3 1085 | enable_dynamic_fan_speeds = 0 1086 | end_filament_gcode = ";== FIL END GCODE TOP ==\n;== FIL END GCODE BOT ==\n" 1087 | extrusion_multiplier = 1.4 1088 | fan_always_on = 1 1089 | fan_below_layer_time = 60 1090 | filament_colour = #000000 1091 | filament_cooling_final_speed = 3.4 1092 | filament_cooling_initial_speed = 2.2 1093 | filament_cooling_moves = 4 1094 | filament_cost = 22 1095 | filament_density = 1.25 1096 | filament_deretract_speed = nil 1097 | filament_diameter = 1.75 1098 | filament_load_time = 0 1099 | filament_loading_speed = 28 1100 | filament_loading_speed_start = 3 1101 | filament_max_volumetric_speed = 0 1102 | filament_minimal_purge_on_wipe_tower = 15 1103 | filament_multitool_ramming = 0 1104 | filament_multitool_ramming_flow = 10 1105 | filament_multitool_ramming_volume = 10 1106 | filament_notes = "Original Adventurer 4 with Modifications:\n- Extruder is from an Adventurer 4 Pro, Cooling Fan at 95% is equivilent to 15%\n- Micro Swiss Bowden Extruder Gear, Extrusion Rate at 1.30% is equivilent to 1.00%" 1107 | filament_ramming_parameters = "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" 1108 | filament_retract_before_travel = nil 1109 | filament_retract_before_wipe = nil 1110 | filament_retract_layer_change = nil 1111 | filament_retract_length = nil 1112 | filament_retract_length_toolchange = nil 1113 | filament_retract_lift = nil 1114 | filament_retract_lift_above = nil 1115 | filament_retract_lift_below = nil 1116 | filament_retract_restart_extra = nil 1117 | filament_retract_restart_extra_toolchange = nil 1118 | filament_retract_speed = nil 1119 | filament_settings_id = "" 1120 | filament_soluble = 0 1121 | filament_spool_weight = 171 1122 | filament_toolchange_delay = 0 1123 | filament_travel_lift_before_obstacle = nil 1124 | filament_travel_max_lift = nil 1125 | filament_travel_ramping_lift = nil 1126 | filament_travel_slope = nil 1127 | filament_type = FLEX 1128 | filament_unload_time = 0 1129 | filament_unloading_speed = 90 1130 | filament_unloading_speed_start = 100 1131 | filament_vendor = (Unknown) 1132 | filament_wipe = nil 1133 | first_layer_bed_temperature = 50 1134 | first_layer_temperature = 220 1135 | full_fan_speed_layer = 0 1136 | idle_temperature = nil 1137 | inherits = 1138 | max_fan_speed = 100 1139 | min_fan_speed = 95 1140 | min_print_speed = 10 1141 | overhang_fan_speed_0 = 0 1142 | overhang_fan_speed_1 = 0 1143 | overhang_fan_speed_2 = 0 1144 | overhang_fan_speed_3 = 0 1145 | slowdown_below_layer_time = 5 1146 | start_filament_gcode = ";== FIL START GCODE TOP ==\n;== FIL START GCODE BOT ==" 1147 | temperature = 220 1148 | 1149 | [filament:Polymaker ABS] 1150 | bed_temperature = 105 1151 | bridge_fan_speed = 100 1152 | compatible_printers = 1153 | compatible_printers_condition = 1154 | compatible_prints = 1155 | compatible_prints_condition = 1156 | cooling = 0 1157 | disable_fan_first_layers = 3 1158 | enable_dynamic_fan_speeds = 0 1159 | end_filament_gcode = ";== FIL END GCODE TOP ==\n;== FIL END GCODE BOT ==\n" 1160 | extrusion_multiplier = 1 1161 | fan_always_on = 1 1162 | fan_below_layer_time = 60 1163 | filament_colour = #000000 1164 | filament_cooling_final_speed = 3.4 1165 | filament_cooling_initial_speed = 2.2 1166 | filament_cooling_moves = 4 1167 | filament_cost = 22 1168 | filament_density = 1.27 1169 | filament_deretract_speed = nil 1170 | filament_diameter = 1.75 1171 | filament_load_time = 0 1172 | filament_loading_speed = 28 1173 | filament_loading_speed_start = 3 1174 | filament_max_volumetric_speed = 0 1175 | filament_minimal_purge_on_wipe_tower = 15 1176 | filament_multitool_ramming = 0 1177 | filament_multitool_ramming_flow = 10 1178 | filament_multitool_ramming_volume = 10 1179 | filament_notes = "Using Micro Swiss Bowden Extruder Gear, E-Step Modification Not Supported, Extrusion rate 1.30%" 1180 | filament_ramming_parameters = "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" 1181 | filament_retract_before_travel = nil 1182 | filament_retract_before_wipe = nil 1183 | filament_retract_layer_change = nil 1184 | filament_retract_length = nil 1185 | filament_retract_length_toolchange = nil 1186 | filament_retract_lift = nil 1187 | filament_retract_lift_above = nil 1188 | filament_retract_lift_below = nil 1189 | filament_retract_restart_extra = nil 1190 | filament_retract_restart_extra_toolchange = nil 1191 | filament_retract_speed = nil 1192 | filament_settings_id = "" 1193 | filament_soluble = 0 1194 | filament_spool_weight = 0 1195 | filament_toolchange_delay = 0 1196 | filament_travel_lift_before_obstacle = nil 1197 | filament_travel_max_lift = nil 1198 | filament_travel_ramping_lift = nil 1199 | filament_travel_slope = nil 1200 | filament_type = PET 1201 | filament_unload_time = 0 1202 | filament_unloading_speed = 90 1203 | filament_unloading_speed_start = 100 1204 | filament_vendor = (Unknown) 1205 | filament_wipe = nil 1206 | first_layer_bed_temperature = 105 1207 | first_layer_temperature = 245 1208 | full_fan_speed_layer = 0 1209 | idle_temperature = nil 1210 | inherits = 1211 | max_fan_speed = 100 1212 | min_fan_speed = 15 1213 | min_print_speed = 10 1214 | overhang_fan_speed_0 = 0 1215 | overhang_fan_speed_1 = 0 1216 | overhang_fan_speed_2 = 0 1217 | overhang_fan_speed_3 = 0 1218 | slowdown_below_layer_time = 5 1219 | start_filament_gcode = ";== FIL START GCODE TOP ==\n;== FIL START GCODE BOT ==" 1220 | temperature = 230 1221 | 1222 | [filament:Polymaker ABS (Custom)] 1223 | bed_temperature = 105 1224 | bridge_fan_speed = 100 1225 | compatible_printers = 1226 | compatible_printers_condition = 1227 | compatible_prints = 1228 | compatible_prints_condition = 1229 | cooling = 0 1230 | disable_fan_first_layers = 3 1231 | enable_dynamic_fan_speeds = 0 1232 | end_filament_gcode = ";== FIL END GCODE TOP ==\n;== FIL END GCODE BOT ==\n" 1233 | extrusion_multiplier = 1.45 1234 | fan_always_on = 1 1235 | fan_below_layer_time = 60 1236 | filament_colour = #000000 1237 | filament_cooling_final_speed = 3.4 1238 | filament_cooling_initial_speed = 2.2 1239 | filament_cooling_moves = 4 1240 | filament_cost = 22 1241 | filament_density = 1.27 1242 | filament_deretract_speed = nil 1243 | filament_diameter = 1.75 1244 | filament_load_time = 0 1245 | filament_loading_speed = 28 1246 | filament_loading_speed_start = 3 1247 | filament_max_volumetric_speed = 0 1248 | filament_minimal_purge_on_wipe_tower = 15 1249 | filament_multitool_ramming = 0 1250 | filament_multitool_ramming_flow = 10 1251 | filament_multitool_ramming_volume = 10 1252 | filament_notes = "Original Adventurer 4 with Modifications:\n- Extruder is from an Adventurer 4 Pro, Cooling Fan at 95% is equivilent to 15%\n- Micro Swiss Bowden Extruder Gear, Extrusion Rate at 1.30% is equivilent to 1.00%" 1253 | filament_ramming_parameters = "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" 1254 | filament_retract_before_travel = nil 1255 | filament_retract_before_wipe = nil 1256 | filament_retract_layer_change = nil 1257 | filament_retract_length = nil 1258 | filament_retract_length_toolchange = nil 1259 | filament_retract_lift = nil 1260 | filament_retract_lift_above = nil 1261 | filament_retract_lift_below = nil 1262 | filament_retract_restart_extra = nil 1263 | filament_retract_restart_extra_toolchange = nil 1264 | filament_retract_speed = nil 1265 | filament_settings_id = "" 1266 | filament_soluble = 0 1267 | filament_spool_weight = 0 1268 | filament_toolchange_delay = 0 1269 | filament_travel_lift_before_obstacle = nil 1270 | filament_travel_max_lift = nil 1271 | filament_travel_ramping_lift = nil 1272 | filament_travel_slope = nil 1273 | filament_type = PET 1274 | filament_unload_time = 0 1275 | filament_unloading_speed = 90 1276 | filament_unloading_speed_start = 100 1277 | filament_vendor = (Unknown) 1278 | filament_wipe = nil 1279 | first_layer_bed_temperature = 105 1280 | first_layer_temperature = 245 1281 | full_fan_speed_layer = 0 1282 | idle_temperature = nil 1283 | inherits = 1284 | max_fan_speed = 100 1285 | min_fan_speed = 95 1286 | min_print_speed = 10 1287 | overhang_fan_speed_0 = 0 1288 | overhang_fan_speed_1 = 0 1289 | overhang_fan_speed_2 = 0 1290 | overhang_fan_speed_3 = 0 1291 | slowdown_below_layer_time = 5 1292 | start_filament_gcode = ";== FIL START GCODE TOP ==\n;== FIL START GCODE BOT ==" 1293 | temperature = 230 1294 | 1295 | [printer:FlashForge Adventurer 4] 1296 | autoemit_temperature_commands = 1 1297 | bed_custom_model = 1298 | bed_custom_texture = 1299 | bed_shape = -110x-100,110x-100,110x100,-110x100 1300 | before_layer_gcode = 1301 | between_objects_gcode = 1302 | binary_gcode = 0 1303 | color_change_gcode = M600 1304 | cooling_tube_length = 5 1305 | cooling_tube_retraction = 91.5 1306 | default_filament_profile = 1307 | default_print_profile = 1308 | deretract_speed = 25 1309 | end_gcode = ;== ADV4 END GCODE TOP ==\n;Set right extruder(T0) to temp 0C\nM104 S0 T0\n;Set Build Platform to 0C\nM140 S0 T0\n;Move Z outward\nG162 Z F1800\n;Home X & Y\nG28 X Y\n;Recall Offsets\nM132 X Y A B\n;Chamber Fan OFF\nM652\n;Set RELATIVE mode\nG91\n;Disable Stepper Motors\nM18\n;== ADV4 END GCODE BOT == 1310 | extra_loading_move = -2 1311 | extruder_colour = "" 1312 | extruder_offset = 0x0 1313 | gcode_flavor = marlin 1314 | high_current_on_filament_swap = 0 1315 | host_type = octoprint 1316 | inherits = 1317 | layer_gcode = 1318 | machine_limits_usage = time_estimate_only 1319 | machine_max_acceleration_e = 5000,5000 1320 | machine_max_acceleration_extruding = 1250,1250 1321 | machine_max_acceleration_retracting = 1250,1250 1322 | machine_max_acceleration_travel = 1500,1250 1323 | machine_max_acceleration_x = 2500,1000 1324 | machine_max_acceleration_y = 2500,1000 1325 | machine_max_acceleration_z = 400,200 1326 | machine_max_feedrate_e = 80,120 1327 | machine_max_feedrate_x = 180,200 1328 | machine_max_feedrate_y = 180,200 1329 | machine_max_feedrate_z = 12,12 1330 | machine_max_jerk_e = 10,2.5 1331 | machine_max_jerk_x = 8,10 1332 | machine_max_jerk_y = 8,10 1333 | machine_max_jerk_z = 0.2,0.4 1334 | machine_min_extruding_rate = 0,0 1335 | machine_min_travel_rate = 0,0 1336 | max_layer_height = 0 1337 | max_print_height = 250 1338 | min_layer_height = 0.1 1339 | nozzle_diameter = 0.4 1340 | parking_pos_retraction = 92 1341 | pause_print_gcode = M25 1342 | print_host = 1343 | printer_model = 1344 | printer_notes = 1345 | printer_settings_id = 1346 | printer_technology = FFF 1347 | printer_variant = 1348 | printer_vendor = 1349 | printhost_apikey = 1350 | printhost_cafile = 1351 | remaining_times = 0 1352 | retract_before_travel = 4 1353 | retract_before_wipe = 100% 1354 | retract_layer_change = 0 1355 | retract_length = 7 1356 | retract_length_toolchange = 10 1357 | retract_lift = 0 1358 | retract_lift_above = 0 1359 | retract_lift_below = 0 1360 | retract_restart_extra = 0 1361 | retract_restart_extra_toolchange = 0 1362 | retract_speed = 35 1363 | silent_mode = 0 1364 | single_extruder_multi_material = 0 1365 | start_gcode = ;== ADV4 START GCODE TOP ==\n;machine_type: Adventurer 4 Series\n;filename: [input_filename_base].gx\n;right_extruder_material: [filament_type]\n;filament_diameter0: [filament_diameter]\n;filament_diameter1: [filament_diameter]\n;perimeter_shells: [perimeters]\n;top_solid_layers: [top_solid_layers]\n;bottom_solid_layers: [bottom_solid_layers]\n;fill_density: [fill_density]\n;fill_pattern: [fill_pattern]\n;base_print_speed: [max_print_speed]\n;travel_speed: [travel_speed]\n;right_extruder_temperature: [temperature]\n;left_extruder_temperature: [temperature]\n;platform_temperature: [bed_temperature]\n;layer_count:[total_layer_count]\n;layer_height: [layer_height]\n;Build size for XYZ (Build Volume is verified by Slicer)\nM118 X20.00 Y20.00 Z20.00 T0\n;Set Heated bed\nM140 S[first_layer_bed_temperature] T0\n;Set right extruder temp\nM104 S[first_layer_temperature] T0\n;Set absolute positioning mode\nG90\n;Auto Home XYZ\nG28\n;Recall all offsets from EPROM\nM132 X Y Z A B\n;Position bed\nG1 Z50.000 F420\n;Home XY to Min\nG161 X Y F3300\n;Stabilize Bed (wait for build temp)\nM7 T0\n;Stabilize tool 0 (wait for nozzle temp)\nM6 T0\n;Chamber Fan 0%\nM651 S0\n;Extruder Forward Direction (wait for temp)\nM108 T0\n;Set initial XY position\nG1 X-30.62 Y-95.00 F7140\n;Set initial Z location\nG1 Z.200 F420\n;Pre-Extrude 0.4 Nozzle Edge Build Plate\nG92 E0\nG1 X89.69 Y-96.26 E17.7325 F600\nG1 X93.72 Y-95.72 E18.2518\nG1 X93.72 Y-95.72 F7140\nG1 X98.21 Y-93.87 E18.8720 F600\nG1 X100.00 Y-92.53 E19.1576\nG92 E0\n;== ADV4 START GCODE BOT == 1366 | template_custom_gcode = 1367 | thumbnails = 320x320/PNG 1368 | thumbnails_format = PNG 1369 | toolchange_gcode = 1370 | travel_lift_before_obstacle = 0 1371 | travel_max_lift = 0 1372 | travel_ramping_lift = 0 1373 | travel_slope = 0 1374 | use_firmware_retraction = 0 1375 | use_relative_e_distances = 0 1376 | use_volumetric_e = 0 1377 | variable_layer_height = 1 1378 | wipe = 1 1379 | z_offset = 0 1380 | 1381 | [printer:FlashForge Adventurer 4 (Custom)] 1382 | autoemit_temperature_commands = 1 1383 | bed_custom_model = 1384 | bed_custom_texture = 1385 | bed_shape = -110x-100,110x-100,110x100,-110x100 1386 | before_layer_gcode = 1387 | between_objects_gcode = 1388 | binary_gcode = 0 1389 | color_change_gcode = M600 1390 | cooling_tube_length = 5 1391 | cooling_tube_retraction = 91.5 1392 | default_filament_profile = 1393 | default_print_profile = 1394 | deretract_speed = 40 1395 | end_gcode = ;== ADV4 END GCODE TOP ==\n;Set right extruder(T0) to temp 0C\nM104 S0 T0\n;Set Build Platform to 0C\nM140 S0 T0\n;Move Z outward\nG162 Z F1800\n;Home X & Y\nG28 X Y\n;Recall Offsets\nM132 X Y A B\n;Chamber Fan OFF\nM652\n;Set RELATIVE mode\nG91\n;Disable Stepper Motors\nM18\n;== ADV4 END GCODE BOT == 1396 | extra_loading_move = -2 1397 | extruder_colour = #FD8008 1398 | extruder_offset = 0x0 1399 | gcode_flavor = marlin 1400 | high_current_on_filament_swap = 0 1401 | host_type = octoprint 1402 | inherits = 1403 | layer_gcode = 1404 | machine_limits_usage = time_estimate_only 1405 | machine_max_acceleration_e = 5000,5000 1406 | machine_max_acceleration_extruding = 1250,1250 1407 | machine_max_acceleration_retracting = 1250,1250 1408 | machine_max_acceleration_travel = 1500,1250 1409 | machine_max_acceleration_x = 2500,1000 1410 | machine_max_acceleration_y = 2500,1000 1411 | machine_max_acceleration_z = 400,200 1412 | machine_max_feedrate_e = 80,120 1413 | machine_max_feedrate_x = 180,200 1414 | machine_max_feedrate_y = 180,200 1415 | machine_max_feedrate_z = 12,12 1416 | machine_max_jerk_e = 10,2.5 1417 | machine_max_jerk_x = 8,10 1418 | machine_max_jerk_y = 8,10 1419 | machine_max_jerk_z = 0.2,0.4 1420 | machine_min_extruding_rate = 0,0 1421 | machine_min_travel_rate = 0,0 1422 | max_layer_height = 0 1423 | max_print_height = 250 1424 | min_layer_height = 0.1 1425 | nozzle_diameter = 0.4 1426 | parking_pos_retraction = 92 1427 | pause_print_gcode = M25 1428 | print_host = 1429 | printer_model = 1430 | printer_notes = Original Adventurer 4 with Modifications:\n- Extruder is from an Adventurer 4 Pro, Cooling Fan at 95% is equivilent to 15%\n- Micro Swiss Bowden Extruder Gear, Extrusion Rate at 1.30% is equivilent to 1.00% 1431 | printer_settings_id = 1432 | printer_technology = FFF 1433 | printer_variant = 1434 | printer_vendor = 1435 | printhost_apikey = 1436 | printhost_cafile = 1437 | remaining_times = 0 1438 | retract_before_travel = 4 1439 | retract_before_wipe = 100% 1440 | retract_layer_change = 0 1441 | retract_length = 11.4 1442 | retract_length_toolchange = 10 1443 | retract_lift = 0 1444 | retract_lift_above = 0 1445 | retract_lift_below = 0 1446 | retract_restart_extra = 0 1447 | retract_restart_extra_toolchange = 0 1448 | retract_speed = 50 1449 | silent_mode = 0 1450 | single_extruder_multi_material = 0 1451 | start_gcode = ;== ADV4 START GCODE TOP ==\n;machine_type: Adventurer 4 Series\n;filename: [input_filename_base].gx\n;right_extruder_material: [filament_type]\n;filament_diameter0: [filament_diameter]\n;filament_diameter1: [filament_diameter]\n;perimeter_shells: [perimeters]\n;top_solid_layers: [top_solid_layers]\n;bottom_solid_layers: [bottom_solid_layers]\n;fill_density: [fill_density]\n;fill_pattern: [fill_pattern]\n;base_print_speed: [max_print_speed]\n;travel_speed: [travel_speed]\n;right_extruder_temperature: [temperature]\n;left_extruder_temperature: [temperature]\n;platform_temperature: [bed_temperature]\n;layer_count:[total_layer_count]\n;layer_height: [layer_height]\n;Build size for XYZ (Build Volume is verified by Slicer)\nM118 X20.00 Y20.00 Z20.00 T0\n;Set Heated bed\nM140 S[first_layer_bed_temperature] T0\n;Set right extruder temp\nM104 S[first_layer_temperature] T0\n;Set absolute positioning mode\nG90\n;Auto Home XYZ\nG28\n;Recall all offsets from EPROM\nM132 X Y Z A B\n;Position bed\nG1 Z50.000 F420\n;Home XY to Min\nG161 X Y F3300\n;Stabilize Bed (wait for build temp)\nM7 T0\n;Stabilize tool 0 (wait for nozzle temp)\nM6 T0\n;Chamber Fan 0%\nM651 S0\n;Extruder Forward Direction (wait for temp)\nM108 T0\n;Set initial XY position\nG1 X-30.62 Y-95.00 F7140\n;Set initial Z location\nG1 Z.200 F420\n;Pre-Extrude 0.4 Nozzle Edge Build Plate\nG92 E0\nG1 X89.69 Y-96.26 E17.7325 F600\nG1 X93.72 Y-95.72 E18.2518\nG1 X93.72 Y-95.72 F7140\nG1 X98.21 Y-93.87 E18.8720 F600\nG1 X100.00 Y-92.53 E19.1576\nG92 E0\n;== ADV4 START GCODE BOT == 1452 | template_custom_gcode = 1453 | thumbnails = 320x320/PNG 1454 | thumbnails_format = PNG 1455 | toolchange_gcode = 1456 | travel_lift_before_obstacle = 0 1457 | travel_max_lift = 0 1458 | travel_ramping_lift = 0 1459 | travel_slope = 0 1460 | use_firmware_retraction = 0 1461 | use_relative_e_distances = 0 1462 | use_volumetric_e = 0 1463 | variable_layer_height = 1 1464 | wipe = 1 1465 | z_offset = 0 1466 | 1467 | [presets] 1468 | print = FlashForge TPU 1469 | sla_print = 1470 | sla_material = 1471 | printer = FlashForge Adventurer 4 (Custom) 1472 | filament = FlashForge TPU (Custom) 1473 | physical_printer = 1474 | -------------------------------------------------------------------------------- /Prusa/README.md: -------------------------------------------------------------------------------- 1 | # Firmware Compatibility 2 | Latest tested firmware is from Feburary 2023 and works without issue. 3 | * Firmware/FlashForge-Adventurer-4-Firmware-V2.2.4-2.3.zip 4 | 5 | # Import Configuration Bundle 6 | * Bundles/FlashForge_Adventurer_4.ini 7 | * Configuration, print and filament profiles have been tuned for the Adventurer 4 printer. 8 | * All post-processing is done within PrusaSlicer and there is no external script dependencies. 9 | * Export G-Code can directly forward gcode to FlashPrint in order to upload file to printer via network. 10 | 11 | # FlashForge GX File Generation (Required Step with Latest Firmware) 12 | Adventurer 4 built-in display is capable in displaying full color PNG images via the .gx file format. This plugin allows for PrusaSlicer to generate GX compatible file which is supported by both FlashPrint and the Adventurer 4 printer. Thumbnail previews are only available in the GX File Format. 13 | ### Dependencies 14 | * Scripts/FlashForgeAdapter.zip 15 | * Scripts/FlashForgeAdapter.py 16 | * Scripts/gx.py 17 | * Requires python >= 3.10 and both Python scripts above are required 18 | 19 | ### Replace Default G-Code Filename Extension (.gcode -> .gx) 20 | * PrusaSlicer -> Print Settings-> Output options -> Output file: 21 | ``` 22 | Output filename format: [input_filename_base].gx 23 | ``` 24 | 25 | ### Linux/Windows (Python Environment) 26 | * PrusaSlicer -> Print Settings-> Output options -> Post-processing scripts: 27 | ``` 28 | python /path/to/script/FlashForgeAdapter.py 29 | ``` 30 | 31 | ### macOS (Python or MiniConda Environment) 32 | * PrusaSlicer -> Print Settings-> Output options -> Post-processing scripts: 33 | ``` 34 | /path/to/script/FlashForgeAdapter.osx 35 | ``` 36 | 37 | ### Windows (No Python Environment) 38 | * Download and extract: *Scripts/FlashForgeAdapter.zip* 39 | * PrusaSlicer -> Print Settings-> Output options -> Post-processing scripts: 40 | ``` 41 | c:\path\to\executable\FlashForgeAdapter\FlashForgeAdapter.exe 42 | ``` 43 | 44 | ### Auto load FlashPrint Upon G-Code Export (Windows Example) 45 | * PrusaSlicer -> Print Settings-> Output options -> Post-processing scripts: 46 | ``` 47 | c:\path\to\executable\FlashForgeAdapter\FlashForgeAdapter.exe --ffslicer="C:\Program Files\FlashForge\FlashPrint 5\FlashPrint.exe" 48 | ``` 49 | 50 | # Note 51 | * Legacy Adventurer 4 configuration bundle can be found within Archive/ 52 | 53 | # PrusaSlicer Dload Link: 54 | * https://www.prusa3d.com/page/prusaslicer_424/ 55 | 56 | # Angus on Makers Muse 57 | * How to Control EVERY setting using Prusa Slicer 2.4.1 58 | * https://www.youtube.com/watch?v=Z7eKL7AhzNg&t=255s 59 | 60 | # Special Thanks 61 | * Don deCourcelle 62 | * https://www.youtube.com/watch?v=Kz5Kc8BMcpo&t=7s 63 | * For coming up with the original G-Code and Adventure 4 PrucaSlicer bundle. 64 | 65 | # Author 66 | * Paulo Cabral (SumolX) 67 | 68 | # Donation 69 | If you enjoyed this work or would like to see additional tuned filaments please feel free to donate or join my patreon. 70 | 71 | [![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=E4DSQMLR5JUXS) 72 | 73 | [](https://patreon.com/sumolx?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink) 74 | 75 | # Support 76 | [![discord](https://theme.zdassets.com/theme_assets/678183/cc59daa07820943e943c2fc283b9079d7003ff76.svg)](https://discord.gg/rRzp63MJtu) 77 | -------------------------------------------------------------------------------- /Prusa/Scripts/FlashForgeAdapter.osx: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Slicer Requirements 4 | # FlashPrint 5 | 6 | # Python3 Requirements 7 | # pillow 8 | 9 | # Mini Conda Requirements (optional) 10 | # create env: flashforge 11 | # conda install pillow 12 | 13 | SCRIPT_PATH=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd) 14 | 15 | # Try built-in python3 16 | if [ ! -f /opt/miniconda/etc/profile.d/conda.sh ]; then 17 | python3 ${SCRIPT_PATH}/FlashForgeAdapter.py --ffslicer="/Applications/FlashPrint 5.app/Contents/MacOS/FlashPrint" $1 18 | else 19 | source /opt/miniconda/etc/profile.d/conda.sh 20 | conda activate flashforge 21 | python3 ${SCRIPT_PATH}/FlashForgeAdapter.py --ffslicer="/Applications/FlashPrint 5.app/Contents/MacOS/FlashPrint" $1 22 | conda deactivate 23 | fi 24 | -------------------------------------------------------------------------------- /Prusa/Scripts/FlashForgeAdapter.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | # Author: Paulo Cabral (SumolX) 3 | # Date: June 22, 2022 4 | # Description: This module implements the conversion from gcode to xgcode files. 5 | # License: GPLv3 6 | 7 | from gx import GX 8 | 9 | from PIL import Image 10 | from io import BytesIO 11 | 12 | import os 13 | import sys 14 | import base64 15 | import shutil 16 | import subprocess 17 | 18 | def convertToImage(base64Thumbnail): 19 | im = Image.open(BytesIO(base64.b64decode(base64Thumbnail))) 20 | buffer = BytesIO() 21 | im.save(buffer, 'PNG') 22 | im.close() 23 | return buffer.getvalue() 24 | 25 | def parseGCode(filename): 26 | gx = GX() 27 | gcode = "" 28 | thumbnail = "" 29 | inThumbnailSection = False 30 | output_filename = "" 31 | 32 | file = open(filename, encoding='utf-8', errors='ignore') 33 | lines = file.readlines() 34 | 35 | for line in lines: 36 | if line.startswith('; thumbnail begin'): 37 | inThumbnailSection = True 38 | continue 39 | 40 | if line.startswith('; thumbnail end'): 41 | inThumbnailSection = False 42 | continue 43 | 44 | if inThumbnailSection: 45 | thumbnail = thumbnail + line[2:] 46 | else: 47 | gcode = gcode + line 48 | 49 | if line.startswith("; estimated printing time (normal mode)"): 50 | hhmmss = line.split(" = ")[1].split(" ") 51 | size = len(hhmmss) 52 | dd, hh, mm, ss = int(0), int(0), int(0), int(0) 53 | if size > 3: 54 | dd = int(hhmmss[0].split("d")[0]) * 86400 55 | hh = int(hhmmss[1].split("h")[0]) * 3600 56 | mm = int(hhmmss[2].split("m")[0]) * 60 57 | ss = int(hhmmss[3].split("s")[0]) 58 | elif size > 2: 59 | hh = int(hhmmss[0].split("h")[0]) * 3600 60 | mm = int(hhmmss[1].split("m")[0]) * 60 61 | ss = int(hhmmss[2].split("s")[0]) 62 | elif size > 1: 63 | mm = int(hhmmss[0].split("m")[0]) * 60 64 | ss = int(hhmmss[1].split("s")[0]) 65 | else: 66 | ss = int(hhmmss[0].split("s")[0]) 67 | gx.print_time = dd + hh + mm + ss 68 | 69 | if line.startswith('; filament used [mm]'): 70 | gx.filament_usage = int(line.split(' = ')[1].split('.')[0].strip()) 71 | 72 | if line.startswith('; layer_height'): 73 | gx.layer_height = int(float(line.split(' = ')[1]) * 1000) 74 | 75 | if line.startswith('; bed_temperature'): 76 | gx.bed_temperature = int(line.split(' = ')[1]) 77 | 78 | if line.startswith('; temperature'): 79 | gx.print_temperature = int(line.split(' = ')[1]) 80 | 81 | if line.startswith('; perimeters ='): 82 | gx.shells = int(line.split(' = ')[1]) 83 | 84 | if line.startswith('; max_print_speed'): 85 | gx.print_speed = int(line.split(' = ')[1]) 86 | 87 | if line.startswith(';filename:'): 88 | output_filename = line.split(': ')[1][:-1] 89 | 90 | file.close() 91 | 92 | gx.gcode = gcode.encode('latin-1', errors='ignore') 93 | gx.bmp = convertToImage(thumbnail) 94 | gx.gcode_start = gx.bitmap_start + len(gx.bmp) 95 | 96 | gx_file = open(filename, 'wb') 97 | gx_file.write(gx.encode()) 98 | gx_file.close() 99 | 100 | return os.path.join(os.path.dirname(filename), '') + output_filename 101 | 102 | if __name__ == "__main__": 103 | if len(sys.argv) > 2: 104 | gcode = sys.argv[2] 105 | gxcode = parseGCode(gcode) 106 | 107 | #--ffslicer=/path/to/FlashForge/slicer 108 | if sys.argv[1].startswith('--ffslicer'): 109 | ffslicer = sys.argv[1].split('=')[1] 110 | shutil.copy(gcode, gxcode) 111 | subprocess.Popen([ffslicer, gxcode], stdout=subprocess.PIPE, stderr=subprocess.PIPE, stdin=subprocess.PIPE, start_new_session=True) 112 | else: 113 | parseGCode(sys.argv[1]) 114 | -------------------------------------------------------------------------------- /Prusa/Scripts/FlashForgeAdapter.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SumolX/FlashForge/da81b6fc2b287ec067cff3a7a636ce8817ac9dc9/Prusa/Scripts/FlashForgeAdapter.zip -------------------------------------------------------------------------------- /Prusa/Scripts/gx.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | # Author: Ronoaldo JLP 3 | # Date: May 24, 2020 4 | # Description: This module implements parsing and writing xgcode 1.0 files. 5 | # License: GPLv3 6 | 7 | import struct 8 | import base64 9 | 10 | class GX(object): 11 | """ 12 | GX class implements the xgcode 1.0 decoding and encoding. 13 | """ 14 | 15 | def __init__(self): 16 | # Constants 17 | self.version = b"xgcode 1.0\n\0" 18 | self.bitmap_start, self.gcode_start = 58, 14512 19 | # Values from the print job 20 | self.print_time = 0 21 | self.filament_usage, self.filament_usage_left = 0, 0 22 | self.multi_extruder_type = 11 23 | self.layer_height = 0 24 | self.shells = 0 25 | self.print_speed = 0 26 | self.bed_temperature = 0 27 | self.print_temperature, self.print_temperature_left = 0, 0 28 | self.bmp = _SAMPLE_BMP 29 | self.gcode = b"" 30 | 31 | def decode(self, data): 32 | self._decode(data) 33 | 34 | def encode(self): 35 | return self._encode() 36 | 37 | def _decode(self, data): 38 | self._data = bytes(data) 39 | # First line must be "xgcode 1.0\n" 40 | rows = self._data.split(b'\n') 41 | if len(rows) < 2: 42 | print("gx.py: less than 2 rows") 43 | return 44 | if rows[0] != b"xgcode 1.0": 45 | print("invalid header") 46 | return 47 | # Header is first line + \n + second line 48 | header = rows[0] + b'\n' + rows[1] + b'\n' 49 | self._header = header 50 | # Version information 51 | offset = 0 52 | self.version = struct.unpack_from("<12s", header, offset)[0] 53 | offset = len(self.version) 54 | # Header constants 55 | cons = struct.unpack_from("<4l", header, offset) 56 | self.bitmap_start = cons[1] 57 | self.gcode_start = cons[2] 58 | # Metadata 59 | offset = 0x1C 60 | t, f1, f2, met = struct.unpack_from("](https://patreon.com/sumolx?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink) 14 | 15 | # Support 16 | [![discord](https://theme.zdassets.com/theme_assets/678183/cc59daa07820943e943c2fc283b9079d7003ff76.svg)](https://discord.gg/rRzp63MJtu_) 17 | --------------------------------------------------------------------------------