Advertisement
_itaquito_

Untitled

Dec 25th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. {
  2. "id": "tevo_tarantula",
  3. "version": 2,
  4. "name": "Tevo Tarantula",
  5. "inherits": "fdmprinter",
  6. "metadata": {
  7. "visible": true,
  8. "author": "TheAssassin",
  9. "manufacturer": "Tevo",
  10. "file_formats": "text/x-gcode",
  11. "icon": "icon_ultimaker2",
  12. "platform": "prusai3_platform.stl"
  13. },
  14.  
  15. "overrides": {
  16. "machine_name": {
  17. "default_value": "Tevo Tarantula"
  18. },
  19. "machine_heated_bed": {
  20. "default_value": true
  21. },
  22. "machine_width": {
  23. "default_value": 200
  24. },
  25. "machine_height": {
  26. "default_value": 200
  27. },
  28. "machine_depth": {
  29. "default_value": 200
  30. },
  31. "machine_center_is_zero": {
  32. "default_value": false
  33. },
  34. "machine_nozzle_size": {
  35. "default_value": 0.4
  36. },
  37. "material_diameter": {
  38. "default_value": 1.75
  39. },
  40. "machine_head_polygon": {
  41. "default_value": [
  42. [-75, -18],
  43. [-75, 35],
  44. [18, 35],
  45. [18, -18]
  46. ]
  47. },
  48. "gantry_height": {
  49. "default_value": 55
  50. },
  51. "machine_gcode_flavor": {
  52. "default_value": "RepRap (Marlin/Sprinter)"
  53. },
  54. "machine_acceleration": {
  55. "default_value": 500
  56. },
  57. "machine_max_jerk_xy": {
  58. "default_value": 4.0
  59. },
  60. "machine_max_jerk_z": {
  61. "default_value": 0.2
  62. },
  63. "machine_max_jerk_e": {
  64. "default_value": 2.5
  65. },
  66. "machine_start_gcode": {
  67. "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..."
  68. },
  69. "machine_end_gcode": {
  70. "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nG1 Y200 F3600 ;move baseplate to front for easier access to printed object"
  71. }
  72. }
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement