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>2020-04-28 12:55:15 +0300
committerGhostkeeper <rubend@tutanota.com>2020-04-28 12:55:15 +0300
commit68e8261c2124415814b89809fc8c914e2e4f3bde (patch)
tree05e75eb900554587f1c50f58655704eb9096315f /resources/definitions/predator.def.json
parent174b58374aeb6f7d1205d20799c7b1c2a7dfa133 (diff)
Squashed commit of the following:
commit 96187e21580e10ba3006895c0a0613cb1fa66c4d Author: Ghostkeeper <rubend@tutanota.com> Date: Tue Apr 28 11:52:29 2020 +0200 Update setting_version of recently merged profiles None of these had any settings that needed to be deleted or updated. I'm updating them so that they load properly in Cura 4.7. Contributes to issue CURA-7403. commit 80bea3caa14139c189fc10c6874867d104df2fd7 Merge: 174b58374 037eb9a89 Author: Ghostkeeper <rubend@tutanota.com> Date: Tue Apr 28 11:41:31 2020 +0200 Merge branch 'master' of https://github.com/curso007/Cura into curso007-master commit 037eb9a898e8625497a0f44e31746155c8523662 Merge: 109b5cf8e 772fd650a Author: Cataldo URSO <curso007@users.noreply.github.com> Date: Fri Apr 24 19:36:01 2020 +0200 Merge pull request #2 from Ultimaker/master Resync with Ultimaker commit 109b5cf8e3311283f60ffb73dc165974cf619faa Author: Cataldo URSO <cataldo.urso@gmail.com> Date: Fri Apr 24 15:34:31 2020 +0200 Spacing much consistent after editor reconfiguration. commit cdea1a7d598e39c3beebd4386b6326503051a160 Author: Cataldo URSO <cataldo.urso@gmail.com> Date: Fri Apr 24 15:28:18 2020 +0200 Spacing much consistent after editor reconfiguration. commit bc8422d4ee95a5d20b5f8364711965b036b28eed Author: Cataldo URSO <cataldo.urso@gmail.com> Date: Fri Apr 24 00:14:38 2020 +0200 plateform image renamed. commit e0d95c12558f7da8dcbc1aab966e92a1d67bdebb Merge: a069ed5f9 b1e95d7a8 Author: Cataldo URSO <curso007@users.noreply.github.com> Date: Fri Apr 24 00:03:57 2020 +0200 Merge pull request #1 from Ultimaker/master Resync with ultimaker commit a069ed5f946b0a9d9830d8ba39c89e7cbe1ffdb2 Author: Cataldo URSO <cataldo.urso@gmail.com> Date: Thu Apr 23 23:15:36 2020 +0200 Reducing size of meshes and image(s) commit 256d4a5576802ea9c116b4901a79ae17b96ade99 Author: Cataldo URSO <cataldo.urso@gmail.com> Date: Wed Apr 22 21:03:02 2020 +0200 Try to fix errors comming from the CI commit ec4cbe6809ba80f84a065a2d875f591110c751ff Author: Cataldo URSO <cataldo.urso@gmail.com> Date: Wed Apr 22 20:44:30 2020 +0200 STL size reduced as much I could. commit 8a6468943a79a6f72078ded187722706c85871a5 Author: Cataldo URSO <cataldo.urso@gmail.com> Date: Wed Apr 22 18:17:13 2020 +0200 Adding Anycubic Predator printer commit e4491b30bdc9e9642737d6851c8f7571be368798 Author: Cataldo URSO <cataldo.urso@gmail.com> Date: Tue Apr 21 18:51:29 2020 +0200 Adding the mesh for the FLSUN QQ-S thanks to Eddy Emck
Diffstat (limited to 'resources/definitions/predator.def.json')
-rw-r--r--resources/definitions/predator.def.json72
1 files changed, 72 insertions, 0 deletions
diff --git a/resources/definitions/predator.def.json b/resources/definitions/predator.def.json
new file mode 100644
index 0000000000..a8f4e56fe1
--- /dev/null
+++ b/resources/definitions/predator.def.json
@@ -0,0 +1,72 @@
+{
+ "version": 2,
+ "name": "Anycubic Predator",
+ "inherits": "fdmprinter",
+ "metadata": {
+ "author": "ksihota",
+ "manufacturer": "Anycubic",
+ "file_formats": "text/x-gcode",
+ "platform": "predator_platform.stl",
+ "platform_texture": "anycubic_predator.png",
+ "supports_usb_connection": true,
+ "visible": true,
+ "platform_offset": [0, 0, 0],
+ "has_materials": true,
+ "has_variants": false,
+ "has_machine_materials": false,
+ "has_variant_materials": false,
+ "has_machine_quality": true,
+ "quality_definition": "predator",
+ "preferred_quality_type": "normal",
+ "machine_extruder_trains":
+ {
+ "0": "predator_extruder_0"
+ }
+ },
+
+ "overrides": {
+ "machine_start_gcode":
+ {
+ "default_value": "G21 ;metric values \nG90 ;absolute positioning \nM82 ;set extruder to absolute mode \nM107 ;start with the fan off \nG28 ;Home \nG1 Z15.0 F1000;short move \nG92 E0 ;zero the extruded length \nG1 F200 E3 ;extrude 3mm of feed stock adjust so I don't have to remove any filament \nG92 E0 ;zero the extruded length again \nG1 F4000 ;move to bed \n;Put printing message on LCD screen \nM117 Printing... \n;G5; this is in order to resume on Power failure (only works on SD prints)"
+ },
+ "machine_end_gcode":
+ {
+ "default_value": "M104 S0 ;extruder heater off \nM140 S0 ;heated bed heater off \nG91 ;relative positioning \nG92 E0 ;zero the extruded length \nG1 E-2 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure \nG92 E0 ;zero the extruded length \n;M107 ;fan off \nG1 Z+0.5 E-5 ;move Z up a bit and retract filament even more \n;G1 X0.0 Y0.0 Z455.0 F4500 \nG28 ;Home all axes (max endstops) \nG90 ;absolute positioning \n;M109 S60 ; wait for extruder temp to drop to 60 \n;M84 ;steppers off \n;M81 ;turn off printer"
+ },
+ "gantry_height": {
+ "value": 455
+ },
+ "machine_width": { "default_value": 370 },
+ "machine_depth": { "default_value": 370 },
+ "machine_height": { "default_value": 455 },
+ "machine_heated_bed": { "default_value": true },
+ "machine_shape": { "default_value": "elliptic" },
+ "machine_center_is_zero": { "default_value": true },
+ "machine_nozzle_size": {
+ "default_value": 0.4,
+ "minimum_value": 0.15,
+ "maximum_value": 0.80
+ },
+ "line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" },
+ "material_print_temperature_layer_0": { "value": "material_print_temperature + 5" },
+ "material_bed_temperature_layer_0": { "value": "material_bed_temperature + 5" },
+ "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
+ "machine_max_feedrate_x": { "default_value": 150 },
+ "machine_max_feedrate_y": { "default_value": 150 },
+ "machine_max_feedrate_z": { "default_value": 150 },
+ "machine_max_feedrate_e": { "default_value": 50 },
+ "machine_max_acceleration_x": { "default_value": 800 },
+ "machine_max_acceleration_y": { "default_value": 800 },
+ "machine_max_acceleration_z": { "default_value": 800 },
+ "machine_max_acceleration_e": { "default_value": 10000 },
+ "machine_acceleration": { "default_value": 3000 },
+ "machine_max_jerk_xy": { "default_value": 20 },
+ "machine_max_jerk_z": { "default_value": 20 },
+ "machine_max_jerk_e": { "default_value": 5},
+ "retraction_amount": { "default_value": 4 },
+ "retraction_speed": { "default_value": 50 },
+ "retraction_hop_enabled": { "default_value": false },
+ "retract_at_layer_change": { "default_value": true },
+ "coasting_enable": { "default_value": true }
+ }
+} \ No newline at end of file