twotrees_bluer.def.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "version": 2,
  3. "name": "TwoTrees Bluer",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Washington C. Correa Jr.",
  9. "manufacturer": "TwoTrees",
  10. "file_formats": "text/x-gcode",
  11. "platform": "twotrees_platform.stl",
  12. "machine_extruder_trains":
  13. {
  14. "0": "twotrees_bluer_extruder_0",
  15. "1": "twotrees_bluer_extruder_1"
  16. }
  17. },
  18. "overrides":
  19. {
  20. "machine_name": { "default_value": "Two Trees Bluer" },
  21. "machine_heated_bed": { "default_value": true },
  22. "machine_width": { "default_value": 235 },
  23. "machine_depth": { "default_value": 235 },
  24. "machine_height": { "default_value": 280 },
  25. "machine_head_with_fans_polygon": { "default_value": [
  26. [-26, 34],
  27. [-26, -32],
  28. [32, -32],
  29. [32, 34]
  30. ]
  31. },
  32. "machine_start_gcode": { "default_value": "; Two Trees Bluer Custom Start G-code\nG28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z4.0 F3000 ;Move Z Axis up\nG1 E10 F1500 ;Purge a bit\nG1 X10.1 Y20 Z0.2 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.2 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.2 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.2 F1500.0 E20 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z3.0 X20 Y20 F3000 ;Move Z Axis up\nG1 E3 F2700 ;Purge a bit" },
  33. "machine_end_gcode": { "default_value": "; Two Trees Bluer Custom End G-code\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z" },
  34. "gantry_height": { "value": 25 }
  35. }
  36. }