cubicon_style_plus_a15.def.json 951 B

12345678910111213141516171819202122232425262728
  1. {
  2. "version": 2,
  3. "name": "Cubicon Style Plus-A15",
  4. "inherits": "cubicon_common",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Cubicon R&D Center",
  9. "manufacturer": "Cubicon",
  10. "file_formats": "text/x-gcode",
  11. "machine_extruder_trains": { "0": "cubicon_style_plus_a15_extruder_0" },
  12. "platform_offset": [
  13. 0,
  14. 0,
  15. 0
  16. ],
  17. "supports_usb_connection": false
  18. },
  19. "overrides":
  20. {
  21. "machine_depth": { "default_value": 150 },
  22. "machine_height": { "default_value": 150 },
  23. "machine_name": { "default_value": "Cubicon Style Plus-A15" },
  24. "machine_start_gcode": { "default_value": "M911 Style Plus-A15\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" },
  25. "machine_width": { "default_value": 150 },
  26. "material_bed_temp_wait": { "default_value": false }
  27. }
  28. }