From 2c9d3503d081c4a8f1ca7de13eb44ac42acdbada Mon Sep 17 00:00:00 2001 From: Wondro Date: Thu, 24 Oct 2024 14:20:00 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22dca84..1ce8a24 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ For precise PWM control of the brushed motors, BoxTurtle relies on a custom MCU, ``` M104 S0 ; Stops OS from sending temp waits separately M140 S0 -START_PRINT EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] Chamber=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]} TOOL={initial_tool} +PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] Chamber=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]} TOOL={initial_tool} ``` ## Change Filament G-Code ```