dagoma_discoeasy200.def.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "id": "Dagoma_discoeasy200",
  3. "name": "Dagoma DiscoEasy200",
  4. "version": 2,
  5. "inherits": "fdmprinter",
  6. "metadata": {
  7. "visible": true,
  8. "author": "Dagoma",
  9. "manufacturer": "Dagoma",
  10. "file_formats": "text/x-gcode",
  11. "icon": "icon_ultimaker2.png",
  12. "platform": "discoeasy200.stl",
  13. "platform_offset": [ 105, -59, 280]
  14. },
  15. "overrides": {
  16. "machine_width": {
  17. "default_value": 211
  18. },
  19. "machine_height": {
  20. "default_value": 205
  21. },
  22. "machine_depth": {
  23. "default_value": 211
  24. },
  25. "machine_center_is_zero": {
  26. "default_value": false
  27. },
  28. "machine_nozzle_size": {
  29. "default_value": 0.4
  30. },
  31. "machine_head_with_fans_polygon": {
  32. "default_value": [
  33. [16, 37],
  34. [16, -65],
  35. [-16, -65],
  36. [16, 37]
  37. ]
  38. },
  39. "gantry_height": {
  40. "default_value": 55
  41. },
  42. "machine_gcode_flavor": {
  43. "default_value": "RepRap"
  44. },
  45. "machine_start_gcode": {
  46. "default_value": ";Gcode by Cura\nG90 ;absolute positioning\nM106 S250 ;fan on for the palpeur\nG28 X Y\nG1 X50\nM109 S180\nG28\nM104 S{print_temperature}\n;Activation palpeur\n;bloc palpeur\nG29 ;Auto level\nM107 ;start with the fan off\nG1 X100 Y20 F3000\nG1 Z0.5\nM109 S{print_temperature}\nM140 S{material_bed_temperature}\nM82 ;set extruder to absolute mode\nG92 E0 ;zero the extruded length\nG1 F200 E10 ;extrude 10mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 Z3\nG1 F3000\n"
  47. },
  48. "machine_end_gcode": {
  49. "default_value": "\nM104 S0\nM106 S255 ;start fan full power\nM140 S0 ;heated bed heater off (if you have it)\n;Home machine\nG91 ;relative positioning\nG1 E-1 F{retraction_speed} ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+3 F3000 ;move Z up a bit and retract filament even more\nG90\nG28 X Y\n;Ventilation forcee\nM107 ;stop fan\n;Shut down motor\nM84 ;shut down motors\n"
  50. }
  51. }
  52. }