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:
authorPatrick G <g.patrick@hotmail.de>2019-01-18 14:24:24 +0300
committerGitHub <noreply@github.com>2019-01-18 14:24:24 +0300
commit592dbfd52c0368c6985ca9474a5e3224304162a0 (patch)
treedaecfe509345558c271119707afa96b07c4cafa2 /resources/definitions/anycubic_chiron.def.json
parent3e925a5cc89939fd0fedb3e717f4641e268ff78c (diff)
Removed firmware definition + code refactoring
- removed firmware definition because it only exists in my local cura - refactored code
Diffstat (limited to 'resources/definitions/anycubic_chiron.def.json')
-rw-r--r--resources/definitions/anycubic_chiron.def.json35
1 files changed, 17 insertions, 18 deletions
diff --git a/resources/definitions/anycubic_chiron.def.json b/resources/definitions/anycubic_chiron.def.json
index 7035974b66..aa3240a9f8 100644
--- a/resources/definitions/anycubic_chiron.def.json
+++ b/resources/definitions/anycubic_chiron.def.json
@@ -7,21 +7,20 @@
"visible": true,
"author": "Patrick Glatt",
"manufacturer": "Anycubic",
- "category": "Other",
+ "category": "Other",
"file_formats": "text/x-gcode",
"icon": "icon_ultimaker2",
"platform": "anycubic_chiron_platform.obj",
- "platform_texture": "anycubic-chiron.png",
+ "platform_texture": "anycubic-chiron.png",
"has_materials": true,
- "preferred_material": "generic_pla",
+ "preferred_material": "generic_pla",
"has_machine_quality": true,
- "quality_definition": "anycubic_chiron",
- "preferred_quality_type": "normal",
+ "quality_definition": "anycubic_chiron",
+ "preferred_quality_type": "normal",
"machine_extruder_trains":
{
"0": "anycubic_chiron_extruder_0"
- },
- "firmware_file": "CHIRON.hex"
+ },
},
"overrides":
@@ -54,16 +53,16 @@
{
"default_value": 35
},
- "machine_head_with_fans_polygon":
- {
- "default_value":
- [
- [-45, 50],
- [-45, -45],
- [45, 50],
- [45, -45]
- ]
- },
+ "machine_head_with_fans_polygon":
+ {
+ "default_value":
+ [
+ [-45, 50],
+ [-45, -45],
+ [45, 50],
+ [45, -45]
+ ]
+ },
"machine_gcode_flavor":
{
"default_value": "RepRap (Marlin/Sprinter)"
@@ -75,6 +74,6 @@
"machine_end_gcode":
{
"default_value": "G91 ;Change to relative positioning mode for filament retraction and nozzle lifting\nG1 F200 E-4;Retract the filament a bit before lifting the nozzle\nG1 F1000 Z5;Lift nozzle 5mm\nG90 ;Change to absolute positioning mode to prepare for part rermoval\nG1 X0 Y400 ;Move the print to max y pos for part rermoval\nM104 S0 ; Turn off hotend\nM106 S0 ; Turn off cooling fan\nM140 S0 ; Turn off bed\nM84 ; Disable motors\n"
- }
+ }
}
}