|
1 | | -[machine] |
| 1 | +[profile] |
2 | 2 | machine_name = Zone3D Printer |
3 | 3 | machine_type = Zone3D Printer |
4 | | -machine_width = 240 |
5 | | -machine_depth = 220 |
6 | | -machine_height = 210 |
7 | | -machine_center_is_zero = False |
8 | | -has_heated_bed = True |
9 | 4 | gcode_flavor = RepRap (Marlin/Sprinter) |
10 | | -extruder_amount = 1 |
11 | | - |
12 | | -[profile] |
13 | | -filament_diameter = 1.75 |
| 5 | +layer_height = 0.2 |
| 6 | +wall_thickness = 1.0 |
| 7 | +retraction_enable = True |
| 8 | +solid_layer_thickness = 0.2 |
| 9 | +fill_density = 15 |
14 | 10 | nozzle_size = 0.4 |
15 | | -layer_height = 0.14 |
16 | | -print_speed = 50 |
| 11 | +print_speed = 40 |
17 | 12 | print_temperature = 260 |
| 13 | +print_temperature2 = 0 |
| 14 | +print_temperature3 = 0 |
| 15 | +print_temperature4 = 0 |
| 16 | +print_temperature5 = 0 |
| 17 | +print_bed_temperature = 100 |
| 18 | +support = Touching buildplate |
| 19 | +platform_adhesion = None |
| 20 | +support_dual_extrusion = Both |
| 21 | +wipe_tower = False |
| 22 | +wipe_tower_volume = 15 |
| 23 | +ooze_shield = False |
| 24 | +filament_diameter = 1.75 |
| 25 | +filament_diameter2 = 0 |
| 26 | +filament_diameter3 = 0 |
| 27 | +filament_diameter4 = 0 |
| 28 | +filament_diameter5 = 0 |
| 29 | +filament_flow = 100.0 |
| 30 | +retraction_speed = 20.0 |
| 31 | +retraction_amount = 0.6 |
| 32 | +retraction_dual_amount = 16.5 |
| 33 | +retraction_min_travel = 1.5 |
| 34 | +retraction_combing = True |
| 35 | +retraction_minimal_extrusion = 0.02 |
| 36 | +retraction_hop = 0.0 |
| 37 | +bottom_thickness = 0.3 |
| 38 | +layer0_width_factor = 100 |
| 39 | +object_sink = 0.0 |
| 40 | +overlap_dual = 0.15 |
18 | 41 | travel_speed = 150 |
| 42 | +bottom_layer_speed = 20 |
| 43 | +infill_speed = 0.0 |
| 44 | +solidarea_speed = 0.0 |
| 45 | +inset0_speed = 20 |
| 46 | +insetx_speed = 70 |
| 47 | +cool_min_layer_time = 5 |
| 48 | +fan_enabled = True |
| 49 | +skirt_line_count = 1 |
| 50 | +skirt_gap = 3.0 |
| 51 | +skirt_minimal_length = 150.0 |
| 52 | +fan_full_height = 0.5 |
| 53 | +fan_speed = 100 |
| 54 | +fan_speed_max = 100 |
| 55 | +cool_min_feedrate = 10 |
| 56 | +cool_head_lift = False |
| 57 | +solid_top = True |
| 58 | +solid_bottom = True |
| 59 | +fill_overlap = 15 |
| 60 | +support_type = Lines |
| 61 | +support_angle = 45 |
| 62 | +support_fill_rate = 15 |
| 63 | +support_xy_distance = 0.7 |
| 64 | +support_z_distance = 0.17 |
| 65 | +spiralize = False |
| 66 | +simple_mode = False |
| 67 | +brim_line_count = 20 |
| 68 | +raft_margin = 5.0 |
| 69 | +raft_line_spacing = 3.0 |
| 70 | +raft_base_thickness = 0.3 |
| 71 | +raft_base_linewidth = 1.0 |
| 72 | +raft_interface_thickness = 0.27 |
| 73 | +raft_interface_linewidth = 0.4 |
| 74 | +raft_airgap_all = 0.0 |
| 75 | +raft_airgap = 0.22 |
| 76 | +raft_surface_layers = 2 |
| 77 | +raft_surface_thickness = 0.27 |
| 78 | +raft_surface_linewidth = 0.4 |
| 79 | +fix_horrible_union_all_type_a = True |
| 80 | +fix_horrible_union_all_type_b = False |
| 81 | +fix_horrible_use_open_bits = False |
| 82 | +fix_horrible_extensive_stitching = False |
| 83 | +plugin_config = (lp1 |
| 84 | + . |
| 85 | +object_center_x = -1 |
| 86 | +object_center_y = -1 |
| 87 | + |
| 88 | +[alterations] |
| 89 | +start.gcode = ;Sliced at: {day} {date} {time} |
| 90 | + ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density} |
| 91 | + ;Print time: {print_time} |
| 92 | + ;Filament used: {filament_amount}m {filament_weight}g |
| 93 | + ;Filament cost: {filament_cost} |
| 94 | + ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line |
| 95 | + ;M109 S{print_temperature} ;Uncomment to add your own temperature line |
| 96 | + M107 |
| 97 | + G21 ;metric values |
| 98 | + G90 ;absolute positioning |
| 99 | + M82 ;set extruder to absolute mode |
| 100 | + M107 ;start with the fan off |
| 101 | + G28 X0 Y0 ;move X/Y to min endstops |
| 102 | + G28 Z0 ;move Z to min endstops |
| 103 | + G1 Z15.0 F{travel_speed} ;move the platform down 15mm |
| 104 | + G92 E0 ;zero the extruded length |
| 105 | + G1 F200 E10 ;extrude 10mm of feed stock |
| 106 | + G92 E0 ;zero the extruded length again |
| 107 | + G1 F{travel_speed} |
| 108 | + ;Put printing message on LCD screen |
| 109 | + M117 Printing... |
| 110 | +end.gcode = ;End GCode |
| 111 | + M104 S0 ;extruder heater off |
| 112 | + M140 S0 ;heated bed heater off (if you have it) |
| 113 | + G91 ;relative positioning |
| 114 | + G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure |
| 115 | + G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more |
| 116 | + G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way |
| 117 | + M84 ;steppers off |
| 118 | + G90 ;absolute positioning |
| 119 | + ;{profile_string} |
| 120 | + |
0 commit comments