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:
authornani <venkat.kamesh90@gmail.com>2020-11-20 22:11:31 +0300
committernani <venkat.kamesh90@gmail.com>2020-11-20 22:11:31 +0300
commitf4d9d8adc7ecbc62ea3421c2559fc2e69bd24a6f (patch)
tree400577b180be09fd516046d0b3a50fe1aeb4b4b2 /resources/definitions/kosher.def.json
parent8de7fd3ed5582f39b9e0a3bba927c1c09fa9fb3e (diff)
KOSHER_220_NEW
New printer by svtech
Diffstat (limited to 'resources/definitions/kosher.def.json')
-rw-r--r--resources/definitions/kosher.def.json67
1 files changed, 67 insertions, 0 deletions
diff --git a/resources/definitions/kosher.def.json b/resources/definitions/kosher.def.json
new file mode 100644
index 0000000000..49d41ef9b5
--- /dev/null
+++ b/resources/definitions/kosher.def.json
@@ -0,0 +1,67 @@
+{
+ "version": 2,
+ "name": "Kosher 220",
+ "inherits": "fdmprinter",
+ "metadata": {
+ "visible": true,
+ "author": "Venkat Kamesh",
+ "manufacturer": "Sri Vignan Technologies",
+ "weight": 3,
+ "file_formats": "text/x-gcode",
+ "platform": "ultimaker3_platform.obj",
+ "platform_texture": "koshertext.png",
+ "platform_offset": [0, 0, 0],
+ "has_material": true,
+ "has_variants": true,
+ "preferred_variant_name": "0.4 mm",
+ "machine_extruder_trains":
+ {
+ "0": "kosher_extruder_0",
+ "1": "kosher_extruder_1"
+ }
+ },
+
+ "overrides": {
+ "machine_name": { "default_value": "Kosher 220" },
+ "machine_width": { "default_value": 220 },
+ "machine_height": { "default_value": 300 },
+ "machine_depth": { "default_value": 220 },
+ "machine_heated_bed": { "default_value": true },
+ "machine_acceleration": {"default_value": 3000},
+ "machine_max_feedrate_x": { "value": 300 },
+ "machine_max_feedrate_y": { "value": 300 },
+ "machine_max_feedrate_z": { "value": 40 },
+ "machine_max_feedrate_e": { "value": 150 },
+ "machine_use_extruder_offset_to_offset_coords": {"default_value": false},
+ "machine_center_is_zero": {"default_value": false},
+ "gantry_height": {"value": "48"},
+ "line_width": {"value": "machine_nozzle_size"},
+ "speed_travel": {"maximum_value": "300", "value": "200"},
+ "optimize_wall_printing_order": { "value": "True" },
+ "material_diameter": { "default_value": 1.75},
+ "retraction_amount": {"default_value": 6.5},
+ "retraction_speed": { "default_value": 30},
+ "switch_extruder_retraction_amount": { "default_value": 16, "enabled": true},
+ "switch_extruder_retraction_speeds": { "default_value": 30, "enabled": true },
+ "switch_extruder_retraction_speed": { "default_value": 30, "enabled": true},
+ "switch_extruder_prime_speed": { "default_value": 30, "enabled": true },
+ "adhesion_type": { "default_value": "skirt" },
+ "start_layers_at_same_position": { "enabled": true, "value": false },
+ "layer_start_x": { "enabled": "start_layers_at_same_position", "value": "machine_width/2"},
+ "layer_start_y": { "enabled": "start_layers_at_same_position","value": "machine_depth"},
+ "machine_gcode_flavor": { "default_value": "Marlin"},
+ "ironing_enabled":{"label": "Enable Ironing",
+ "description": "Go over the top surface one additional time, but this time extruding very little material. This is meant to melt the plastic on top further, creating a smoother surface. The pressure in the nozzle chamber is kept high so that the creases in the surface are filled with material.",
+ "type": "bool", "default_value": true, "limit_to_extruder": "top_bottom_extruder_nr", "settable_per_mesh": true },
+ "machine_disallowed_areas": {
+ "default_value": [
+ [[-115, 112.5], [ -82, 112.5], [ -84, 102.5], [-115, 102.5]],
+ [[ 115, 112.5], [ 115, 102.5], [ 110, 102.5], [ 108, 112.5]],
+ [[-115, -112.5], [-115, -104.5], [ -84, -104.5], [ -82, -112.5]],
+ [[ 115, -112.5], [ 108, -112.5], [ 110, -104.5], [ 115, -104.5]]
+ ]},
+ "machine_start_gcode": { "default_value": "M605 S0\nG21\nG90\nM82\nM107\nG28\nT1\nG92 E0\nG1 E16 F210\nG92 E0\nT0\nG92 E0\nG1 E16 F210\nG92 E0\n" },
+ "machine_end_gcode": { "default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM104 S0 T1\nM104 S0 T0\nM140 S0\nG28 X0 Y0\nT0\nM605 S1\nM84" },
+ "machine_extruder_count": { "default_value": 2 }
+ }
+}