mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 20:15:14 +08:00
111 lines
3.5 KiB
JSON
111 lines
3.5 KiB
JSON
{
|
|
"name": "Rigid3D Hobby",
|
|
"version": 2,
|
|
"inherits": "rigid3d_base",
|
|
"metadata": {
|
|
"visible": true,
|
|
"quality_definition": "rigid3d_base",
|
|
"preferred_quality_type": "standard",
|
|
|
|
"preferred_material": "generic_pla_175",
|
|
"exclude_materials": [
|
|
"chromatik_pla",
|
|
"dsm_arnitel2045_175",
|
|
"dsm_novamid1070_175",
|
|
"emotiontech_abs",
|
|
"emotiontech_asax",
|
|
"emotiontech_hips",
|
|
"emotiontech_petg",
|
|
"emotiontech_pla",
|
|
"emotiontech_pva-m",
|
|
"emotiontech_pva-oks",
|
|
"emotiontech_pva-s",
|
|
"emotiontech_tpu98a",
|
|
"fabtotum_abs",
|
|
"fabtotum_nylon",
|
|
"fabtotum_pla",
|
|
"fabtotum_tpu",
|
|
"fiberlogy_hd_pla",
|
|
"filo3d_pla",
|
|
"filo3d_pla_green",
|
|
"filo3d_pla_red",
|
|
"generic_abs",
|
|
"generic_abs_175",
|
|
"generic_bam",
|
|
"generic_cffcpe",
|
|
"generic_cffpa",
|
|
"generic_cpe",
|
|
"generic_cpe_175",
|
|
"generic_cpe_plus",
|
|
"generic_gffcpe",
|
|
"generic_gffpa",
|
|
"generic_hips",
|
|
"generic_hips_175",
|
|
"generic_nylon",
|
|
"generic_nylon_175",
|
|
"generic_pc",
|
|
"generic_pc_175",
|
|
"generic_petg",
|
|
"generic_petg_175",
|
|
"generic_pla",
|
|
"generic_pp",
|
|
"generic_pva",
|
|
"generic_pva_175",
|
|
"generic_tough_pla",
|
|
"generic_tpu",
|
|
"generic_tpu_175",
|
|
"imade3d_petg_175",
|
|
"imade3d_pla_175",
|
|
"innofill_innoflex60_175",
|
|
"leapfrog_abs_natural",
|
|
"leapfrog_epla_natural",
|
|
"leapfrog_pva_natural",
|
|
"octofiber_pla",
|
|
"polyflex_pla",
|
|
"polymax_pla",
|
|
"polyplus_pla",
|
|
"polywood_pla",
|
|
"structur3d_dap100silicone",
|
|
"tizyx_abs",
|
|
"tizyx_flex",
|
|
"tizyx_petg",
|
|
"tizyx_pla",
|
|
"tizyx_pla_bois",
|
|
"tizyx_pva",
|
|
"verbatim_bvoh_175",
|
|
"Vertex_Delta_ABS",
|
|
"Vertex_Delta_PET",
|
|
"Vertex_Delta_PLA",
|
|
"Vertex_Delta_PLA_Glitter",
|
|
"Vertex_Delta_PLA_Mat",
|
|
"Vertex_Delta_PLA_Satin",
|
|
"Vertex_Delta_PLA_Wood",
|
|
"Vertex_Delta_TPU",
|
|
"zyyx_pro_flex",
|
|
"zyyx_pro_pla"
|
|
]
|
|
},
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Rigid3D Hobby" },
|
|
|
|
"machine_heated_bed": { "default_value": false },
|
|
|
|
"machine_width": { "default_value": 150 },
|
|
"machine_depth": { "default_value": 150 },
|
|
"machine_height": { "default_value": 150 },
|
|
|
|
"machine_center_is_zero": { "default_value": false },
|
|
|
|
"machine_start_gcode": {"default_value": "G21\nG28 ; Home extruder\nM420 S1 ; Enable MBL\nM107 ; Turn off fan\nG91 ; Relative positioning\nG1 Z5 F180;\nG1 X30 Y30 F3000;\nG90 ; Absolute positioning\nM82 ; Extruder in absolute mode\nG92 E0 ; Reset extruder position\n"},
|
|
"machine_end_gcode": {"default_value": "G1 X0 Y145 ; Get extruder out of way.\nM107 ; Turn off fan\nG91 ; Relative positioning\nG0 Z20 ; Lift extruder up\nT0\nG1 E-1 ; Reduce filament pressure\nM104 T0 S0 ; Turn extruder heater off\nG90 ; Absolute positioning\nG92 E0 ; Reset extruder position\nM84 ; Turn steppers off\n"},
|
|
|
|
"machine_head_with_fans_polygon": {
|
|
"default_value": [
|
|
[ -16, -30], [ -16, 45], [ 16, -30], [ 16, 45]
|
|
]
|
|
},
|
|
|
|
"gantry_height": { "value": 20 }
|
|
}
|
|
}
|