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

flsun_sr.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 643e8f64deff292611473db822f70e0027485714 (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
{
    "version": 2,
    "name": "Flsun Super Racer",
    "inherits": "fdmprinter",
    "metadata": {
        "visible": true,
        "author": "Thushan Fernando, Guislain Cyril",
        "manufacturer": "Flsun",
        "platform": "flsun_sr.stl",
        "platform_offset": [0,-81,-43.5],
        "file_formats": "text/x-gcode",
        "has_materials": true,
        "has_machine_quality": true,
        "preferred_quality_type": "normal",
        "machine_extruder_trains": {
            "0": "flsun_sr_extruder_0"
        }
    },
    "overrides": {
        "machine_extruder_count": {
            "default_value": 1
        },
        "retraction_enable": {
            "default_value": true
        },
        "machine_heated_bed": {
            "default_value": true
        },
        "machine_width": {
            "default_value": 264
        },
        "machine_depth": {
            "default_value": 264
        },
        "machine_height": {
            "default_value": 320
        },
        "machine_center_is_zero": {
            "default_value": true
        },
        "machine_head_with_fans_polygon": {
            "default_value": [
                [0, 0],
                [0, 0],
                [0, 0],
                [0, 0]
            ]
        },
        "z_seam_type": {
            "value": "'back'"
        },
        "gantry_height": {
            "value": "0"
        },
        "machine_shape": {
            "default_value": "elliptic"
        },
        "machine_nozzle_size": {
            "default_value": 0.4
        },
        "material_diameter": {
            "default_value": 1.75
        },
        "infill_sparse_density": {
            "default_value": 15
        },
        "machine_start_gcode": {
            "default_value": "G21 ; millimeter units\nG90 ; absolute coordinates\nM82 ; E absolute\nM140 S{material_bed_temperature}\nM104 S{material_print_temperature}\nM190 S{material_bed_temperature}\nM109 S{material_print_temperature}\nG28 ; home axis\nM420 S1 ; enable mesh leveling\n; Lower nozzle and move to start position\nG1 Z150\nG1 X-130 Y0 Z0.4 F3000\n; Extrude about 40 mm by printing a 90 degree arc\nG3 X0 Y-130 I130 Z0.3 E40 F2700\n; Retract and move nozzle up\nG92 E0\nG1 E-1.5 F1800\nG0 Z0.5\nG1 E0 F300\n"
        },
        "machine_end_gcode": {
            "default_value": "G91 ; relative coordinates\nG1 E-1 F300 ; retract filament a bit before lifting\nG1 Z+5 E-5 F6000 ; raise platform from current position\nG28 X0 Y0 ; home axis\nG90 ; absolute coordinates\nG92 E0 ; reset extruder\nM104 S0 ; turn off hotend\nM140 S0 ; turn off heat bed\nM107 ; turn off fans\nM84 ; disable motors\n"
        },
        "machine_gcode_flavor": {
            "default_value": "Marlin"
        }
    }
}