RigidBotBig.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "id": "rigidbotbig",
  3. "version": 1,
  4. "name": "RigidBotBig",
  5. "manufacturer": "Other",
  6. "author": "RBC",
  7. "platform": "rigidbotbig_platform.stl",
  8. "file_formats": "text/x-gcode",
  9. "inherits": "fdmprinter.json",
  10. "machine_settings": {
  11. "machine_width": { "default": 400 },
  12. "machine_depth": { "default": 300 },
  13. "machine_height": { "default": 254 },
  14. "machine_heated_bed": { "default": true },
  15. "machine_nozzle_size": { "default": 0.4},
  16. "machine_nozzle_heat_up_speed": { "default": 2.0 },
  17. "machine_nozzle_cool_down_speed": { "default": 2.0 },
  18. "machine_head_shape_min_x": { "default": 0 },
  19. "machine_head_shape_min_y": { "default": 0 },
  20. "machine_head_shape_max_x": { "default": 0 },
  21. "machine_head_shape_max_y": { "default": 0 },
  22. "machine_nozzle_gantry_distance": { "default": 0 },
  23. "machine_gcode_flavor": { "default": "RepRap (Marlin/Sprinter)" },
  24. "machine_start_gcode": {
  25. "default": ";Sliced at: {day} {date} {time}\n;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {infill_sparse_density}\n;Print time: {print_time}\n;Filament used: {filament_amount}m {filament_weight}g\n;Filament cost: {filament_cost}\n;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line\n;M109 S{print_temperature} ;Uncomment to add your own temperature line\nG21 ;metric values\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\nM205 X8 ;X/Y Jerk settings\nG1 Z15.0 F{travel_speed} ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E7 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{travel_speed}\n;Put printing message on LCD screen\nM117 Rigibot Printing..."
  26. },
  27. "machine_end_gcode": {
  28. "default": ";End GCode\nM104 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+10 E-1 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG1 Y230 F3000 ;move Y so the head is out of the way and Plate is moved forward\nM84 ;steppers off\nG90 ;absolute positioning\n;{profile_string}"
  29. }
  30. },
  31. "overrides": {
  32. "layer_height": { "default": 0.2 },
  33. "shell_thickness": { "default": 0.8},
  34. "wall_thickness": { "default": 0.8 },
  35. "top_bottom_thickness": { "default": 0.3, "visible": true },
  36. "material_print_temperature": { "default": 195, "visible": true },
  37. "material_bed_temperature": { "default": 60, "visible": true },
  38. "material_diameter": { "default": 1.75, "visible": true },
  39. "retraction_enable": { "default": true, "always_visible": true},
  40. "retraction_speed": { "default": 50.0, "visible": false },
  41. "retraction_amount": { "default": 0.8, "visible": false },
  42. "retraction_hop": { "default": 0.075, "visible": false },
  43. "speed_print": { "default": 60.0, "visible": true},
  44. "speed_infill": { "default": 100.0, "visible": true },
  45. "speed_topbottom": { "default": 15.0, "visible": true },
  46. "speed_travel": { "default": 150.0, "visible": true },
  47. "speed_layer_0": { "min_value": 0.1, "default": 15.0, "visible": true },
  48. "infill_overlap": { "default": 10.0 },
  49. "cool_fan_enabled": { "default": false, "visible": true},
  50. "cool_fan_speed": { "default": 0.0, "visible": true },
  51. "skirt_line_count": { "default": 3, "active_if": { "setting": "adhesion_type", "value": "None" } },
  52. "skirt_gap": { "default": 4.0, "active_if": { "setting": "adhesion_type", "value": "None" } },
  53. "skirt_minimal_length": { "default": 200.0, "active_if": { "setting": "adhesion_type", "value": "None" } }
  54. }
  55. }