Skip to content

Instantly share code, notes, and snippets.

@yratof
Created October 6, 2018 19:43
Show Gist options
  • Save yratof/6a9bff86b01ec68d5f01d04c0de1fe9e to your computer and use it in GitHub Desktop.
Save yratof/6a9bff86b01ec68d5f01d04c0de1fe9e to your computer and use it in GitHub Desktop.
a8 printer
{
"layer_height": "0.125",
"wall_thickness": "2",
"nozzle_size": "0.4",
"bottom_thickness": "0.125",
"filament_diameter": "1.75",
"filament_flow": "135",
"solid_top": "1",
"solid_bottom": "1",
"solid_layer_thickness": "0.8",
"fill_overlap": "15",
"bottom_layer_speed": "20",
"print_speed": "30",
"infill_speed": "50",
"travel_speed": "90",
"fan_enabled": "1",
"fan_speed": "100",
"fan_speed_max": "75",
"support": "Everywhere",
"support_type": "Lines",
"support_angle": "60",
"support_fill_rate": "15",
"support_xy_distance": "0.7",
"support_z_distance": "0.15",
"retraction_enable": "1",
"retraction_amount": "4.5",
"retraction_speed": "40",
"retraction_min_travel": "1.5",
"retraction_dual_amount": "16.5",
"retraction_minimal_extrusion": "0.02",
"retraction_combing": "1",
"overlap_dual": "0.15",
"cool_min_layer_time": "8",
"cool_min_feedrate": "10",
"cool_head_lift": "1",
"fan_full_height": "5",
"fill_density": "35",
"platform_adhesion": "None",
"skirt_gap": "3",
"skirt_line_count": "3",
"skirt_minimal_length": "150",
"brim_line_count": "20",
"raft_margin": "5",
"raft_line_spacing": "3",
"raft_base_thickness": "0.6",
"raft_base_linewidth": "1.2",
"raft_interface_thickness": "0.35",
"raft_interface_linewidth": "0.6",
"raft_airgap": "0.2",
"raft_surface_layers": "1",
"object_sink": "0",
"layer0_width_factor": "100",
"print_bed_temperature": "20",
"print_temperature": "190",
"extruderOffset[1": "0",
"posx": "110000",
"posy": "110000",
"extra": "-m 1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0",
"startCode": "M140 S{print_bed_temperature}\nM190 S{print_bed_temperature}\nM109 T0 S{print_temperature}\nT0\nG21\nG90\nM82\nM107\nG28 X0 Y0\nG28 Z0\nG1 Z0.3 F9000\nG92 E0\nG1 X0 Y0 E3 F200\nG92 E0\nG1 F9000\nM117 Printing...",
"endCode": "M104 S0\nM140 S0\nG91\nG1 E-1 F300\nG1 Z+0.5 E-5 X-20 Y-20 F9000\nG28 X0 Y0\nM84\nG90\nM107",
"printer_type_id": "216",
"printer_template_id": "8372",
"centered": true,
"material_name": "PLA",
"material_density": "1.25",
"material_price": "0.15",
"hourly_deprecation_cost": "0",
"flat_fee": "0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment