From e95fbd331ad04eca87c26d2cd7fdb51f5e4b6d58 Mon Sep 17 00:00:00 2001 From: pedro Date: Sat, 12 Jun 2021 23:40:40 +0100 Subject: [PATCH] Move lights mgt to main page, change warm up tems for petg --- macros/3_Preheat PETG | 4 ++-- macros/{Lighting/Lights ON.g => 4_Lights ON} | 0 macros/{Lighting/Lights OFF.g => 5_Lights OFF} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename macros/{Lighting/Lights ON.g => 4_Lights ON} (100%) rename macros/{Lighting/Lights OFF.g => 5_Lights OFF} (100%) diff --git a/macros/3_Preheat PETG b/macros/3_Preheat PETG index 83b10c4..876e958 100644 --- a/macros/3_Preheat PETG +++ b/macros/3_Preheat PETG @@ -13,9 +13,9 @@ M207 S0.8 R-0.000 F8000 T1500 ; retraction settings for Edge PETG T0 -M140 S80 ; Set bed temp to 80 +M140 S85 ; Set bed temp to 85 M116 ; Wait for temps to be reached... -G10 P0 S240 ; Set extruder temp (tool 0) to 200 +G10 P0 S200 ; Set extruder temp (tool 0) to 200 M116 M117 PETG Preheat complete ; and send a notice to the screen that temps have been reached ;Play a tone diff --git a/macros/Lighting/Lights ON.g b/macros/4_Lights ON similarity index 100% rename from macros/Lighting/Lights ON.g rename to macros/4_Lights ON diff --git a/macros/Lighting/Lights OFF.g b/macros/5_Lights OFF similarity index 100% rename from macros/Lighting/Lights OFF.g rename to macros/5_Lights OFF