mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 20:35:13 +08:00

* Improve FLSUN Super Racer profile - Added quality profiles based on profiles provided by FLSUN - Improved machine settings based on FLSUN's Marlin sources - Replaced Super Racer STL with correct one * Update flsun_SuperRacer.stl * Update definitions * Update flsun_sr.stl * Update flsun_sr.stl * Update flsun_sr.def.json * Improve platform * Normal quality by default * Improvements * Fix double settings CURA-8510
77 lines
2.7 KiB
JSON
77 lines
2.7 KiB
JSON
{
|
|
"version": 2,
|
|
"name": "Flsun Super Racer",
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"visible": true,
|
|
"author": "Thushan Fernando, Guislain Cyril",
|
|
"manufacturer": "Flsun",
|
|
"platform": "flsun_sr.stl",
|
|
"platform_offset": [0,-81,-43.5],
|
|
"file_formats": "text/x-gcode",
|
|
"has_materials": true,
|
|
"has_machine_quality": true,
|
|
"preferred_quality_type": "normal",
|
|
"machine_extruder_trains": {
|
|
"0": "flsun_sr_extruder_0"
|
|
}
|
|
},
|
|
"overrides": {
|
|
"machine_extruder_count": {
|
|
"default_value": 1
|
|
},
|
|
"retraction_enable": {
|
|
"default_value": true
|
|
},
|
|
"machine_heated_bed": {
|
|
"default_value": true
|
|
},
|
|
"machine_width": {
|
|
"default_value": 264
|
|
},
|
|
"machine_depth": {
|
|
"default_value": 264
|
|
},
|
|
"machine_height": {
|
|
"default_value": 320
|
|
},
|
|
"machine_center_is_zero": {
|
|
"default_value": true
|
|
},
|
|
"machine_head_with_fans_polygon": {
|
|
"default_value": [
|
|
[0, 0],
|
|
[0, 0],
|
|
[0, 0],
|
|
[0, 0]
|
|
]
|
|
},
|
|
"z_seam_type": {
|
|
"value": "'back'"
|
|
},
|
|
"gantry_height": {
|
|
"value": "0"
|
|
},
|
|
"machine_shape": {
|
|
"default_value": "elliptic"
|
|
},
|
|
"machine_nozzle_size": {
|
|
"default_value": 0.4
|
|
},
|
|
"material_diameter": {
|
|
"default_value": 1.75
|
|
},
|
|
"infill_sparse_density": {
|
|
"default_value": 15
|
|
},
|
|
"machine_start_gcode": {
|
|
"default_value": "G21 ; millimeter units\nG90 ; absolute coordinates\nM82 ; E absolute\nM140 S{material_bed_temperature}\nM104 S{material_print_temperature}\nM190 S{material_bed_temperature}\nM109 S{material_print_temperature}\nG28 ; home axis\nM420 S1 ; enable mesh leveling\n; Lower nozzle and move to start position\nG1 Z150\nG1 X-130 Y0 Z0.4 F3000\n; Extrude about 40 mm by printing a 90 degree arc\nG3 X0 Y-130 I130 Z0.3 E40 F2700\n; Retract and move nozzle up\nG92 E0\nG1 E-1.5 F1800\nG0 Z0.5\nG1 E0 F300\n"
|
|
},
|
|
"machine_end_gcode": {
|
|
"default_value": "G91 ; relative coordinates\nG1 E-1 F300 ; retract filament a bit before lifting\nG1 Z+5 E-5 F6000 ; raise platform from current position\nG28 X0 Y0 ; home axis\nG90 ; absolute coordinates\nG92 E0 ; reset extruder\nM104 S0 ; turn off hotend\nM140 S0 ; turn off heat bed\nM107 ; turn off fans\nM84 ; disable motors\n"
|
|
},
|
|
"machine_gcode_flavor": {
|
|
"default_value": "Marlin"
|
|
}
|
|
}
|
|
} |