Welcome to mirror list, hosted at ThFree Co, Russian Federation.

crazy3dprint_cz_300.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56d3d697576b470a4c708dd630bf7280384e8391 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
    "version": 2,
    "name": "Crazy3DPrint CZ-300",
    "inherits": "crazy3dprint_base",
    "metadata": {
        "visible": true,
        "author": "XYZprinting Software",
        "manufacturer": "Crazy3DPrint",
        "file_formats": "text/x-gcode",
        "supports_usb_connection": true,
        "preferred_quality_type": "normal",
		"quality_definition": "crazy3dprint_base"
    },

    "overrides": {
        "machine_name": { "default_value": "CZ-300" },
        "machine_shape": { "default_value": "rectangular"},
        "machine_heated_bed": { "default_value": true },
        "machine_width": { "default_value": 300.00 },
        "machine_depth": { "default_value": 300.00 },
        "machine_height": { "default_value":300.00 },
        "machine_center_is_zero": { "default_value": false },
        "machine_head_with_fans_polygon": {
            "default_value": [
                [ -20, -10 ],
                [ -20, 10 ],
                [ 10, 10 ],
                [ 10, -10 ]
            ]
        },
		"layer_height": {  "default_value": 0.2 },
		"infill_sparse_density": {  "default_value": 15 },
	    "infill_line_distance": {  "value": 2.6667 },
		"infill_pattern": {  "value": "'lines'" },
		"infill_overlap": {  "value": 8.0 },
		"min_infill_area": {  "default_value": 2.0 },
		"retract_at_layer_change": { "default_value": true },
		"default_material_print_temperature": {  "default_value": 210 },
		"material_print_temperature": { "value": 210 },
		"material_final_print_temperature": {  "value": 210 },
		"material_bed_temperature": { "value": 70 },
        "material_bed_temperature_layer_0": {  "value": 70 },
		"material_flow_layer_0": {"value": 140},
		"retraction_amount": {  "default_value": 10 },
		"retraction_speed": {  "default_value": 50 },
        "speed_print": {  "default_value": 40 },
        "speed_travel": { "value": 60 },
        "cool_fan_enabled": { "default_value": true },
		"cool_fan_speed_0": { "value": 100 },
        "adhesion_type": { "default_value" : "skirt" },
		"brim_line_count": { "value" : 5 },
		"skirt_line_count": { "default_value" : 5 },
		"initial_layer_line_width_factor": { "default_value" : 140 },
		"top_bottom_pattern": { "default_value" : "concentric" },
		"fill_outline_gaps": { "default_value": true },
        "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
        "inset_direction": {"value": "'outside_in'" },
        "machine_start_gcode": {
            "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n"
         },
        "machine_end_gcode": {
            "default_value": "M104 S0 ; turn off temperature\nM105 S0;  \nG28 X0  ; home X axis\nM84     ; disable motors\n"
        }
    }
}