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:
authorRemco Burema <r.burema@ultimaker.com>2020-11-06 20:10:14 +0300
committerRemco Burema <r.burema@ultimaker.com>2020-11-06 20:10:14 +0300
commit5ab4062ced5c3b1ff41972ba85ac956ef63f5377 (patch)
treef902f404d6f96ac997e61098ffdb870db1e0d312
parent81da89476fc0bf674262fa1707fb80759e35a272 (diff)
parente05c32f88da44e9e17853115a4b59cf0b660609c (diff)
Merge branch 'master' of https://github.com/Ultimaker/Cura
-rw-r--r--resources/definitions/fdmprinter.def.json2
-rw-r--r--resources/definitions/syndaveraxi.def.json46
-rw-r--r--resources/extruders/syndaveraxi_extruder_0.def.json16
3 files changed, 63 insertions, 1 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index 4cb5293b49..4ccdfd34ee 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -1817,7 +1817,7 @@
"type": "int",
"minimum_value": "1",
"maximum_value_warning": "infill_line_distance / infill_line_width",
- "enabled": "infill_sparse_density > 0 and infill_pattern != 'zigzag'",
+ "enabled": "infill_sparse_density > 0 and infill_pattern != 'zigzag' and (gradual_infill_steps == 0 or not zig_zaggify_infill)",
"limit_to_extruder": "infill_extruder_nr",
"settable_per_mesh": true
},
diff --git a/resources/definitions/syndaveraxi.def.json b/resources/definitions/syndaveraxi.def.json
new file mode 100644
index 0000000000..887bfca6ee
--- /dev/null
+++ b/resources/definitions/syndaveraxi.def.json
@@ -0,0 +1,46 @@
+{
+ "version": 2,
+ "name": "SyndaverAXI",
+ "inherits": "fdmprinter",
+ "metadata":
+{
+ "type": "machine",
+ "visible": true,
+ "author": "Syndaver3D",
+ "manufacturer": "Syndaver3D",
+ "file_formats": "text/x-gcode",
+ "supports_usb_connection": true,
+ "preferred_quality_type": "draft",
+ "machine_extruder_trains":
+ {
+ "0": "syndaveraxi_extruder_0"
+ }
+ },
+
+ "overrides": {
+ "machine_name": { "default_value": "AXI" },
+ "machine_shape": { "default_value": "rectangular"},
+ "machine_heated_bed": { "default_value": true },
+ "machine_width": { "default_value": 280 },
+ "machine_depth": { "default_value": 280 },
+ "machine_height": { "default_value": 285 },
+ "machine_center_is_zero": { "default_value": false },
+ "machine_head_with_fans_polygon": {
+ "default_value": [
+ [ 0, 0 ],
+ [ 0, 0 ],
+ [ 0, 0 ],
+ [ 0, 0 ]
+ ]
+ },
+ "gantry_height": { "value": "286" },
+ "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
+
+ "machine_start_gcode": {
+ "default_value": ";This G-Code has been generated specifically for Syndaver AXI with Hemera toolhead\nM73 P0 ; clear LCD progress bar\nM75 ; Start LCD Print Timer\nM107 ; disable fans\nM420 S0 ; disable leveling matrix\nM82 ; set extruder to absolute mode\nG92 E0 ; set extruder position to 0\nM140 S{material_bed_temperature_layer_0} ; start bed heating up\nM104 S170 ; start nozzle heating up\nG28 ; home all axes\nM117 AXI Heating Up...\nG1 X-17.5 Y100 Z10 F3000 ; move to wipe position\nG29 L1 ; load leveling matrix slot 1\nG29 A ; ensure mesh is enabled\nM109 R170 ; wait for nozzle to reach wiping temp\nG1 E-3 ; retract material before wipe\nM117 AXI Wiping Nozzle...\nG1 Z-3 ; lower nozzle\nG1 Y90 F1000 ; slow wipe\nG1 Y65 F1000 ; slow wipe\nG1 Y80 F1000 ; slow wipe\nG1 Y65 F1000 ; slow wipe\nG1 Y55 F1000 ; slow wipe\nG1 Y30 F3000 ; fast wipe\nG1 Y55 F3000 ; fast wipe\nG1 Y30 F3000 ; fast wipe\nG1 Y55 F3000 ; fast wipe\nG1 Z10 ; raise nozzle\nM117 Heating...\nM190 R{material_bed_temperature_layer_0} ; wait for bed to reach printing temp\nM104 S{material_print_temperature_layer_0} ; set extruder to reach initial printing temp, held back for ooze reasons\nM117 Probe Z at Temp\nG28 Z ; re-probe Z0 to account for any thermal expansion in the bed\nG1 X-17.5 Y80 Z10 F3000 ; move back to wiper\nM117 Heating...\nM109 R{material_print_temperature_layer_0} ; wait for extruder to reach initial printing temp\nM117 AXI Wiping Nozzle...\nG1 E0 ; prime material in nozzle\nG1 Z-3 ; final ooze wipe\nG1 Y60 F2000 ; final ooze wipe\nG1 Y20 F2000 ; final ooze wipe\nM117 AXI Starting Print\nG1 Z2 ; move nozzle back up to not run into things on print start\nM400 ; wait for moves to finish\nM117 AXI Printing"
+ },
+ "machine_end_gcode": {
+ "default_value": "M400 ; wait for moves to finish\nM140 S50 ; start bed cooling\nM104 S0 ; disable hotend\nM107 ; disable fans\nM117 Cooling please wait\nG91 ; relative positioning\nG1 Z5 F3000 ; move Z up 5mm so it wont drag on the print\nG90 ; absolute positioning\nG1 X5 Y5 F3000 ; move to cooling position\nM190 R50 ; wait for bed to cool down to removal temp\nG1 X145 Y260 F1000 ; present finished print\nM140 S0 ; cool down bed\nM77 ; End LCD Print Timer\nM18 X Y E ; turn off x y and e axis\nM117 Print Complete."
+ }
+ }
+} \ No newline at end of file
diff --git a/resources/extruders/syndaveraxi_extruder_0.def.json b/resources/extruders/syndaveraxi_extruder_0.def.json
new file mode 100644
index 0000000000..4d8d3e8ab4
--- /dev/null
+++ b/resources/extruders/syndaveraxi_extruder_0.def.json
@@ -0,0 +1,16 @@
+{
+ "version": 2,
+ "name": "Hemera 1",
+ "inherits": "fdmextruder",
+ "metadata": {
+ "machine": "syndaveraxi",
+ "position": "0"
+ },
+
+ "overrides": {
+ "extruder_nr": { "default_value": 0 },
+ "machine_nozzle_size": { "default_value": 0.4 },
+ "material_diameter": { "default_value": 1.75 },
+ "machine_steps_per_mm_e": { "default_value": 400 }
+ }
+} \ No newline at end of file