blocks_r21.def.json 2.1 KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "version": 2,
  3. "name": "Blocks R21",
  4. "inherits": "blocks_base",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "platform": "blocks_r21_platform.stl",
  9. "first_start_actions": [ "MachineSettingsAction" ],
  10. "has_machine_quality": true,
  11. "has_materials": true,
  12. "has_variants": true,
  13. "machine_extruder_trains": { "0": "blocks_r21_extruder_0" },
  14. "preferred_material": "generic_pla",
  15. "preferred_quality_type": "normal",
  16. "preferred_variant_name": "ST - 0.4mm",
  17. "quality_definition": "blocks_base",
  18. "variants_name": "Print Core"
  19. },
  20. "overrides":
  21. {
  22. "machine_depth": { "default_value": 210 },
  23. "machine_end_gcode": { "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 F6000 ;move Z up a bit and retract filament even more\nG28 X0;move X/Y to min endstops, so the head is out of the way\nG1 Y210 F5000.0\nG1 Z+70\nM84 ;steppers off\nG90 ;absolute positioning\n" },
  24. "machine_height": { "default_value": 250 },
  25. "machine_name": { "default_value": "Blocks R21" },
  26. "machine_start_gcode": { "default_value": "G21\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\nG29\nM117 ; Purge extruder\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z1.0 F3000\nG1 X0.1 Y15 F3000.0\nG1 Z0.1 F3000.0\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nM117 Printing...\n" },
  27. "machine_width": { "default_value": 300 },
  28. "retraction_retract_speed": { "value": 50 }
  29. }
  30. }