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:
author64bittuning <47930605+64bittuning@users.noreply.github.com>2022-01-28 23:03:18 +0300
committer64bittuning <47930605+64bittuning@users.noreply.github.com>2022-01-28 23:03:18 +0300
commit1e67650f7792b115d3bffd382afa4e17639e3a70 (patch)
tree85b943fa23104732aa6963c0055e594670b6f4cb /resources/definitions/tronxy_d01.def.json
parenta20ff6f17057c7be4973aedfe0b1370763c01c0d (diff)
Update existing profiles
The Tronxy community has requested the removal of "max feedrate" settings in the slicer profile. The machines are usually run on one of three firmwares and these limitations really hinder slicer performance.
Diffstat (limited to 'resources/definitions/tronxy_d01.def.json')
-rw-r--r--resources/definitions/tronxy_d01.def.json10
1 files changed, 1 insertions, 9 deletions
diff --git a/resources/definitions/tronxy_d01.def.json b/resources/definitions/tronxy_d01.def.json
index ff8badd355..141414f85f 100644
--- a/resources/definitions/tronxy_d01.def.json
+++ b/resources/definitions/tronxy_d01.def.json
@@ -5,7 +5,6 @@
"metadata": {
"quality_definition": "tronxy_x",
"visible": true,
- "author": "AdderMk2",
"platform": "tronxy.stl"
},
"overrides": {
@@ -23,15 +22,8 @@
"gantry_height": { "value": 30 },
"machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\nG1 Z2.0 F3000 ; Move Z Axis up little to preventscratching of Heat Bed\nG1 X1 Y20 Z0.3 F3600.0 ; Move to start position\nG1 X1 Y220.0 Z0.3 F1500.0 E25 ; Draw the first line\nG1 X1.6 Y220.0 Z0.3 F3600.0 ; Move to side a little\nG1 X1.6 Y20 Z0.3 F1500.0 E50 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F3600.0 ; Move over to prevent blob squish" },
+ "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" },
- "machine_max_feedrate_x": { "value": 150 },
- "machine_max_feedrate_y": { "value": 150 },
- "machine_max_feedrate_z": { "value": 20 },
- "machine_max_feedrate_e": { "value": 120 },
- "machine_max_acceleration_x": { "value": 150 },
- "machine_max_acceleration_y": { "value": 150 },
- "machine_max_acceleration_z": { "value": 150 },
- "machine_max_acceleration_e": { "value": 150 },
"machine_acceleration": { "value": 120 }
}
}