xyzprinting_da_vinci_jr_w_pro.def.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "version": 2,
  3. "name": "XYZprinting da Vinci Jr. WiFi 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. "supports_usb_connection": true,
  14. "preferred_quality_type": "normal",
  15. "quality_definition": "xyzprinting_da_vinci_jr_w_pro",
  16. "preferred_variant_name": "Hardened Steel 0.4mm Nozzle",
  17. "variants_name": "Nozzle Type",
  18. "machine_extruder_trains": {
  19. "0": "xyzprinting_da_vinci_jr_w_pro_extruder_0"
  20. }
  21. },
  22. "overrides": {
  23. "machine_name": { "default_value": "XYZprinting da Vinci Jr. WiFi Pro" },
  24. "machine_shape": { "default_value": "rectangular"},
  25. "machine_heated_bed": { "default_value": true },
  26. "machine_width": { "default_value": 150.00 },
  27. "machine_depth": { "default_value": 150.00 },
  28. "machine_height": { "default_value":150.00 },
  29. "machine_center_is_zero": { "default_value": false },
  30. "machine_head_with_fans_polygon": {
  31. "default_value": [
  32. [ -20, -10 ],
  33. [ -20, 10 ],
  34. [ 10, 10 ],
  35. [ 10, -10 ]
  36. ]
  37. },
  38. "material_flow_layer_0": {"value": 120},
  39. "cool_fan_enabled": { "default_value": true },
  40. "cool_fan_speed_0": { "value": 100 },
  41. "brim_line_count": { "value" : 5 },
  42. "skirt_line_count": { "default_value" : 5 },
  43. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  44. "machine_start_gcode": {
  45. "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n"
  46. },
  47. "machine_end_gcode": {
  48. "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n"
  49. }
  50. }
  51. }