mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Cleaning dev instructions.
This commit is contained in:
parent
a14d594909
commit
f15680b9ea
1 changed files with 0 additions and 4 deletions
|
@ -243,10 +243,6 @@ class PauseAtHeight(Script):
|
||||||
prevLayer = data[index - i]
|
prevLayer = data[index - i]
|
||||||
layer = prevLayer + layer
|
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
|
# Get extruder's absolute position at the
|
||||||
# begining of the first layer redone
|
# begining of the first layer redone
|
||||||
# see https://github.com/nallath/PostProcessingPlugin/issues/55
|
# see https://github.com/nallath/PostProcessingPlugin/issues/55
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue