cubicon_3dp_210f.def.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "id": "3DP-210F",
  3. "version": 2,
  4. "name": "Cubicon Style",
  5. "inherits": "cubicon_common",
  6. "metadata": {
  7. "author": "Cubicon R&D Center",
  8. "manufacturer": "Cubicon",
  9. "visible": true,
  10. "file_formats": "text/x-gcode",
  11. "supports_usb_connection": false,
  12. "machine_extruder_trains": {
  13. "0": "cubicon_3dp_210f_extruder_0"
  14. },
  15. "platform_offset": [
  16. 0,
  17. -18.8,
  18. 0
  19. ]
  20. },
  21. "overrides": {
  22. "machine_name": {
  23. "default_value": "Cubicon Style"
  24. },
  25. "machine_start_gcode": {
  26. "default_value": "M911 3DP-210F\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
  27. },
  28. "machine_width": {
  29. "default_value": 150
  30. },
  31. "machine_depth": {
  32. "default_value": 150
  33. },
  34. "machine_height": {
  35. "default_value": 150
  36. },
  37. "material_bed_temp_wait":{
  38. "default_value": false
  39. }
  40. }
  41. }