├── LICENSE ├── MK2 └── Slic3r │ ├── MK2s Pretty PLA Profile.ini │ ├── MK3 Pretty PETG Profile.ini │ ├── Pretty PETG V3.ini │ ├── Pretty PLA V3.ini │ └── README.md ├── MK3 ├── Cura │ ├── Prusa Pretty PLA V3.curaprofile │ └── README.md ├── Simplify3D │ ├── MK3_TPU.fff │ ├── PRUSA i3 mk3 0R15 LA PETG 2018-0623.fff │ ├── Prusa MK3 Quality (PLA).fff │ └── README.md └── Slic3r │ ├── MK3 3Dxtech Matte Petg.ini │ ├── MK3 Speed PLA Profile.ini │ ├── MMU2 Pretty PLA V1.2.ini │ ├── NylonX.ini │ ├── Pretty CF PETG.ini │ ├── Pretty Litho PETG.ini │ ├── Pretty Litho PLA.ini │ ├── Pretty PETG V3.ini │ ├── Pretty PLA V4.0.ini │ ├── Pretty Vase Mode.ini │ ├── README.md │ ├── Slic3r hollow vase 0.4mm nozzle PLA.ini │ ├── Slic3r hollow vase 0.6mm nozzle PLA.ini │ ├── Slic3r spiral vase 0.4mm nozzle PLA.ini │ ├── Slic3r spiral vase 0.6mm nozzle PLA.ini │ ├── archive │ ├── Chris MK3 PLA V3.ini │ ├── MK3 Pretty PETG Profile.ini │ ├── MK3 Pretty PETG V2.ini │ ├── MK3 Pretty PLA Profile.ini │ ├── MK3 Pretty PLA V2.ini │ ├── Pretty PLA V3.ini │ └── README.md │ └── pp_tpu_config.ini └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "[]" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright [yyyy] [name of copyright owner] 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /MK2/Slic3r/MK2s Pretty PLA Profile.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.40.0-beta+ on 2018-05-29 at 14:35:43 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 60 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 4 8 | bridge_acceleration = 1000 9 | bridge_angle = 0 10 | bridge_fan_speed = 100 11 | bridge_flow_ratio = 0.95 12 | bridge_speed = 60 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | complete_objects = 0 16 | cooling = 1 17 | cooling_tube_length = 5 18 | cooling_tube_retraction = 91.5 19 | default_acceleration = 1000 20 | default_filament_profile = "Prusa PLA" 21 | default_print_profile = 0.15mm OPTIMAL MK3 22 | deretract_speed = 0 23 | disable_fan_first_layers = 1 24 | dont_support_bridges = 1 25 | duplicate_distance = 6 26 | elefant_foot_compensation = 0 27 | end_filament_gcode = "; Filament-specific end gcode" 28 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\nG1 X20 Y200; home X axis\nG1 Z197 F900; move extruder up to keep P.I.N.D.A. prope away from heated bed at next start\nM84 ; disable motors\nM201 Z200 ; Reset Z axis acceleration standard 200\nM203 Z12 ; Reset Z max feedrate standard 12\nM203 E120 ; Reset extruder Max feedrate standard 120\nM205 E2.5 ; Reset extruder jerk standard 2.5\nM502 ; resets parameters from ROM\nM501 ; resets parameters from EEPROM\n\nM117 HAVE A NICE DAY :)\n\n;StarTrek\nM300 S1396 P714\nM300 S932 P238\nM300 S2489 P1428\nM300 S2349 P476\nM300 S932 P357\nM300 S1567 P357\nM300 S2093 P357\nM300 S2793 P952 29 | ensure_vertical_shell_thickness = 0 30 | external_fill_pattern = rectilinear 31 | external_perimeter_extrusion_width = 0.4 32 | external_perimeter_speed = 24 33 | external_perimeters_first = 0 34 | extra_perimeters = 0 35 | extruder_clearance_height = 20 36 | extruder_clearance_radius = 20 37 | extruder_colour = #00FFFF 38 | extruder_offset = 0x0 39 | extrusion_axis = E 40 | extrusion_multiplier = 0.95 41 | extrusion_width = 0.45 42 | fan_always_on = 1 43 | fan_below_layer_time = 100 44 | filament_colour = #FF3232 45 | filament_cost = 0 46 | filament_density = 0 47 | filament_diameter = 1.75 48 | filament_loading_speed = 28 49 | filament_max_volumetric_speed = 15 50 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\nEsun PLA\nPush PLastic PLA\nInland PLA\n3DXTech PLA" 51 | 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" 52 | filament_settings_id = "" 53 | filament_soluble = 0 54 | filament_toolchange_delay = 0 55 | filament_type = PLA 56 | filament_unloading_speed = 90 57 | fill_angle = 45 58 | fill_density = 10% 59 | fill_pattern = grid 60 | first_layer_acceleration = 1000 61 | first_layer_bed_temperature = 60 62 | first_layer_extrusion_width = 0.45 63 | first_layer_height = 0.2 64 | first_layer_speed = 20 65 | first_layer_temperature = 215 66 | gap_fill_speed = 40 67 | gcode_comments = 0 68 | gcode_flavor = marlin 69 | infill_acceleration = 1500 70 | infill_every_layers = 1 71 | infill_extruder = 1 72 | infill_extrusion_width = 0.48 73 | infill_first = 0 74 | infill_only_where_needed = 0 75 | infill_overlap = 20% 76 | infill_speed = 80 77 | inherits = 78 | interface_shells = 0 79 | layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] 80 | layer_height = 0.2 81 | max_fan_speed = 100 82 | max_layer_height = 0 83 | max_print_height = 210 84 | max_print_speed = 100 85 | max_volumetric_extrusion_rate_slope_negative = 0 86 | max_volumetric_extrusion_rate_slope_positive = 0 87 | max_volumetric_speed = 0 88 | min_fan_speed = 100 89 | min_layer_height = 0 90 | min_print_speed = 20 91 | min_skirt_length = 4 92 | notes = 93 | nozzle_diameter = 0.4 94 | octoprint_apikey = 95 | octoprint_cafile = 96 | octoprint_host = 97 | only_retract_when_crossing_perimeters = 0 98 | ooze_prevention = 0 99 | output_filename_format = MK3_[input_filename_base].gcode 100 | overhangs = 1 101 | parking_pos_retraction = 92 102 | perimeter_acceleration = 600 103 | perimeter_extruder = 1 104 | perimeter_extrusion_width = 0.45 105 | perimeter_speed = 60 106 | perimeters = 3 107 | post_process = 108 | print_settings_id = 109 | printer_model = MK3 110 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 111 | printer_settings_id = 112 | printer_variant = 0.4 113 | printer_vendor = 114 | raft_layers = 0 115 | resolution = 0 116 | retract_before_travel = 1 117 | retract_before_wipe = 10% 118 | retract_layer_change = 1 119 | retract_length = 0.8 120 | retract_length_toolchange = 4 121 | retract_lift = 0.6 122 | retract_lift_above = 0 123 | retract_lift_below = 209 124 | retract_restart_extra = 0 125 | retract_restart_extra_toolchange = 0 126 | retract_speed = 30 127 | seam_position = aligned 128 | serial_port = 129 | serial_speed = 250000 130 | single_extruder_multi_material = 0 131 | skirt_distance = 2 132 | skirt_height = 1 133 | skirts = 1 134 | slowdown_below_layer_time = 18 135 | small_perimeter_speed = 20 136 | solid_infill_below_area = 0 137 | solid_infill_every_layers = 0 138 | solid_infill_extruder = 1 139 | solid_infill_extrusion_width = 0.45 140 | solid_infill_speed = 80 141 | spiral_vase = 0 142 | standby_temperature_delta = -5 143 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}30{endif}; Filament gcode" 144 | start_gcode = M115 U3.1.1-RC5 ; tell printer latest fw version\nM221 S100 ; Set flow to 100\nM201 X1000 Y1000 Z100 E10000 ; sets maximum accelerations, mm/sec^2\nM203 X200 Y200 Z12 E120 ; sets maximum feedrates, mm/sec\nM204 S1250 T1250 ; sets acceleration (S) and retract acceleration (T)\nM205 X10 Y10 Z0.4 E2.5 ; sets the jerk limits, mm/sec\nM205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG1 E-2 ; Retract before mesh\nG80 ; mesh bed leveling\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\nM201 Z400 ; Increase Z axis acceleration standard 200\nM203 Z60 ; Increase Z max feedrate standard 12\nM203 E60 ; Decrease extruder Max feedrate standard 120\nM205 E10 ; Increase extruder jerk standard 2.5\nM205 X6 Y6 ; decrease XY jerk standard 10\n\nM117 IM PRINTING THINGS!\n 145 | support_material = 0 146 | support_material_angle = 0 147 | support_material_buildplate_only = 0 148 | support_material_contact_distance = 0.15 149 | support_material_enforce_layers = 0 150 | support_material_extruder = 0 151 | support_material_extrusion_width = 0.35 152 | support_material_interface_contact_loops = 0 153 | support_material_interface_extruder = 0 154 | support_material_interface_layers = 2 155 | support_material_interface_spacing = 0.2 156 | support_material_interface_speed = 100% 157 | support_material_pattern = rectilinear 158 | support_material_spacing = 2 159 | support_material_speed = 50 160 | support_material_synchronize_layers = 0 161 | support_material_threshold = 45 162 | support_material_with_sheath = 0 163 | support_material_xy_spacing = 60% 164 | temperature = 210 165 | thin_walls = 1 166 | threads = 8 167 | toolchange_gcode = 168 | top_infill_extrusion_width = 0.45 169 | top_solid_infill_speed = 50 170 | top_solid_layers = 5 171 | travel_speed = 100 172 | use_firmware_retraction = 0 173 | use_relative_e_distances = 1 174 | use_volumetric_e = 0 175 | variable_layer_height = 0 176 | wipe = 1 177 | wipe_tower = 0 178 | wipe_tower_bridging = 10 179 | wipe_tower_rotation_angle = 0 180 | wipe_tower_width = 60 181 | wipe_tower_x = 180 182 | wipe_tower_y = 140 183 | wiping_volumes_extruders = 70,70 184 | wiping_volumes_matrix = 0 185 | xy_size_compensation = 0 186 | z_offset = 0 187 | -------------------------------------------------------------------------------- /MK2/Slic3r/MK3 Pretty PETG Profile.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.40.0-beta+ on 2018-05-28 at 21:29:51 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 80 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 4 8 | bridge_acceleration = 1500 9 | bridge_angle = 0 10 | bridge_fan_speed = 100 11 | bridge_flow_ratio = 0.8 12 | bridge_speed = 40 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | complete_objects = 0 16 | cooling = 1 17 | cooling_tube_length = 5 18 | cooling_tube_retraction = 91.5 19 | default_acceleration = 1000 20 | default_filament_profile = "Prusa PLA" 21 | default_print_profile = 0.15mm OPTIMAL MK3 22 | deretract_speed = 0 23 | disable_fan_first_layers = 3 24 | dont_support_bridges = 1 25 | duplicate_distance = 6 26 | elefant_foot_compensation = 0 27 | end_filament_gcode = "; Filament-specific end gcode" 28 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\nG1 X20 Y200; home X axis\nG1 Z197 F900; move extruder up to keep P.I.N.D.A. prope away from heated bed at next start\nM84 ; disable motors\nM201 Z200 ; Reset Z axis acceleration standard 200\nM203 Z12 ; Reset Z max feedrate standard 12\nM203 E120 ; Reset extruder Max feedrate standard 120\nM205 E2.5 ; Reset extruder jerk standard 2.5\nM502 ; resets parameters from ROM\nM501 ; resets parameters from EEPROM\n\nM117 HAVE A NICE DAY :)\n\n;StarTrek\nM300 S1396 P714\nM300 S932 P238\nM300 S2489 P1428\nM300 S2349 P476\nM300 S932 P357\nM300 S1567 P357\nM300 S2093 P357\nM300 S2793 P952 29 | ensure_vertical_shell_thickness = 1 30 | external_fill_pattern = rectilinear 31 | external_perimeter_extrusion_width = 0.45 32 | external_perimeter_speed = 20 33 | external_perimeters_first = 0 34 | extra_perimeters = 0 35 | extruder_clearance_height = 20 36 | extruder_clearance_radius = 20 37 | extruder_colour = #C098FF 38 | extruder_offset = 0x0 39 | extrusion_axis = E 40 | extrusion_multiplier = 0.92 41 | extrusion_width = 0.45 42 | fan_always_on = 1 43 | fan_below_layer_time = 100 44 | filament_colour = #00F700 45 | filament_cost = 0 46 | filament_density = 0 47 | filament_diameter = 1.75 48 | filament_loading_speed = 28 49 | filament_max_volumetric_speed = 15 50 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\neSun PETG\n3DXTech PETG\n" 51 | 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" 52 | filament_settings_id = "" 53 | filament_soluble = 0 54 | filament_toolchange_delay = 0 55 | filament_type = PET 56 | filament_unloading_speed = 90 57 | fill_angle = 45 58 | fill_density = 20% 59 | fill_pattern = gyroid 60 | first_layer_acceleration = 1000 61 | first_layer_bed_temperature = 80 62 | first_layer_extrusion_width = 0.45 63 | first_layer_height = 0.24 64 | first_layer_speed = 15 65 | first_layer_temperature = 240 66 | gap_fill_speed = 40 67 | gcode_comments = 0 68 | gcode_flavor = marlin 69 | infill_acceleration = 1000 70 | infill_every_layers = 1 71 | infill_extruder = 1 72 | infill_extrusion_width = 0.5 73 | infill_first = 0 74 | infill_only_where_needed = 0 75 | infill_overlap = 25% 76 | infill_speed = 80 77 | inherits = 78 | interface_shells = 0 79 | layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] 80 | layer_height = 0.2 81 | max_fan_speed = 60 82 | max_layer_height = 0 83 | max_print_height = 210 84 | max_print_speed = 100 85 | max_volumetric_extrusion_rate_slope_negative = 0 86 | max_volumetric_extrusion_rate_slope_positive = 0 87 | max_volumetric_speed = 0 88 | min_fan_speed = 0 89 | min_layer_height = 0 90 | min_print_speed = 20 91 | min_skirt_length = 4 92 | notes = 93 | nozzle_diameter = 0.4 94 | octoprint_apikey = 95 | octoprint_cafile = 96 | octoprint_host = 97 | only_retract_when_crossing_perimeters = 0 98 | ooze_prevention = 0 99 | output_filename_format = [input_filename_base].gcode 100 | overhangs = 1 101 | parking_pos_retraction = 92 102 | perimeter_acceleration = 600 103 | perimeter_extruder = 1 104 | perimeter_extrusion_width = 0.45 105 | perimeter_speed = 50 106 | perimeters = 3 107 | post_process = 108 | print_settings_id = 109 | printer_model = MK3 110 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 111 | printer_settings_id = 112 | printer_variant = 0.4 113 | printer_vendor = 114 | raft_layers = 0 115 | resolution = 0 116 | retract_before_travel = 1 117 | retract_before_wipe = 10% 118 | retract_layer_change = 1 119 | retract_length = 1 120 | retract_length_toolchange = 4 121 | retract_lift = 0.6 122 | retract_lift_above = 0 123 | retract_lift_below = 209 124 | retract_restart_extra = 0 125 | retract_restart_extra_toolchange = 0 126 | retract_speed = 30 127 | seam_position = aligned 128 | serial_port = 129 | serial_speed = 250000 130 | single_extruder_multi_material = 0 131 | skirt_distance = 2 132 | skirt_height = 1 133 | skirts = 0 134 | slowdown_below_layer_time = 20 135 | small_perimeter_speed = 20 136 | solid_infill_below_area = 0 137 | solid_infill_every_layers = 0 138 | solid_infill_extruder = 1 139 | solid_infill_extrusion_width = 0.45 140 | solid_infill_speed = 60 141 | spiral_vase = 0 142 | standby_temperature_delta = -5 143 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}45{endif}; Filament gcode" 144 | start_gcode = M115 U3.1.1-RC5 ; tell printer latest fw version\nM350 E32 ;\nM92 E280 ;\nM221 S100 ; Set flow to 100\nM201 X1000 Y1000 Z100 E10000 ; sets maximum accelerations, mm/sec^2\nM203 X200 Y200 Z12 E120 ; sets maximum feedrates, mm/sec\nM204 S1250 T1250 ; sets acceleration (S) and retract acceleration (T)\nM205 X10 Y10 Z0.4 E2.5 ; sets the jerk limits, mm/sec\nM205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG1 E-2 ; Retract before mesh\nG80 ; mesh bed leveling\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\nM201 Z400 ; Increase Z axis acceleration standard 200\nM203 Z60 ; Increase Z max feedrate standard 12\nM203 E60 ; Decrease extruder Max feedrate standard 120\nM205 E10 ; Increase extruder jerk standard 2.5\nM205 X6 Y6 ; decrease XY jerk standard 10\n\nM117 IM PRINTING THINGS!\n 145 | support_material = 0 146 | support_material_angle = 0 147 | support_material_buildplate_only = 0 148 | support_material_contact_distance = 0.15 149 | support_material_enforce_layers = 0 150 | support_material_extruder = 0 151 | support_material_extrusion_width = 0.35 152 | support_material_interface_contact_loops = 0 153 | support_material_interface_extruder = 0 154 | support_material_interface_layers = 2 155 | support_material_interface_spacing = 0.2 156 | support_material_interface_speed = 100% 157 | support_material_pattern = rectilinear 158 | support_material_spacing = 2 159 | support_material_speed = 60 160 | support_material_synchronize_layers = 0 161 | support_material_threshold = 45 162 | support_material_with_sheath = 0 163 | support_material_xy_spacing = 60% 164 | temperature = 235 165 | thin_walls = 1 166 | threads = 8 167 | toolchange_gcode = 168 | top_infill_extrusion_width = 0.4 169 | top_solid_infill_speed = 50 170 | top_solid_layers = 6 171 | travel_speed = 100 172 | use_firmware_retraction = 0 173 | use_relative_e_distances = 1 174 | use_volumetric_e = 0 175 | variable_layer_height = 0 176 | wipe = 1 177 | wipe_tower = 0 178 | wipe_tower_bridging = 10 179 | wipe_tower_rotation_angle = 0 180 | wipe_tower_width = 60 181 | wipe_tower_x = 180 182 | wipe_tower_y = 140 183 | wiping_volumes_extruders = 70,70 184 | wiping_volumes_matrix = 0 185 | xy_size_compensation = 0 186 | z_offset = 0 187 | -------------------------------------------------------------------------------- /MK2/Slic3r/Pretty PETG V3.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.41.0-beta+ on 2018-08-16 at 11:54:50 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 80 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n\n\n\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 4 8 | bridge_acceleration = 1500 9 | bridge_angle = 0 10 | bridge_fan_speed = 70 11 | bridge_flow_ratio = 0.85 12 | bridge_speed = 30 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | compatible_printers_condition_cummulative = "printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK3.*/"; 16 | complete_objects = 0 17 | cooling = 1 18 | cooling_tube_length = 5 19 | cooling_tube_retraction = 91.5 20 | default_acceleration = 1000 21 | default_filament_profile = "Prusa PLA" 22 | default_print_profile = 0.15mm OPTIMAL MK3 23 | deretract_speed = 0 24 | disable_fan_first_layers = 3 25 | dont_support_bridges = 1 26 | duplicate_distance = 6 27 | elefant_foot_compensation = 0 28 | end_filament_gcode = "; Filament-specific end gcode" 29 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X20 Y200; home X axis\n\nM84 ; disable motors\n\n\n 30 | ensure_vertical_shell_thickness = 1 31 | external_fill_pattern = rectilinear 32 | external_perimeter_extrusion_width = 0.42 33 | external_perimeter_speed = 40 34 | external_perimeters_first = 0 35 | extra_loading_move = -2 36 | extra_perimeters = 0 37 | extruder_clearance_height = 20 38 | extruder_clearance_radius = 20 39 | extruder_colour = #00FFFF 40 | extruder_offset = 0x0 41 | extrusion_axis = E 42 | extrusion_multiplier = 0.92 43 | extrusion_width = 0.42 44 | fan_always_on = 1 45 | fan_below_layer_time = 100 46 | filament_colour = #00F700 47 | filament_cooling_final_speed = 3.4 48 | filament_cooling_initial_speed = 2.2 49 | filament_cooling_moves = 4 50 | filament_cost = 0 51 | filament_density = 0 52 | filament_diameter = 1.75 53 | filament_load_time = 0 54 | filament_loading_speed = 28 55 | filament_max_volumetric_speed = 15 56 | filament_minimal_purge_on_wipe_tower = 5 57 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\neSun PETG\n3DXTech PETG\n" 58 | 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" 59 | filament_settings_id = "Chris Standard PETG" 60 | filament_soluble = 0 61 | filament_toolchange_delay = 0 62 | filament_type = PET 63 | filament_unload_time = 0 64 | filament_unloading_speed = 90 65 | fill_angle = 45 66 | fill_density = 10% 67 | fill_pattern = gyroid 68 | first_layer_acceleration = 1000 69 | first_layer_bed_temperature = 75 70 | first_layer_extrusion_width = 0.42 71 | first_layer_height = 0.2 72 | first_layer_speed = 15 73 | first_layer_temperature = 240 74 | gap_fill_speed = 40 75 | gcode_comments = 0 76 | gcode_flavor = marlin 77 | infill_acceleration = 1000 78 | infill_every_layers = 1 79 | infill_extruder = 1 80 | infill_extrusion_width = 0.5 81 | infill_first = 0 82 | infill_only_where_needed = 0 83 | infill_overlap = 25% 84 | infill_speed = 80 85 | inherits_cummulative = ;;"Original Prusa i3 MK3" 86 | interface_shells = 0 87 | layer_gcode = ;AFTER_LAYER_CHANGE\n 88 | layer_height = 0.2 89 | machine_max_acceleration_e = 180,5000 90 | machine_max_acceleration_extruding = 1500,1250 91 | machine_max_acceleration_retracting = 1200,1250 92 | machine_max_acceleration_x = 4000,1000 93 | machine_max_acceleration_y = 4000,1000 94 | machine_max_acceleration_z = 300,200 95 | machine_max_feedrate_e = 120,120 96 | machine_max_feedrate_x = 500,200 97 | machine_max_feedrate_y = 500,200 98 | machine_max_feedrate_z = 12,12 99 | machine_max_jerk_e = 0.33,2.5 100 | machine_max_jerk_x = 8,10 101 | machine_max_jerk_y = 8,10 102 | machine_max_jerk_z = 0.4,0.4 103 | machine_min_extruding_rate = 0,0 104 | machine_min_travel_rate = 0,0 105 | max_fan_speed = 60 106 | max_layer_height = 0 107 | max_print_height = 210 108 | max_print_speed = 100 109 | max_volumetric_extrusion_rate_slope_negative = 0 110 | max_volumetric_extrusion_rate_slope_positive = 0 111 | max_volumetric_speed = 0 112 | min_fan_speed = 50 113 | min_layer_height = 0 114 | min_print_speed = 20 115 | min_skirt_length = 4 116 | notes = 117 | nozzle_diameter = 0.4 118 | octoprint_apikey = 119 | octoprint_cafile = 120 | octoprint_host = 121 | only_retract_when_crossing_perimeters = 0 122 | ooze_prevention = 0 123 | output_filename_format = MK3 PETG_[input_filename_base].gcode 124 | overhangs = 1 125 | parking_pos_retraction = 92 126 | perimeter_acceleration = 600 127 | perimeter_extruder = 1 128 | perimeter_extrusion_width = 0.42 129 | perimeter_speed = 80 130 | perimeters = 3 131 | post_process = 132 | print_settings_id = MK3 Prety PETG 133 | printer_model = MK3 134 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 135 | printer_settings_id = MK3 Pretty PETG 136 | printer_variant = 0.4 137 | printer_vendor = 138 | raft_layers = 0 139 | remaining_times = 0 140 | resolution = 0 141 | retract_before_travel = 2 142 | retract_before_wipe = 10% 143 | retract_layer_change = 1 144 | retract_length = 0.4 145 | retract_length_toolchange = 4 146 | retract_lift = 0 147 | retract_lift_above = 0 148 | retract_lift_below = 209 149 | retract_restart_extra = 0 150 | retract_restart_extra_toolchange = 0 151 | retract_speed = 30 152 | seam_position = aligned 153 | serial_port = 154 | serial_speed = 250000 155 | silent_mode = 1 156 | single_extruder_multi_material = 0 157 | single_extruder_multi_material_priming = 1 158 | skirt_distance = 2 159 | skirt_height = 1 160 | skirts = 0 161 | slowdown_below_layer_time = 20 162 | small_perimeter_speed = 20 163 | solid_infill_below_area = 0 164 | solid_infill_every_layers = 0 165 | solid_infill_extruder = 1 166 | solid_infill_extrusion_width = 0.42 167 | solid_infill_speed = 60 168 | spiral_vase = 0 169 | standby_temperature_delta = -5 170 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}45{endif}; Filament gcode" 171 | start_gcode = M83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 S160 ; Set extruder temp before bed level\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n\nM109 S[first_layer_temperature] ; wait for extruder temp\n\nM221 S100 ; Set flow to 100\n\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\n\n\n 172 | support_material = 0 173 | support_material_angle = 0 174 | support_material_buildplate_only = 0 175 | support_material_contact_distance = 0.15 176 | support_material_enforce_layers = 0 177 | support_material_extruder = 0 178 | support_material_extrusion_width = 0.4 179 | support_material_interface_contact_loops = 0 180 | support_material_interface_extruder = 0 181 | support_material_interface_layers = 2 182 | support_material_interface_spacing = 0.2 183 | support_material_interface_speed = 100% 184 | support_material_pattern = rectilinear 185 | support_material_spacing = 2 186 | support_material_speed = 60 187 | support_material_synchronize_layers = 0 188 | support_material_threshold = 45 189 | support_material_with_sheath = 0 190 | support_material_xy_spacing = 60% 191 | temperature = 235 192 | thin_walls = 1 193 | threads = 8 194 | toolchange_gcode = 195 | top_infill_extrusion_width = 0.42 196 | top_solid_infill_speed = 40 197 | top_solid_layers = 6 198 | travel_speed = 120 199 | use_firmware_retraction = 0 200 | use_relative_e_distances = 1 201 | use_volumetric_e = 0 202 | variable_layer_height = 0 203 | wipe = 1 204 | wipe_into_infill = 0 205 | wipe_into_objects = 0 206 | wipe_tower = 0 207 | wipe_tower_bridging = 10 208 | wipe_tower_rotation_angle = 0 209 | wipe_tower_width = 60 210 | wipe_tower_x = 180 211 | wipe_tower_y = 140 212 | wiping_volumes_extruders = 70,70 213 | wiping_volumes_matrix = 0 214 | xy_size_compensation = 0 215 | z_offset = 0 216 | -------------------------------------------------------------------------------- /MK2/Slic3r/Pretty PLA V3.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.41.0-beta+ on 2018-08-16 at 11:52:06 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 65 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n\n\n\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 3 8 | bridge_acceleration = 1000 9 | bridge_angle = 0 10 | bridge_fan_speed = 100 11 | bridge_flow_ratio = 0.95 12 | bridge_speed = 30 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | compatible_printers_condition_cummulative = "printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK3.*/ and nozzle_diameter[0]==0.4"; 16 | complete_objects = 0 17 | cooling = 1 18 | cooling_tube_length = 5 19 | cooling_tube_retraction = 91.5 20 | default_acceleration = 1000 21 | default_filament_profile = "Prusa PLA" 22 | default_print_profile = 0.15mm OPTIMAL MK3 23 | deretract_speed = 0 24 | disable_fan_first_layers = 1 25 | dont_support_bridges = 0 26 | duplicate_distance = 6 27 | elefant_foot_compensation = 0 28 | end_filament_gcode = "; Filament-specific end gcode" 29 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X20 Y200; home X axis\n\nM84 ; disable motors\n\n\n 30 | ensure_vertical_shell_thickness = 1 31 | external_fill_pattern = rectilinear 32 | external_perimeter_extrusion_width = 0.42 33 | external_perimeter_speed = 20 34 | external_perimeters_first = 0 35 | extra_loading_move = -2 36 | extra_perimeters = 0 37 | extruder_clearance_height = 20 38 | extruder_clearance_radius = 20 39 | extruder_colour = #00FFFF 40 | extruder_offset = 0x0 41 | extrusion_axis = E 42 | extrusion_multiplier = 0.95 43 | extrusion_width = 0.42 44 | fan_always_on = 1 45 | fan_below_layer_time = 100 46 | filament_colour = #FF3232 47 | filament_cooling_final_speed = 3.4 48 | filament_cooling_initial_speed = 2.2 49 | filament_cooling_moves = 4 50 | filament_cost = 0 51 | filament_density = 0 52 | filament_diameter = 1.75 53 | filament_load_time = 0 54 | filament_loading_speed = 28 55 | filament_max_volumetric_speed = 15 56 | filament_minimal_purge_on_wipe_tower = 5 57 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\nEsun PLA\nPush PLastic PLA\nInland PLA\n3DXTech PLA" 58 | 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" 59 | filament_settings_id = "Chris Pretty PLA" 60 | filament_soluble = 0 61 | filament_toolchange_delay = 0 62 | filament_type = PLA 63 | filament_unload_time = 0 64 | filament_unloading_speed = 90 65 | fill_angle = 45 66 | fill_density = 5% 67 | fill_pattern = rectilinear 68 | first_layer_acceleration = 1000 69 | first_layer_bed_temperature = 65 70 | first_layer_extrusion_width = 0.42 71 | first_layer_height = 0.2 72 | first_layer_speed = 20 73 | first_layer_temperature = 215 74 | gap_fill_speed = 50 75 | gcode_comments = 0 76 | gcode_flavor = marlin 77 | infill_acceleration = 1500 78 | infill_every_layers = 1 79 | infill_extruder = 1 80 | infill_extrusion_width = 0.42 81 | infill_first = 0 82 | infill_only_where_needed = 0 83 | infill_overlap = 20% 84 | infill_speed = 100 85 | inherits_cummulative = "0.20mm FAST MK3";;"Original Prusa i3 MK3" 86 | interface_shells = 0 87 | layer_gcode = ;AFTER_LAYER_CHANGE\n 88 | layer_height = 0.2 89 | machine_max_acceleration_e = 1000,5000 90 | machine_max_acceleration_extruding = 1500,1250 91 | machine_max_acceleration_retracting = 1200,1250 92 | machine_max_acceleration_x = 4000,1000 93 | machine_max_acceleration_y = 4000,1000 94 | machine_max_acceleration_z = 400,200 95 | machine_max_feedrate_e = 120,120 96 | machine_max_feedrate_x = 500,200 97 | machine_max_feedrate_y = 500,200 98 | machine_max_feedrate_z = 12,12 99 | machine_max_jerk_e = 1,2.5 100 | machine_max_jerk_x = 6,10 101 | machine_max_jerk_y = 6,10 102 | machine_max_jerk_z = 0.4,0.4 103 | machine_min_extruding_rate = 0,0 104 | machine_min_travel_rate = 0,0 105 | max_fan_speed = 100 106 | max_layer_height = 0 107 | max_print_height = 210 108 | max_print_speed = 100 109 | max_volumetric_extrusion_rate_slope_negative = 0 110 | max_volumetric_extrusion_rate_slope_positive = 0 111 | max_volumetric_speed = 0 112 | min_fan_speed = 100 113 | min_layer_height = 0 114 | min_print_speed = 20 115 | min_skirt_length = 4 116 | notes = 117 | nozzle_diameter = 0.4 118 | octoprint_apikey = 119 | octoprint_cafile = 120 | octoprint_host = 121 | only_retract_when_crossing_perimeters = 0 122 | ooze_prevention = 0 123 | output_filename_format = MK3_PLA [input_filename_base].gcode 124 | overhangs = 1 125 | parking_pos_retraction = 92 126 | perimeter_acceleration = 800 127 | perimeter_extruder = 1 128 | perimeter_extrusion_width = 0.42 129 | perimeter_speed = 80 130 | perimeters = 3 131 | post_process = 132 | print_settings_id = MK3 Pretty PLA 133 | printer_model = MK3 134 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 135 | printer_settings_id = MK3 Pretty PLA V2 136 | printer_variant = 0.4 137 | printer_vendor = 138 | raft_layers = 0 139 | remaining_times = 1 140 | resolution = 0 141 | retract_before_travel = 2 142 | retract_before_wipe = 10% 143 | retract_layer_change = 1 144 | retract_length = 0.8 145 | retract_length_toolchange = 4 146 | retract_lift = 0.4 147 | retract_lift_above = 0 148 | retract_lift_below = 209 149 | retract_restart_extra = 0 150 | retract_restart_extra_toolchange = 0 151 | retract_speed = 30 152 | seam_position = aligned 153 | serial_port = 154 | serial_speed = 250000 155 | silent_mode = 1 156 | single_extruder_multi_material = 0 157 | single_extruder_multi_material_priming = 1 158 | skirt_distance = 2 159 | skirt_height = 1 160 | skirts = 1 161 | slowdown_below_layer_time = 10 162 | small_perimeter_speed = 20 163 | solid_infill_below_area = 0 164 | solid_infill_every_layers = 0 165 | solid_infill_extruder = 1 166 | solid_infill_extrusion_width = 0.42 167 | solid_infill_speed = 80 168 | spiral_vase = 0 169 | standby_temperature_delta = -5 170 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}30{endif}; Filament gcode" 171 | start_gcode = M83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 S160 ; Set extruder temp before bed level\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n\nM109 S[first_layer_temperature] ; wait for extruder temp\n\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\n 172 | support_material = 0 173 | support_material_angle = 0 174 | support_material_buildplate_only = 0 175 | support_material_contact_distance = 0.15 176 | support_material_enforce_layers = 0 177 | support_material_extruder = 0 178 | support_material_extrusion_width = 0.42 179 | support_material_interface_contact_loops = 1 180 | support_material_interface_extruder = 0 181 | support_material_interface_layers = 2 182 | support_material_interface_spacing = 0.2 183 | support_material_interface_speed = 100% 184 | support_material_pattern = rectilinear 185 | support_material_spacing = 2 186 | support_material_speed = 50 187 | support_material_synchronize_layers = 0 188 | support_material_threshold = 45 189 | support_material_with_sheath = 0 190 | support_material_xy_spacing = 60% 191 | temperature = 210 192 | thin_walls = 1 193 | threads = 8 194 | toolchange_gcode = 195 | top_infill_extrusion_width = 0.42 196 | top_solid_infill_speed = 30 197 | top_solid_layers = 6 198 | travel_speed = 120 199 | use_firmware_retraction = 0 200 | use_relative_e_distances = 1 201 | use_volumetric_e = 0 202 | variable_layer_height = 1 203 | wipe = 1 204 | wipe_into_infill = 0 205 | wipe_into_objects = 0 206 | wipe_tower = 0 207 | wipe_tower_bridging = 10 208 | wipe_tower_rotation_angle = 0 209 | wipe_tower_width = 60 210 | wipe_tower_x = 180 211 | wipe_tower_y = 140 212 | wiping_volumes_extruders = 70,70 213 | wiping_volumes_matrix = 0 214 | xy_size_compensation = 0 215 | z_offset = 0 216 | -------------------------------------------------------------------------------- /MK2/Slic3r/README.md: -------------------------------------------------------------------------------- 1 | # Slic3r profiles for Prusa i3 MK2/2.5 2 | 3 | ### MK3 Pretty PETG Profile 4 | Profile by Chris Warkocki 5 | 6 | Even though I'm swamped with work I've had to reprint some parts lately and put together a nice PETG profile for parts that doubles as a nice pretty PETG profile. 7 | 8 | Feel free to adjust the infill as I'm having a kick using gyroid but all in all this is just a nice simple PETG profile that should give you good results fo general prints and parts for upgrades. 9 | 10 | Created in and for Slic3r 1.40.0 Beta for the MK3 but this will work just fine on a MK2.5 and MK2s. 11 | ### MK2s Pretty PLA Profile 12 | Profile by Chris Warkocki 13 | 14 | This is the PLA profile for all you MK2s and MK2,5 needs. I realized I set some very specific gcode parameters that only work with the MK3 profile. 15 | 16 | Print away and print often! 17 | 18 | Slic3r 1.40.0 Beta profile and above. 19 | 20 | ### Pretty PETG V3 21 | Profile by Chris Warkocki 22 | 23 | Pretty PETG V3. Just fixed a couple things with bridging I didn't like in the V2. Will work on the MK2, MK2s, and the MK3 for certain. 24 | 25 | ### Pretty PLA V3 26 | Profile by Chris Warkocki 27 | 28 | Profiles time! I fixed the missing z hop necessary in the Pretty PLA profile so enjoy the refined and fixed version right here right now. It will work for certain on the MK2, MK2s, and the MK3. Nothing crazy in there and is just a nice simple profile with many many refinements. -------------------------------------------------------------------------------- /MK3/Cura/Prusa Pretty PLA V3.curaprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eoprede/prusa_profiles/83bae8f4fb0cef8f513481b2d235353020b148f9/MK3/Cura/Prusa Pretty PLA V3.curaprofile -------------------------------------------------------------------------------- /MK3/Cura/README.md: -------------------------------------------------------------------------------- 1 | # Cura profiles for Prusa i3 MK3 2 | 3 | ### Prusa Pretty PLA V3 4 | Profile by Chris Warkocki (8/28/2018) 5 | 6 | More Pretty goodness. A super amazing person on twitter that goes by the handle @DasMia shared her MK3 Cura profile. I sat in the lab for a few hours and tweaked in the goodness that you know so well. 7 | 8 | Prints well but I don't have too many hours into it. Cubes and such look awesome so please print some tests if you have time and let me know how it's going with images of the prints. 9 | 10 | I've also included the setup guide for the start and end gcode. 11 | 12 | If you're new to Cura here is how to set this up. 13 | 14 | 1. Install the latest version 15 | 2. Go to preferences > printers and then hit the ADD button 16 | 3. Add the MK2 since it's close enough but adjust the bed Z height to 210mm 17 | 4. Copy and paste the Start Gcode from the text file [here](https://l.facebook.com/l.php?u=https%3A%2F%2Fdrive.google.com%2Ffile%2Fd%2F1CZoCf_uTdyhheUZogAhVBJJM4MULbM6R%2Fview%3Fusp%3Dsharing&h=AT3HmGnfT7Z_VfUNqdYhFfGADtq8IIx2HiUytW2r2Y6TphkWTrqiGGZbkpwTcZBF_3YSTT7-yqjx11GFsK4WMAyTyPp6hZc3M53go38EjYUOc2giMhsdB3mxNVon_sLxZzNuNfPn2rhgTDLltBPg1r7QES7nwCOlVxC415PuoPkxc54wALaFa_VeWmEufhTpMhTbma-gGol2Ri4TeX4e-HPZPoLQEjnpSTZBvC39CxhQT0uDOAzerg4obYSAYk-zAfrttZLipaFrXYPcm3pnsHfCfiQfL_EcEgYRp71xaRYsRMPueRdicf4ywzROe26gapYK-cNrJe75AYqi2msu5Y9o1CbWFuht-tUL0gn8GGI). 18 | 19 | Have fun testing! -------------------------------------------------------------------------------- /MK3/Simplify3D/README.md: -------------------------------------------------------------------------------- 1 | # Simplify3d profiles for Prusa i3 MK3 2 | 3 | ### Prusa MK3 Quality (PLA) 4 | Updated March 13, 2018 5 | Profile by Chris Warkocki 6 | 7 | Because it's been requested so many times here is my current PLA profile for simplify3d for PLA printing. Yes it's just for PLA and that's for a good reason I won't get in to for now. 8 | 9 | ### MK3_TPU 10 | Updated May 29, 2018 11 | Profile by Jeffrey Seymore 12 | 13 | TPU Filament settings 14 | 15 | ### PRUSA i3 mk3 0R15 LA PETG 2018-0623 16 | Updated June 23, 2018 17 | Profile by Spencer Webb 18 | 19 | Very happy with this S3D profile for PETG on the i3 Mk3, 0.15mm layer. 20 | -------------------------------------------------------------------------------- /MK3/Slic3r/MK3 3Dxtech Matte Petg.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.40.0-beta+ on 2018-06-06 at 12:29:09 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 85 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 4 8 | bridge_acceleration = 1500 9 | bridge_angle = 0 10 | bridge_fan_speed = 100 11 | bridge_flow_ratio = 0.8 12 | bridge_speed = 50 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | complete_objects = 0 16 | cooling = 1 17 | cooling_tube_length = 5 18 | cooling_tube_retraction = 91.5 19 | default_acceleration = 1000 20 | default_filament_profile = "Prusa PLA" 21 | default_print_profile = 0.15mm OPTIMAL MK3 22 | deretract_speed = 0 23 | disable_fan_first_layers = 3 24 | dont_support_bridges = 1 25 | duplicate_distance = 6 26 | elefant_foot_compensation = 0 27 | end_filament_gcode = "; Filament-specific end gcode" 28 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\nG1 X20 Y200; home X axis\nG1 Z197 F900; move extruder up to keep P.I.N.D.A. prope away from heated bed at next start\nM84 ; disable motors\nM201 Z200 ; Reset Z axis acceleration standard 200\nM203 Z12 ; Reset Z max feedrate standard 12\nM203 E120 ; Reset extruder Max feedrate standard 120\nM205 E2.5 ; Reset extruder jerk standard 2.5\nM502 ; resets parameters from ROM\nM501 ; resets parameters from EEPROM\n\nM117 HAVE A NICE DAY :)\n\n;StarTrek\nM300 S1396 P714\nM300 S932 P238\nM300 S2489 P1428\nM300 S2349 P476\nM300 S932 P357\nM300 S1567 P357\nM300 S2093 P357\nM300 S2793 P952 29 | ensure_vertical_shell_thickness = 0 30 | external_fill_pattern = rectilinear 31 | external_perimeter_extrusion_width = 0.45 32 | external_perimeter_speed = 20 33 | external_perimeters_first = 0 34 | extra_perimeters = 0 35 | extruder_clearance_height = 20 36 | extruder_clearance_radius = 20 37 | extruder_colour = #C098FF 38 | extruder_offset = 0x0 39 | extrusion_axis = E 40 | extrusion_multiplier = 0.92 41 | extrusion_width = 0.45 42 | fan_always_on = 0 43 | fan_below_layer_time = 100 44 | filament_colour = #00F700 45 | filament_cost = 0 46 | filament_density = 0 47 | filament_diameter = 1.75 48 | filament_loading_speed = 28 49 | filament_max_volumetric_speed = 15 50 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\n\n3DXTech Matte PETG\n" 51 | 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" 52 | filament_settings_id = "" 53 | filament_soluble = 0 54 | filament_toolchange_delay = 0 55 | filament_type = PET 56 | filament_unloading_speed = 90 57 | fill_angle = 45 58 | fill_density = 20% 59 | fill_pattern = gyroid 60 | first_layer_acceleration = 1000 61 | first_layer_bed_temperature = 70 62 | first_layer_extrusion_width = 0.45 63 | first_layer_height = 0.24 64 | first_layer_speed = 15 65 | first_layer_temperature = 280 66 | gap_fill_speed = 40 67 | gcode_comments = 0 68 | gcode_flavor = marlin 69 | infill_acceleration = 1000 70 | infill_every_layers = 1 71 | infill_extruder = 1 72 | infill_extrusion_width = 0.5 73 | infill_first = 0 74 | infill_only_where_needed = 0 75 | infill_overlap = 25% 76 | infill_speed = 60 77 | inherits = 78 | interface_shells = 0 79 | layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] 80 | layer_height = 0.24 81 | max_fan_speed = 40 82 | max_layer_height = 0 83 | max_print_height = 210 84 | max_print_speed = 100 85 | max_volumetric_extrusion_rate_slope_negative = 0 86 | max_volumetric_extrusion_rate_slope_positive = 0 87 | max_volumetric_speed = 0 88 | min_fan_speed = 0 89 | min_layer_height = 0 90 | min_print_speed = 20 91 | min_skirt_length = 4 92 | notes = 93 | nozzle_diameter = 0.4 94 | octoprint_apikey = 95 | octoprint_cafile = 96 | octoprint_host = 97 | only_retract_when_crossing_perimeters = 0 98 | ooze_prevention = 0 99 | output_filename_format = MK3 PETG_[input_filename_base].gcode 100 | overhangs = 1 101 | parking_pos_retraction = 92 102 | perimeter_acceleration = 600 103 | perimeter_extruder = 1 104 | perimeter_extrusion_width = 0.45 105 | perimeter_speed = 40 106 | perimeters = 3 107 | post_process = 108 | print_settings_id = 109 | printer_model = MK3 110 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 111 | printer_settings_id = 112 | printer_variant = 0.4 113 | printer_vendor = 114 | raft_layers = 0 115 | resolution = 0 116 | retract_before_travel = 1 117 | retract_before_wipe = 10% 118 | retract_layer_change = 1 119 | retract_length = 0.9 120 | retract_length_toolchange = 4 121 | retract_lift = 0 122 | retract_lift_above = 0 123 | retract_lift_below = 209 124 | retract_restart_extra = 0 125 | retract_restart_extra_toolchange = 0 126 | retract_speed = 35 127 | seam_position = aligned 128 | serial_port = 129 | serial_speed = 250000 130 | single_extruder_multi_material = 0 131 | skirt_distance = 2 132 | skirt_height = 1 133 | skirts = 0 134 | slowdown_below_layer_time = 20 135 | small_perimeter_speed = 20 136 | solid_infill_below_area = 0 137 | solid_infill_every_layers = 0 138 | solid_infill_extruder = 1 139 | solid_infill_extrusion_width = 0.45 140 | solid_infill_speed = 60 141 | spiral_vase = 0 142 | standby_temperature_delta = -5 143 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}45{endif}; Filament gcode" 144 | start_gcode = M115 U3.1.1-RC5 ; tell printer latest fw version\nM350 E32 ;\nM92 E280 ;\nM221 S100 ; Set flow to 100\nM201 X1000 Y1000 Z100 E10000 ; sets maximum accelerations, mm/sec^2\nM203 X200 Y200 Z12 E120 ; sets maximum feedrates, mm/sec\nM204 S1250 T1250 ; sets acceleration (S) and retract acceleration (T)\nM205 X10 Y10 Z0.4 E2.5 ; sets the jerk limits, mm/sec\nM205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec\nM83 ; extruder relative mode\nM109 S170 ; Set extruder temp before bed level\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\nM201 Z400 ; Increase Z axis acceleration standard 200\nM203 Z60 ; Increase Z max feedrate standard 12\nM203 E100 ; Decrease extruder Max feedrate standard 120\nM205 E10 ; Increase extruder jerk standard 2.5\nM205 X6 Y6 ; decrease XY jerk standard 10\n\nM117 IM PRINTING THINGS!\n 145 | support_material = 0 146 | support_material_angle = 0 147 | support_material_buildplate_only = 0 148 | support_material_contact_distance = 0.15 149 | support_material_enforce_layers = 0 150 | support_material_extruder = 0 151 | support_material_extrusion_width = 0.35 152 | support_material_interface_contact_loops = 0 153 | support_material_interface_extruder = 0 154 | support_material_interface_layers = 2 155 | support_material_interface_spacing = 0.2 156 | support_material_interface_speed = 100% 157 | support_material_pattern = rectilinear 158 | support_material_spacing = 2 159 | support_material_speed = 50 160 | support_material_synchronize_layers = 0 161 | support_material_threshold = 45 162 | support_material_with_sheath = 0 163 | support_material_xy_spacing = 60% 164 | temperature = 290 165 | thin_walls = 1 166 | threads = 8 167 | toolchange_gcode = 168 | top_infill_extrusion_width = 0.4 169 | top_solid_infill_speed = 40 170 | top_solid_layers = 6 171 | travel_speed = 100 172 | use_firmware_retraction = 0 173 | use_relative_e_distances = 1 174 | use_volumetric_e = 0 175 | variable_layer_height = 0 176 | wipe = 1 177 | wipe_tower = 0 178 | wipe_tower_bridging = 10 179 | wipe_tower_rotation_angle = 0 180 | wipe_tower_width = 60 181 | wipe_tower_x = 180 182 | wipe_tower_y = 140 183 | wiping_volumes_extruders = 70,70 184 | wiping_volumes_matrix = 0 185 | xy_size_compensation = 0 186 | z_offset = 0 187 | -------------------------------------------------------------------------------- /MK3/Slic3r/MK3 Speed PLA Profile.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.40.0-beta+ on 2018-05-28 at 18:14:31 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 65 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 4 8 | bridge_acceleration = 1000 9 | bridge_angle = 0 10 | bridge_fan_speed = 100 11 | bridge_flow_ratio = 0.95 12 | bridge_speed = 60 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | complete_objects = 0 16 | cooling = 0 17 | cooling_tube_length = 5 18 | cooling_tube_retraction = 91.5 19 | default_acceleration = 1000 20 | default_filament_profile = "Prusa PLA" 21 | default_print_profile = 0.15mm OPTIMAL MK3 22 | deretract_speed = 0 23 | disable_fan_first_layers = 1 24 | dont_support_bridges = 1 25 | duplicate_distance = 6 26 | elefant_foot_compensation = 0 27 | end_filament_gcode = "; Filament-specific end gcode" 28 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\nG1 X20 Y200; home X axis\nG1 Z197 F900; move extruder up to keep P.I.N.D.A. prope away from heated bed at next start\nM84 ; disable motors\nM201 Z200 ; Reset Z axis acceleration standard 200\nM203 Z12 ; Reset Z max feedrate standard 12\nM203 E120 ; Reset extruder Max feedrate standard 120\nM205 E2.5 ; Reset extruder jerk standard 2.5\nM502 ; resets parameters from ROM\nM501 ; resets parameters from EEPROM\n\nM117 HAVE A NICE DAY :)\n\n;StarTrek\nM300 S1396 P714\nM300 S932 P238\nM300 S2489 P1428\nM300 S2349 P476\nM300 S932 P357\nM300 S1567 P357\nM300 S2093 P357\nM300 S2793 P952 29 | ensure_vertical_shell_thickness = 1 30 | external_fill_pattern = rectilinear 31 | external_perimeter_extrusion_width = 0.4 32 | external_perimeter_speed = 60 33 | external_perimeters_first = 0 34 | extra_perimeters = 0 35 | extruder_clearance_height = 20 36 | extruder_clearance_radius = 20 37 | extruder_colour = #00FFFF 38 | extruder_offset = 0x0 39 | extrusion_axis = E 40 | extrusion_multiplier = 0.96 41 | extrusion_width = 0.45 42 | fan_always_on = 1 43 | fan_below_layer_time = 100 44 | filament_colour = #FF3232 45 | filament_cost = 0 46 | filament_density = 0 47 | filament_diameter = 1.75 48 | filament_loading_speed = 28 49 | filament_max_volumetric_speed = 15 50 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\nEsun PLA\nPush PLastic PLA\nInland PLA\n3DXTech PLA" 51 | 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" 52 | filament_settings_id = "" 53 | filament_soluble = 0 54 | filament_toolchange_delay = 0 55 | filament_type = PLA 56 | filament_unloading_speed = 90 57 | fill_angle = 45 58 | fill_density = 10% 59 | fill_pattern = gyroid 60 | first_layer_acceleration = 1000 61 | first_layer_bed_temperature = 65 62 | first_layer_extrusion_width = 0.45 63 | first_layer_height = 0.2 64 | first_layer_speed = 20 65 | first_layer_temperature = 210 66 | gap_fill_speed = 40 67 | gcode_comments = 0 68 | gcode_flavor = marlin 69 | infill_acceleration = 1500 70 | infill_every_layers = 1 71 | infill_extruder = 1 72 | infill_extrusion_width = 0.48 73 | infill_first = 0 74 | infill_only_where_needed = 0 75 | infill_overlap = 20% 76 | infill_speed = 120 77 | inherits = 78 | interface_shells = 0 79 | layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] 80 | layer_height = 0.2 81 | max_fan_speed = 100 82 | max_layer_height = 0 83 | max_print_height = 210 84 | max_print_speed = 120 85 | max_volumetric_extrusion_rate_slope_negative = 0 86 | max_volumetric_extrusion_rate_slope_positive = 0 87 | max_volumetric_speed = 0 88 | min_fan_speed = 100 89 | min_layer_height = 0 90 | min_print_speed = 20 91 | min_skirt_length = 4 92 | notes = 93 | nozzle_diameter = 0.4 94 | octoprint_apikey = 95 | octoprint_cafile = 96 | octoprint_host = 97 | only_retract_when_crossing_perimeters = 0 98 | ooze_prevention = 0 99 | output_filename_format = MK3_[input_filename_base].gcode 100 | overhangs = 1 101 | parking_pos_retraction = 92 102 | perimeter_acceleration = 600 103 | perimeter_extruder = 1 104 | perimeter_extrusion_width = 0.45 105 | perimeter_speed = 100 106 | perimeters = 2 107 | post_process = 108 | print_settings_id = 109 | printer_model = MK3 110 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 111 | printer_settings_id = 112 | printer_variant = 0.4 113 | printer_vendor = 114 | raft_layers = 0 115 | resolution = 0 116 | retract_before_travel = 1 117 | retract_before_wipe = 10% 118 | retract_layer_change = 1 119 | retract_length = 0.6 120 | retract_length_toolchange = 4 121 | retract_lift = 0.6 122 | retract_lift_above = 0 123 | retract_lift_below = 209 124 | retract_restart_extra = 0 125 | retract_restart_extra_toolchange = 0 126 | retract_speed = 25 127 | seam_position = aligned 128 | serial_port = 129 | serial_speed = 250000 130 | single_extruder_multi_material = 0 131 | skirt_distance = 2 132 | skirt_height = 1 133 | skirts = 1 134 | slowdown_below_layer_time = 15 135 | small_perimeter_speed = 20 136 | solid_infill_below_area = 0 137 | solid_infill_every_layers = 0 138 | solid_infill_extruder = 1 139 | solid_infill_extrusion_width = 0.45 140 | solid_infill_speed = 80 141 | spiral_vase = 0 142 | standby_temperature_delta = -5 143 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}30{endif}; Filament gcode" 144 | start_gcode = M115 U3.1.1-RC5 ; tell printer latest fw version\nM350 E32 ;\nM92 E280 ;\nM221 S100 ; Set flow to 100\nM201 X1000 Y1000 Z100 E10000 ; sets maximum accelerations, mm/sec^2\nM203 X200 Y200 Z12 E120 ; sets maximum feedrates, mm/sec\nM204 S1250 T1250 ; sets acceleration (S) and retract acceleration (T)\nM205 X10 Y10 Z0.4 E2.5 ; sets the jerk limits, mm/sec\nM205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG1 E-2 ; Retract before mesh\nG80 ; mesh bed leveling\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\nM201 Z400 ; Increase Z axis acceleration standard 200\nM203 Z60 ; Increase Z max feedrate standard 12\nM203 E60 ; Decrease extruder Max feedrate standard 120\nM205 E10 ; Increase extruder jerk standard 2.5\nM205 X6 Y6 ; decrease XY jerk standard 10\n\nM117 IM PRINTING THINGS!\n 145 | support_material = 0 146 | support_material_angle = 0 147 | support_material_buildplate_only = 0 148 | support_material_contact_distance = 0.15 149 | support_material_enforce_layers = 0 150 | support_material_extruder = 0 151 | support_material_extrusion_width = 0.35 152 | support_material_interface_contact_loops = 0 153 | support_material_interface_extruder = 0 154 | support_material_interface_layers = 2 155 | support_material_interface_spacing = 0.2 156 | support_material_interface_speed = 100% 157 | support_material_pattern = rectilinear 158 | support_material_spacing = 2 159 | support_material_speed = 50 160 | support_material_synchronize_layers = 0 161 | support_material_threshold = 45 162 | support_material_with_sheath = 0 163 | support_material_xy_spacing = 60% 164 | temperature = 205 165 | thin_walls = 0 166 | threads = 8 167 | toolchange_gcode = 168 | top_infill_extrusion_width = 0.45 169 | top_solid_infill_speed = 50 170 | top_solid_layers = 5 171 | travel_speed = 120 172 | use_firmware_retraction = 0 173 | use_relative_e_distances = 1 174 | use_volumetric_e = 0 175 | variable_layer_height = 0 176 | wipe = 1 177 | wipe_tower = 0 178 | wipe_tower_bridging = 10 179 | wipe_tower_rotation_angle = 0 180 | wipe_tower_width = 60 181 | wipe_tower_x = 180 182 | wipe_tower_y = 140 183 | wiping_volumes_extruders = 70,70 184 | wiping_volumes_matrix = 0 185 | xy_size_compensation = 0 186 | z_offset = 0 187 | -------------------------------------------------------------------------------- /MK3/Slic3r/NylonX.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.41.0-beta+win64 on 2018-08-14 at 13:21:16 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 65 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 4 8 | bridge_acceleration = 1500 9 | bridge_angle = 0 10 | bridge_fan_speed = 100 11 | bridge_flow_ratio = 0.95 12 | bridge_speed = 30 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | compatible_printers_condition_cummulative = "printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK3.*/ and nozzle_diameter[0]==0.4 and ! single_extruder_multi_material"; 16 | complete_objects = 0 17 | cooling = 0 18 | cooling_tube_length = 5 19 | cooling_tube_retraction = 91.5 20 | default_acceleration = 1000 21 | default_filament_profile = "Prusa PLA" 22 | default_print_profile = 0.15mm OPTIMAL MK3 23 | deretract_speed = 0 24 | disable_fan_first_layers = 3 25 | dont_support_bridges = 1 26 | duplicate_distance = 6 27 | elefant_foot_compensation = 0 28 | end_filament_gcode = "; Filament-specific end gcode" 29 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\nG1 X20 Y200; home X axis\nG1 Z197 F900; move extruder up to keep P.I.N.D.A. prope away from heated bed at next start\nM84 ; disable motors\nM201 Z200 ; Reset Z axis acceleration standard 200\nM203 Z12 ; Reset Z max feedrate standard 12\nM203 E120 ; Reset extruder Max feedrate standard 120\nM205 E2.5 ; Reset extruder jerk standard 2.5\nM502 ; resets parameters from ROM\nM501 ; resets parameters from EEPROM\n\nM117 HAVE A NICE DAY :)\n\n;StarTrek\nM300 S1396 P714\nM300 S932 P238\nM300 S2489 P1428\nM300 S2349 P476\nM300 S932 P357\nM300 S1567 P357\nM300 S2093 P357\nM300 S2793 P952 30 | ensure_vertical_shell_thickness = 1 31 | external_fill_pattern = rectilinear 32 | external_perimeter_extrusion_width = 0.4 33 | external_perimeter_speed = 20 34 | external_perimeters_first = 0 35 | extra_loading_move = -2 36 | extra_perimeters = 0 37 | extruder_clearance_height = 20 38 | extruder_clearance_radius = 20 39 | extruder_colour = #00FFFF 40 | extruder_offset = 0x0 41 | extrusion_axis = E 42 | extrusion_multiplier = 0.804 43 | extrusion_width = 0.45 44 | fan_always_on = 0 45 | fan_below_layer_time = 100 46 | filament_colour = #00F700 47 | filament_cooling_final_speed = 3.4 48 | filament_cooling_initial_speed = 2.2 49 | filament_cooling_moves = 4 50 | filament_cost = 0 51 | filament_density = 0 52 | filament_diameter = 1.75 53 | filament_load_time = 0 54 | filament_loading_speed = 28 55 | filament_max_volumetric_speed = 15 56 | filament_minimal_purge_on_wipe_tower = 5 57 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\neSun PETG\n3DXTech PETG\n" 58 | 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" 59 | filament_settings_id = "FunbieGearKnob.gcode (cubenylonx.gcode (nylonx slicer base program.gcode))" 60 | filament_soluble = 0 61 | filament_toolchange_delay = 0 62 | filament_type = PET 63 | filament_unload_time = 0 64 | filament_unloading_speed = 90 65 | fill_angle = 45 66 | fill_density = 10% 67 | fill_pattern = rectilinear 68 | first_layer_acceleration = 1000 69 | first_layer_bed_temperature = 70 70 | first_layer_extrusion_width = 0.45 71 | first_layer_height = 0.25 72 | first_layer_speed = 20 73 | first_layer_temperature = 265 74 | gap_fill_speed = 40 75 | gcode_comments = 0 76 | gcode_flavor = marlin 77 | infill_acceleration = 1000 78 | infill_every_layers = 1 79 | infill_extruder = 1 80 | infill_extrusion_width = 0.48 81 | infill_first = 0 82 | infill_only_where_needed = 0 83 | infill_overlap = 25% 84 | infill_speed = 60 85 | inherits_cummulative = "0.05mm ULTRADETAIL";; 86 | interface_shells = 0 87 | layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] 88 | layer_height = 0.2 89 | machine_max_acceleration_e = 180,5000 90 | machine_max_acceleration_extruding = 1250,1250 91 | machine_max_acceleration_retracting = 1250,1250 92 | machine_max_acceleration_x = 1000,1000 93 | machine_max_acceleration_y = 1000,1000 94 | machine_max_acceleration_z = 1000,200 95 | machine_max_feedrate_e = 120,120 96 | machine_max_feedrate_x = 500,200 97 | machine_max_feedrate_y = 500,200 98 | machine_max_feedrate_z = 12,12 99 | machine_max_jerk_e = 0.33,2.5 100 | machine_max_jerk_x = 8,10 101 | machine_max_jerk_y = 8,10 102 | machine_max_jerk_z = 0.4,0.4 103 | machine_min_extruding_rate = 0,0 104 | machine_min_travel_rate = 0,0 105 | max_fan_speed = 60 106 | max_layer_height = 0 107 | max_print_height = 210 108 | max_print_speed = 250 109 | max_volumetric_extrusion_rate_slope_negative = 0 110 | max_volumetric_extrusion_rate_slope_positive = 0 111 | max_volumetric_speed = 0 112 | min_fan_speed = 0 113 | min_layer_height = 0 114 | min_print_speed = 20 115 | min_skirt_length = 4 116 | notes = 117 | nozzle_diameter = 0.4 118 | octoprint_apikey = 119 | octoprint_cafile = 120 | octoprint_host = 121 | only_retract_when_crossing_perimeters = 0 122 | ooze_prevention = 0 123 | output_filename_format = [input_filename_base].gcode 124 | overhangs = 1 125 | parking_pos_retraction = 92 126 | perimeter_acceleration = 500 127 | perimeter_extruder = 1 128 | perimeter_extrusion_width = 0.45 129 | perimeter_speed = 60 130 | perimeters = 3 131 | post_process = 132 | print_settings_id = FunbieGearKnob.gcode (nylonx slicer base program.gcode) 133 | printer_model = MK3 134 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 135 | printer_settings_id = FunbieGearKnob.gcode (MK2s Pretty PLA Profile.ini) 136 | printer_variant = 0.4 137 | printer_vendor = 138 | raft_layers = 0 139 | remaining_times = 0 140 | resolution = 0 141 | retract_before_travel = 1 142 | retract_before_wipe = 10% 143 | retract_layer_change = 1 144 | retract_length = 1.1 145 | retract_length_toolchange = 4 146 | retract_lift = 0.6 147 | retract_lift_above = 0 148 | retract_lift_below = 209 149 | retract_restart_extra = 0 150 | retract_restart_extra_toolchange = 0 151 | retract_speed = 35 152 | seam_position = aligned 153 | serial_port = 154 | serial_speed = 250000 155 | silent_mode = 1 156 | single_extruder_multi_material = 0 157 | single_extruder_multi_material_priming = 1 158 | skirt_distance = 2 159 | skirt_height = 1 160 | skirts = 1 161 | slowdown_below_layer_time = 20 162 | small_perimeter_speed = 15 163 | solid_infill_below_area = 0 164 | solid_infill_every_layers = 0 165 | solid_infill_extruder = 1 166 | solid_infill_extrusion_width = 0.45 167 | solid_infill_speed = 60 168 | spiral_vase = 0 169 | standby_temperature_delta = -5 170 | start_filament_gcode = "M900 K40; Filament gcode" 171 | start_gcode = M115 U3.1.1-RC5 ; tell printer latest fw version\nM221 S100 ; Set flow to 100\nM201 X1000 Y1000 Z100 E10000 ; sets maximum accelerations, mm/sec^2\nM203 X200 Y200 Z12 E120 ; sets maximum feedrates, mm/sec\nM204 S1250 T1250 ; sets acceleration (S) and retract acceleration (T)\nM205 X10 Y10 Z0.4 E2.5 ; sets the jerk limits, mm/sec\nM205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG1 E-2 ; Retract before mesh\nG80 ; mesh bed leveling\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\nM201 Z400 ; Increase Z axis acceleration standard 200\nM203 Z60 ; Increase Z max feedrate standard 12\nM203 E60 ; Decrease extruder Max feedrate standard 120\nM205 E10 ; Increase extruder jerk standard 2.5\nM205 X6 Y6 ; decrease XY jerk standard 10\n\nM117 IM PRINTING THINGS!\n 172 | support_material = 0 173 | support_material_angle = 0 174 | support_material_buildplate_only = 1 175 | support_material_contact_distance = 0.15 176 | support_material_enforce_layers = 0 177 | support_material_extruder = 0 178 | support_material_extrusion_width = 0.35 179 | support_material_interface_contact_loops = 0 180 | support_material_interface_extruder = 0 181 | support_material_interface_layers = 2 182 | support_material_interface_spacing = 0.2 183 | support_material_interface_speed = 100% 184 | support_material_pattern = rectilinear 185 | support_material_spacing = 2 186 | support_material_speed = 60 187 | support_material_synchronize_layers = 0 188 | support_material_threshold = 40 189 | support_material_with_sheath = 0 190 | support_material_xy_spacing = 60% 191 | temperature = 260 192 | thin_walls = 1 193 | threads = 8 194 | toolchange_gcode = 195 | top_infill_extrusion_width = 0.4 196 | top_solid_infill_speed = 20 197 | top_solid_layers = 5 198 | travel_speed = 120 199 | use_firmware_retraction = 0 200 | use_relative_e_distances = 1 201 | use_volumetric_e = 0 202 | variable_layer_height = 0 203 | wipe = 1 204 | wipe_into_infill = 0 205 | wipe_into_objects = 0 206 | wipe_tower = 0 207 | wipe_tower_bridging = 10 208 | wipe_tower_rotation_angle = 0 209 | wipe_tower_width = 60 210 | wipe_tower_x = 180 211 | wipe_tower_y = 140 212 | wiping_volumes_extruders = 70,70 213 | wiping_volumes_matrix = 0 214 | xy_size_compensation = 0 215 | z_offset = 0 216 | -------------------------------------------------------------------------------- /MK3/Slic3r/Pretty CF PETG.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.41.0+ on 2018-09-19 at 12:56:09 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 80 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n\n\n\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 4 8 | bridge_acceleration = 1500 9 | bridge_angle = 0 10 | bridge_fan_speed = 70 11 | bridge_flow_ratio = 0.85 12 | bridge_speed = 30 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | compatible_printers_condition_cummulative = "printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK3.*/"; 16 | complete_objects = 0 17 | cooling = 1 18 | cooling_tube_length = 5 19 | cooling_tube_retraction = 91.5 20 | default_acceleration = 1000 21 | default_filament_profile = "Prusa PLA" 22 | default_print_profile = 0.15mm OPTIMAL MK3 23 | deretract_speed = 0 24 | disable_fan_first_layers = 3 25 | dont_support_bridges = 1 26 | duplicate_distance = 6 27 | elefant_foot_compensation = 0 28 | end_filament_gcode = "; Filament-specific end gcode" 29 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X20 Y200; home X axis\n\nM84 ; disable motors\n\n\n 30 | ensure_vertical_shell_thickness = 1 31 | external_fill_pattern = rectilinear 32 | external_perimeter_extrusion_width = 0.42 33 | external_perimeter_speed = 40 34 | external_perimeters_first = 0 35 | extra_loading_move = -2 36 | extra_perimeters = 0 37 | extruder_clearance_height = 20 38 | extruder_clearance_radius = 20 39 | extruder_colour = #00FFFF 40 | extruder_offset = 0x0 41 | extrusion_axis = E 42 | extrusion_multiplier = 0.93 43 | extrusion_width = 0.42 44 | fan_always_on = 1 45 | fan_below_layer_time = 100 46 | filament_colour = #00F700 47 | filament_cooling_final_speed = 3.4 48 | filament_cooling_initial_speed = 2.2 49 | filament_cooling_moves = 4 50 | filament_cost = 0 51 | filament_density = 0 52 | filament_diameter = 1.75 53 | filament_load_time = 0 54 | filament_loading_speed = 28 55 | filament_loading_speed_start = 3 56 | filament_max_volumetric_speed = 15 57 | filament_minimal_purge_on_wipe_tower = 5 58 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\neSun PETG\n3DXTech PETG\n" 59 | 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" 60 | filament_settings_id = "Pretty CF PETG" 61 | filament_soluble = 0 62 | filament_toolchange_delay = 0 63 | filament_type = PET 64 | filament_unload_time = 0 65 | filament_unloading_speed = 90 66 | filament_unloading_speed_start = 100 67 | fill_angle = 45 68 | fill_density = 15% 69 | fill_pattern = gyroid 70 | first_layer_acceleration = 1000 71 | first_layer_bed_temperature = 75 72 | first_layer_extrusion_width = 0.42 73 | first_layer_height = 0.2 74 | first_layer_speed = 15 75 | first_layer_temperature = 255 76 | gap_fill_speed = 40 77 | gcode_comments = 0 78 | gcode_flavor = marlin 79 | host_type = octoprint 80 | infill_acceleration = 1000 81 | infill_every_layers = 1 82 | infill_extruder = 1 83 | infill_extrusion_width = 0.5 84 | infill_first = 0 85 | infill_only_where_needed = 0 86 | infill_overlap = 25% 87 | infill_speed = 80 88 | inherits_cummulative = ;;"Original Prusa i3 MK3" 89 | interface_shells = 0 90 | layer_gcode = ;AFTER_LAYER_CHANGE\n 91 | layer_height = 0.2 92 | machine_max_acceleration_e = 180,5000 93 | machine_max_acceleration_extruding = 1500,1250 94 | machine_max_acceleration_retracting = 1200,1250 95 | machine_max_acceleration_x = 4000,1000 96 | machine_max_acceleration_y = 4000,1000 97 | machine_max_acceleration_z = 300,200 98 | machine_max_feedrate_e = 120,120 99 | machine_max_feedrate_x = 500,200 100 | machine_max_feedrate_y = 500,200 101 | machine_max_feedrate_z = 12,12 102 | machine_max_jerk_e = 0.33,2.5 103 | machine_max_jerk_x = 8,10 104 | machine_max_jerk_y = 8,10 105 | machine_max_jerk_z = 0.4,0.4 106 | machine_min_extruding_rate = 0,0 107 | machine_min_travel_rate = 0,0 108 | max_fan_speed = 60 109 | max_layer_height = 0 110 | max_print_height = 210 111 | max_print_speed = 100 112 | max_volumetric_extrusion_rate_slope_negative = 0 113 | max_volumetric_extrusion_rate_slope_positive = 0 114 | max_volumetric_speed = 0 115 | min_fan_speed = 50 116 | min_layer_height = 0 117 | min_print_speed = 20 118 | min_skirt_length = 4 119 | notes = 120 | nozzle_diameter = 0.4 121 | only_retract_when_crossing_perimeters = 0 122 | ooze_prevention = 0 123 | output_filename_format = MK3 PETG_[input_filename_base].gcode 124 | overhangs = 1 125 | parking_pos_retraction = 92 126 | perimeter_acceleration = 600 127 | perimeter_extruder = 1 128 | perimeter_extrusion_width = 0.42 129 | perimeter_speed = 80 130 | perimeters = 3 131 | post_process = 132 | print_host = 133 | print_settings_id = MK3 Prety PETG 134 | printer_model = MK3 135 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 136 | printer_settings_id = MK3 Pretty PETG 137 | printer_variant = 0.4 138 | printer_vendor = 139 | printhost_apikey = 140 | printhost_cafile = 141 | raft_layers = 0 142 | remaining_times = 0 143 | resolution = 0 144 | retract_before_travel = 2 145 | retract_before_wipe = 10% 146 | retract_layer_change = 1 147 | retract_length = 0.4 148 | retract_length_toolchange = 4 149 | retract_lift = 0 150 | retract_lift_above = 0 151 | retract_lift_below = 209 152 | retract_restart_extra = 0 153 | retract_restart_extra_toolchange = 0 154 | retract_speed = 30 155 | seam_position = aligned 156 | serial_port = 157 | serial_speed = 250000 158 | silent_mode = 1 159 | single_extruder_multi_material = 0 160 | single_extruder_multi_material_priming = 1 161 | skirt_distance = 2 162 | skirt_height = 1 163 | skirts = 0 164 | slowdown_below_layer_time = 20 165 | small_perimeter_speed = 20 166 | solid_infill_below_area = 0 167 | solid_infill_every_layers = 0 168 | solid_infill_extruder = 1 169 | solid_infill_extrusion_width = 0.42 170 | solid_infill_speed = 60 171 | spiral_vase = 0 172 | standby_temperature_delta = -5 173 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}45{endif}; Filament gcode" 174 | start_gcode = M83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 S160 ; Set extruder temp before bed level\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n\nM109 S[first_layer_temperature] ; wait for extruder temp\n\nM221 S100 ; Set flow to 100\n\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\n\n\n 175 | support_material = 0 176 | support_material_angle = 0 177 | support_material_buildplate_only = 0 178 | support_material_contact_distance = 0.15 179 | support_material_enforce_layers = 0 180 | support_material_extruder = 0 181 | support_material_extrusion_width = 0.4 182 | support_material_interface_contact_loops = 0 183 | support_material_interface_extruder = 0 184 | support_material_interface_layers = 2 185 | support_material_interface_spacing = 0.2 186 | support_material_interface_speed = 100% 187 | support_material_pattern = rectilinear 188 | support_material_spacing = 2 189 | support_material_speed = 60 190 | support_material_synchronize_layers = 0 191 | support_material_threshold = 45 192 | support_material_with_sheath = 0 193 | support_material_xy_spacing = 60% 194 | temperature = 250 195 | thin_walls = 1 196 | threads = 8 197 | toolchange_gcode = 198 | top_infill_extrusion_width = 0.42 199 | top_solid_infill_speed = 40 200 | top_solid_layers = 6 201 | travel_speed = 120 202 | use_firmware_retraction = 0 203 | use_relative_e_distances = 1 204 | use_volumetric_e = 0 205 | variable_layer_height = 0 206 | wipe = 1 207 | wipe_into_infill = 0 208 | wipe_into_objects = 0 209 | wipe_tower = 0 210 | wipe_tower_bridging = 10 211 | wipe_tower_rotation_angle = 0 212 | wipe_tower_width = 60 213 | wipe_tower_x = 180 214 | wipe_tower_y = 140 215 | wiping_volumes_extruders = 70,70 216 | wiping_volumes_matrix = 0 217 | xy_size_compensation = 0 218 | z_offset = 0 219 | -------------------------------------------------------------------------------- /MK3/Slic3r/Pretty Litho PETG.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.41.0+ on 2018-09-19 at 12:56:50 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 80 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 4 8 | bridge_acceleration = 1500 9 | bridge_angle = 0 10 | bridge_fan_speed = 70 11 | bridge_flow_ratio = 0.85 12 | bridge_speed = 30 13 | brim_width = 8 14 | clip_multipart_objects = 1 15 | compatible_printers_condition_cummulative = "printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK3.*/"; 16 | complete_objects = 0 17 | cooling = 1 18 | cooling_tube_length = 5 19 | cooling_tube_retraction = 91.5 20 | default_acceleration = 1000 21 | default_filament_profile = "Prusa PLA" 22 | default_print_profile = 0.15mm OPTIMAL MK3 23 | deretract_speed = 0 24 | disable_fan_first_layers = 3 25 | dont_support_bridges = 1 26 | duplicate_distance = 6 27 | elefant_foot_compensation = 0 28 | end_filament_gcode = "; Filament-specific end gcode" 29 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X20 Y200; home X axis\n\nM84 ; disable motors\n\n\n 30 | ensure_vertical_shell_thickness = 1 31 | external_fill_pattern = rectilinear 32 | external_perimeter_extrusion_width = 0.42 33 | external_perimeter_speed = 40 34 | external_perimeters_first = 0 35 | extra_loading_move = -2 36 | extra_perimeters = 0 37 | extruder_clearance_height = 20 38 | extruder_clearance_radius = 20 39 | extruder_colour = #00FFFF 40 | extruder_offset = 0x0 41 | extrusion_axis = E 42 | extrusion_multiplier = 0.92 43 | extrusion_width = 0.42 44 | fan_always_on = 1 45 | fan_below_layer_time = 100 46 | filament_colour = #00F700 47 | filament_cooling_final_speed = 3.4 48 | filament_cooling_initial_speed = 2.2 49 | filament_cooling_moves = 4 50 | filament_cost = 0 51 | filament_density = 0 52 | filament_diameter = 1.75 53 | filament_load_time = 0 54 | filament_loading_speed = 28 55 | filament_loading_speed_start = 3 56 | filament_max_volumetric_speed = 15 57 | filament_minimal_purge_on_wipe_tower = 5 58 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\neSun PETG\n3DXTech PETG\n" 59 | 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" 60 | filament_settings_id = "Pretty Litho PETG" 61 | filament_soluble = 0 62 | filament_toolchange_delay = 0 63 | filament_type = PET 64 | filament_unload_time = 0 65 | filament_unloading_speed = 90 66 | filament_unloading_speed_start = 100 67 | fill_angle = 45 68 | fill_density = 100% 69 | fill_pattern = rectilinear 70 | first_layer_acceleration = 1000 71 | first_layer_bed_temperature = 75 72 | first_layer_extrusion_width = 0.42 73 | first_layer_height = 0.3 74 | first_layer_speed = 15 75 | first_layer_temperature = 240 76 | gap_fill_speed = 30 77 | gcode_comments = 0 78 | gcode_flavor = marlin 79 | host_type = octoprint 80 | infill_acceleration = 1000 81 | infill_every_layers = 1 82 | infill_extruder = 1 83 | infill_extrusion_width = 0.42 84 | infill_first = 0 85 | infill_only_where_needed = 0 86 | infill_overlap = 25% 87 | infill_speed = 40 88 | inherits_cummulative = ;;"Original Prusa i3 MK3" 89 | interface_shells = 0 90 | layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] 91 | layer_height = 0.15 92 | machine_max_acceleration_e = 180,5000 93 | machine_max_acceleration_extruding = 1500,1250 94 | machine_max_acceleration_retracting = 1200,1250 95 | machine_max_acceleration_x = 4000,1000 96 | machine_max_acceleration_y = 4000,1000 97 | machine_max_acceleration_z = 300,200 98 | machine_max_feedrate_e = 120,120 99 | machine_max_feedrate_x = 500,200 100 | machine_max_feedrate_y = 500,200 101 | machine_max_feedrate_z = 12,12 102 | machine_max_jerk_e = 0.33,2.5 103 | machine_max_jerk_x = 8,10 104 | machine_max_jerk_y = 8,10 105 | machine_max_jerk_z = 0.4,0.4 106 | machine_min_extruding_rate = 0,0 107 | machine_min_travel_rate = 0,0 108 | max_fan_speed = 60 109 | max_layer_height = 0 110 | max_print_height = 210 111 | max_print_speed = 100 112 | max_volumetric_extrusion_rate_slope_negative = 0 113 | max_volumetric_extrusion_rate_slope_positive = 0 114 | max_volumetric_speed = 0 115 | min_fan_speed = 50 116 | min_layer_height = 0 117 | min_print_speed = 20 118 | min_skirt_length = 4 119 | notes = 120 | nozzle_diameter = 0.4 121 | only_retract_when_crossing_perimeters = 0 122 | ooze_prevention = 0 123 | output_filename_format = MK3 PETG_[input_filename_base].gcode 124 | overhangs = 1 125 | parking_pos_retraction = 92 126 | perimeter_acceleration = 600 127 | perimeter_extruder = 1 128 | perimeter_extrusion_width = 0.42 129 | perimeter_speed = 50 130 | perimeters = 3 131 | post_process = 132 | print_host = 133 | print_settings_id = MK3 Pretty Litho PETG 134 | printer_model = MK3 135 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 136 | printer_settings_id = MK3 Pretty Litho PETG 137 | printer_variant = 0.4 138 | printer_vendor = 139 | printhost_apikey = 140 | printhost_cafile = 141 | raft_layers = 0 142 | remaining_times = 0 143 | resolution = 0 144 | retract_before_travel = 2 145 | retract_before_wipe = 10% 146 | retract_layer_change = 1 147 | retract_length = 0.8 148 | retract_length_toolchange = 4 149 | retract_lift = 0.4 150 | retract_lift_above = 0 151 | retract_lift_below = 209 152 | retract_restart_extra = 0 153 | retract_restart_extra_toolchange = 0 154 | retract_speed = 30 155 | seam_position = aligned 156 | serial_port = 157 | serial_speed = 250000 158 | silent_mode = 1 159 | single_extruder_multi_material = 0 160 | single_extruder_multi_material_priming = 1 161 | skirt_distance = 4 162 | skirt_height = 3 163 | skirts = 1 164 | slowdown_below_layer_time = 20 165 | small_perimeter_speed = 20 166 | solid_infill_below_area = 0 167 | solid_infill_every_layers = 0 168 | solid_infill_extruder = 1 169 | solid_infill_extrusion_width = 0.42 170 | solid_infill_speed = 60 171 | spiral_vase = 0 172 | standby_temperature_delta = -5 173 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}45{endif}; Filament gcode" 174 | start_gcode = M83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 S160 ; Set extruder temp before bed level\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n\nM109 S[first_layer_temperature] ; wait for extruder temp\n\nM221 S100 ; Set flow to 100\n\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\n\n\n 175 | support_material = 0 176 | support_material_angle = 0 177 | support_material_buildplate_only = 0 178 | support_material_contact_distance = 0.15 179 | support_material_enforce_layers = 0 180 | support_material_extruder = 0 181 | support_material_extrusion_width = 0.4 182 | support_material_interface_contact_loops = 0 183 | support_material_interface_extruder = 0 184 | support_material_interface_layers = 2 185 | support_material_interface_spacing = 0.2 186 | support_material_interface_speed = 100% 187 | support_material_pattern = rectilinear 188 | support_material_spacing = 2 189 | support_material_speed = 60 190 | support_material_synchronize_layers = 0 191 | support_material_threshold = 45 192 | support_material_with_sheath = 0 193 | support_material_xy_spacing = 60% 194 | temperature = 235 195 | thin_walls = 1 196 | threads = 8 197 | toolchange_gcode = 198 | top_infill_extrusion_width = 0.42 199 | top_solid_infill_speed = 40 200 | top_solid_layers = 6 201 | travel_speed = 120 202 | use_firmware_retraction = 0 203 | use_relative_e_distances = 1 204 | use_volumetric_e = 0 205 | variable_layer_height = 0 206 | wipe = 1 207 | wipe_into_infill = 0 208 | wipe_into_objects = 0 209 | wipe_tower = 0 210 | wipe_tower_bridging = 10 211 | wipe_tower_rotation_angle = 0 212 | wipe_tower_width = 60 213 | wipe_tower_x = 180 214 | wipe_tower_y = 140 215 | wiping_volumes_extruders = 70,70 216 | wiping_volumes_matrix = 0 217 | xy_size_compensation = 0 218 | z_offset = 0 219 | -------------------------------------------------------------------------------- /MK3/Slic3r/Pretty Litho PLA.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.41.0+ on 2018-09-19 at 22:24:53 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 65 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 4 8 | bridge_acceleration = 1500 9 | bridge_angle = 0 10 | bridge_fan_speed = 100 11 | bridge_flow_ratio = 0.85 12 | bridge_speed = 30 13 | brim_width = 8 14 | clip_multipart_objects = 1 15 | compatible_printers_condition_cummulative = "printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK3.*/"; 16 | complete_objects = 0 17 | cooling = 1 18 | cooling_tube_length = 5 19 | cooling_tube_retraction = 91.5 20 | default_acceleration = 1000 21 | default_filament_profile = "Prusa PLA" 22 | default_print_profile = 0.15mm OPTIMAL MK3 23 | deretract_speed = 0 24 | disable_fan_first_layers = 1 25 | dont_support_bridges = 1 26 | duplicate_distance = 6 27 | elefant_foot_compensation = 0 28 | end_filament_gcode = "; Filament-specific end gcode" 29 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X20 Y200; home X axis\n\nM84 ; disable motors\n\n\n 30 | ensure_vertical_shell_thickness = 1 31 | external_fill_pattern = rectilinear 32 | external_perimeter_extrusion_width = 0.42 33 | external_perimeter_speed = 40 34 | external_perimeters_first = 0 35 | extra_loading_move = -2 36 | extra_perimeters = 0 37 | extruder_clearance_height = 20 38 | extruder_clearance_radius = 20 39 | extruder_colour = #00FFFF 40 | extruder_offset = 0x0 41 | extrusion_axis = E 42 | extrusion_multiplier = 0.95 43 | extrusion_width = 0.42 44 | fan_always_on = 1 45 | fan_below_layer_time = 100 46 | filament_colour = #FF3232 47 | filament_cooling_final_speed = 3.4 48 | filament_cooling_initial_speed = 2.2 49 | filament_cooling_moves = 4 50 | filament_cost = 0 51 | filament_density = 0 52 | filament_diameter = 1.75 53 | filament_load_time = 0 54 | filament_loading_speed = 28 55 | filament_loading_speed_start = 3 56 | filament_max_volumetric_speed = 15 57 | filament_minimal_purge_on_wipe_tower = 5 58 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\nEsun PLA\nPush PLastic PLA\nInland PLA\n3DXTech PLA" 59 | 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" 60 | filament_settings_id = "Chris Standard PLA" 61 | filament_soluble = 0 62 | filament_toolchange_delay = 0 63 | filament_type = PLA 64 | filament_unload_time = 0 65 | filament_unloading_speed = 90 66 | filament_unloading_speed_start = 100 67 | fill_angle = 45 68 | fill_density = 100% 69 | fill_pattern = rectilinear 70 | first_layer_acceleration = 1000 71 | first_layer_bed_temperature = 65 72 | first_layer_extrusion_width = 0.42 73 | first_layer_height = 0.3 74 | first_layer_speed = 15 75 | first_layer_temperature = 215 76 | gap_fill_speed = 30 77 | gcode_comments = 0 78 | gcode_flavor = marlin 79 | host_type = octoprint 80 | infill_acceleration = 1000 81 | infill_every_layers = 1 82 | infill_extruder = 1 83 | infill_extrusion_width = 0.42 84 | infill_first = 0 85 | infill_only_where_needed = 0 86 | infill_overlap = 25% 87 | infill_speed = 40 88 | inherits_cummulative = ;;"Original Prusa i3 MK3" 89 | interface_shells = 0 90 | layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] 91 | layer_height = 0.15 92 | machine_max_acceleration_e = 180,5000 93 | machine_max_acceleration_extruding = 1500,1250 94 | machine_max_acceleration_retracting = 1200,1250 95 | machine_max_acceleration_x = 4000,1000 96 | machine_max_acceleration_y = 4000,1000 97 | machine_max_acceleration_z = 300,200 98 | machine_max_feedrate_e = 120,120 99 | machine_max_feedrate_x = 500,200 100 | machine_max_feedrate_y = 500,200 101 | machine_max_feedrate_z = 12,12 102 | machine_max_jerk_e = 0.33,2.5 103 | machine_max_jerk_x = 8,10 104 | machine_max_jerk_y = 8,10 105 | machine_max_jerk_z = 0.4,0.4 106 | machine_min_extruding_rate = 0,0 107 | machine_min_travel_rate = 0,0 108 | max_fan_speed = 100 109 | max_layer_height = 0 110 | max_print_height = 210 111 | max_print_speed = 100 112 | max_volumetric_extrusion_rate_slope_negative = 0 113 | max_volumetric_extrusion_rate_slope_positive = 0 114 | max_volumetric_speed = 0 115 | min_fan_speed = 100 116 | min_layer_height = 0 117 | min_print_speed = 20 118 | min_skirt_length = 4 119 | notes = 120 | nozzle_diameter = 0.4 121 | only_retract_when_crossing_perimeters = 0 122 | ooze_prevention = 0 123 | output_filename_format = MK3 PETG_[input_filename_base].gcode 124 | overhangs = 1 125 | parking_pos_retraction = 92 126 | perimeter_acceleration = 600 127 | perimeter_extruder = 1 128 | perimeter_extrusion_width = 0.42 129 | perimeter_speed = 50 130 | perimeters = 3 131 | post_process = 132 | print_host = 133 | print_settings_id = MK3 Pretty Litho 134 | printer_model = MK3 135 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 136 | printer_settings_id = MK3 Pretty Litho 137 | printer_variant = 0.4 138 | printer_vendor = 139 | printhost_apikey = 140 | printhost_cafile = 141 | raft_layers = 0 142 | remaining_times = 0 143 | resolution = 0 144 | retract_before_travel = 2 145 | retract_before_wipe = 10% 146 | retract_layer_change = 1 147 | retract_length = 0.8 148 | retract_length_toolchange = 4 149 | retract_lift = 0.4 150 | retract_lift_above = 0 151 | retract_lift_below = 209 152 | retract_restart_extra = 0 153 | retract_restart_extra_toolchange = 0 154 | retract_speed = 30 155 | seam_position = aligned 156 | serial_port = 157 | serial_speed = 250000 158 | silent_mode = 1 159 | single_extruder_multi_material = 0 160 | single_extruder_multi_material_priming = 1 161 | skirt_distance = 4 162 | skirt_height = 3 163 | skirts = 1 164 | slowdown_below_layer_time = 15 165 | small_perimeter_speed = 20 166 | solid_infill_below_area = 0 167 | solid_infill_every_layers = 0 168 | solid_infill_extruder = 1 169 | solid_infill_extrusion_width = 0.42 170 | solid_infill_speed = 60 171 | spiral_vase = 0 172 | standby_temperature_delta = -5 173 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}30{endif}; Filament gcode" 174 | start_gcode = M83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 S160 ; Set extruder temp before bed level\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n\nM109 S[first_layer_temperature] ; wait for extruder temp\n\nM221 S100 ; Set flow to 100\n\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\n\n\n 175 | support_material = 0 176 | support_material_angle = 0 177 | support_material_buildplate_only = 0 178 | support_material_contact_distance = 0.15 179 | support_material_enforce_layers = 0 180 | support_material_extruder = 0 181 | support_material_extrusion_width = 0.4 182 | support_material_interface_contact_loops = 0 183 | support_material_interface_extruder = 0 184 | support_material_interface_layers = 2 185 | support_material_interface_spacing = 0.2 186 | support_material_interface_speed = 100% 187 | support_material_pattern = rectilinear 188 | support_material_spacing = 2 189 | support_material_speed = 60 190 | support_material_synchronize_layers = 0 191 | support_material_threshold = 45 192 | support_material_with_sheath = 0 193 | support_material_xy_spacing = 60% 194 | temperature = 210 195 | thin_walls = 1 196 | threads = 8 197 | toolchange_gcode = 198 | top_infill_extrusion_width = 0.42 199 | top_solid_infill_speed = 40 200 | top_solid_layers = 6 201 | travel_speed = 120 202 | use_firmware_retraction = 0 203 | use_relative_e_distances = 1 204 | use_volumetric_e = 0 205 | variable_layer_height = 0 206 | wipe = 1 207 | wipe_into_infill = 0 208 | wipe_into_objects = 0 209 | wipe_tower = 0 210 | wipe_tower_bridging = 10 211 | wipe_tower_rotation_angle = 0 212 | wipe_tower_width = 60 213 | wipe_tower_x = 180 214 | wipe_tower_y = 140 215 | wiping_volumes_extruders = 70,70 216 | wiping_volumes_matrix = 0 217 | xy_size_compensation = 0 218 | z_offset = 0 219 | -------------------------------------------------------------------------------- /MK3/Slic3r/Pretty PETG V3.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.41.0-beta+ on 2018-08-16 at 11:54:50 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 80 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n\n\n\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 4 8 | bridge_acceleration = 1500 9 | bridge_angle = 0 10 | bridge_fan_speed = 70 11 | bridge_flow_ratio = 0.85 12 | bridge_speed = 30 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | compatible_printers_condition_cummulative = "printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK3.*/"; 16 | complete_objects = 0 17 | cooling = 1 18 | cooling_tube_length = 5 19 | cooling_tube_retraction = 91.5 20 | default_acceleration = 1000 21 | default_filament_profile = "Prusa PLA" 22 | default_print_profile = 0.15mm OPTIMAL MK3 23 | deretract_speed = 0 24 | disable_fan_first_layers = 3 25 | dont_support_bridges = 1 26 | duplicate_distance = 6 27 | elefant_foot_compensation = 0 28 | end_filament_gcode = "; Filament-specific end gcode" 29 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X20 Y200; home X axis\n\nM84 ; disable motors\n\n\n 30 | ensure_vertical_shell_thickness = 1 31 | external_fill_pattern = rectilinear 32 | external_perimeter_extrusion_width = 0.42 33 | external_perimeter_speed = 40 34 | external_perimeters_first = 0 35 | extra_loading_move = -2 36 | extra_perimeters = 0 37 | extruder_clearance_height = 20 38 | extruder_clearance_radius = 20 39 | extruder_colour = #00FFFF 40 | extruder_offset = 0x0 41 | extrusion_axis = E 42 | extrusion_multiplier = 0.92 43 | extrusion_width = 0.42 44 | fan_always_on = 1 45 | fan_below_layer_time = 100 46 | filament_colour = #00F700 47 | filament_cooling_final_speed = 3.4 48 | filament_cooling_initial_speed = 2.2 49 | filament_cooling_moves = 4 50 | filament_cost = 0 51 | filament_density = 0 52 | filament_diameter = 1.75 53 | filament_load_time = 0 54 | filament_loading_speed = 28 55 | filament_max_volumetric_speed = 15 56 | filament_minimal_purge_on_wipe_tower = 5 57 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\neSun PETG\n3DXTech PETG\n" 58 | 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" 59 | filament_settings_id = "Chris Standard PETG" 60 | filament_soluble = 0 61 | filament_toolchange_delay = 0 62 | filament_type = PET 63 | filament_unload_time = 0 64 | filament_unloading_speed = 90 65 | fill_angle = 45 66 | fill_density = 10% 67 | fill_pattern = gyroid 68 | first_layer_acceleration = 1000 69 | first_layer_bed_temperature = 75 70 | first_layer_extrusion_width = 0.42 71 | first_layer_height = 0.2 72 | first_layer_speed = 15 73 | first_layer_temperature = 240 74 | gap_fill_speed = 40 75 | gcode_comments = 0 76 | gcode_flavor = marlin 77 | infill_acceleration = 1000 78 | infill_every_layers = 1 79 | infill_extruder = 1 80 | infill_extrusion_width = 0.5 81 | infill_first = 0 82 | infill_only_where_needed = 0 83 | infill_overlap = 25% 84 | infill_speed = 80 85 | inherits_cummulative = ;;"Original Prusa i3 MK3" 86 | interface_shells = 0 87 | layer_gcode = ;AFTER_LAYER_CHANGE\n 88 | layer_height = 0.2 89 | machine_max_acceleration_e = 180,5000 90 | machine_max_acceleration_extruding = 1500,1250 91 | machine_max_acceleration_retracting = 1200,1250 92 | machine_max_acceleration_x = 4000,1000 93 | machine_max_acceleration_y = 4000,1000 94 | machine_max_acceleration_z = 300,200 95 | machine_max_feedrate_e = 120,120 96 | machine_max_feedrate_x = 500,200 97 | machine_max_feedrate_y = 500,200 98 | machine_max_feedrate_z = 12,12 99 | machine_max_jerk_e = 0.33,2.5 100 | machine_max_jerk_x = 8,10 101 | machine_max_jerk_y = 8,10 102 | machine_max_jerk_z = 0.4,0.4 103 | machine_min_extruding_rate = 0,0 104 | machine_min_travel_rate = 0,0 105 | max_fan_speed = 60 106 | max_layer_height = 0 107 | max_print_height = 210 108 | max_print_speed = 100 109 | max_volumetric_extrusion_rate_slope_negative = 0 110 | max_volumetric_extrusion_rate_slope_positive = 0 111 | max_volumetric_speed = 0 112 | min_fan_speed = 50 113 | min_layer_height = 0 114 | min_print_speed = 20 115 | min_skirt_length = 4 116 | notes = 117 | nozzle_diameter = 0.4 118 | octoprint_apikey = 119 | octoprint_cafile = 120 | octoprint_host = 121 | only_retract_when_crossing_perimeters = 0 122 | ooze_prevention = 0 123 | output_filename_format = MK3 PETG_[input_filename_base].gcode 124 | overhangs = 1 125 | parking_pos_retraction = 92 126 | perimeter_acceleration = 600 127 | perimeter_extruder = 1 128 | perimeter_extrusion_width = 0.42 129 | perimeter_speed = 80 130 | perimeters = 3 131 | post_process = 132 | print_settings_id = MK3 Prety PETG 133 | printer_model = MK3 134 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 135 | printer_settings_id = MK3 Pretty PETG 136 | printer_variant = 0.4 137 | printer_vendor = 138 | raft_layers = 0 139 | remaining_times = 0 140 | resolution = 0 141 | retract_before_travel = 2 142 | retract_before_wipe = 10% 143 | retract_layer_change = 1 144 | retract_length = 0.4 145 | retract_length_toolchange = 4 146 | retract_lift = 0 147 | retract_lift_above = 0 148 | retract_lift_below = 209 149 | retract_restart_extra = 0 150 | retract_restart_extra_toolchange = 0 151 | retract_speed = 30 152 | seam_position = aligned 153 | serial_port = 154 | serial_speed = 250000 155 | silent_mode = 1 156 | single_extruder_multi_material = 0 157 | single_extruder_multi_material_priming = 1 158 | skirt_distance = 2 159 | skirt_height = 1 160 | skirts = 0 161 | slowdown_below_layer_time = 20 162 | small_perimeter_speed = 20 163 | solid_infill_below_area = 0 164 | solid_infill_every_layers = 0 165 | solid_infill_extruder = 1 166 | solid_infill_extrusion_width = 0.42 167 | solid_infill_speed = 60 168 | spiral_vase = 0 169 | standby_temperature_delta = -5 170 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}45{endif}; Filament gcode" 171 | start_gcode = M83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 S160 ; Set extruder temp before bed level\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n\nM109 S[first_layer_temperature] ; wait for extruder temp\n\nM221 S100 ; Set flow to 100\n\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\n\n\n 172 | support_material = 0 173 | support_material_angle = 0 174 | support_material_buildplate_only = 0 175 | support_material_contact_distance = 0.15 176 | support_material_enforce_layers = 0 177 | support_material_extruder = 0 178 | support_material_extrusion_width = 0.4 179 | support_material_interface_contact_loops = 0 180 | support_material_interface_extruder = 0 181 | support_material_interface_layers = 2 182 | support_material_interface_spacing = 0.2 183 | support_material_interface_speed = 100% 184 | support_material_pattern = rectilinear 185 | support_material_spacing = 2 186 | support_material_speed = 60 187 | support_material_synchronize_layers = 0 188 | support_material_threshold = 45 189 | support_material_with_sheath = 0 190 | support_material_xy_spacing = 60% 191 | temperature = 235 192 | thin_walls = 1 193 | threads = 8 194 | toolchange_gcode = 195 | top_infill_extrusion_width = 0.42 196 | top_solid_infill_speed = 40 197 | top_solid_layers = 6 198 | travel_speed = 120 199 | use_firmware_retraction = 0 200 | use_relative_e_distances = 1 201 | use_volumetric_e = 0 202 | variable_layer_height = 0 203 | wipe = 1 204 | wipe_into_infill = 0 205 | wipe_into_objects = 0 206 | wipe_tower = 0 207 | wipe_tower_bridging = 10 208 | wipe_tower_rotation_angle = 0 209 | wipe_tower_width = 60 210 | wipe_tower_x = 180 211 | wipe_tower_y = 140 212 | wiping_volumes_extruders = 70,70 213 | wiping_volumes_matrix = 0 214 | xy_size_compensation = 0 215 | z_offset = 0 216 | -------------------------------------------------------------------------------- /MK3/Slic3r/Pretty PLA V4.0.ini: -------------------------------------------------------------------------------- 1 | # generated by PrusaSlicer 2.0.0-rc2+ on 2019-08-23 at 11:08:50 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 70 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n\n\n 6 | between_objects_gcode = 7 | bottom_fill_pattern = rectilinear 8 | bottom_solid_layers = 4 9 | bridge_acceleration = 1000 10 | bridge_angle = 0 11 | bridge_fan_speed = 100 12 | bridge_flow_ratio = 0.95 13 | bridge_speed = 30 14 | brim_width = 0 15 | clip_multipart_objects = 1 16 | colorprint_heights = 17 | compatible_printers_condition_cummulative = "printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK3.*/ and nozzle_diameter[0]==0.4"; 18 | complete_objects = 0 19 | cooling = 1 20 | cooling_tube_length = 5 21 | cooling_tube_retraction = 91.5 22 | default_acceleration = 1000 23 | default_filament_profile = "Prusa PLA" 24 | default_print_profile = 0.15mm OPTIMAL MK3 25 | deretract_speed = 0 26 | disable_fan_first_layers = 1 27 | dont_support_bridges = 0 28 | duplicate_distance = 6 29 | elefant_foot_compensation = 0 30 | end_filament_gcode = "; Filament-specific end gcode" 31 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X20 Y200 F3000; home X axis\n\nM84 ; disable motors\n\n\n 32 | ensure_vertical_shell_thickness = 1 33 | external_perimeter_extrusion_width = 0.42 34 | external_perimeter_speed = 25 35 | external_perimeters_first = 0 36 | extra_loading_move = -2 37 | extra_perimeters = 0 38 | extruder_clearance_height = 20 39 | extruder_clearance_radius = 20 40 | extruder_colour = #FE5BFF 41 | extruder_offset = 0x0 42 | extrusion_axis = E 43 | extrusion_multiplier = 0.95 44 | extrusion_width = 0.45 45 | fan_always_on = 1 46 | fan_below_layer_time = 100 47 | filament_colour = #FF00A6 48 | filament_cooling_final_speed = 3.4 49 | filament_cooling_initial_speed = 2.2 50 | filament_cooling_moves = 4 51 | filament_cost = 0 52 | filament_density = 0 53 | filament_diameter = 1.75 54 | filament_load_time = 0 55 | filament_loading_speed = 28 56 | filament_loading_speed_start = 3 57 | filament_max_volumetric_speed = 15 58 | filament_minimal_purge_on_wipe_tower = 15 59 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\nEsun PLA\nPush PLastic PLA\nInland PLA\n3DXTech PLA" 60 | filament_ramming_parameters = "120 100 6.6129 6.74194 7.09677 7.58065 7.90323 8.16129 8.67742 9.3871 9.87097 10.0323| 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" 61 | filament_settings_id = "Pretty PLA V4.0" 62 | filament_soluble = 0 63 | filament_toolchange_delay = 0 64 | filament_type = PLA 65 | filament_unload_time = 0 66 | filament_unloading_speed = 90 67 | filament_unloading_speed_start = 100 68 | fill_angle = 45 69 | fill_density = 5% 70 | fill_pattern = grid 71 | first_layer_acceleration = 1000 72 | first_layer_bed_temperature = 70 73 | first_layer_extrusion_width = 0.45 74 | first_layer_height = 0.2 75 | first_layer_speed = 20 76 | first_layer_temperature = 215 77 | gap_fill_speed = 50 78 | gcode_comments = 0 79 | gcode_flavor = marlin 80 | gcode_label_objects = 0 81 | high_current_on_filament_swap = 0 82 | host_type = octoprint 83 | infill_acceleration = 2000 84 | infill_every_layers = 1 85 | infill_extruder = 1 86 | infill_extrusion_width = 0.45 87 | infill_first = 0 88 | infill_only_where_needed = 0 89 | infill_overlap = 25% 90 | infill_speed = 80 91 | inherits_cummulative = ;;"Original Prusa i3 MK3" 92 | interface_shells = 0 93 | layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] 94 | layer_height = 0.2 95 | machine_max_acceleration_e = 2000,1000 96 | machine_max_acceleration_extruding = 1200,1200 97 | machine_max_acceleration_retracting = 1200,1200 98 | machine_max_acceleration_x = 4000,1000 99 | machine_max_acceleration_y = 4000,1000 100 | machine_max_acceleration_z = 200,200 101 | machine_max_feedrate_e = 120,120 102 | machine_max_feedrate_x = 500,200 103 | machine_max_feedrate_y = 500,200 104 | machine_max_feedrate_z = 12,12 105 | machine_max_jerk_e = 2,2 106 | machine_max_jerk_x = 6,6 107 | machine_max_jerk_y = 6,6 108 | machine_max_jerk_z = 0.4,0.4 109 | machine_min_extruding_rate = 0,0 110 | machine_min_travel_rate = 0,0 111 | max_fan_speed = 100 112 | max_layer_height = 0 113 | max_print_height = 210 114 | max_print_speed = 100 115 | max_volumetric_speed = 0 116 | min_fan_speed = 100 117 | min_layer_height = 0 118 | min_print_speed = 10 119 | min_skirt_length = 4 120 | notes = 121 | nozzle_diameter = 0.4 122 | only_retract_when_crossing_perimeters = 0 123 | ooze_prevention = 0 124 | output_filename_format = MK3_PLA [input_filename_base].gcode 125 | overhangs = 1 126 | parking_pos_retraction = 92 127 | perimeter_acceleration = 820 128 | perimeter_extruder = 1 129 | perimeter_extrusion_width = 0.45 130 | perimeter_speed = 45 131 | perimeters = 3 132 | post_process = 133 | print_host = 134 | print_settings_id = Pretty PLA V4.0 135 | printer_model = MK3 136 | printer_notes = Don’t remove the following keywords! These keywords are used in the “compatible printer” condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 137 | printer_settings_id = Pretty PLA V4.0 138 | printer_technology = FFF 139 | printer_variant = 0.4 140 | printer_vendor = 141 | printhost_apikey = 142 | printhost_cafile = 143 | raft_layers = 0 144 | remaining_times = 1 145 | resolution = 0 146 | retract_before_travel = 2 147 | retract_before_wipe = 0% 148 | retract_layer_change = 1 149 | retract_length = 0.8 150 | retract_length_toolchange = 4 151 | retract_lift = 0.2 152 | retract_lift_above = 0 153 | retract_lift_below = 209 154 | retract_restart_extra = 0 155 | retract_restart_extra_toolchange = 0 156 | retract_speed = 30 157 | seam_position = aligned 158 | serial_port = 159 | serial_speed = 250000 160 | silent_mode = 1 161 | single_extruder_multi_material = 0 162 | single_extruder_multi_material_priming = 1 163 | skirt_distance = 2 164 | skirt_height = 1 165 | skirts = 1 166 | slice_closing_radius = 0.049 167 | slowdown_below_layer_time = 8 168 | small_perimeter_speed = 20 169 | solid_infill_below_area = 0 170 | solid_infill_every_layers = 0 171 | solid_infill_extruder = 1 172 | solid_infill_extrusion_width = 0.45 173 | solid_infill_speed = 80 174 | spiral_vase = 0 175 | standby_temperature_delta = -5 176 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}28{endif}; Filament gcode" 177 | start_gcode = M83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 S160 ; Set extruder temp before bed level\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\n\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling set 3x3, 5x5, or 7x7 in settings menu\n\nG1 Y-3.0 Z0.6 F1000.0 ; go outside print area\n\nM109 S[first_layer_temperature] ; wait for extruder temp\n\nG92 E0.0\nG1 Z0.2 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\n 178 | support_material = 0 179 | support_material_angle = 0 180 | support_material_auto = 1 181 | support_material_buildplate_only = 0 182 | support_material_contact_distance = 0.2 183 | support_material_enforce_layers = 0 184 | support_material_extruder = 0 185 | support_material_extrusion_width = 0.37 186 | support_material_interface_contact_loops = 1 187 | support_material_interface_extruder = 0 188 | support_material_interface_layers = 3 189 | support_material_interface_spacing = 0.2 190 | support_material_interface_speed = 100% 191 | support_material_pattern = rectilinear-grid 192 | support_material_spacing = 3 193 | support_material_speed = 30 194 | support_material_synchronize_layers = 0 195 | support_material_threshold = 45 196 | support_material_with_sheath = 0 197 | support_material_xy_spacing = 60% 198 | temperature = 210 199 | thin_walls = 0 200 | threads = 8 201 | toolchange_gcode = 202 | top_fill_pattern = rectilinear 203 | top_infill_extrusion_width = 0.42 204 | top_solid_infill_speed = 30 205 | top_solid_layers = 5 206 | travel_speed = 120 207 | use_firmware_retraction = 0 208 | use_relative_e_distances = 1 209 | use_volumetric_e = 0 210 | variable_layer_height = 1 211 | wipe = 1 212 | wipe_into_infill = 0 213 | wipe_into_objects = 0 214 | wipe_tower = 0 215 | wipe_tower_bridging = 10 216 | wipe_tower_rotation_angle = 0 217 | wipe_tower_width = 60 218 | wipe_tower_x = 180 219 | wipe_tower_y = 140 220 | wiping_volumes_extruders = 70,70 221 | wiping_volumes_matrix = 0 222 | xy_size_compensation = 0 223 | z_offset = 0 224 | -------------------------------------------------------------------------------- /MK3/Slic3r/Pretty Vase Mode.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.40.1+ on 2018-07-12 at 10:23:02 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 80 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 4 8 | bridge_acceleration = 1500 9 | bridge_angle = 0 10 | bridge_fan_speed = 90 11 | bridge_flow_ratio = 0.8 12 | bridge_speed = 40 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | complete_objects = 0 16 | cooling = 1 17 | cooling_tube_length = 5 18 | cooling_tube_retraction = 91.5 19 | default_acceleration = 1000 20 | default_filament_profile = "Prusa PLA" 21 | default_print_profile = 0.15mm OPTIMAL MK3 22 | deretract_speed = 0 23 | disable_fan_first_layers = 3 24 | dont_support_bridges = 1 25 | duplicate_distance = 6 26 | elefant_foot_compensation = 0 27 | end_filament_gcode = "; Filament-specific end gcode" 28 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\nG1 X20 Y200; home X axis\nG1 Z197 F900; move extruder up to keep P.I.N.D.A. prope away from heated bed at next start\nM84 ; disable motors\nM201 Z200 ; Reset Z axis acceleration standard 200\nM203 E120 ; Reset extruder Max feedrate standard 120\nM205 E2.5 ; Reset extruder jerk standard 2.5\nM502 ; resets parameters from ROM\nM501 ; resets parameters from EEPROM\n\n 29 | ensure_vertical_shell_thickness = 0 30 | external_fill_pattern = rectilinear 31 | external_perimeter_extrusion_width = 0.6 32 | external_perimeter_speed = 40 33 | external_perimeters_first = 0 34 | extra_perimeters = 0 35 | extruder_clearance_height = 20 36 | extruder_clearance_radius = 20 37 | extruder_colour = #C098FF 38 | extruder_offset = 0x0 39 | extrusion_axis = E 40 | extrusion_multiplier = 0.93 41 | extrusion_width = 0.42 42 | fan_always_on = 1 43 | fan_below_layer_time = 100 44 | filament_colour = #00F700 45 | filament_cost = 0 46 | filament_density = 0 47 | filament_diameter = 1.75 48 | filament_loading_speed = 28 49 | filament_max_volumetric_speed = 20 50 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\neSun PETG\n3DXTech PETG\n" 51 | 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" 52 | filament_settings_id = "" 53 | filament_soluble = 0 54 | filament_toolchange_delay = 0 55 | filament_type = PET 56 | filament_unloading_speed = 90 57 | fill_angle = 45 58 | fill_density = 0% 59 | fill_pattern = gyroid 60 | first_layer_acceleration = 1000 61 | first_layer_bed_temperature = 75 62 | first_layer_extrusion_width = 0.42 63 | first_layer_height = 0.3 64 | first_layer_speed = 15 65 | first_layer_temperature = 240 66 | gap_fill_speed = 40 67 | gcode_comments = 0 68 | gcode_flavor = marlin 69 | infill_acceleration = 1000 70 | infill_every_layers = 1 71 | infill_extruder = 1 72 | infill_extrusion_width = 0.5 73 | infill_first = 0 74 | infill_only_where_needed = 0 75 | infill_overlap = 25% 76 | infill_speed = 40 77 | inherits = 78 | interface_shells = 0 79 | layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] 80 | layer_height = 0.3 81 | max_fan_speed = 40 82 | max_layer_height = 0 83 | max_print_height = 210 84 | max_print_speed = 100 85 | max_volumetric_extrusion_rate_slope_negative = 0 86 | max_volumetric_extrusion_rate_slope_positive = 0 87 | max_volumetric_speed = 0 88 | min_fan_speed = 30 89 | min_layer_height = 0 90 | min_print_speed = 20 91 | min_skirt_length = 4 92 | notes = 93 | nozzle_diameter = 0.4 94 | octoprint_apikey = 95 | octoprint_cafile = 96 | octoprint_host = 97 | only_retract_when_crossing_perimeters = 0 98 | ooze_prevention = 0 99 | output_filename_format = MK3 PETG_[input_filename_base].gcode 100 | overhangs = 1 101 | parking_pos_retraction = 92 102 | perimeter_acceleration = 600 103 | perimeter_extruder = 1 104 | perimeter_extrusion_width = 0.6 105 | perimeter_speed = 40 106 | perimeters = 1 107 | post_process = 108 | print_settings_id = 109 | printer_model = MK3 110 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 111 | printer_settings_id = 112 | printer_variant = 0.4 113 | printer_vendor = 114 | raft_layers = 0 115 | resolution = 0 116 | retract_before_travel = 1 117 | retract_before_wipe = 10% 118 | retract_layer_change = 1 119 | retract_length = 0.8 120 | retract_length_toolchange = 4 121 | retract_lift = 0 122 | retract_lift_above = 0 123 | retract_lift_below = 209 124 | retract_restart_extra = 0 125 | retract_restart_extra_toolchange = 0 126 | retract_speed = 30 127 | seam_position = aligned 128 | serial_port = 129 | serial_speed = 250000 130 | single_extruder_multi_material = 0 131 | skirt_distance = 2 132 | skirt_height = 1 133 | skirts = 0 134 | slowdown_below_layer_time = 20 135 | small_perimeter_speed = 20 136 | solid_infill_below_area = 0 137 | solid_infill_every_layers = 0 138 | solid_infill_extruder = 1 139 | solid_infill_extrusion_width = 0.42 140 | solid_infill_speed = 40 141 | spiral_vase = 1 142 | standby_temperature_delta = -5 143 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}45{endif}; Filament gcode" 144 | start_gcode = M115 U3.1.1-RC5 ; tell printer latest fw version\nM221 S100 ; Set flow to 100\nM201 X1000 Y1000 Z100 E10000 ; sets maximum accelerations, mm/sec^2\nM203 X200 Y200 Z12 E120 ; sets maximum feedrates, mm/sec\nM204 S1250 T1250 ; sets acceleration (S) and retract acceleration (T)\nM205 X10 Y10 Z0.4 E2.5 ; sets the jerk limits, mm/sec\nM205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec\nM83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM104 S170 ; Set extruder temp before bed level\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\nM109 S[first_layer_temperature] ; wait for extruder temp\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\nM201 Z400 ; Increase Z axis acceleration standard 200\nM203 E100 ; Decrease extruder Max feedrate standard 120\nM205 E10 ; Increase extruder jerk standard 2.5\nM205 X6 Y6 ; decrease XY jerk standard 10\n\n 145 | support_material = 0 146 | support_material_angle = 0 147 | support_material_buildplate_only = 0 148 | support_material_contact_distance = 0.15 149 | support_material_enforce_layers = 0 150 | support_material_extruder = 0 151 | support_material_extrusion_width = 0.35 152 | support_material_interface_contact_loops = 0 153 | support_material_interface_extruder = 0 154 | support_material_interface_layers = 2 155 | support_material_interface_spacing = 0.2 156 | support_material_interface_speed = 100% 157 | support_material_pattern = rectilinear 158 | support_material_spacing = 2 159 | support_material_speed = 60 160 | support_material_synchronize_layers = 0 161 | support_material_threshold = 45 162 | support_material_with_sheath = 0 163 | support_material_xy_spacing = 60% 164 | temperature = 250 165 | thin_walls = 1 166 | threads = 8 167 | toolchange_gcode = 168 | top_infill_extrusion_width = 0.42 169 | top_solid_infill_speed = 50 170 | top_solid_layers = 0 171 | travel_speed = 100 172 | use_firmware_retraction = 0 173 | use_relative_e_distances = 1 174 | use_volumetric_e = 0 175 | variable_layer_height = 0 176 | wipe = 1 177 | wipe_tower = 0 178 | wipe_tower_bridging = 10 179 | wipe_tower_rotation_angle = 0 180 | wipe_tower_width = 60 181 | wipe_tower_x = 180 182 | wipe_tower_y = 140 183 | wiping_volumes_extruders = 70,70 184 | wiping_volumes_matrix = 0 185 | xy_size_compensation = 0 186 | z_offset = 0 187 | -------------------------------------------------------------------------------- /MK3/Slic3r/README.md: -------------------------------------------------------------------------------- 1 | # Slic3r profiles for Prusa i3 MK3 2 | 3 | - [Slic3r profiles for Prusa i3 MK3](#slic3r-profiles-for-prusa-i3-mk3) 4 | + [MK3 Speed PLA Profile](#mk3-speed-pla-profile) 5 | + [pp_tpu_config](#pp-tpu-config) 6 | + [MK3 3Dxtech Matte Petg](#mk3-3dxtech-matte-petg) 7 | + [Pretty Vase Mode](#pretty-vase-mode) 8 | + [NylonX](#nylonx) 9 | + [Hollow and spiral vase](#hollow-and-spiral-vase) 10 | + [Pretty PETG V3](#pretty-petg-v3) 11 | + [Pretty PLA V4](#pretty-pla-v4) 12 | + [Pretty Litho PETG](#pretty-litho-petg) 13 | + [Pretty Litho PLA](#pretty-litho-pla) 14 | + [MMU Pretty PLA V1.2](#mmu-pretty-pla-v1-2) 15 | + [Pretty CF PETG](#pretty-cf-petg) 16 | + [Palette Plus Pretty PLA](#palette-plus-pretty-pla) 17 | 18 | ### MK3 Speed PLA Profile 19 | Updated May 5, 2018 20 | Profile by Chris Warkocki 21 | 22 | Some people want to print fast but still have a decent print. I've played with this over the course of the last three weeks and a few dozen random or so prints and I think it's ready. 23 | 24 | These speeds are more in the MK3 realm so I wouldn't use this for the MK2s or MK2.5 but if someone wants to test them please let me know if they work on them. 25 | 26 | Best with Slic3r 1.40.0 beta and above. 27 | 28 | ### pp_tpu_config 29 | Updated May 5, 2018 30 | Profile by Paul Park 31 | 32 | slic3r PE for my mk3. Been working great, use at your own risk. 33 | 34 | I would do the e-correct tower in PLA and change the e-correct (if needed) first. 35 | 36 | And always use glue or something (baby powder, windex, etc) with TPU. I use glue. 37 | 38 | For me each filament even from the same brand requires a specific temperature. Some need extrusion multiplier of 0.9 or 0.95. I use sainsmart. 39 | 40 | ### MK3 3Dxtech Matte Petg 41 | Updated June 6, 2018 42 | Profile by Chris Warkocki 43 | 44 | 3dxtech just sent some sample Pretty Ridiculous Ultra Super Awesome Orange matte petg my way for testing. P.R.U.S.A. Orange is a near perfect match to the old ABS parts and prints like a dream as usual with every petg they sell. 45 | 46 | I've been messing with settings and have it locked down by increasing the print temps and doing some flexing here and there 47 | 48 | ### Pretty Vase Mode 49 | Updated July 12, 2018 50 | Profile by Chris Warkocki 51 | 52 | Been working on a version of the PETG profile I've been working on specifically for printing in Vase Mode. Using large extrusions to make a nice strong vase but it's fully customizable down to 0.10mm layer heights this should be a good starting point for those looking to make some cool vases. 53 | 54 | So why PETG? The layers just bond so much better than PLA so you won't have to worry about this this busting if you give it a good squeeze. 55 | 56 | Getting it water tight is another story but I promise it shouldn't leak out the walls but most likely out the bottom. Adjust your perimeter overlap and extrusion multiplier till you don't get anymore leaks. 57 | 58 | Make sure you adjust the layer height based on the intricacies of the model. at the stock 0.30mm layer height objects like the Easter Island head will have gaps so make sure to spend time looking at the layer visualizer as well making sure you don't print over a 45 degree angle. Single walls are near impossible to get harsh angles. 59 | 60 | ### NylonX 61 | Updated August 14, 2018 62 | NylonX Slic3r profile by Evan Lloyd 63 | 64 | ### Hollow and spiral vase 65 | Updated August 14, 2018 66 | Profiles by Fedor Pikus 67 | 68 | Here are my profiles for water-tight vases. I started with Chris Warkocki Pretty PLA profile and modified the settings needed to make it water-tight. Basically, over-extrude a ton: make the lines wider and crank up the extrusion modifier. The hardest part is the transition from the bottom to the wall. The settings I have will do the job on most filaments and vases, at the cost of some ugliness where the infill is visible through the outside wall. If the vase is very wavy right from the bottom, then even this much overlap may not be enough. There are settings for 0.4 and 0.6mm nozzles (1.0mm nozzle works great, but I thought I'd post the more common ones). I have both spiral vase settings and regular hollow vase (no infill, 2 perimeters). Adjust the temperatures for your PLA material. 69 | 70 | ### Pretty PETG V3 71 | Updated August 16, 2018 72 | Profile by Chris Warkocki 73 | 74 | Pretty PETG V3. Just fixed a couple things with bridging I didn't like in the V2. Will work on the MK2, MK2s, and the MK3 for certain. 75 | 76 | ### Pretty PLA V4 77 | Updated August 23, 2019 78 | Profile by Chris Warkocki 79 | 80 | Pretty PLA for the year 2019 is here. This profile is specifically for the Prusa MK2s/2.5/2.5s/3/3s printers running stock firmware aka Linear Advance 1.0 81 | 82 | But what is it??? 83 | 84 | Pretty PLA was the groundwork of tons of smart people who all had issues when the MK3 launched. The original profiles in Slic3r:PE were a bit over the top with screaming 200-300mm/s print moves and overall the print quality was less than desirable. 85 | 86 | Hundreds of hours went into testing the perfect speeds to reduce certain artifacts the MK3 had more so than other printers like it and even new tests designed by myself like the speed towers and resonance tests all went in to find the best values for an overall safe profile that jammed less, printed a little better, and had the newest advancements. It was a profile of many comprises to not only print well but print it fast enough that it wouldn't take forever for a print to finish. 87 | 88 | Heck those advancements inspired all the new Prusa quality profiles that took the framework the community put in and it finally made Prusa Slicer easier for the beginner. 89 | 90 | In tradition there are new things here that aren't in other profiles. 91 | 92 | 1. improved preheating. Some users said that a small hole would form from heating the nozzle close to the bed which was used to prevent oozing. Fixed it by rising the nozzle to 0.6mm off the bed saving it from possible harm. Now you can enjoy running bed calibrations without oozing on the bed and without possibly hurting smooth PEI. 93 | 94 | 2. vastly improved supports. Let's face it. The stock supports tend to fall over or not work too well for most prints. After much testing in finding a sturdy support structure that also easily comes off the print was tough but it's getting there and it's here in this profile. I will follow up with a small guide to show you how to adjust supports for more detailed prints or prints that just don't need sturdy supports so stay tuned for that. 95 | 3. more tweaks. After thousands of hours per months in prints and looking at user feedback more small adjustments were made and hopefully this means a better overall safe profile for everyone that wants to balance good quality and ease of printing. 96 | 97 | Note that you don't need to adjust anything besides layer height between 0.15mm-0.25mm. Just change the layer height and it'll work just fine. 98 | 99 | ### Pretty Litho PETG 100 | Updated September 19, 2018 101 | Profile by Chris Warkocki 102 | 103 | For those looking for a starting point in printing Lithophanes I've sat down and tweaked the PETG profile a bit and did some maths and viola. I nice simple MK2s-MK3 Litho profile. 104 | 105 | I decided on PETG since it's the superior material for this. 106 | 107 | 1. Better bed adhesion. 108 | 2. Less chance at warping if placed near a window or warm lamp light. 109 | 3. Less warping during printing. 110 | 4. Less curling than PLA. 111 | 5. Needs less cooling than PLA so difficult prints have room for more cooling. 112 | 6. Less brittle. 113 | 114 | I use this site for making lithophanes: http://3dp.rocks/lithophane/ 115 | 116 | Feel free to test away and happy printing! 117 | 118 | ### Pretty Litho PLA 119 | Updated September 19, 2018 120 | Profile by Chris Warkocki 121 | 122 | For those who don't want to venture into PETG I ran a quick test and the stock settings worked for PLA so here is a starting point for a PLA lithograph profile. 123 | 124 | It doesn't have as much testing but the images are nearly identical and the quality is just right. 125 | 126 | Enjoy and happy printing! 127 | 128 | ### MMU Pretty PLA V1.2 129 | Updated September 30, 2018 130 | Profile by Chris Warkocki 131 | 132 | For those using the MMU2 I'm posting this profile to help alleviate a few things. 133 | 134 | 1. Included the start gcode for no mess mesh bed leveling. 135 | 2. Lower extruder acceleration as it would cause skipping. 8000 to 5000 and may try lower. 136 | 3. Increased Extruder jerk to help with tip creation. 1.5 to 2. 137 | 4. Lowered retraction speeds and increased retraction amount before wipe and the distanced needed in a move before taking a retraction. Stock settings left fine hairs of strings. Almost gone now. 138 | 5. Loading Speed at Start changed from 3 to 19. By PJR. The load speed at start was too low and would cause grinding of filament as it was mismatched with the stock bondtech load speed. 139 | 6. Loading Speed changed from 14 to 22. By PJR. If the tip is slightly out of spec lower would cause it to stop at bondtech instead of going through. You may hear a click in the extruder as it forces the filament tip into the bondtech. 140 | 7. Way Better Output filename format. 141 | 8. Adjusted first layer line width as it was too thin IMO. 0.40 to 0.45. 142 | 9. Speed reduction to infill and solid infill. 200mm/s is too fast for some PLA so it's been reduced to a safer 120mm/2. 143 | 10. Seam position changed to aligned for better prints. 144 | 11. Bridging detection enabled so supports don't go covering the bridges. 145 | 146 | *new* 147 | 148 | 12. Increased initial unload speed to 120mm/s to match next step 149 | 13. Increased cooling moves from 1 to 2 in order to shape the tip better. Seems to improve too thick of tip that was causing jams on entry to Festo. 150 | 151 | So far this is working just great. No more filament grinding and the values are much more printer friendly in some areas. If your'e having issues with your MMU2 printing give this a try and let me know. 152 | 153 | ### Pretty CF PETG 154 | Updated October 5, 2018 155 | Profile by Chris Warkocki 156 | 157 | I know a lot of people want to play with CF PETG so here is a really decent CF PETG profile. 158 | 159 | It's not perfect and I've noticed different brands need different tweaks to retraction settings so print something to test and hone in those retractions before doing a huge important print. 160 | 161 | this is a good starting point and works with both 3dxtech CF PETG and Matterhackers CF PETG but needs some adjustments depending on your setup. 162 | 163 | For those using a hardened steel nozzle bump the print temps up 10C and for those using an Olsson Ruby leave the temp alone unless you get bad layer adhesion. 164 | 165 | Good luck and happy printing! 166 | 167 | ### Palette Plus Pretty PLA 168 | Updated October 5, 2018 169 | Profile by Chris Warkocki 170 | 171 | For those thinking of grabbing a Palette Plus on the cheap once the Palette 2 hits the market here is you Slic3r PE Pretty Palette Profile. 172 | 173 | Tested and the palette can keep up. 174 | 175 | Prusament btw needs a 3.2 heat and 3.5 compression factor. Fillamentum works fine with stock 2/2. -------------------------------------------------------------------------------- /MK3/Slic3r/Slic3r hollow vase 0.4mm nozzle PLA.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.41.0-beta+win64 on 2018-08-14 at 19:33:58 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 60 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 7 8 | bridge_acceleration = 1000 9 | bridge_angle = 0 10 | bridge_fan_speed = 100 11 | bridge_flow_ratio = 0.95 12 | bridge_speed = 60 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | complete_objects = 0 16 | cooling = 1 17 | cooling_tube_length = 5 18 | cooling_tube_retraction = 91.5 19 | default_acceleration = 1000 20 | default_filament_profile = "MK2s Pretty PLA V1" 21 | default_print_profile = "MK2s Pretty PLA V1" 22 | deretract_speed = 0 23 | disable_fan_first_layers = 1 24 | dont_support_bridges = 1 25 | duplicate_distance = 6 26 | elefant_foot_compensation = 0 27 | end_filament_gcode = "; Filament-specific end gcode" 28 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X100 Y200; home X axis\nM84 ; disable motors 29 | ensure_vertical_shell_thickness = 1 30 | external_fill_pattern = rectilinear 31 | external_perimeter_extrusion_width = 0.8 32 | external_perimeter_speed = 20 33 | external_perimeters_first = 0 34 | extra_loading_move = -2 35 | extra_perimeters = 1 36 | extruder_clearance_height = 20 37 | extruder_clearance_radius = 20 38 | extruder_colour = #00FFFF 39 | extruder_offset = 0x0 40 | extrusion_axis = E 41 | extrusion_multiplier = 1.4 42 | extrusion_width = 0.8 43 | fan_always_on = 1 44 | fan_below_layer_time = 100 45 | filament_colour = #FF3232 46 | filament_cooling_final_speed = 3.4 47 | filament_cooling_initial_speed = 2.2 48 | filament_cooling_moves = 4 49 | filament_cost = 0 50 | filament_density = 0 51 | filament_diameter = 1.75 52 | filament_load_time = 0 53 | filament_loading_speed = 28 54 | filament_max_volumetric_speed = 15 55 | filament_minimal_purge_on_wipe_tower = 5 56 | filament_notes = "List of materials tested with standard PLA print settings for MK2S:\n\n\nEsun PLA\nPush PLastic PLA\nInland PLA\n3DXTech PLA" 57 | 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" 58 | filament_settings_id = "MK2s Pretty PLA V1" 59 | filament_soluble = 0 60 | filament_toolchange_delay = 0 61 | filament_type = PLA 62 | filament_unload_time = 0 63 | filament_unloading_speed = 90 64 | fill_angle = 45 65 | fill_density = 0% 66 | fill_pattern = grid 67 | first_layer_acceleration = 1000 68 | first_layer_bed_temperature = 60 69 | first_layer_extrusion_width = 0.8 70 | first_layer_height = 0.2 71 | first_layer_speed = 20 72 | first_layer_temperature = 220 73 | gap_fill_speed = 40 74 | gcode_comments = 0 75 | gcode_flavor = marlin 76 | infill_acceleration = 1500 77 | infill_every_layers = 1 78 | infill_extruder = 1 79 | infill_extrusion_width = 0.8 80 | infill_first = 0 81 | infill_only_where_needed = 0 82 | infill_overlap = 0.6 83 | infill_speed = 20 84 | interface_shells = 0 85 | layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] 86 | layer_height = 0.2 87 | machine_max_acceleration_e = 10000,5000 88 | machine_max_acceleration_extruding = 1250,1250 89 | machine_max_acceleration_retracting = 1250,1250 90 | machine_max_acceleration_x = 1000,1000 91 | machine_max_acceleration_y = 1000,1000 92 | machine_max_acceleration_z = 400,200 93 | machine_max_feedrate_e = 60,120 94 | machine_max_feedrate_x = 200,200 95 | machine_max_feedrate_y = 200,200 96 | machine_max_feedrate_z = 60,12 97 | machine_max_jerk_e = 10,2.5 98 | machine_max_jerk_x = 6,10 99 | machine_max_jerk_y = 6,10 100 | machine_max_jerk_z = 0.2,0.4 101 | machine_min_extruding_rate = 0,0 102 | machine_min_travel_rate = 0,0 103 | max_fan_speed = 100 104 | max_layer_height = 0 105 | max_print_height = 210 106 | max_print_speed = 100 107 | max_volumetric_extrusion_rate_slope_negative = 0 108 | max_volumetric_extrusion_rate_slope_positive = 0 109 | max_volumetric_speed = 0 110 | min_fan_speed = 100 111 | min_layer_height = 0 112 | min_print_speed = 20 113 | min_skirt_length = 4 114 | notes = 115 | nozzle_diameter = 0.4 116 | octoprint_apikey = 117 | octoprint_cafile = 118 | octoprint_host = 119 | only_retract_when_crossing_perimeters = 0 120 | ooze_prevention = 0 121 | output_filename_format = MK2S_PLA_V1_[input_filename_base].gcode 122 | overhangs = 1 123 | parking_pos_retraction = 92 124 | perimeter_acceleration = 600 125 | perimeter_extruder = 1 126 | perimeter_extrusion_width = 0.8 127 | perimeter_speed = 20 128 | perimeters = 2 129 | post_process = 130 | print_settings_id = MK2s Pretty PLA V1 131 | printer_model = MK2S 132 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK2S\n 133 | printer_settings_id = MK2s Pretty PLA V1 134 | printer_variant = 0.4 135 | printer_vendor = 136 | raft_layers = 0 137 | remaining_times = 0 138 | resolution = 0 139 | retract_before_travel = 1 140 | retract_before_wipe = 10% 141 | retract_layer_change = 1 142 | retract_length = 0.8 143 | retract_length_toolchange = 4 144 | retract_lift = 0.6 145 | retract_lift_above = 0 146 | retract_lift_below = 209 147 | retract_restart_extra = 0 148 | retract_restart_extra_toolchange = 0 149 | retract_speed = 30 150 | seam_position = aligned 151 | serial_port = 152 | serial_speed = 250000 153 | silent_mode = 0 154 | single_extruder_multi_material = 0 155 | single_extruder_multi_material_priming = 1 156 | skirt_distance = 5 157 | skirt_height = 0 158 | skirts = 1 159 | slowdown_below_layer_time = 18 160 | small_perimeter_speed = 20 161 | solid_infill_below_area = 0 162 | solid_infill_every_layers = 0 163 | solid_infill_extruder = 1 164 | solid_infill_extrusion_width = 0.8 165 | solid_infill_speed = 20 166 | spiral_vase = 0 167 | standby_temperature_delta = -5 168 | start_filament_gcode = "M900 K50; Filament gcode" 169 | start_gcode = M221 S100 ; Set flow to 100\nM83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 S160 ; Set extruder temp before bed level\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\nM109 S[first_layer_temperature] ; wait for extruder temp\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0 170 | support_material = 0 171 | support_material_angle = 0 172 | support_material_buildplate_only = 0 173 | support_material_contact_distance = 0.15 174 | support_material_enforce_layers = 0 175 | support_material_extruder = 0 176 | support_material_extrusion_width = 0.35 177 | support_material_interface_contact_loops = 0 178 | support_material_interface_extruder = 0 179 | support_material_interface_layers = 2 180 | support_material_interface_spacing = 0.2 181 | support_material_interface_speed = 100% 182 | support_material_pattern = rectilinear 183 | support_material_spacing = 2 184 | support_material_speed = 20 185 | support_material_synchronize_layers = 0 186 | support_material_threshold = 45 187 | support_material_with_sheath = 0 188 | support_material_xy_spacing = 60% 189 | temperature = 215 190 | thin_walls = 1 191 | threads = 8 192 | toolchange_gcode = 193 | top_infill_extrusion_width = 0.45 194 | top_solid_infill_speed = 50 195 | top_solid_layers = 0 196 | travel_speed = 100 197 | use_firmware_retraction = 0 198 | use_relative_e_distances = 1 199 | use_volumetric_e = 0 200 | variable_layer_height = 0 201 | wipe = 1 202 | wipe_into_infill = 0 203 | wipe_into_objects = 0 204 | wipe_tower = 0 205 | wipe_tower_bridging = 10 206 | wipe_tower_rotation_angle = 0 207 | wipe_tower_width = 60 208 | wipe_tower_x = 180 209 | wipe_tower_y = 140 210 | wiping_volumes_extruders = 70,70 211 | wiping_volumes_matrix = 0 212 | xy_size_compensation = 0 213 | z_offset = 0 214 | -------------------------------------------------------------------------------- /MK3/Slic3r/Slic3r hollow vase 0.6mm nozzle PLA.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.41.0-beta+win64 on 2018-08-14 at 19:35:29 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 60 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 7 8 | bridge_acceleration = 1000 9 | bridge_angle = 0 10 | bridge_fan_speed = 100 11 | bridge_flow_ratio = 0.95 12 | bridge_speed = 20 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | complete_objects = 0 16 | cooling = 1 17 | cooling_tube_length = 5 18 | cooling_tube_retraction = 91.5 19 | default_acceleration = 1000 20 | default_filament_profile = "MK2s Pretty PLA V1" 21 | default_print_profile = "MK2s Pretty PLA V1" 22 | deretract_speed = 0 23 | disable_fan_first_layers = 1 24 | dont_support_bridges = 1 25 | duplicate_distance = 6 26 | elefant_foot_compensation = 0 27 | end_filament_gcode = "; Filament-specific end gcode" 28 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X100 Y200; home X axis\nM84 ; disable motors 29 | ensure_vertical_shell_thickness = 1 30 | external_fill_pattern = archimedeanchords 31 | external_perimeter_extrusion_width = 1.2 32 | external_perimeter_speed = 20 33 | external_perimeters_first = 0 34 | extra_loading_move = -2 35 | extra_perimeters = 1 36 | extruder_clearance_height = 20 37 | extruder_clearance_radius = 20 38 | extruder_colour = #00FFFF 39 | extruder_offset = 0x0 40 | extrusion_axis = E 41 | extrusion_multiplier = 1.25 42 | extrusion_width = 1.2 43 | fan_always_on = 1 44 | fan_below_layer_time = 100 45 | filament_colour = #FF3232 46 | filament_cooling_final_speed = 3.4 47 | filament_cooling_initial_speed = 2.2 48 | filament_cooling_moves = 4 49 | filament_cost = 0 50 | filament_density = 0 51 | filament_diameter = 1.75 52 | filament_load_time = 0 53 | filament_loading_speed = 28 54 | filament_max_volumetric_speed = 15 55 | filament_minimal_purge_on_wipe_tower = 5 56 | filament_notes = "List of materials tested with standard PLA print settings for MK2S:\n\n\nEsun PLA\nPush PLastic PLA\nInland PLA\n3DXTech PLA" 57 | 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" 58 | filament_settings_id = "MK2s Pretty PLA V1" 59 | filament_soluble = 0 60 | filament_toolchange_delay = 0 61 | filament_type = PLA 62 | filament_unload_time = 0 63 | filament_unloading_speed = 90 64 | fill_angle = 45 65 | fill_density = 0% 66 | fill_pattern = grid 67 | first_layer_acceleration = 1000 68 | first_layer_bed_temperature = 60 69 | first_layer_extrusion_width = 1.2 70 | first_layer_height = 0.2 71 | first_layer_speed = 15 72 | first_layer_temperature = 215 73 | gap_fill_speed = 40 74 | gcode_comments = 0 75 | gcode_flavor = marlin 76 | infill_acceleration = 1500 77 | infill_every_layers = 1 78 | infill_extruder = 1 79 | infill_extrusion_width = 1.2 80 | infill_first = 0 81 | infill_only_where_needed = 0 82 | infill_overlap = 0.9 83 | infill_speed = 20 84 | interface_shells = 0 85 | layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] 86 | layer_height = 0.4 87 | machine_max_acceleration_e = 10000,5000 88 | machine_max_acceleration_extruding = 1250,1250 89 | machine_max_acceleration_retracting = 1250,1250 90 | machine_max_acceleration_x = 1000,1000 91 | machine_max_acceleration_y = 1000,1000 92 | machine_max_acceleration_z = 400,200 93 | machine_max_feedrate_e = 60,120 94 | machine_max_feedrate_x = 200,200 95 | machine_max_feedrate_y = 200,200 96 | machine_max_feedrate_z = 60,12 97 | machine_max_jerk_e = 10,2.5 98 | machine_max_jerk_x = 6,10 99 | machine_max_jerk_y = 6,10 100 | machine_max_jerk_z = 0.2,0.4 101 | machine_min_extruding_rate = 0,0 102 | machine_min_travel_rate = 0,0 103 | max_fan_speed = 100 104 | max_layer_height = 0 105 | max_print_height = 210 106 | max_print_speed = 100 107 | max_volumetric_extrusion_rate_slope_negative = 0 108 | max_volumetric_extrusion_rate_slope_positive = 0 109 | max_volumetric_speed = 0 110 | min_fan_speed = 100 111 | min_layer_height = 0 112 | min_print_speed = 20 113 | min_skirt_length = 4 114 | notes = 115 | nozzle_diameter = 0.6 116 | octoprint_apikey = 117 | octoprint_cafile = 118 | octoprint_host = 119 | only_retract_when_crossing_perimeters = 0 120 | ooze_prevention = 0 121 | output_filename_format = MK2S_PLA_V1_[input_filename_base].gcode 122 | overhangs = 1 123 | parking_pos_retraction = 92 124 | perimeter_acceleration = 600 125 | perimeter_extruder = 1 126 | perimeter_extrusion_width = 1.2 127 | perimeter_speed = 20 128 | perimeters = 2 129 | post_process = 130 | print_settings_id = MK2s Pretty PLA V1 0.6 nozzle 131 | printer_model = MK2S 132 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK2S\n 133 | printer_settings_id = MK2s Pretty PLA V1 0.6 nozzle 134 | printer_variant = 0.4 135 | printer_vendor = 136 | raft_layers = 0 137 | remaining_times = 0 138 | resolution = 0 139 | retract_before_travel = 1 140 | retract_before_wipe = 10% 141 | retract_layer_change = 1 142 | retract_length = 0.8 143 | retract_length_toolchange = 4 144 | retract_lift = 0.6 145 | retract_lift_above = 0 146 | retract_lift_below = 209 147 | retract_restart_extra = 0 148 | retract_restart_extra_toolchange = 0 149 | retract_speed = 30 150 | seam_position = aligned 151 | serial_port = 152 | serial_speed = 250000 153 | silent_mode = 0 154 | single_extruder_multi_material = 0 155 | single_extruder_multi_material_priming = 1 156 | skirt_distance = 5 157 | skirt_height = 0 158 | skirts = 1 159 | slowdown_below_layer_time = 18 160 | small_perimeter_speed = 20 161 | solid_infill_below_area = 0 162 | solid_infill_every_layers = 0 163 | solid_infill_extruder = 1 164 | solid_infill_extrusion_width = 1.2 165 | solid_infill_speed = 20 166 | spiral_vase = 0 167 | standby_temperature_delta = -5 168 | start_filament_gcode = "M900 K50; Filament gcode" 169 | start_gcode = M221 S100 ; Set flow to 100\nM83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 S160 ; Set extruder temp before bed level\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\nM109 S[first_layer_temperature] ; wait for extruder temp\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0 170 | support_material = 0 171 | support_material_angle = 0 172 | support_material_buildplate_only = 0 173 | support_material_contact_distance = 0.15 174 | support_material_enforce_layers = 0 175 | support_material_extruder = 0 176 | support_material_extrusion_width = 0.525 177 | support_material_interface_contact_loops = 0 178 | support_material_interface_extruder = 0 179 | support_material_interface_layers = 2 180 | support_material_interface_spacing = 0.2 181 | support_material_interface_speed = 100% 182 | support_material_pattern = rectilinear 183 | support_material_spacing = 2 184 | support_material_speed = 20 185 | support_material_synchronize_layers = 0 186 | support_material_threshold = 45 187 | support_material_with_sheath = 0 188 | support_material_xy_spacing = 60% 189 | temperature = 215 190 | thin_walls = 1 191 | threads = 8 192 | toolchange_gcode = 193 | top_infill_extrusion_width = 1.2 194 | top_solid_infill_speed = 50 195 | top_solid_layers = 0 196 | travel_speed = 100 197 | use_firmware_retraction = 0 198 | use_relative_e_distances = 1 199 | use_volumetric_e = 0 200 | variable_layer_height = 0 201 | wipe = 1 202 | wipe_into_infill = 0 203 | wipe_into_objects = 0 204 | wipe_tower = 0 205 | wipe_tower_bridging = 10 206 | wipe_tower_rotation_angle = 0 207 | wipe_tower_width = 60 208 | wipe_tower_x = 180 209 | wipe_tower_y = 140 210 | wiping_volumes_extruders = 70,70 211 | wiping_volumes_matrix = 0 212 | xy_size_compensation = 0 213 | z_offset = 0 214 | -------------------------------------------------------------------------------- /MK3/Slic3r/Slic3r spiral vase 0.4mm nozzle PLA.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.41.0-beta+win64 on 2018-08-14 at 19:35:05 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 60 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 7 8 | bridge_acceleration = 1000 9 | bridge_angle = 0 10 | bridge_fan_speed = 100 11 | bridge_flow_ratio = 0.95 12 | bridge_speed = 60 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | complete_objects = 0 16 | cooling = 1 17 | cooling_tube_length = 5 18 | cooling_tube_retraction = 91.5 19 | default_acceleration = 1000 20 | default_filament_profile = "MK2s Pretty PLA V1" 21 | default_print_profile = "MK2s Pretty PLA V1" 22 | deretract_speed = 0 23 | disable_fan_first_layers = 1 24 | dont_support_bridges = 1 25 | duplicate_distance = 6 26 | elefant_foot_compensation = 0 27 | end_filament_gcode = "; Filament-specific end gcode" 28 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X100 Y200; home X axis\nM84 ; disable motors 29 | ensure_vertical_shell_thickness = 0 30 | external_fill_pattern = rectilinear 31 | external_perimeter_extrusion_width = 0.8 32 | external_perimeter_speed = 20 33 | external_perimeters_first = 0 34 | extra_loading_move = -2 35 | extra_perimeters = 1 36 | extruder_clearance_height = 20 37 | extruder_clearance_radius = 20 38 | extruder_colour = #00FFFF 39 | extruder_offset = 0x0 40 | extrusion_axis = E 41 | extrusion_multiplier = 1.4 42 | extrusion_width = 0.8 43 | fan_always_on = 1 44 | fan_below_layer_time = 100 45 | filament_colour = #FF3232 46 | filament_cooling_final_speed = 3.4 47 | filament_cooling_initial_speed = 2.2 48 | filament_cooling_moves = 4 49 | filament_cost = 0 50 | filament_density = 0 51 | filament_diameter = 1.75 52 | filament_load_time = 0 53 | filament_loading_speed = 28 54 | filament_max_volumetric_speed = 15 55 | filament_minimal_purge_on_wipe_tower = 5 56 | filament_notes = "List of materials tested with standard PLA print settings for MK2S:\n\n\nEsun PLA\nPush PLastic PLA\nInland PLA\n3DXTech PLA" 57 | 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" 58 | filament_settings_id = "MK2s Pretty PLA V1" 59 | filament_soluble = 0 60 | filament_toolchange_delay = 0 61 | filament_type = PLA 62 | filament_unload_time = 0 63 | filament_unloading_speed = 90 64 | fill_angle = 45 65 | fill_density = 0% 66 | fill_pattern = grid 67 | first_layer_acceleration = 1000 68 | first_layer_bed_temperature = 60 69 | first_layer_extrusion_width = 0.8 70 | first_layer_height = 0.2 71 | first_layer_speed = 20 72 | first_layer_temperature = 220 73 | gap_fill_speed = 40 74 | gcode_comments = 0 75 | gcode_flavor = marlin 76 | infill_acceleration = 1500 77 | infill_every_layers = 1 78 | infill_extruder = 1 79 | infill_extrusion_width = 0.8 80 | infill_first = 0 81 | infill_only_where_needed = 0 82 | infill_overlap = 0.6 83 | infill_speed = 20 84 | interface_shells = 0 85 | layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] 86 | layer_height = 0.2 87 | machine_max_acceleration_e = 10000,5000 88 | machine_max_acceleration_extruding = 1250,1250 89 | machine_max_acceleration_retracting = 1250,1250 90 | machine_max_acceleration_x = 1000,1000 91 | machine_max_acceleration_y = 1000,1000 92 | machine_max_acceleration_z = 400,200 93 | machine_max_feedrate_e = 60,120 94 | machine_max_feedrate_x = 200,200 95 | machine_max_feedrate_y = 200,200 96 | machine_max_feedrate_z = 60,12 97 | machine_max_jerk_e = 10,2.5 98 | machine_max_jerk_x = 6,10 99 | machine_max_jerk_y = 6,10 100 | machine_max_jerk_z = 0.2,0.4 101 | machine_min_extruding_rate = 0,0 102 | machine_min_travel_rate = 0,0 103 | max_fan_speed = 100 104 | max_layer_height = 0 105 | max_print_height = 210 106 | max_print_speed = 100 107 | max_volumetric_extrusion_rate_slope_negative = 0 108 | max_volumetric_extrusion_rate_slope_positive = 0 109 | max_volumetric_speed = 0 110 | min_fan_speed = 100 111 | min_layer_height = 0 112 | min_print_speed = 20 113 | min_skirt_length = 4 114 | notes = 115 | nozzle_diameter = 0.4 116 | octoprint_apikey = 117 | octoprint_cafile = 118 | octoprint_host = 119 | only_retract_when_crossing_perimeters = 0 120 | ooze_prevention = 0 121 | output_filename_format = MK2S_PLA_V1_[input_filename_base].gcode 122 | overhangs = 1 123 | parking_pos_retraction = 92 124 | perimeter_acceleration = 600 125 | perimeter_extruder = 1 126 | perimeter_extrusion_width = 0.8 127 | perimeter_speed = 20 128 | perimeters = 1 129 | post_process = 130 | print_settings_id = MK2s Pretty PLA V1 131 | printer_model = MK2S 132 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK2S\n 133 | printer_settings_id = MK2s Pretty PLA V1 134 | printer_variant = 0.4 135 | printer_vendor = 136 | raft_layers = 0 137 | remaining_times = 0 138 | resolution = 0 139 | retract_before_travel = 1 140 | retract_before_wipe = 10% 141 | retract_layer_change = 1 142 | retract_length = 0.8 143 | retract_length_toolchange = 4 144 | retract_lift = 0.6 145 | retract_lift_above = 0 146 | retract_lift_below = 209 147 | retract_restart_extra = 0 148 | retract_restart_extra_toolchange = 0 149 | retract_speed = 30 150 | seam_position = aligned 151 | serial_port = 152 | serial_speed = 250000 153 | silent_mode = 0 154 | single_extruder_multi_material = 0 155 | single_extruder_multi_material_priming = 1 156 | skirt_distance = 5 157 | skirt_height = 0 158 | skirts = 1 159 | slowdown_below_layer_time = 18 160 | small_perimeter_speed = 20 161 | solid_infill_below_area = 0 162 | solid_infill_every_layers = 0 163 | solid_infill_extruder = 1 164 | solid_infill_extrusion_width = 0.8 165 | solid_infill_speed = 20 166 | spiral_vase = 1 167 | standby_temperature_delta = -5 168 | start_filament_gcode = "M900 K50; Filament gcode" 169 | start_gcode = M221 S100 ; Set flow to 100\nM83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 S160 ; Set extruder temp before bed level\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\nM109 S[first_layer_temperature] ; wait for extruder temp\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0 170 | support_material = 0 171 | support_material_angle = 0 172 | support_material_buildplate_only = 0 173 | support_material_contact_distance = 0.15 174 | support_material_enforce_layers = 0 175 | support_material_extruder = 0 176 | support_material_extrusion_width = 0.35 177 | support_material_interface_contact_loops = 0 178 | support_material_interface_extruder = 0 179 | support_material_interface_layers = 2 180 | support_material_interface_spacing = 0.2 181 | support_material_interface_speed = 100% 182 | support_material_pattern = rectilinear 183 | support_material_spacing = 2 184 | support_material_speed = 20 185 | support_material_synchronize_layers = 0 186 | support_material_threshold = 45 187 | support_material_with_sheath = 0 188 | support_material_xy_spacing = 60% 189 | temperature = 215 190 | thin_walls = 1 191 | threads = 8 192 | toolchange_gcode = 193 | top_infill_extrusion_width = 0.45 194 | top_solid_infill_speed = 50 195 | top_solid_layers = 0 196 | travel_speed = 100 197 | use_firmware_retraction = 0 198 | use_relative_e_distances = 1 199 | use_volumetric_e = 0 200 | variable_layer_height = 0 201 | wipe = 1 202 | wipe_into_infill = 0 203 | wipe_into_objects = 0 204 | wipe_tower = 0 205 | wipe_tower_bridging = 10 206 | wipe_tower_rotation_angle = 0 207 | wipe_tower_width = 60 208 | wipe_tower_x = 180 209 | wipe_tower_y = 140 210 | wiping_volumes_extruders = 70,70 211 | wiping_volumes_matrix = 0 212 | xy_size_compensation = 0 213 | z_offset = 0 214 | -------------------------------------------------------------------------------- /MK3/Slic3r/Slic3r spiral vase 0.6mm nozzle PLA.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.41.0-beta+win64 on 2018-08-14 at 19:33:25 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 60 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 7 8 | bridge_acceleration = 1000 9 | bridge_angle = 0 10 | bridge_fan_speed = 100 11 | bridge_flow_ratio = 0.95 12 | bridge_speed = 20 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | complete_objects = 0 16 | cooling = 1 17 | cooling_tube_length = 5 18 | cooling_tube_retraction = 91.5 19 | default_acceleration = 1000 20 | default_filament_profile = "MK2s Pretty PLA V1" 21 | default_print_profile = "MK2s Pretty PLA V1" 22 | deretract_speed = 0 23 | disable_fan_first_layers = 1 24 | dont_support_bridges = 1 25 | duplicate_distance = 6 26 | elefant_foot_compensation = 0 27 | end_filament_gcode = "; Filament-specific end gcode" 28 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X100 Y200; home X axis\nM84 ; disable motors 29 | ensure_vertical_shell_thickness = 0 30 | external_fill_pattern = archimedeanchords 31 | external_perimeter_extrusion_width = 1.2 32 | external_perimeter_speed = 20 33 | external_perimeters_first = 0 34 | extra_loading_move = -2 35 | extra_perimeters = 1 36 | extruder_clearance_height = 20 37 | extruder_clearance_radius = 20 38 | extruder_colour = #00FFFF 39 | extruder_offset = 0x0 40 | extrusion_axis = E 41 | extrusion_multiplier = 1.25 42 | extrusion_width = 1.2 43 | fan_always_on = 1 44 | fan_below_layer_time = 100 45 | filament_colour = #FF3232 46 | filament_cooling_final_speed = 3.4 47 | filament_cooling_initial_speed = 2.2 48 | filament_cooling_moves = 4 49 | filament_cost = 0 50 | filament_density = 0 51 | filament_diameter = 1.75 52 | filament_load_time = 0 53 | filament_loading_speed = 28 54 | filament_max_volumetric_speed = 15 55 | filament_minimal_purge_on_wipe_tower = 5 56 | filament_notes = "List of materials tested with standard PLA print settings for MK2S:\n\n\nEsun PLA\nPush PLastic PLA\nInland PLA\n3DXTech PLA" 57 | 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" 58 | filament_settings_id = "MK2s Pretty PLA V1" 59 | filament_soluble = 0 60 | filament_toolchange_delay = 0 61 | filament_type = PLA 62 | filament_unload_time = 0 63 | filament_unloading_speed = 90 64 | fill_angle = 45 65 | fill_density = 0% 66 | fill_pattern = grid 67 | first_layer_acceleration = 1000 68 | first_layer_bed_temperature = 60 69 | first_layer_extrusion_width = 1.2 70 | first_layer_height = 0.2 71 | first_layer_speed = 15 72 | first_layer_temperature = 215 73 | gap_fill_speed = 40 74 | gcode_comments = 0 75 | gcode_flavor = marlin 76 | infill_acceleration = 1500 77 | infill_every_layers = 1 78 | infill_extruder = 1 79 | infill_extrusion_width = 1.2 80 | infill_first = 0 81 | infill_only_where_needed = 0 82 | infill_overlap = 0.9 83 | infill_speed = 20 84 | interface_shells = 0 85 | layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] 86 | layer_height = 0.4 87 | machine_max_acceleration_e = 10000,5000 88 | machine_max_acceleration_extruding = 1250,1250 89 | machine_max_acceleration_retracting = 1250,1250 90 | machine_max_acceleration_x = 1000,1000 91 | machine_max_acceleration_y = 1000,1000 92 | machine_max_acceleration_z = 400,200 93 | machine_max_feedrate_e = 60,120 94 | machine_max_feedrate_x = 200,200 95 | machine_max_feedrate_y = 200,200 96 | machine_max_feedrate_z = 60,12 97 | machine_max_jerk_e = 10,2.5 98 | machine_max_jerk_x = 6,10 99 | machine_max_jerk_y = 6,10 100 | machine_max_jerk_z = 0.2,0.4 101 | machine_min_extruding_rate = 0,0 102 | machine_min_travel_rate = 0,0 103 | max_fan_speed = 100 104 | max_layer_height = 0 105 | max_print_height = 210 106 | max_print_speed = 100 107 | max_volumetric_extrusion_rate_slope_negative = 0 108 | max_volumetric_extrusion_rate_slope_positive = 0 109 | max_volumetric_speed = 0 110 | min_fan_speed = 100 111 | min_layer_height = 0 112 | min_print_speed = 20 113 | min_skirt_length = 4 114 | notes = 115 | nozzle_diameter = 0.6 116 | octoprint_apikey = 117 | octoprint_cafile = 118 | octoprint_host = 119 | only_retract_when_crossing_perimeters = 0 120 | ooze_prevention = 0 121 | output_filename_format = MK2S_PLA_V1_[input_filename_base].gcode 122 | overhangs = 1 123 | parking_pos_retraction = 92 124 | perimeter_acceleration = 600 125 | perimeter_extruder = 1 126 | perimeter_extrusion_width = 1.2 127 | perimeter_speed = 20 128 | perimeters = 1 129 | post_process = 130 | print_settings_id = MK2s Pretty PLA V1 0.6 nozzle 131 | printer_model = MK2S 132 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK2S\n 133 | printer_settings_id = MK2s Pretty PLA V1 0.6 nozzle 134 | printer_variant = 0.4 135 | printer_vendor = 136 | raft_layers = 0 137 | remaining_times = 0 138 | resolution = 0 139 | retract_before_travel = 1 140 | retract_before_wipe = 10% 141 | retract_layer_change = 1 142 | retract_length = 0.8 143 | retract_length_toolchange = 4 144 | retract_lift = 0.6 145 | retract_lift_above = 0 146 | retract_lift_below = 209 147 | retract_restart_extra = 0 148 | retract_restart_extra_toolchange = 0 149 | retract_speed = 30 150 | seam_position = aligned 151 | serial_port = 152 | serial_speed = 250000 153 | silent_mode = 0 154 | single_extruder_multi_material = 0 155 | single_extruder_multi_material_priming = 1 156 | skirt_distance = 5 157 | skirt_height = 0 158 | skirts = 1 159 | slowdown_below_layer_time = 18 160 | small_perimeter_speed = 20 161 | solid_infill_below_area = 0 162 | solid_infill_every_layers = 0 163 | solid_infill_extruder = 1 164 | solid_infill_extrusion_width = 1.2 165 | solid_infill_speed = 20 166 | spiral_vase = 1 167 | standby_temperature_delta = -5 168 | start_filament_gcode = "M900 K50; Filament gcode" 169 | start_gcode = M221 S100 ; Set flow to 100\nM83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 S160 ; Set extruder temp before bed level\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\nM109 S[first_layer_temperature] ; wait for extruder temp\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0 170 | support_material = 0 171 | support_material_angle = 0 172 | support_material_buildplate_only = 0 173 | support_material_contact_distance = 0.15 174 | support_material_enforce_layers = 0 175 | support_material_extruder = 0 176 | support_material_extrusion_width = 0.525 177 | support_material_interface_contact_loops = 0 178 | support_material_interface_extruder = 0 179 | support_material_interface_layers = 2 180 | support_material_interface_spacing = 0.2 181 | support_material_interface_speed = 100% 182 | support_material_pattern = rectilinear 183 | support_material_spacing = 2 184 | support_material_speed = 20 185 | support_material_synchronize_layers = 0 186 | support_material_threshold = 45 187 | support_material_with_sheath = 0 188 | support_material_xy_spacing = 60% 189 | temperature = 215 190 | thin_walls = 1 191 | threads = 8 192 | toolchange_gcode = 193 | top_infill_extrusion_width = 1.2 194 | top_solid_infill_speed = 50 195 | top_solid_layers = 0 196 | travel_speed = 100 197 | use_firmware_retraction = 0 198 | use_relative_e_distances = 1 199 | use_volumetric_e = 0 200 | variable_layer_height = 0 201 | wipe = 1 202 | wipe_into_infill = 0 203 | wipe_into_objects = 0 204 | wipe_tower = 0 205 | wipe_tower_bridging = 10 206 | wipe_tower_rotation_angle = 0 207 | wipe_tower_width = 60 208 | wipe_tower_x = 180 209 | wipe_tower_y = 140 210 | wiping_volumes_extruders = 70,70 211 | wiping_volumes_matrix = 0 212 | xy_size_compensation = 0 213 | z_offset = 0 214 | -------------------------------------------------------------------------------- /MK3/Slic3r/archive/Chris MK3 PLA V3.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.40.0-alpha1+ on 2018-05-17 at 10:15:13 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 65 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 4 8 | bridge_acceleration = 1000 9 | bridge_angle = 0 10 | bridge_fan_speed = 100 11 | bridge_flow_ratio = 0.95 12 | bridge_speed = 40 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | compatible_printers_condition = 16 | complete_objects = 0 17 | cooling = 0 18 | cooling_tube_length = 5 19 | cooling_tube_retraction = 91.5 20 | default_acceleration = 1000 21 | default_filament_profile = "Prusa PLA" 22 | default_print_profile = 0.15mm OPTIMAL MK3 23 | deretract_speed = 0 24 | disable_fan_first_layers = 1 25 | dont_support_bridges = 1 26 | duplicate_distance = 6 27 | elefant_foot_compensation = 0 28 | end_filament_gcode = "; Filament-specific end gcode" 29 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\nG1 X0 Y200; home X axis\nM84 ; disable motors\nM502 ; resets parameters from ROM\nM501 ; resets parameters from EEPROM 30 | ensure_vertical_shell_thickness = 0 31 | external_fill_pattern = rectilinear 32 | external_perimeter_extrusion_width = 0.4 33 | external_perimeter_speed = 36 34 | external_perimeters_first = 0 35 | extra_perimeters = 0 36 | extruder_clearance_height = 20 37 | extruder_clearance_radius = 20 38 | extruder_colour = #FFFF00 39 | extruder_offset = 0x0 40 | extrusion_axis = E 41 | extrusion_multiplier = 0.96 42 | extrusion_width = 0.45 43 | fan_always_on = 1 44 | fan_below_layer_time = 100 45 | filament_colour = #FF3232 46 | filament_cost = 0 47 | filament_density = 0 48 | filament_diameter = 1.75 49 | filament_loading_speed = 28 50 | filament_max_volumetric_speed = 15 51 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\nEsun PLA\nPush PLastic PLA\nInland PLA\n3DXTech PLA" 52 | 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" 53 | filament_settings_id = 54 | filament_soluble = 0 55 | filament_toolchange_delay = 0 56 | filament_type = PLA 57 | filament_unloading_speed = 90 58 | fill_angle = 45 59 | fill_density = 5% 60 | fill_pattern = triangles 61 | first_layer_acceleration = 1000 62 | first_layer_bed_temperature = 65 63 | first_layer_extrusion_width = 0.45 64 | first_layer_height = 0.2 65 | first_layer_speed = 30 66 | first_layer_temperature = 215 67 | gap_fill_speed = 40 68 | gcode_comments = 0 69 | gcode_flavor = marlin 70 | infill_acceleration = 1500 71 | infill_every_layers = 1 72 | infill_extruder = 1 73 | infill_extrusion_width = 0.48 74 | infill_first = 0 75 | infill_only_where_needed = 0 76 | infill_overlap = 20% 77 | infill_speed = 120 78 | inherits = 79 | interface_shells = 0 80 | layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] 81 | layer_height = 0.2 82 | max_fan_speed = 100 83 | max_layer_height = 0 84 | max_print_height = 210 85 | max_print_speed = 120 86 | max_volumetric_extrusion_rate_slope_negative = 0 87 | max_volumetric_extrusion_rate_slope_positive = 0 88 | max_volumetric_speed = 0 89 | min_fan_speed = 100 90 | min_layer_height = 0 91 | min_print_speed = 20 92 | min_skirt_length = 4 93 | notes = 94 | nozzle_diameter = 0.4 95 | octoprint_apikey = 96 | octoprint_cafile = 97 | octoprint_host = 98 | only_retract_when_crossing_perimeters = 0 99 | ooze_prevention = 0 100 | output_filename_format = MK3_[input_filename_base].gcode 101 | overhangs = 0 102 | parking_pos_retraction = 92 103 | perimeter_acceleration = 600 104 | perimeter_extruder = 1 105 | perimeter_extrusion_width = 0.45 106 | perimeter_speed = 60 107 | perimeters = 2 108 | post_process = 109 | print_settings_id = 110 | printer_model = MK3 111 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 112 | printer_settings_id = 113 | printer_variant = 0.4 114 | printer_vendor = 115 | raft_layers = 0 116 | resolution = 0 117 | retract_before_travel = 1 118 | retract_before_wipe = 10% 119 | retract_layer_change = 1 120 | retract_length = 0.6 121 | retract_length_toolchange = 4 122 | retract_lift = 0 123 | retract_lift_above = 0 124 | retract_lift_below = 209 125 | retract_restart_extra = 0 126 | retract_restart_extra_toolchange = 0 127 | retract_speed = 20 128 | seam_position = rear 129 | serial_port = 130 | serial_speed = 250000 131 | single_extruder_multi_material = 0 132 | skirt_distance = 2 133 | skirt_height = 1 134 | skirts = 1 135 | slowdown_below_layer_time = 15 136 | small_perimeter_speed = 25 137 | solid_infill_below_area = 0 138 | solid_infill_every_layers = 0 139 | solid_infill_extruder = 1 140 | solid_infill_extrusion_width = 0.45 141 | solid_infill_speed = 100 142 | spiral_vase = 0 143 | standby_temperature_delta = -5 144 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}30{endif}; Filament gcode" 145 | start_gcode = M115 U3.1.1-RC5 ; tell printer latest fw version\nM201 X1000 Y1000 Z100 E10000 ; sets maximum accelerations, mm/sec^2\nM203 X200 Y200 Z12 E120 ; sets maximum feedrates, mm/sec\nM204 S1250 T1250 ; sets acceleration (S) and retract acceleration (T)\nM205 X10 Y10 Z0.4 E2.5 ; sets the jerk limits, mm/sec\nM205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\nM201 Z1000 ; Increase Z axis acceleration standard 200\nM203 Z60 ; Increase Z max feedrate standard 12\nM203 E25 ; Decrease extruder Max feedrate standard 120\nM205 E10 ; Increase extruder jerk standard 2.5\n 146 | support_material = 0 147 | support_material_angle = 0 148 | support_material_buildplate_only = 0 149 | support_material_contact_distance = 0.15 150 | support_material_enforce_layers = 0 151 | support_material_extruder = 0 152 | support_material_extrusion_width = 0.35 153 | support_material_interface_contact_loops = 0 154 | support_material_interface_extruder = 0 155 | support_material_interface_layers = 2 156 | support_material_interface_spacing = 0.2 157 | support_material_interface_speed = 100% 158 | support_material_pattern = rectilinear 159 | support_material_spacing = 2 160 | support_material_speed = 50 161 | support_material_synchronize_layers = 0 162 | support_material_threshold = 45 163 | support_material_with_sheath = 0 164 | support_material_xy_spacing = 60% 165 | temperature = 210 166 | thin_walls = 0 167 | threads = 8 168 | toolchange_gcode = 169 | top_infill_extrusion_width = 0.45 170 | top_solid_infill_speed = 50 171 | top_solid_layers = 5 172 | travel_speed = 120 173 | use_firmware_retraction = 0 174 | use_relative_e_distances = 1 175 | use_volumetric_e = 0 176 | variable_layer_height = 0 177 | wipe = 1 178 | wipe_tower = 0 179 | wipe_tower_bridging = 10 180 | wipe_tower_rotation_angle = 0 181 | wipe_tower_width = 60 182 | wipe_tower_x = 180 183 | wipe_tower_y = 140 184 | wiping_volumes_extruders = 70,70 185 | wiping_volumes_matrix = 0 186 | xy_size_compensation = 0 187 | z_offset = 0 188 | -------------------------------------------------------------------------------- /MK3/Slic3r/archive/MK3 Pretty PETG Profile.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.40.0-beta+ on 2018-05-28 at 21:29:51 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 80 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 4 8 | bridge_acceleration = 1500 9 | bridge_angle = 0 10 | bridge_fan_speed = 100 11 | bridge_flow_ratio = 0.8 12 | bridge_speed = 40 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | complete_objects = 0 16 | cooling = 1 17 | cooling_tube_length = 5 18 | cooling_tube_retraction = 91.5 19 | default_acceleration = 1000 20 | default_filament_profile = "Prusa PLA" 21 | default_print_profile = 0.15mm OPTIMAL MK3 22 | deretract_speed = 0 23 | disable_fan_first_layers = 3 24 | dont_support_bridges = 1 25 | duplicate_distance = 6 26 | elefant_foot_compensation = 0 27 | end_filament_gcode = "; Filament-specific end gcode" 28 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\nG1 X20 Y200; home X axis\nG1 Z197 F900; move extruder up to keep P.I.N.D.A. prope away from heated bed at next start\nM84 ; disable motors\nM201 Z200 ; Reset Z axis acceleration standard 200\nM203 Z12 ; Reset Z max feedrate standard 12\nM203 E120 ; Reset extruder Max feedrate standard 120\nM205 E2.5 ; Reset extruder jerk standard 2.5\nM502 ; resets parameters from ROM\nM501 ; resets parameters from EEPROM\n\nM117 HAVE A NICE DAY :)\n\n;StarTrek\nM300 S1396 P714\nM300 S932 P238\nM300 S2489 P1428\nM300 S2349 P476\nM300 S932 P357\nM300 S1567 P357\nM300 S2093 P357\nM300 S2793 P952 29 | ensure_vertical_shell_thickness = 1 30 | external_fill_pattern = rectilinear 31 | external_perimeter_extrusion_width = 0.45 32 | external_perimeter_speed = 20 33 | external_perimeters_first = 0 34 | extra_perimeters = 0 35 | extruder_clearance_height = 20 36 | extruder_clearance_radius = 20 37 | extruder_colour = #C098FF 38 | extruder_offset = 0x0 39 | extrusion_axis = E 40 | extrusion_multiplier = 0.92 41 | extrusion_width = 0.45 42 | fan_always_on = 1 43 | fan_below_layer_time = 100 44 | filament_colour = #00F700 45 | filament_cost = 0 46 | filament_density = 0 47 | filament_diameter = 1.75 48 | filament_loading_speed = 28 49 | filament_max_volumetric_speed = 15 50 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\neSun PETG\n3DXTech PETG\n" 51 | 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" 52 | filament_settings_id = "" 53 | filament_soluble = 0 54 | filament_toolchange_delay = 0 55 | filament_type = PET 56 | filament_unloading_speed = 90 57 | fill_angle = 45 58 | fill_density = 20% 59 | fill_pattern = gyroid 60 | first_layer_acceleration = 1000 61 | first_layer_bed_temperature = 80 62 | first_layer_extrusion_width = 0.45 63 | first_layer_height = 0.24 64 | first_layer_speed = 15 65 | first_layer_temperature = 240 66 | gap_fill_speed = 40 67 | gcode_comments = 0 68 | gcode_flavor = marlin 69 | infill_acceleration = 1000 70 | infill_every_layers = 1 71 | infill_extruder = 1 72 | infill_extrusion_width = 0.5 73 | infill_first = 0 74 | infill_only_where_needed = 0 75 | infill_overlap = 25% 76 | infill_speed = 80 77 | inherits = 78 | interface_shells = 0 79 | layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] 80 | layer_height = 0.2 81 | max_fan_speed = 60 82 | max_layer_height = 0 83 | max_print_height = 210 84 | max_print_speed = 100 85 | max_volumetric_extrusion_rate_slope_negative = 0 86 | max_volumetric_extrusion_rate_slope_positive = 0 87 | max_volumetric_speed = 0 88 | min_fan_speed = 0 89 | min_layer_height = 0 90 | min_print_speed = 20 91 | min_skirt_length = 4 92 | notes = 93 | nozzle_diameter = 0.4 94 | octoprint_apikey = 95 | octoprint_cafile = 96 | octoprint_host = 97 | only_retract_when_crossing_perimeters = 0 98 | ooze_prevention = 0 99 | output_filename_format = [input_filename_base].gcode 100 | overhangs = 1 101 | parking_pos_retraction = 92 102 | perimeter_acceleration = 600 103 | perimeter_extruder = 1 104 | perimeter_extrusion_width = 0.45 105 | perimeter_speed = 50 106 | perimeters = 3 107 | post_process = 108 | print_settings_id = 109 | printer_model = MK3 110 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 111 | printer_settings_id = 112 | printer_variant = 0.4 113 | printer_vendor = 114 | raft_layers = 0 115 | resolution = 0 116 | retract_before_travel = 1 117 | retract_before_wipe = 10% 118 | retract_layer_change = 1 119 | retract_length = 1 120 | retract_length_toolchange = 4 121 | retract_lift = 0.6 122 | retract_lift_above = 0 123 | retract_lift_below = 209 124 | retract_restart_extra = 0 125 | retract_restart_extra_toolchange = 0 126 | retract_speed = 30 127 | seam_position = aligned 128 | serial_port = 129 | serial_speed = 250000 130 | single_extruder_multi_material = 0 131 | skirt_distance = 2 132 | skirt_height = 1 133 | skirts = 0 134 | slowdown_below_layer_time = 20 135 | small_perimeter_speed = 20 136 | solid_infill_below_area = 0 137 | solid_infill_every_layers = 0 138 | solid_infill_extruder = 1 139 | solid_infill_extrusion_width = 0.45 140 | solid_infill_speed = 60 141 | spiral_vase = 0 142 | standby_temperature_delta = -5 143 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}45{endif}; Filament gcode" 144 | start_gcode = M115 U3.1.1-RC5 ; tell printer latest fw version\nM350 E32 ;\nM92 E280 ;\nM221 S100 ; Set flow to 100\nM201 X1000 Y1000 Z100 E10000 ; sets maximum accelerations, mm/sec^2\nM203 X200 Y200 Z12 E120 ; sets maximum feedrates, mm/sec\nM204 S1250 T1250 ; sets acceleration (S) and retract acceleration (T)\nM205 X10 Y10 Z0.4 E2.5 ; sets the jerk limits, mm/sec\nM205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG1 E-2 ; Retract before mesh\nG80 ; mesh bed leveling\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\nM201 Z400 ; Increase Z axis acceleration standard 200\nM203 Z60 ; Increase Z max feedrate standard 12\nM203 E60 ; Decrease extruder Max feedrate standard 120\nM205 E10 ; Increase extruder jerk standard 2.5\nM205 X6 Y6 ; decrease XY jerk standard 10\n\nM117 IM PRINTING THINGS!\n 145 | support_material = 0 146 | support_material_angle = 0 147 | support_material_buildplate_only = 0 148 | support_material_contact_distance = 0.15 149 | support_material_enforce_layers = 0 150 | support_material_extruder = 0 151 | support_material_extrusion_width = 0.35 152 | support_material_interface_contact_loops = 0 153 | support_material_interface_extruder = 0 154 | support_material_interface_layers = 2 155 | support_material_interface_spacing = 0.2 156 | support_material_interface_speed = 100% 157 | support_material_pattern = rectilinear 158 | support_material_spacing = 2 159 | support_material_speed = 60 160 | support_material_synchronize_layers = 0 161 | support_material_threshold = 45 162 | support_material_with_sheath = 0 163 | support_material_xy_spacing = 60% 164 | temperature = 235 165 | thin_walls = 1 166 | threads = 8 167 | toolchange_gcode = 168 | top_infill_extrusion_width = 0.4 169 | top_solid_infill_speed = 50 170 | top_solid_layers = 6 171 | travel_speed = 100 172 | use_firmware_retraction = 0 173 | use_relative_e_distances = 1 174 | use_volumetric_e = 0 175 | variable_layer_height = 0 176 | wipe = 1 177 | wipe_tower = 0 178 | wipe_tower_bridging = 10 179 | wipe_tower_rotation_angle = 0 180 | wipe_tower_width = 60 181 | wipe_tower_x = 180 182 | wipe_tower_y = 140 183 | wiping_volumes_extruders = 70,70 184 | wiping_volumes_matrix = 0 185 | xy_size_compensation = 0 186 | z_offset = 0 187 | -------------------------------------------------------------------------------- /MK3/Slic3r/archive/MK3 Pretty PETG V2.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.41.0-beta+ on 2018-08-06 at 14:28:57 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 80 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n\n\n\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 4 8 | bridge_acceleration = 1500 9 | bridge_angle = 0 10 | bridge_fan_speed = 50 11 | bridge_flow_ratio = 0.85 12 | bridge_speed = 60 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | compatible_printers_condition_cummulative = "printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK3.*/"; 16 | complete_objects = 0 17 | cooling = 1 18 | cooling_tube_length = 5 19 | cooling_tube_retraction = 91.5 20 | default_acceleration = 1000 21 | default_filament_profile = "Prusa PLA" 22 | default_print_profile = 0.15mm OPTIMAL MK3 23 | deretract_speed = 0 24 | disable_fan_first_layers = 3 25 | dont_support_bridges = 1 26 | duplicate_distance = 6 27 | elefant_foot_compensation = 0 28 | end_filament_gcode = "; Filament-specific end gcode" 29 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X20 Y200; home X axis\n\nM84 ; disable motors\n\n\n 30 | ensure_vertical_shell_thickness = 1 31 | external_fill_pattern = rectilinear 32 | external_perimeter_extrusion_width = 0.42 33 | external_perimeter_speed = 40 34 | external_perimeters_first = 0 35 | extra_loading_move = -2 36 | extra_perimeters = 0 37 | extruder_clearance_height = 20 38 | extruder_clearance_radius = 20 39 | extruder_colour = #00FFFF 40 | extruder_offset = 0x0 41 | extrusion_axis = E 42 | extrusion_multiplier = 0.93 43 | extrusion_width = 0.42 44 | fan_always_on = 1 45 | fan_below_layer_time = 100 46 | filament_colour = #00F700 47 | filament_cooling_final_speed = 3.4 48 | filament_cooling_initial_speed = 2.2 49 | filament_cooling_moves = 4 50 | filament_cost = 0 51 | filament_density = 0 52 | filament_diameter = 1.75 53 | filament_load_time = 0 54 | filament_loading_speed = 28 55 | filament_max_volumetric_speed = 15 56 | filament_minimal_purge_on_wipe_tower = 5 57 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\neSun PETG\n3DXTech PETG\n" 58 | 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" 59 | filament_settings_id = "Chris Moons V1PETG" 60 | filament_soluble = 0 61 | filament_toolchange_delay = 0 62 | filament_type = PET 63 | filament_unload_time = 0 64 | filament_unloading_speed = 90 65 | fill_angle = 45 66 | fill_density = 10% 67 | fill_pattern = gyroid 68 | first_layer_acceleration = 1000 69 | first_layer_bed_temperature = 75 70 | first_layer_extrusion_width = 0.42 71 | first_layer_height = 0.2 72 | first_layer_speed = 15 73 | first_layer_temperature = 240 74 | gap_fill_speed = 40 75 | gcode_comments = 0 76 | gcode_flavor = marlin 77 | infill_acceleration = 1000 78 | infill_every_layers = 1 79 | infill_extruder = 1 80 | infill_extrusion_width = 0.5 81 | infill_first = 0 82 | infill_only_where_needed = 0 83 | infill_overlap = 25% 84 | infill_speed = 80 85 | inherits_cummulative = ;;"Original Prusa i3 MK3" 86 | interface_shells = 0 87 | layer_gcode = ;AFTER_LAYER_CHANGE\n 88 | layer_height = 0.2 89 | machine_max_acceleration_e = 180,5000 90 | machine_max_acceleration_extruding = 1500,1250 91 | machine_max_acceleration_retracting = 1200,1250 92 | machine_max_acceleration_x = 9000,1000 93 | machine_max_acceleration_y = 9000,1000 94 | machine_max_acceleration_z = 500,200 95 | machine_max_feedrate_e = 120,120 96 | machine_max_feedrate_x = 500,200 97 | machine_max_feedrate_y = 500,200 98 | machine_max_feedrate_z = 12,12 99 | machine_max_jerk_e = 0.33,2.5 100 | machine_max_jerk_x = 8,10 101 | machine_max_jerk_y = 8,10 102 | machine_max_jerk_z = 0.4,0.4 103 | machine_min_extruding_rate = 0,0 104 | machine_min_travel_rate = 0,0 105 | max_fan_speed = 60 106 | max_layer_height = 0 107 | max_print_height = 210 108 | max_print_speed = 100 109 | max_volumetric_extrusion_rate_slope_negative = 0 110 | max_volumetric_extrusion_rate_slope_positive = 0 111 | max_volumetric_speed = 0 112 | min_fan_speed = 30 113 | min_layer_height = 0 114 | min_print_speed = 20 115 | min_skirt_length = 4 116 | notes = 117 | nozzle_diameter = 0.4 118 | octoprint_apikey = 119 | octoprint_cafile = 120 | octoprint_host = 121 | only_retract_when_crossing_perimeters = 0 122 | ooze_prevention = 0 123 | output_filename_format = MK3 PETG_[input_filename_base].gcode 124 | overhangs = 1 125 | parking_pos_retraction = 92 126 | perimeter_acceleration = 600 127 | perimeter_extruder = 1 128 | perimeter_extrusion_width = 0.42 129 | perimeter_speed = 80 130 | perimeters = 3 131 | post_process = 132 | print_settings_id = MK3 Prety PETG 133 | printer_model = MK3 134 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 135 | printer_settings_id = MK3 PETG Moons V1 136 | printer_variant = 0.4 137 | printer_vendor = 138 | raft_layers = 0 139 | remaining_times = 0 140 | resolution = 0 141 | retract_before_travel = 2 142 | retract_before_wipe = 10% 143 | retract_layer_change = 1 144 | retract_length = 0.8 145 | retract_length_toolchange = 4 146 | retract_lift = 0 147 | retract_lift_above = 0 148 | retract_lift_below = 209 149 | retract_restart_extra = 0 150 | retract_restart_extra_toolchange = 0 151 | retract_speed = 30 152 | seam_position = aligned 153 | serial_port = 154 | serial_speed = 250000 155 | silent_mode = 1 156 | single_extruder_multi_material = 0 157 | single_extruder_multi_material_priming = 1 158 | skirt_distance = 2 159 | skirt_height = 1 160 | skirts = 0 161 | slowdown_below_layer_time = 20 162 | small_perimeter_speed = 20 163 | solid_infill_below_area = 0 164 | solid_infill_every_layers = 0 165 | solid_infill_extruder = 1 166 | solid_infill_extrusion_width = 0.42 167 | solid_infill_speed = 60 168 | spiral_vase = 0 169 | standby_temperature_delta = -5 170 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}45{endif}; Filament gcode" 171 | start_gcode = M83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 S160 ; Set extruder temp before bed level\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n\nM109 S[first_layer_temperature] ; wait for extruder temp\n\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\n\n\n\n 172 | support_material = 0 173 | support_material_angle = 0 174 | support_material_buildplate_only = 0 175 | support_material_contact_distance = 0.15 176 | support_material_enforce_layers = 0 177 | support_material_extruder = 0 178 | support_material_extrusion_width = 0.4 179 | support_material_interface_contact_loops = 0 180 | support_material_interface_extruder = 0 181 | support_material_interface_layers = 2 182 | support_material_interface_spacing = 0.2 183 | support_material_interface_speed = 100% 184 | support_material_pattern = rectilinear 185 | support_material_spacing = 2 186 | support_material_speed = 60 187 | support_material_synchronize_layers = 0 188 | support_material_threshold = 45 189 | support_material_with_sheath = 0 190 | support_material_xy_spacing = 60% 191 | temperature = 235 192 | thin_walls = 1 193 | threads = 8 194 | toolchange_gcode = 195 | top_infill_extrusion_width = 0.42 196 | top_solid_infill_speed = 40 197 | top_solid_layers = 6 198 | travel_speed = 120 199 | use_firmware_retraction = 0 200 | use_relative_e_distances = 1 201 | use_volumetric_e = 0 202 | variable_layer_height = 0 203 | wipe = 1 204 | wipe_into_infill = 0 205 | wipe_into_objects = 0 206 | wipe_tower = 0 207 | wipe_tower_bridging = 10 208 | wipe_tower_rotation_angle = 0 209 | wipe_tower_width = 60 210 | wipe_tower_x = 180 211 | wipe_tower_y = 140 212 | wiping_volumes_extruders = 70,70 213 | wiping_volumes_matrix = 0 214 | xy_size_compensation = 0 215 | z_offset = 0 216 | -------------------------------------------------------------------------------- /MK3/Slic3r/archive/MK3 Pretty PLA Profile.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.40.0-beta+ on 2018-05-28 at 18:17:53 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 65 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 4 8 | bridge_acceleration = 1000 9 | bridge_angle = 0 10 | bridge_fan_speed = 100 11 | bridge_flow_ratio = 0.95 12 | bridge_speed = 60 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | complete_objects = 0 16 | cooling = 0 17 | cooling_tube_length = 5 18 | cooling_tube_retraction = 91.5 19 | default_acceleration = 1000 20 | default_filament_profile = "Prusa PLA" 21 | default_print_profile = 0.15mm OPTIMAL MK3 22 | deretract_speed = 0 23 | disable_fan_first_layers = 1 24 | dont_support_bridges = 1 25 | duplicate_distance = 6 26 | elefant_foot_compensation = 0 27 | end_filament_gcode = "; Filament-specific end gcode" 28 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\nG1 X20 Y200; home X axis\nG1 Z197 F900; move extruder up to keep P.I.N.D.A. prope away from heated bed at next start\nM84 ; disable motors\nM201 Z200 ; Reset Z axis acceleration standard 200\nM203 Z12 ; Reset Z max feedrate standard 12\nM203 E120 ; Reset extruder Max feedrate standard 120\nM205 E2.5 ; Reset extruder jerk standard 2.5\nM502 ; resets parameters from ROM\nM501 ; resets parameters from EEPROM\n\nM117 HAVE A NICE DAY :)\n\n;StarTrek\nM300 S1396 P714\nM300 S932 P238\nM300 S2489 P1428\nM300 S2349 P476\nM300 S932 P357\nM300 S1567 P357\nM300 S2093 P357\nM300 S2793 P952 29 | ensure_vertical_shell_thickness = 0 30 | external_fill_pattern = rectilinear 31 | external_perimeter_extrusion_width = 0.4 32 | external_perimeter_speed = 24 33 | external_perimeters_first = 0 34 | extra_perimeters = 0 35 | extruder_clearance_height = 20 36 | extruder_clearance_radius = 20 37 | extruder_colour = #00FFFF 38 | extruder_offset = 0x0 39 | extrusion_axis = E 40 | extrusion_multiplier = 0.96 41 | extrusion_width = 0.45 42 | fan_always_on = 1 43 | fan_below_layer_time = 100 44 | filament_colour = #FF3232 45 | filament_cost = 0 46 | filament_density = 0 47 | filament_diameter = 1.75 48 | filament_loading_speed = 28 49 | filament_max_volumetric_speed = 15 50 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\nEsun PLA\nPush PLastic PLA\nInland PLA\n3DXTech PLA" 51 | 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" 52 | filament_settings_id = "" 53 | filament_soluble = 0 54 | filament_toolchange_delay = 0 55 | filament_type = PLA 56 | filament_unloading_speed = 90 57 | fill_angle = 45 58 | fill_density = 10% 59 | fill_pattern = grid 60 | first_layer_acceleration = 1000 61 | first_layer_bed_temperature = 65 62 | first_layer_extrusion_width = 0.45 63 | first_layer_height = 0.2 64 | first_layer_speed = 20 65 | first_layer_temperature = 210 66 | gap_fill_speed = 40 67 | gcode_comments = 0 68 | gcode_flavor = marlin 69 | infill_acceleration = 1500 70 | infill_every_layers = 1 71 | infill_extruder = 1 72 | infill_extrusion_width = 0.48 73 | infill_first = 0 74 | infill_only_where_needed = 0 75 | infill_overlap = 20% 76 | infill_speed = 80 77 | inherits = 78 | interface_shells = 0 79 | layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] 80 | layer_height = 0.2 81 | max_fan_speed = 100 82 | max_layer_height = 0 83 | max_print_height = 210 84 | max_print_speed = 100 85 | max_volumetric_extrusion_rate_slope_negative = 0 86 | max_volumetric_extrusion_rate_slope_positive = 0 87 | max_volumetric_speed = 0 88 | min_fan_speed = 100 89 | min_layer_height = 0 90 | min_print_speed = 20 91 | min_skirt_length = 4 92 | notes = 93 | nozzle_diameter = 0.4 94 | octoprint_apikey = 95 | octoprint_cafile = 96 | octoprint_host = 97 | only_retract_when_crossing_perimeters = 0 98 | ooze_prevention = 0 99 | output_filename_format = MK3_[input_filename_base].gcode 100 | overhangs = 1 101 | parking_pos_retraction = 92 102 | perimeter_acceleration = 600 103 | perimeter_extruder = 1 104 | perimeter_extrusion_width = 0.45 105 | perimeter_speed = 60 106 | perimeters = 3 107 | post_process = 108 | print_settings_id = 109 | printer_model = MK3 110 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 111 | printer_settings_id = 112 | printer_variant = 0.4 113 | printer_vendor = 114 | raft_layers = 0 115 | resolution = 0 116 | retract_before_travel = 1 117 | retract_before_wipe = 10% 118 | retract_layer_change = 1 119 | retract_length = 0.8 120 | retract_length_toolchange = 4 121 | retract_lift = 0.6 122 | retract_lift_above = 0 123 | retract_lift_below = 209 124 | retract_restart_extra = 0 125 | retract_restart_extra_toolchange = 0 126 | retract_speed = 30 127 | seam_position = aligned 128 | serial_port = 129 | serial_speed = 250000 130 | single_extruder_multi_material = 0 131 | skirt_distance = 2 132 | skirt_height = 1 133 | skirts = 1 134 | slowdown_below_layer_time = 15 135 | small_perimeter_speed = 20 136 | solid_infill_below_area = 0 137 | solid_infill_every_layers = 0 138 | solid_infill_extruder = 1 139 | solid_infill_extrusion_width = 0.45 140 | solid_infill_speed = 80 141 | spiral_vase = 0 142 | standby_temperature_delta = -5 143 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}30{endif}; Filament gcode" 144 | start_gcode = M115 U3.1.1-RC5 ; tell printer latest fw version\nM350 E32 ;\nM92 E280 ;\nM221 S100 ; Set flow to 100\nM201 X1000 Y1000 Z100 E10000 ; sets maximum accelerations, mm/sec^2\nM203 X200 Y200 Z12 E120 ; sets maximum feedrates, mm/sec\nM204 S1250 T1250 ; sets acceleration (S) and retract acceleration (T)\nM205 X10 Y10 Z0.4 E2.5 ; sets the jerk limits, mm/sec\nM205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 W ; home all without mesh bed level\nG1 E-2 ; Retract before mesh\nG80 ; mesh bed leveling\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\nM201 Z400 ; Increase Z axis acceleration standard 200\nM203 Z60 ; Increase Z max feedrate standard 12\nM203 E60 ; Decrease extruder Max feedrate standard 120\nM205 E10 ; Increase extruder jerk standard 2.5\nM205 X6 Y6 ; decrease XY jerk standard 10\n\nM117 IM PRINTING THINGS!\n 145 | support_material = 0 146 | support_material_angle = 0 147 | support_material_buildplate_only = 0 148 | support_material_contact_distance = 0.15 149 | support_material_enforce_layers = 0 150 | support_material_extruder = 0 151 | support_material_extrusion_width = 0.35 152 | support_material_interface_contact_loops = 0 153 | support_material_interface_extruder = 0 154 | support_material_interface_layers = 2 155 | support_material_interface_spacing = 0.2 156 | support_material_interface_speed = 100% 157 | support_material_pattern = rectilinear 158 | support_material_spacing = 2 159 | support_material_speed = 50 160 | support_material_synchronize_layers = 0 161 | support_material_threshold = 45 162 | support_material_with_sheath = 0 163 | support_material_xy_spacing = 60% 164 | temperature = 205 165 | thin_walls = 1 166 | threads = 8 167 | toolchange_gcode = 168 | top_infill_extrusion_width = 0.45 169 | top_solid_infill_speed = 50 170 | top_solid_layers = 5 171 | travel_speed = 100 172 | use_firmware_retraction = 0 173 | use_relative_e_distances = 1 174 | use_volumetric_e = 0 175 | variable_layer_height = 0 176 | wipe = 1 177 | wipe_tower = 0 178 | wipe_tower_bridging = 10 179 | wipe_tower_rotation_angle = 0 180 | wipe_tower_width = 60 181 | wipe_tower_x = 180 182 | wipe_tower_y = 140 183 | wiping_volumes_extruders = 70,70 184 | wiping_volumes_matrix = 0 185 | xy_size_compensation = 0 186 | z_offset = 0 187 | -------------------------------------------------------------------------------- /MK3/Slic3r/archive/MK3 Pretty PLA V2.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.41.0-beta+ on 2018-08-06 at 14:11:45 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 65 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n\n\n\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 3 8 | bridge_acceleration = 1000 9 | bridge_angle = 0 10 | bridge_fan_speed = 100 11 | bridge_flow_ratio = 0.95 12 | bridge_speed = 60 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | compatible_printers_condition_cummulative = "printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK3.*/ and nozzle_diameter[0]==0.4"; 16 | complete_objects = 0 17 | cooling = 1 18 | cooling_tube_length = 5 19 | cooling_tube_retraction = 91.5 20 | default_acceleration = 1000 21 | default_filament_profile = "Prusa PLA" 22 | default_print_profile = 0.15mm OPTIMAL MK3 23 | deretract_speed = 0 24 | disable_fan_first_layers = 1 25 | dont_support_bridges = 0 26 | duplicate_distance = 6 27 | elefant_foot_compensation = 0 28 | end_filament_gcode = "; Filament-specific end gcode" 29 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X20 Y200; home X axis\n\nM84 ; disable motors\n\n\n 30 | ensure_vertical_shell_thickness = 1 31 | external_fill_pattern = rectilinear 32 | external_perimeter_extrusion_width = 0.42 33 | external_perimeter_speed = 20 34 | external_perimeters_first = 0 35 | extra_loading_move = -2 36 | extra_perimeters = 0 37 | extruder_clearance_height = 20 38 | extruder_clearance_radius = 20 39 | extruder_colour = #00FFFF 40 | extruder_offset = 0x0 41 | extrusion_axis = E 42 | extrusion_multiplier = 0.95 43 | extrusion_width = 0.42 44 | fan_always_on = 1 45 | fan_below_layer_time = 100 46 | filament_colour = #FF3232 47 | filament_cooling_final_speed = 3.4 48 | filament_cooling_initial_speed = 2.2 49 | filament_cooling_moves = 4 50 | filament_cost = 0 51 | filament_density = 0 52 | filament_diameter = 1.75 53 | filament_load_time = 0 54 | filament_loading_speed = 28 55 | filament_max_volumetric_speed = 15 56 | filament_minimal_purge_on_wipe_tower = 5 57 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\nEsun PLA\nPush PLastic PLA\nInland PLA\n3DXTech PLA" 58 | 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" 59 | filament_settings_id = "Chris Standard PLA" 60 | filament_soluble = 0 61 | filament_toolchange_delay = 0 62 | filament_type = PLA 63 | filament_unload_time = 0 64 | filament_unloading_speed = 90 65 | fill_angle = 45 66 | fill_density = 10% 67 | fill_pattern = gyroid 68 | first_layer_acceleration = 1000 69 | first_layer_bed_temperature = 65 70 | first_layer_extrusion_width = 0.42 71 | first_layer_height = 0.2 72 | first_layer_speed = 20 73 | first_layer_temperature = 205 74 | gap_fill_speed = 40 75 | gcode_comments = 0 76 | gcode_flavor = marlin 77 | infill_acceleration = 1500 78 | infill_every_layers = 1 79 | infill_extruder = 1 80 | infill_extrusion_width = 0.5 81 | infill_first = 0 82 | infill_only_where_needed = 0 83 | infill_overlap = 20% 84 | infill_speed = 80 85 | inherits_cummulative = "0.20mm FAST MK3";;"Original Prusa i3 MK3" 86 | interface_shells = 0 87 | layer_gcode = ;AFTER_LAYER_CHANGE\n 88 | layer_height = 0.2 89 | machine_max_acceleration_e = 180,5000 90 | machine_max_acceleration_extruding = 1500,1250 91 | machine_max_acceleration_retracting = 1200,1250 92 | machine_max_acceleration_x = 9000,1000 93 | machine_max_acceleration_y = 9000,1000 94 | machine_max_acceleration_z = 500,200 95 | machine_max_feedrate_e = 120,120 96 | machine_max_feedrate_x = 500,200 97 | machine_max_feedrate_y = 500,200 98 | machine_max_feedrate_z = 12,12 99 | machine_max_jerk_e = 0.33,2.5 100 | machine_max_jerk_x = 8,10 101 | machine_max_jerk_y = 8,10 102 | machine_max_jerk_z = 0.4,0.4 103 | machine_min_extruding_rate = 0,0 104 | machine_min_travel_rate = 0,0 105 | max_fan_speed = 100 106 | max_layer_height = 0 107 | max_print_height = 210 108 | max_print_speed = 100 109 | max_volumetric_extrusion_rate_slope_negative = 0 110 | max_volumetric_extrusion_rate_slope_positive = 0 111 | max_volumetric_speed = 0 112 | min_fan_speed = 100 113 | min_layer_height = 0 114 | min_print_speed = 20 115 | min_skirt_length = 4 116 | notes = 117 | nozzle_diameter = 0.4 118 | octoprint_apikey = 119 | octoprint_cafile = 120 | octoprint_host = 121 | only_retract_when_crossing_perimeters = 0 122 | ooze_prevention = 0 123 | output_filename_format = MK3_PLA [input_filename_base].gcode 124 | overhangs = 1 125 | parking_pos_retraction = 92 126 | perimeter_acceleration = 600 127 | perimeter_extruder = 1 128 | perimeter_extrusion_width = 0.42 129 | perimeter_speed = 60 130 | perimeters = 3 131 | post_process = 132 | print_settings_id = 0.20mm MK3 PLA Final 133 | printer_model = MK3 134 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 135 | printer_settings_id = MK3 PLA Moons V2 136 | printer_variant = 0.4 137 | printer_vendor = 138 | raft_layers = 0 139 | remaining_times = 1 140 | resolution = 0 141 | retract_before_travel = 2 142 | retract_before_wipe = 10% 143 | retract_layer_change = 1 144 | retract_length = 0.8 145 | retract_length_toolchange = 4 146 | retract_lift = 0 147 | retract_lift_above = 0 148 | retract_lift_below = 209 149 | retract_restart_extra = 0 150 | retract_restart_extra_toolchange = 0 151 | retract_speed = 30 152 | seam_position = aligned 153 | serial_port = 154 | serial_speed = 250000 155 | silent_mode = 1 156 | single_extruder_multi_material = 0 157 | single_extruder_multi_material_priming = 1 158 | skirt_distance = 2 159 | skirt_height = 1 160 | skirts = 1 161 | slowdown_below_layer_time = 10 162 | small_perimeter_speed = 20 163 | solid_infill_below_area = 0 164 | solid_infill_every_layers = 0 165 | solid_infill_extruder = 1 166 | solid_infill_extrusion_width = 0.42 167 | solid_infill_speed = 80 168 | spiral_vase = 0 169 | standby_temperature_delta = -5 170 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}30{endif}; Filament gcode" 171 | start_gcode = M221 S100 ; Set flow to 100\n\n\nM83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 S160 ; Set extruder temp before bed level\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n\nM109 S[first_layer_temperature] ; wait for extruder temp\n\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\n\n\n\n 172 | support_material = 0 173 | support_material_angle = 0 174 | support_material_buildplate_only = 0 175 | support_material_contact_distance = 0.15 176 | support_material_enforce_layers = 0 177 | support_material_extruder = 0 178 | support_material_extrusion_width = 0.42 179 | support_material_interface_contact_loops = 1 180 | support_material_interface_extruder = 0 181 | support_material_interface_layers = 2 182 | support_material_interface_spacing = 0.2 183 | support_material_interface_speed = 100% 184 | support_material_pattern = rectilinear 185 | support_material_spacing = 2 186 | support_material_speed = 50 187 | support_material_synchronize_layers = 0 188 | support_material_threshold = 45 189 | support_material_with_sheath = 0 190 | support_material_xy_spacing = 60% 191 | temperature = 210 192 | thin_walls = 1 193 | threads = 8 194 | toolchange_gcode = 195 | top_infill_extrusion_width = 0.42 196 | top_solid_infill_speed = 50 197 | top_solid_layers = 6 198 | travel_speed = 100 199 | use_firmware_retraction = 0 200 | use_relative_e_distances = 1 201 | use_volumetric_e = 0 202 | variable_layer_height = 1 203 | wipe = 1 204 | wipe_into_infill = 0 205 | wipe_into_objects = 0 206 | wipe_tower = 0 207 | wipe_tower_bridging = 10 208 | wipe_tower_rotation_angle = 0 209 | wipe_tower_width = 60 210 | wipe_tower_x = 180 211 | wipe_tower_y = 140 212 | wiping_volumes_extruders = 70,70 213 | wiping_volumes_matrix = 0 214 | xy_size_compensation = 0 215 | z_offset = 0 216 | -------------------------------------------------------------------------------- /MK3/Slic3r/archive/Pretty PLA V3.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.41.0-beta+ on 2018-08-16 at 11:52:06 2 | avoid_crossing_perimeters = 0 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 65 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n\n\n\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 3 8 | bridge_acceleration = 1000 9 | bridge_angle = 0 10 | bridge_fan_speed = 100 11 | bridge_flow_ratio = 0.95 12 | bridge_speed = 30 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | compatible_printers_condition_cummulative = "printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK3.*/ and nozzle_diameter[0]==0.4"; 16 | complete_objects = 0 17 | cooling = 1 18 | cooling_tube_length = 5 19 | cooling_tube_retraction = 91.5 20 | default_acceleration = 1000 21 | default_filament_profile = "Prusa PLA" 22 | default_print_profile = 0.15mm OPTIMAL MK3 23 | deretract_speed = 0 24 | disable_fan_first_layers = 1 25 | dont_support_bridges = 0 26 | duplicate_distance = 6 27 | elefant_foot_compensation = 0 28 | end_filament_gcode = "; Filament-specific end gcode" 29 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 F1000.0 ; set feed rate\nG1 E-3 ; retract\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X20 Y200; home X axis\n\nM84 ; disable motors\n\n\n 30 | ensure_vertical_shell_thickness = 1 31 | external_fill_pattern = rectilinear 32 | external_perimeter_extrusion_width = 0.42 33 | external_perimeter_speed = 20 34 | external_perimeters_first = 0 35 | extra_loading_move = -2 36 | extra_perimeters = 0 37 | extruder_clearance_height = 20 38 | extruder_clearance_radius = 20 39 | extruder_colour = #00FFFF 40 | extruder_offset = 0x0 41 | extrusion_axis = E 42 | extrusion_multiplier = 0.95 43 | extrusion_width = 0.42 44 | fan_always_on = 1 45 | fan_below_layer_time = 100 46 | filament_colour = #FF3232 47 | filament_cooling_final_speed = 3.4 48 | filament_cooling_initial_speed = 2.2 49 | filament_cooling_moves = 4 50 | filament_cost = 0 51 | filament_density = 0 52 | filament_diameter = 1.75 53 | filament_load_time = 0 54 | filament_loading_speed = 28 55 | filament_max_volumetric_speed = 15 56 | filament_minimal_purge_on_wipe_tower = 5 57 | filament_notes = "List of materials tested with standard PLA print settings for MK3:\n\n\nEsun PLA\nPush PLastic PLA\nInland PLA\n3DXTech PLA" 58 | 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" 59 | filament_settings_id = "Chris Pretty PLA" 60 | filament_soluble = 0 61 | filament_toolchange_delay = 0 62 | filament_type = PLA 63 | filament_unload_time = 0 64 | filament_unloading_speed = 90 65 | fill_angle = 45 66 | fill_density = 5% 67 | fill_pattern = rectilinear 68 | first_layer_acceleration = 1000 69 | first_layer_bed_temperature = 65 70 | first_layer_extrusion_width = 0.42 71 | first_layer_height = 0.2 72 | first_layer_speed = 20 73 | first_layer_temperature = 215 74 | gap_fill_speed = 50 75 | gcode_comments = 0 76 | gcode_flavor = marlin 77 | infill_acceleration = 1500 78 | infill_every_layers = 1 79 | infill_extruder = 1 80 | infill_extrusion_width = 0.42 81 | infill_first = 0 82 | infill_only_where_needed = 0 83 | infill_overlap = 20% 84 | infill_speed = 100 85 | inherits_cummulative = "0.20mm FAST MK3";;"Original Prusa i3 MK3" 86 | interface_shells = 0 87 | layer_gcode = ;AFTER_LAYER_CHANGE\n 88 | layer_height = 0.2 89 | machine_max_acceleration_e = 1000,5000 90 | machine_max_acceleration_extruding = 1500,1250 91 | machine_max_acceleration_retracting = 1200,1250 92 | machine_max_acceleration_x = 4000,1000 93 | machine_max_acceleration_y = 4000,1000 94 | machine_max_acceleration_z = 400,200 95 | machine_max_feedrate_e = 120,120 96 | machine_max_feedrate_x = 500,200 97 | machine_max_feedrate_y = 500,200 98 | machine_max_feedrate_z = 12,12 99 | machine_max_jerk_e = 1,2.5 100 | machine_max_jerk_x = 6,10 101 | machine_max_jerk_y = 6,10 102 | machine_max_jerk_z = 0.4,0.4 103 | machine_min_extruding_rate = 0,0 104 | machine_min_travel_rate = 0,0 105 | max_fan_speed = 100 106 | max_layer_height = 0 107 | max_print_height = 210 108 | max_print_speed = 100 109 | max_volumetric_extrusion_rate_slope_negative = 0 110 | max_volumetric_extrusion_rate_slope_positive = 0 111 | max_volumetric_speed = 0 112 | min_fan_speed = 100 113 | min_layer_height = 0 114 | min_print_speed = 20 115 | min_skirt_length = 4 116 | notes = 117 | nozzle_diameter = 0.4 118 | octoprint_apikey = 119 | octoprint_cafile = 120 | octoprint_host = 121 | only_retract_when_crossing_perimeters = 0 122 | ooze_prevention = 0 123 | output_filename_format = MK3_PLA [input_filename_base].gcode 124 | overhangs = 1 125 | parking_pos_retraction = 92 126 | perimeter_acceleration = 800 127 | perimeter_extruder = 1 128 | perimeter_extrusion_width = 0.42 129 | perimeter_speed = 80 130 | perimeters = 3 131 | post_process = 132 | print_settings_id = MK3 Pretty PLA 133 | printer_model = MK3 134 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 135 | printer_settings_id = MK3 Pretty PLA V2 136 | printer_variant = 0.4 137 | printer_vendor = 138 | raft_layers = 0 139 | remaining_times = 1 140 | resolution = 0 141 | retract_before_travel = 2 142 | retract_before_wipe = 10% 143 | retract_layer_change = 1 144 | retract_length = 0.8 145 | retract_length_toolchange = 4 146 | retract_lift = 0.4 147 | retract_lift_above = 0 148 | retract_lift_below = 209 149 | retract_restart_extra = 0 150 | retract_restart_extra_toolchange = 0 151 | retract_speed = 30 152 | seam_position = aligned 153 | serial_port = 154 | serial_speed = 250000 155 | silent_mode = 1 156 | single_extruder_multi_material = 0 157 | single_extruder_multi_material_priming = 1 158 | skirt_distance = 2 159 | skirt_height = 1 160 | skirts = 1 161 | slowdown_below_layer_time = 10 162 | small_perimeter_speed = 20 163 | solid_infill_below_area = 0 164 | solid_infill_every_layers = 0 165 | solid_infill_extruder = 1 166 | solid_infill_extrusion_width = 0.42 167 | solid_infill_speed = 80 168 | spiral_vase = 0 169 | standby_temperature_delta = -5 170 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}30{endif}; Filament gcode" 171 | start_gcode = M83 ; extruder relative mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 S160 ; Set extruder temp before bed level\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\nG28 W ; home all without mesh bed level\nG80 ; mesh bed leveling\n\nM109 S[first_layer_temperature] ; wait for extruder temp\n\nG1 Y-3.0 F1000.0 ; go outside print area\nG92 E0.0\nG1 E8 ; Purge Bubble\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\n 172 | support_material = 0 173 | support_material_angle = 0 174 | support_material_buildplate_only = 0 175 | support_material_contact_distance = 0.15 176 | support_material_enforce_layers = 0 177 | support_material_extruder = 0 178 | support_material_extrusion_width = 0.42 179 | support_material_interface_contact_loops = 1 180 | support_material_interface_extruder = 0 181 | support_material_interface_layers = 2 182 | support_material_interface_spacing = 0.2 183 | support_material_interface_speed = 100% 184 | support_material_pattern = rectilinear 185 | support_material_spacing = 2 186 | support_material_speed = 50 187 | support_material_synchronize_layers = 0 188 | support_material_threshold = 45 189 | support_material_with_sheath = 0 190 | support_material_xy_spacing = 60% 191 | temperature = 210 192 | thin_walls = 1 193 | threads = 8 194 | toolchange_gcode = 195 | top_infill_extrusion_width = 0.42 196 | top_solid_infill_speed = 30 197 | top_solid_layers = 6 198 | travel_speed = 120 199 | use_firmware_retraction = 0 200 | use_relative_e_distances = 1 201 | use_volumetric_e = 0 202 | variable_layer_height = 1 203 | wipe = 1 204 | wipe_into_infill = 0 205 | wipe_into_objects = 0 206 | wipe_tower = 0 207 | wipe_tower_bridging = 10 208 | wipe_tower_rotation_angle = 0 209 | wipe_tower_width = 60 210 | wipe_tower_x = 180 211 | wipe_tower_y = 140 212 | wiping_volumes_extruders = 70,70 213 | wiping_volumes_matrix = 0 214 | xy_size_compensation = 0 215 | z_offset = 0 216 | -------------------------------------------------------------------------------- /MK3/Slic3r/archive/README.md: -------------------------------------------------------------------------------- 1 | # Profile archives 2 | 3 | The profiles here have been updated, but I am keeping them in case there are some compatibility issues with the older software. 4 | 5 | ### MK3 Pretty PETG Profile 6 | Profile by Chris Warkocki 7 | 8 | Even though I'm swamped with work I've had to reprint some parts lately and put together a nice PETG profile for parts that doubles as a nice pretty PETG profile. 9 | 10 | Feel free to adjust the infill as I'm having a kick using gyroid but all in all this is just a nice simple PETG profile that should give you good results fo general prints and parts for upgrades. 11 | 12 | Created in and for Slic3r 1.40.0 Beta for the MK3 but this will work just fine on a MK2.5 and MK2s. 13 | 14 | ### MK3 Pretty PLA Profile 15 | Profile by Chris Warkocki 16 | 17 | The best things comes in threes. So we have a nice new PETG profile for slic3r, a speed PLA profile, but it's time to take everything I learned from my last profile that I did wrong and redo it and finalize it a bit. 18 | 19 | I got some great feedback and went back to the drawing board and viola we have a preset made for pretty prints using PLA. This will work on the MK3 only. 20 | 21 | I've zoned the speeds as best as possible to reduce motor resonance as well as other printing artifacts. 22 | 23 | Enjoy and don't forget to keep on printing. 24 | 25 | 26 | Best with Slic3r 1.40.0 beta and above. 27 | 28 | ### Chris MK3 PLA V3 29 | Profile by Chris Warkocki 30 | 31 | I'm way slower than normal but it's time for an official update to the Slic3r 1.40 alpha 1 profile from me. This is very specific and targeted directly at those with issues of uneven extrusion on the MK3. After 3 weeks and lots of brainstorming I've taken a lot of input from smart people and tweaked the living poop out of it. I'm happy to say that initial prints on various MK3's show improvement to the extrusion issue. 32 | 33 | 34 | ### MK3 Pretty PETG V2 35 | Profile by Chris Warkocki 36 | 37 | I couldn't just post post a PLA profile so here is the update PETG profile. This one is a little faster than the last one but still gives really nice results. Again, no ooze while mesh leveling and the special purge bubble in the beginning to prime the nozzle just right for PETG. Happy printing! 38 | 39 | ### MK3 Pretty PLA V2 40 | Profile by Chris Warkocki 41 | 42 | The latest and greatest release of Slic3r PE has finally hit. I've been waiting for a couple bug fixes before launching an all new profile and it just dropped an hour ago. Welcome to Slic3r PE 1.41.0 BETA. 43 | 44 | A few refinements and adjustments based on the all new jerk and acceleration menu as well as refinements to the start and end gcode. Goodbye blobs on the bed. Have fun and happy printing. 45 | -------------------------------------------------------------------------------- /MK3/Slic3r/pp_tpu_config.ini: -------------------------------------------------------------------------------- 1 | # generated by Slic3r Prusa Edition 1.39.1-prusa3d-win64 on 2018-05-18 at 08:14:22 2 | avoid_crossing_perimeters = 1 3 | bed_shape = 0x0,250x0,250x210,0x210 4 | bed_temperature = 60 5 | before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n 6 | between_objects_gcode = 7 | bottom_solid_layers = 7 8 | bridge_acceleration = 1000 9 | bridge_angle = 0 10 | bridge_fan_speed = 100 11 | bridge_flow_ratio = 0.8 12 | bridge_speed = 30 13 | brim_width = 0 14 | clip_multipart_objects = 1 15 | compatible_printers_condition = 16 | complete_objects = 0 17 | cooling = 1 18 | default_acceleration = 1000 19 | deretract_speed = 40 20 | disable_fan_first_layers = 1 21 | dont_support_bridges = 0 22 | duplicate_distance = 6 23 | elefant_foot_compensation = 0 24 | end_filament_gcode = "; Filament-specific end gcode" 25 | end_gcode = G4 ; wait\nM221 S100\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y200; home X axis\nM84 ; disable motors 26 | ensure_vertical_shell_thickness = 1 27 | external_fill_pattern = rectilinear 28 | external_perimeter_extrusion_width = 0.45 29 | external_perimeter_speed = 30 30 | external_perimeters_first = 1 31 | extra_perimeters = 1 32 | extruder_clearance_height = 20 33 | extruder_clearance_radius = 20 34 | extruder_colour = #B41616 35 | extruder_offset = 0x0 36 | extrusion_axis = E 37 | extrusion_multiplier = 0.9 38 | extrusion_width = 0.45 39 | fan_always_on = 1 40 | fan_below_layer_time = 100 41 | filament_colour = #D80E0E 42 | filament_cost = 0 43 | filament_density = 0 44 | filament_diameter = 1.75 45 | filament_max_volumetric_speed = 15 46 | filament_notes = "List of materials tested with standart PLA print settings for MK2:\n\nDas Filament\nEsun PLA\nEUMAKERS PLA\nFiberlogy HD-PLA\nFillamentum PLA\nFloreon3D\nHatchbox PLA\nPlasty Mladeč PLA\nPrimavalue PLA\nProto pasta Matte Fiber\nVerbatim PLA\nVerbatim BVOH" 47 | filament_settings_id = 48 | filament_soluble = 0 49 | filament_type = FLEX 50 | fill_angle = 45 51 | fill_density = 25% 52 | fill_pattern = cubic 53 | first_layer_acceleration = 1000 54 | first_layer_bed_temperature = 60 55 | first_layer_extrusion_width = 0.42 56 | first_layer_height = 0.2 57 | first_layer_speed = 60% 58 | first_layer_temperature = 235 59 | gap_fill_speed = 40 60 | gcode_comments = 0 61 | gcode_flavor = reprap 62 | infill_acceleration = 2000 63 | infill_every_layers = 1 64 | infill_extruder = 1 65 | infill_extrusion_width = 0.45 66 | infill_first = 1 67 | infill_only_where_needed = 0 68 | infill_overlap = 25% 69 | infill_speed = 120 70 | interface_shells = 0 71 | layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z] 72 | layer_height = 0.2 73 | max_fan_speed = 100 74 | max_layer_height = 0.25 75 | max_print_speed = 150 76 | max_volumetric_extrusion_rate_slope_negative = 0 77 | max_volumetric_extrusion_rate_slope_positive = 0 78 | max_volumetric_speed = 0 79 | min_fan_speed = 100 80 | min_layer_height = 0.07 81 | min_print_speed = 15 82 | min_skirt_length = 4 83 | notes = 84 | nozzle_diameter = 0.4 85 | octoprint_apikey = 86 | octoprint_host = 87 | only_retract_when_crossing_perimeters = 0 88 | ooze_prevention = 0 89 | output_filename_format = [input_filename_base].gcode 90 | overhangs = 1 91 | perimeter_acceleration = 800 92 | perimeter_extruder = 1 93 | perimeter_extrusion_width = 0.45 94 | perimeter_speed = 40 95 | perimeters = 3 96 | post_process = 97 | print_settings_id = 98 | printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_PRUSA3D\nPRINTER_MODEL_MK3\n 99 | raft_layers = 0 100 | resolution = 0 101 | retract_before_travel = 1 102 | retract_before_wipe = 80% 103 | retract_layer_change = 1 104 | retract_length = 2 105 | retract_length_toolchange = 3 106 | retract_lift = 0 107 | retract_lift_above = 0 108 | retract_lift_below = 209 109 | retract_restart_extra = 0 110 | retract_restart_extra_toolchange = 0 111 | retract_speed = 80 112 | seam_position = aligned 113 | serial_port = 114 | serial_speed = 250000 115 | single_extruder_multi_material = 0 116 | skirt_distance = 2 117 | skirt_height = 3 118 | skirts = 1 119 | slowdown_below_layer_time = 20 120 | small_perimeter_speed = 20 121 | solid_infill_below_area = 0 122 | solid_infill_every_layers = 0 123 | solid_infill_extruder = 1 124 | solid_infill_extrusion_width = 0.45 125 | solid_infill_speed = 120 126 | spiral_vase = 0 127 | standby_temperature_delta = -5 128 | start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{else}30{endif}; Filament gcode" 129 | start_gcode = M115 U3.1.1-RC4 ; tell printer latest fw version\n\nM83 ; extruder relative mode\n\nM140 S[first_layer_bed_temperature] ; set bed temp\n\nG1 X10 Y-3 Z50; move extruder above bed in front for easier cleaning\nM104 S180 ; set extruder temp to 180C \nM109 S180 ; wait for extruder temp\nG92 E0 ; reset extrusion distance\nG1 E-1.0000 F1800; Retract 1mm to prevent oozing.\nG4 P15000 ; Wait for 15 secs (15000ms) for cleaning\n\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\nG28 W ; home all without mesh bed level\nG1 E-3.0000 F1800; Retract 3mm to prevent oozing again\nG80 ; mesh bed leveling\nM104 S[first_layer_temperature] ; set extruder temp\nG1 Y-3.0 F1000.0 ; go outside print area\n\nM109 S[first_layer_temperature] ; wait for extruder temp\nG92 E0.0\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X100.0 E12.5 F1000.0 ; intro line\nG92 E0.0\nM221 S95 130 | support_material = 1 131 | support_material_angle = 0 132 | support_material_buildplate_only = 0 133 | support_material_contact_distance = 0.2 134 | support_material_enforce_layers = 0 135 | support_material_extruder = 0 136 | support_material_extrusion_width = 0.35 137 | support_material_interface_contact_loops = 0 138 | support_material_interface_extruder = 0 139 | support_material_interface_layers = 2 140 | support_material_interface_spacing = 0.2 141 | support_material_interface_speed = 50% 142 | support_material_pattern = rectilinear 143 | support_material_spacing = 2 144 | support_material_speed = 30 145 | support_material_synchronize_layers = 1 146 | support_material_threshold = 15 147 | support_material_with_sheath = 0 148 | support_material_xy_spacing = 70% 149 | temperature = 225 150 | thin_walls = 0 151 | threads = 4 152 | toolchange_gcode = 153 | top_infill_extrusion_width = 0.4 154 | top_solid_infill_speed = 40 155 | top_solid_layers = 9 156 | travel_speed = 250 157 | use_firmware_retraction = 0 158 | use_relative_e_distances = 1 159 | use_volumetric_e = 0 160 | variable_layer_height = 1 161 | wipe = 1 162 | wipe_tower = 1 163 | wipe_tower_per_color_wipe = 15 164 | wipe_tower_width = 60 165 | wipe_tower_x = 180 166 | wipe_tower_y = 140 167 | xy_size_compensation = 0 168 | z_offset = 0 169 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # prusa_profiles 2 | Repo to store profiles for Prusa 3D Printers 3 | 4 | I will try to maintain it as much as I can. Feel free to suggest additional profiles via pull request or find me in Facebook's Prusa group. 5 | 6 | Since this seems to be the common issue: please make sure that you either download archive of all the files, make git clone or download a raw file. Attempting to copy-paste the file or downloading a file from regular github view (non-raw) will result in errors while importing. --------------------------------------------------------------------------------