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

smoothie.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 463fbc92c263d5633836fb49516938b311459d8d (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
{
    "version": 2,
    "name": "Smoothie Custom Printer",
    "inherits": "fdmprinter",
    "metadata": {
        "visible": true,
        "author": "grk3010",
        "manufacturer": "Custom",
        "file_formats": "text/x-gcode",
        "machine_extruder_trains":
        {
            "0": "custom_extruder_1",
            "1": "custom_extruder_2",
            "2": "custom_extruder_3",
            "3": "custom_extruder_4",
            "4": "custom_extruder_5",
            "5": "custom_extruder_6",
            "6": "custom_extruder_7",
            "7": "custom_extruder_8"
        },
        "first_start_actions": ["MachineSettingsAction"]
    },
    "overrides": {
        "machine_gcode_flavor": {
            "default_value": "RepRap (Marlin/Sprinter)"
        },
        "machine_always_write_active_tool": {
            "default_value": true
        },
        "machine_start_gcode": {
            "default_value": "G28 X0 Y0 ; Home X Y\nM375; Load Bed Leveling Grid\nG1 X300 Y275 F15000 ; Move to bed center\nM280 S3.0 ; Deploy probe pin\n## NOTE: Adjust \"ZX.XX\" after G30 to be the Z-offset (in mm) between the probe and the nozzle\n## This is how you adjust nozzle printing height!\nG30 Z1.25 ; Move down to find bed & set Z home offset\nM280 S7.0 ; Retract probe\nG1 Z15.0 F600 ; move extruder up 15mm\nT0; Activate Extruder 1"
        },
        "machine_end_gcode": {
            "default_value": "G28 X0 Y0; Home X and Y\nM104 S0 ; turn off extruder\nM140 S0 ; turn off bed\nM107; turn off fans\nM84 ; disable motors"
        }
    }
}