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:
authorByeon Ho cheol <hcbyeon@3dcubicon.com>2019-01-22 18:44:04 +0300
committerJaime van Kessel <nallath@gmail.com>2019-01-22 18:44:04 +0300
commit7492122a5400d20e5923629d00bf25c616b69f3e (patch)
tree558bfee790d8229be5b5692140e67e8ba35dade9 /resources/definitions/cubicon_common.def.json
parent3d1351c2c3cdaf12d431b622cbea1cd87714a78c (diff)
4904 cubicon device (#4963)
* Add Cubicon 3D Printer device profiles. - 3DP-110F - 3DP-210F - 3DP-310F Cubicon: http://www.3dcubicon.com/en/cubicon/ * Add missed profile file. * Remove platform mesh files. Do not necessary platform mesh in Cubicon devices.
Diffstat (limited to 'resources/definitions/cubicon_common.def.json')
-rw-r--r--resources/definitions/cubicon_common.def.json99
1 files changed, 99 insertions, 0 deletions
diff --git a/resources/definitions/cubicon_common.def.json b/resources/definitions/cubicon_common.def.json
new file mode 100644
index 0000000000..ae085c7552
--- /dev/null
+++ b/resources/definitions/cubicon_common.def.json
@@ -0,0 +1,99 @@
+{
+ "version": 2,
+ "name": "Cubicon Common",
+ "inherits": "fdmprinter",
+ "metadata": {
+ "author": "Cubicon R&D Center",
+ "manufacturer": "Cubicon",
+ "visible": false
+ },
+ "overrides": {
+ "machine_start_gcode": {
+ "default_value": "M201 X400 Y400\nM202 X400 Y400\nG28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
+ },
+ "machine_end_gcode": {
+ "default_value": "M104 S0\nM140 S0\nM904\nM117 Print completed! \nM84"
+ },
+ "machine_gcode_flavor": {
+ "default_value": "Repetier"
+ },
+ "machine_heated_bed": {
+ "default_value": true
+ },
+ "travel_compensate_overlapping_walls_enabled": {
+ "default_value": false
+ },
+ "travel_compensate_overlapping_walls_0_enabled": {
+ "default_value": false
+ },
+ "travel_compensate_overlapping_walls_x_enabled": {
+ "default_value": false
+ },
+ "layer_height": {
+ "default_value": 0.2
+ },
+ "layer_height_0": {
+ "default_value": 0.2
+ },
+ "infill_line_width": {
+ "default_value": 0.6
+ },
+ "adhesion_type": {
+ "default_value": "raft"
+ },
+ "roofing_pattern": { "default_value": "lines" },
+ "top_bottom_pattern": { "default_value": "lines" },
+ "top_bottom_pattern_0": {
+ "default_value": "zigzag"
+ },
+ "fill_perimeter_gaps": { "default_value": "everywhere" },
+ "infill_pattern": {
+ "default_value": "zigzag"
+ },
+ "infill_sparse_density": { "default_value": 20 },
+ "infill_overlap": {
+ "default_value": 15
+ },
+ "infill_before_walls": { "default_value": false },
+ "infill_sparse_thickness": { "default_value": 0.2 },
+ "top_bottom_thickness": {
+ "default_value": 1.0
+ },
+ "top_thickness": {
+ "default_value": 1.0
+ },
+ "bottom_thickness": {
+ "default_value": 0.6,
+ "value": "top_bottom_thickness * 0.6"
+ },
+ "roofing_layer_count": {
+ "default_value": 1
+ },
+ "skin_preshrink": { "default_value": true },
+ "material_flow_layer_0": { "default_value": 100 },
+ "top_skin_preshrink": { "default_value": 1.2 },
+ "bottom_skin_preshrink": { "default_value": 1.2 },
+ "max_skin_angle_for_expansion": { "default_value": 90 },
+ "min_skin_width_for_expansion": { "default_value": 2.7475 },
+ "skin_angles": { "default_value": "[135,45]" },
+ "roofing_angles": { "default_value": "[135,45]" },
+ "coasting_volume": { "default_value": 0.032 },
+ "wall_thickness": { "default_value": 1.2 },
+ "wall_line_count": { "default_value": 3 },
+ "speed_wall_0": { "default_value": 25 },
+ "skin_overlap": { "default_value": 5 },
+ "cool_min_layer_time_fan_speed_max": { "default_value": 15 },
+ "cool_min_layer_time": { "default_value": 15 },
+ "support_roof_pattern": { "default_value": "zigzag" },
+ "support_bottom_pattern": { "default_value": "zigzag" },
+ "support_interface_pattern": { "default_value": "zigzag" },
+ "support_pattern": { "default_value": "zigzag" },
+ "retraction_amount": { "default_value": 1.5 },
+ "top_layers": {
+ "default_value": 5
+ },
+ "bottom_layers": {
+ "default_value": 3
+ }
+ }
+} \ No newline at end of file