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: 188ed3e7e76a3b138f0c652dcaf3237276cd985e (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
{
    "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_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
        },
        "adhesion_type": { "default_value": "skirt" },
        "retraction_speed": { "default_value": 35},
        "travel_avoid_supports": { "value": true },
        "travel_retract_before_outer_wall": { "value": true },
        "retraction_enable": { "value": true },

        "gantry_height": { "value": "55" },
        "speed_print": { "default_value": 60.0 } ,

        "material_diameter": { "default_value": 1.75 },

        "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\nG28 Z ;home Z\nG29 ; Measure the bed\nM500 ; Store to EEPROM\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.36 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.36 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.36 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.36 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder" },
        "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 P1;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" },

        "cool_fan_speed": { "value": 75 },
        "cool_fan_enabled": { "value": true },

        "line_width": { "value": 0.38 },
        "travel_avoid_distance": { "value": 1 },
        "infill_before_walls": { "value": false }
    }
}