Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2016-05-17 18:14:10 +0300
committerGhostkeeper <rubend@tutanota.com>2016-05-17 18:46:30 +0300
commiteb11067d1574e2072718aec161f4d4e96b8c8f15 (patch)
treebc0ae0a5db05d97e7304c72c96220758bcf28597 /resources/definitions/rigidbot_big.def.json
parent35dda003c7791524d9ee975bbf3557b17a358e4c (diff)
Translate definition for RigidBotBig
Also translated the very old active_if properties! Contributes to issue CURA-1278.
Diffstat (limited to 'resources/definitions/rigidbot_big.def.json')
-rw-r--r--resources/definitions/rigidbot_big.def.json116
1 files changed, 116 insertions, 0 deletions
diff --git a/resources/definitions/rigidbot_big.def.json b/resources/definitions/rigidbot_big.def.json
new file mode 100644
index 0000000000..045f86fafe
--- /dev/null
+++ b/resources/definitions/rigidbot_big.def.json
@@ -0,0 +1,116 @@
+{
+ "id": "rigidbotbig",
+ "version": 2,
+ "name": "RigidBotBig",
+ "inherits": "fdmprinter",
+ "metadata": {
+ "author": "RBC",
+ "manufacturer": "RigidBot",
+ "category": "Other",
+ "file_formats": "text/x-gcode",
+ "platform": "rigidbotbig_platform.stl"
+ },
+
+ "overrides": {
+ "machine_width": {
+ "default_value": 400
+ },
+ "machine_depth": {
+ "default_value": 300
+ },
+ "machine_height": {
+ "default_value": 254
+ },
+ "machine_heated_bed": {
+ "default_value": true
+ },
+ "machine_nozzle_size": {
+ "default_value": 0.4
+ },
+ "machine_nozzle_heat_up_speed": {
+ "default_value": 2
+ },
+ "machine_nozzle_cool_down_speed": {
+ "default_value": 2
+ },
+ "machine_head_shape_min_x": {
+ "default_value": 0
+ },
+ "machine_head_shape_min_y": {
+ "default_value": 0
+ },
+ "machine_head_shape_max_x": {
+ "default_value": 0
+ },
+ "machine_head_shape_max_y": {
+ "default_value": 0
+ },
+ "machine_nozzle_gantry_distance": {
+ "default_value": 0
+ },
+ "machine_gcode_flavor": {
+ "default_value": "RepRap (Marlin/Sprinter)"
+ },
+ "machine_start_gcode": {
+ "default_value": ";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_value": ";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}"
+ },
+ "layer_height": {
+ "default_value": 0.2
+ },
+ "wall_thickness": {
+ "default_value": 0.8
+ },
+ "top_bottom_thickness": {
+ "default_value": 0.3
+ },
+ "material_print_temperature": {
+ "default_value": 195
+ },
+ "material_bed_temperature": {
+ "default_value": 60
+ },
+ "material_diameter": {
+ "default_value": 1.75
+ },
+ "speed_print": {
+ "default_value": 60
+ },
+ "speed_infill": {
+ "default_value": 100
+ },
+ "speed_topbottom": {
+ "default_value": 15
+ },
+ "speed_travel": {
+ "default_value": 150
+ },
+ "speed_layer_0": {
+ "default_value": 15,
+ "min_value": "0.1"
+ },
+ "infill_overlap": {
+ "default_value": 10
+ },
+ "cool_fan_enabled": {
+ "default_value": false
+ },
+ "cool_fan_speed": {
+ "default_value": 0
+ },
+ "skirt_line_count": {
+ "default_value": 3,
+ "enabled": "adhesion_type == \"Skirt\""
+ },
+ "skirt_gap": {
+ "default_value": 4,
+ "enabled": "adhesion_type == \"Skirt\""
+ },
+ "skirt_minimal_length": {
+ "default_value": 200,
+ "enabled": "adhesion_type == \"Skirt\""
+ }
+ }
+} \ No newline at end of file