mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 19:13:49 +01:00
Adding new line to warmup command, to be sure
This commit is contained in:
parent
6c5ffa8e01
commit
659315a2c8
@ -244,7 +244,7 @@ function M.heatup_POST(request, response)
|
|||||||
local argId,devpath,ultipath = getPrinterDataOrFail(request, response)
|
local argId,devpath,ultipath = getPrinterDataOrFail(request, response)
|
||||||
if argId == nil then return end
|
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)
|
local rv,msg = sendGcode(ultipath, gcode)
|
||||||
|
|
||||||
if rv then
|
if rv then
|
||||||
|
Loading…
Reference in New Issue
Block a user