{ "id": "rigidbotbig", "version": 1, "name": "RigidBot", "manufacturer": "Other", "author": "RBC", "platform": "rigidbot_platform.stl", "file_formats": "text/x-gcode", "inherits": "fdmprinter.json", "machine_settings": { "machine_width": { "default": 254 }, "machine_depth": { "default": 254 }, "machine_height": { "default": 254 }, "machine_heated_bed": { "default": true }, "machine_nozzle_size": { "default": 0.4, "visible": true }, "machine_nozzle_heat_up_speed": { "default": 2.0 }, "machine_nozzle_cool_down_speed": { "default": 2.0 }, "machine_head_shape_min_x": { "default": 0 }, "machine_head_shape_min_y": { "default": 0 }, "machine_head_shape_max_x": { "default": 0 }, "machine_head_shape_max_y": { "default": 0 }, "machine_nozzle_gantry_distance": { "default": 0 }, "machine_gcode_flavor": { "default": "RepRap (Marlin/Sprinter)" }, "machine_start_gcode": { "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..." }, "machine_end_gcode": { "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}" } }, "overrides": { "layer_height": { "default": 0.2 }, "shell_thickness": { "default": 0.8 }, "wall_thickness": { "default": 0.8 }, "top_bottom_thickness": { "default": 0.3, "visible": true }, "material_print_temperature": { "default": 195, "visible": true }, "material_bed_temperature": { "default": 60, "visible": true }, "material_diameter": { "default": 1.75, "visible": true }, "retraction_enable": { "default": true, "always_visible": true }, "retraction_speed": { "default": 50.0, "visible": false }, "retraction_amount": { "default": 0.8, "visible": false }, "retraction_hop": { "default": 0.075, "visible": false }, "speed_print": { "default": 60.0, "visible": true }, "speed_infill": { "default": 100.0, "visible": true }, "speed_topbottom": { "default": 15.0, "visible": true }, "speed_travel": { "default": 150.0, "visible": true }, "speed_layer_0": { "min_value": 0.1, "default": 15.0, "visible": true }, "infill_overlap": { "default": 10.0 }, "cool_fan_enabled": { "default": false, "visible": true }, "cool_fan_speed": { "default": 0.0, "visible": true }, "skirt_line_count": { "default": 3, "active_if": { "setting": "adhesion_type", "value": "None" } }, "skirt_gap": { "default": 4.0, "active_if": { "setting": "adhesion_type", "value": "None" } }, "skirt_minimal_length": { "default": 200.0, "active_if": { "setting": "adhesion_type", "value": "None" } } } }