From 256d4a5576802ea9c116b4901a79ae17b96ade99 Mon Sep 17 00:00:00 2001 From: Cataldo URSO Date: Wed, 22 Apr 2020 21:03:02 +0200 Subject: [PATCH] Try to fix errors comming from the CI --- resources/definitions/flsun_qq_s.def.json | 2 +- resources/definitions/predator.def.json | 4 +--- resources/extruders/predator_extruder_0.def.json | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/resources/definitions/flsun_qq_s.def.json b/resources/definitions/flsun_qq_s.def.json index f6d97a70bf..a4fb54f965 100644 --- a/resources/definitions/flsun_qq_s.def.json +++ b/resources/definitions/flsun_qq_s.def.json @@ -6,7 +6,7 @@ "visible": true, "author": "Cataldo URSO & Eddy Emck ", "manufacturer": "FLSUN", - "platform": "FLSUN_QQS.stl", + "platform": "FLSUN_QQ-S.stl", "file_formats": "text/x-gcode", "has_materials": true, "preferred_quality_type": "draft", diff --git a/resources/definitions/predator.def.json b/resources/definitions/predator.def.json index 4ed29f4bb8..f9c9f0b106 100644 --- a/resources/definitions/predator.def.json +++ b/resources/definitions/predator.def.json @@ -1,12 +1,10 @@ { - "id": "predator", "version": 2, "name": "Anycubic Predator", "inherits": "fdmprinter", "metadata": { "author": "ksihota", "manufacturer": "Anycubic", - "category": "Other", "file_formats": "text/x-gcode", "platform": "predator_platform.obj", "platform_texture": "predator_image.png", @@ -36,7 +34,7 @@ "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": { - "default_value": 455 + "value": 455 }, "machine_width": { "default_value": 370 }, "machine_depth": { "default_value": 370 }, diff --git a/resources/extruders/predator_extruder_0.def.json b/resources/extruders/predator_extruder_0.def.json index 8bfcc99a38..59574ae69f 100644 --- a/resources/extruders/predator_extruder_0.def.json +++ b/resources/extruders/predator_extruder_0.def.json @@ -1,5 +1,4 @@ { - "id": "predator_extruder_0", "version": 2, "name": "Extruder 0", "inherits": "fdmextruder",