vivedino_trex3.def.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "Vivedino T-REX 3",
  3. "version": 2,
  4. "inherits": "vivedino_base",
  5. "overrides": {
  6. "retraction_amount": { "value": "2" },
  7. "machine_heat_zone_length": {"value": "10"},
  8. "machine_extruder_count": { "default_value": 2 },
  9. "machine_start_gcode": { "default_value": "M605 S1 ; Set dual carriage mode S0 slicer full control | S1 AutoPark inactive head | S2 duplicate\nT0\nM106 P0 S[fan_speed_pwm]\nM106 P1 S[fan_speed_pwm]\nG28 ; home all axes\nM420 S1 ; Enable bed leveling compensation using current grid/mesh\nG1 X-42 F8000\nG92 E0\nG1 E5 F500\nG1 X0 F5000\nG1 X-40\nG1 X0\nG1 X-40\nG1 X0\nG1 X-40\nG1 X200\nG1 Y200 F5000\nT1\nG1 X440 F8000 ; park T0 head at X=440\nG92 E0 ; Zero extruder count" },
  10. "machine_end_gcode": { "default_value": "G28 X0 Y0\nM104 S0 T1 ; turn off extruder\nM104 S0 T0\nM140 S0 ; turn off bed\nG28 X0\nM106 P0 S0\nM106 P1 S0\nM84 S0\nM84 XYE; disable motors except Z"},
  11. "machine_width": { "default_value": 400 },
  12. "machine_depth": { "default_value": 400 },
  13. "machine_height": { "default_value": 500 },
  14. "machine_head_with_fans_polygon": { "default_value": [
  15. [-30, 34],
  16. [-30, -32],
  17. [30, -32],
  18. [30, 34]
  19. ]
  20. },
  21. "gantry_height": { "value": 30 }
  22. },
  23. "metadata": {
  24. "visible": true,
  25. "quality_definition": "vivedino_trex3",
  26. "platform": "vivedino_trex.stl",
  27. "machine_extruder_trains": {
  28. "0": "trex_extruder_0",
  29. "1": "trex_extruder_1"
  30. }
  31. }
  32. }