dagoma_sigma_pro.def.json 2.1 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "version": 2,
  3. "name": "Dagoma Sigma Pro 500Z",
  4. "inherits": "dagoma_delta",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Dagoma",
  9. "manufacturer": "Dagoma",
  10. "file_formats": "text/x-gcode",
  11. "platform": "dagoma_sigma_pro.obj",
  12. "first_start_actions": [ "MachineSettingsAction" ],
  13. "has_machine_quality": true,
  14. "has_variants": true,
  15. "machine_extruder_trains": { "0": "dagoma_sigma_pro_extruder" },
  16. "platform_texture": "dagoma_sigma_pro.png",
  17. "preferred_quality_type": "h0.2",
  18. "preferred_variant_name": "Brass 0.4mm",
  19. "quality_definition": "dagoma_sigma_pro",
  20. "variants_name": "Nozzle"
  21. },
  22. "overrides":
  23. {
  24. "machine_depth": { "default_value": 200 },
  25. "machine_end_gcode": { "default_value": ";End Gcode for {machine_name}\n;Author: Dagoma\nM104 S0\nM107 ;stop fan\nM140 S0 ;heated bed heater off (if you have it)\nG92 E0\nG1 E-55 F4600\nG27\nG90 ; Absolute positioning\nT0" },
  26. "machine_heated_bed": { "default_value": true },
  27. "machine_height": { "default_value": 501 },
  28. "machine_name": { "default_value": "Dagoma Sigma Pro 500Z" },
  29. "machine_start_gcode": { "default_value": ";Start Gcode for {machine_name}\n;Author: Dagoma\n;Sliced: {date} {time}\n;Estimated print time: {print_time}\n;Print speed: {speed_print}mm/s\n;Layer height: {layer_height}mm\n;Wall thickness: {wall_thickness}mm\n;Infill density: {infill_sparse_density}%\n;Infill pattern: {infill_pattern}\n;Support: {support_enable}\n;Print temperature: {material_print_temperature}\u00b0C\n;Flow: {material_flow}%\n;Retraction amount: {retraction_amount}mm\n;Retraction speed: {retraction_retract_speed}mm/s\nG90 ;absolute positioning\nM190 S{material_bed_temperature_layer_0};\nM109 S140;\nG1 F200 E-1.0\nM106 S255 ;Activating layers fans\nG28 ;Homing\nG29 ;Calibration\nM107 ;Off Ventilateur\nM109 S{material_print_temperature_layer_0} ;Temperature for the first layer only\nG92 E0 ;Zero the extruded length again\nG1 X0 Y-105 Z1 F3000\nG1 F{speed_travel}\nM117 Printing...\n" },
  30. "machine_width": { "default_value": 200 }
  31. }
  32. }