mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2025-02-25 16:42:51 +01:00
use gcode id as source
This commit is contained in:
parent
f2e77d9529
commit
1676ca5703
@ -68,7 +68,7 @@ do
|
||||
local f = io.popen("wget -qO - " .. remote .. "/fetch/" .. id .. "/" .. current_line)
|
||||
local line = f:read()
|
||||
while line ~= nil do
|
||||
printer:appendGcode(line, total_lines, { seq_number = -1, seq_total = -1, source = remote })
|
||||
printer:appendGcode(line, total_lines, { seq_number = -1, seq_total = -1, source = id })
|
||||
current_line = current_line + 1
|
||||
line = f:read()
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user