From 5e78b0f24f17380653ea299da561b7b7b0041711 Mon Sep 17 00:00:00 2001
From: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Date: Mon, 1 Mar 2021 18:21:27 +0100
Subject: [PATCH] creality.ini: remove ignored renamed_from from *descendingz*

fixes: Nonpublic intermediate preset *descendingz* contains a "renamed_from" field, which is ignored
---
 resources/profiles/Creality.ini | 1 -
 1 file changed, 1 deletion(-)

diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini
index 62d0d837f..d0e2bac3b 100644
--- a/resources/profiles/Creality.ini
+++ b/resources/profiles/Creality.ini
@@ -799,7 +799,6 @@ pause_print_gcode = M25 ; pause print
 
 # Intended for printers where the Z-axis lowers the print bed during printing, like the Ender-5 series
 [printer:*descendingz*]
-renamed_from = "*invertedz*"
 end_gcode = {if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600{endif} ; Move print bed down\nG1 X50 Y50 F{travel_speed*60} ; move print head out of the way\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+max_print_height-10} F600{endif} ; Move print bed close to the bottom\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors
 
 # Intended for printers with dual extruders and a single hotend/nozzle, like the CR-X series