mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:48:59 +08:00
Cleaning dev instructions.
This commit is contained in:
parent
a14d594909
commit
f15680b9ea
@ -243,10 +243,6 @@ class PauseAtHeight(Script):
|
||||
prevLayer = data[index - i]
|
||||
layer = prevLayer + layer
|
||||
|
||||
with open("/home/djipey/Desktop/out.txt", "w") as f:
|
||||
ttt = "{} {}".format(x, y)
|
||||
f.write(ttt)
|
||||
|
||||
# Get extruder's absolute position at the
|
||||
# begining of the first layer redone
|
||||
# see https://github.com/nallath/PostProcessingPlugin/issues/55
|
||||
|
Loading…
x
Reference in New Issue
Block a user