xyzprinting_da_vinci_jr_1p0a_pro.def.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "version": 2,
  3. "name": "XYZprinting da Vinci Jr. 1.0A Pro",
  4. "inherits": "xyzprinting_base",
  5. "metadata": {
  6. "author": "XYZprinting Software",
  7. "manufacturer": "XYZprinting",
  8. "visible": true,
  9. "file_formats": "text/x-gcode",
  10. "has_machine_quality": true,
  11. "has_materials": true,
  12. "has_variants": true,
  13. "exclude_materials": ["generic_hips", "generic_petg", "generic_bam", "ultimaker_bam", "generic_pva", "ultimaker_pva", "generic_tough_pla", "ultimaker_tough_pla_black", "ultimaker_tough_pla_green", "ultimaker_tough_pla_red", "ultimaker_tough_pla_white", "generic_cffcpe", "generic_cffpa", "generic_gffcpe", "generic_gffpa", "structur3d_dap100silicone", "ultimaker_petg_blue", "ultimaker_petg_grey", "ultimaker_petg_black", "ultimaker_petg_green", "ultimaker_petg_white", "ultimaker_petg_orange", "ultimaker_petg_silver", "ultimaker_petg_yellow", "ultimaker_petg_transparent", "ultimaker_petg_red_translucent", "ultimaker_petg_blue_translucent", "ultimaker_petg_green_translucent", "ultimaker_petg_yellow_fluorescent", "ultimaker_petg_red" ],
  14. "supports_usb_connection": true,
  15. "preferred_quality_type": "normal",
  16. "quality_definition": "xyzprinting_da_vinci_jr_1p0a_pro",
  17. "preferred_variant_name": "Copper 0.4mm Nozzle",
  18. "variants_name": "Nozzle Type",
  19. "machine_extruder_trains": {
  20. "0": "xyzprinting_da_vinci_jr_1p0a_pro_extruder_0"
  21. }
  22. },
  23. "overrides": {
  24. "machine_name": { "default_value": "XYZprinting da Vinci Jr. 1.0A Pro" },
  25. "machine_shape": { "default_value": "rectangular"},
  26. "machine_heated_bed": { "default_value": false },
  27. "machine_width": { "default_value": 175.00 },
  28. "machine_depth": { "default_value": 175.00 },
  29. "machine_height": { "default_value":175.00 },
  30. "machine_center_is_zero": { "default_value": false },
  31. "machine_head_with_fans_polygon": {
  32. "default_value": [
  33. [ -20, -10 ],
  34. [ -20, 10 ],
  35. [ 10, 10 ],
  36. [ 10, -10 ]
  37. ]
  38. },
  39. "material_flow_layer_0": {"value": 120},
  40. "cool_fan_enabled": { "default_value": true },
  41. "cool_fan_speed_0": { "value": 100 },
  42. "brim_line_count": { "value" : 5 },
  43. "skirt_line_count": { "default_value" : 5 },
  44. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  45. "machine_start_gcode": {
  46. "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n"
  47. },
  48. "machine_end_gcode": {
  49. "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n"
  50. }
  51. }
  52. }