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

hctech_hc300-m1&m1h.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce30c1c70c42d5298f33a5c4253759bfb9c110ca (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
    "version": 2,
    "name": "HCTECH_HC300-M1&M1H",
    "inherits": "fdmprinter",
    "metadata": {
        "visible": true,
        "author": "HCTECH",
        "manufacturer": "HCTECH",
        "file_formats": "text/x-gcode",
        "platform": "hctech_hc300-m1&m1h.3mf",
        "has_variants": false,
        "has_machine_quality": false,
        "machine_extruder_trains": {
            "0": "hctech_hc300-m1&m1h_extruder_0"
        }
    },

    "overrides": {
        "machine_head_with_fans_polygon": { "default_value": [
            [-61, 86],
            [-61, -31],
            [21, -31],
            [21, 86]
        ] },
        "machine_name": { "default_value": "HCTECH HC300-M1&M1H" },
        "machine_extruder_count": { "default_value": 1 },
        "machine_heated_bed": { "default_value": true },
        "machine_width": { "default_value": 300 },
        "machine_depth": { "default_value": 300 },
        "machine_height": { "default_value": 300 },
        "machine_center_is_zero": { "default_value": false },
        "retraction_amount": {
            "default_value": 0.3,
            "maximum_value_warning": 2.0
        },
        "retraction_speed": { "default_value": 35},
        "retraction_hop_enabled": { "value": "False" },
        "retraction_hop": { "value": 0.2 },
        "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },
        "retraction_combing_max_distance": { "value": 30 },
        "travel_avoid_other_parts": { "value": true },
        "travel_avoid_supports": { "value": true },
        "travel_retract_before_outer_wall": { "value": true },
        
        "retraction_enable": { "value": true },
        "retraction_count_max": { "value": 100 },
        "retraction_extrusion_window": { "value": 10 },
        "retraction_min_travel": { "value": 1.5 },

        "adhesion_type": { "default_value": "skirt" },
        "gantry_height": { "value": "30" },
        "speed_print": { "default_value": 60.0 } ,
        "speed_infill": { "value": "speed_print" },
        "speed_wall": { "value": "speed_print / 2" },
        "speed_wall_0": { "value": "speed_wall" },
        "speed_wall_x": { "value": "speed_wall" },
        "speed_topbottom": { "value": "speed_print / 2" },
        "speed_roofing": { "value": "speed_topbottom" },
        "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" },
        "speed_layer_0": { "value": 30.0 },
        "speed_print_layer_0": { "value": "speed_layer_0" },
        "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" },
        "speed_prime_tower": { "value": "speed_topbottom" },
        "speed_support": { "value": "speed_wall_0" },
        "speed_support_interface": { "value": "speed_topbottom" },
        "speed_z_hop": { "value": 5 },
        "machine_max_feedrate_x": { "value": 100 },
        "machine_max_feedrate_y": { "value": 100 },
        "machine_max_feedrate_z": { "value": 30 },
        "machine_max_feedrate_e": { "value": 50 },
        "machine_max_acceleration_x": { "default_value": 2000 },
        "machine_max_acceleration_y": { "default_value": 2000 },
        "machine_max_acceleration_z": { "default_value": 100 },
        "machine_max_acceleration_e": { "default_value": 2000 },
        "machine_max_jerk_xy": { "default_value": 5.0 },
        "machine_max_jerk_z": { "default_value": 0.4 },
        "machine_max_jerk_e": { "default_value": 5.0 },
        "material_diameter": { "default_value": 1.75 },
        "acceleration_print": { "value": 1000 },
        "acceleration_travel": { "value": 1500 },
        "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
        "machine_start_gcode": { "default_value": "G1 Z2 ;Raise Z\nG28 X Y ;Home XY\nG92 E0 ;Reset Extruder\nG1 E-1 F2400 ;Retract\nG92 E0 ;Reset Extruder\nG1 X315 Y70 F3000 ;clean nozzle\nG1 X330 Y150 F5000\nG1 X315 Y70\nG1 E-1 F2400 ;Retract\nG92 E0 ;Reset Extruder\nG28 Z ;home Z\nG1 X300 Y150 Z5\nG12\nG29 ;Measure the bed\nM500 ;Store parameters" },
        "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 Z1 E-1 F2400 ;Retract and raise Z\nG1 Z2 ;Raise Z\nG90 ;Absolute positioning\nG12 ;clean nozzle\nG1 X5 Y300 ;Return to Start Point\nM106 S0 ;Switch off part cooling fan\nM104 S0 ;turn off temperature\nM140 S0 ;turn off Heated Bed\nM84 X Y E ;Disable all steppers but Z\nM81 ;turn-off power" },
        "wall_line_count": { "value": 3 },
        "top_bottom_thickness": { "default_value": 1 },
        "cool_fan_speed": { "value": 75 },
        "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
        "cool_fan_enabled": { "value": true },
        "cool_min_layer_time": { "value": 10 },
        "brim_replaces_support": { "value": false },
        "skirt_gap": { "value": 2 },
        "skirt_line_count": { "default_value": 3 },
        "switch_extruder_retraction_amount": { "value": 2 },
        "switch_extruder_retraction_speeds": { "default_value": 35 },
        "prime_tower_enable": { "default_value": true },
        "infill_pattern": { "value": "triangles" },
        "initial_layer_line_width_factor": { "default_value": 120.0 },
        "line_width": { "value": 0.38 },
        "travel_avoid_distance": { "value": 1 },
        "infill_overlap": { "value": 35.0 },
        "skin_overlap": { "value": 10.0 },        
        "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" },
        "support_pattern": { "value": "'zigzag'" },
        "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" },
        "support_use_towers": { "value": false },
        "support_xy_distance": { "value": "wall_line_width_0 * 2" },
        "support_xy_distance_overhang": { "value": "wall_line_width_0" },
        "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" },
        "support_top_distance": { "value":  "extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance') + (layer_height if support_structure == 'tree' else 0)"},
        "support_xy_overrides_z": { "value": "'xy_overrides_z'" },
        "support_wall_count": { "value": 1 },
        "support_brim_enable": { "value": true },
        "support_brim_width": { "value": 4 },

        "support_interface_enable": { "value": true },
        "support_interface_height": { "value": "layer_height * 4" },
        "support_interface_density": { "value": 30 },
        "support_interface_pattern": { "value": "'grid'" },
        "support_interface_skip_height": { "value": 0.2 }
    }
}