mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 22:55:13 +08:00
109 lines
3.8 KiB
JSON
109 lines
3.8 KiB
JSON
{
|
|
"version": 2,
|
|
"name": "Rigid3D Zero",
|
|
"inherits": "rigid3d_base",
|
|
"metadata":
|
|
{
|
|
"visible": true,
|
|
"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"
|
|
],
|
|
"preferred_material": "generic_pla_175",
|
|
"preferred_quality_type": "standard",
|
|
"quality_definition": "rigid3d_base"
|
|
},
|
|
"overrides":
|
|
{
|
|
"gantry_height": { "value": 20 },
|
|
"machine_center_is_zero": { "default_value": false },
|
|
"machine_depth": { "default_value": 250 },
|
|
"machine_end_gcode": { "default_value": " ; -- END GCODE --\n G1 X0 Y230 ; Get extruder out of way.\n M107 ; Turn off fan\n G91 ; Relative positioning\n G0 Z20 ; Lift extruder up\n T0\n G1 E-1 ; Reduce filament pressure\n M104 T0 S0 ; Turn ectruder heater off\n G90 ; Absolute positioning\n G92 E0 ; Reset extruder position\n M140 S0 ; Disable heated bed\n M84 ; Turn steppers off\n ; -- end of END GCODE --\n" },
|
|
"machine_head_with_fans_polygon":
|
|
{
|
|
"default_value": [
|
|
[-40, -15],
|
|
[-40, 60],
|
|
[30, -15],
|
|
[30, 60]
|
|
]
|
|
},
|
|
"machine_heated_bed": { "default_value": false },
|
|
"machine_height": { "default_value": 190 },
|
|
"machine_name": { "default_value": "Rigid3D Zero" },
|
|
"machine_start_gcode": { "default_value": " ; -- START GCODE --\n G21\n G28 ; Home extruder\n G29 ; Autolevel bed\n M107 ; Turn off fan\n G90 ; Absolute positioning\n M82 ; Extruder in absolute mode\n G92 E0 ; Reset extruder position\n ; -- end of START GCODE --\n\n" },
|
|
"machine_width": { "default_value": 250 }
|
|
}
|
|
} |