0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-26 03:21:22 +02:00

Adding new line to warmup command, to be sure

This commit is contained in:
peteruithoven 2013-08-20 10:53:56 +02:00
parent 6c5ffa8e01
commit 659315a2c8

View File

@ -244,7 +244,7 @@ function M.heatup_POST(request, response)
local argId,devpath,ultipath = getPrinterDataOrFail(request, response)
if argId == nil then return end
local gcode = settings.get('printer.autoWarmUpCommand')
local gcode = settings.get('printer.autoWarmUpCommand').."\n";
local rv,msg = sendGcode(ultipath, gcode)
if rv then