This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
fix #17 MoveTo have inverted bottom, top (top is doing the bottom functionality, and viceversa)
Pre-release
Pre-release
- the first G0 needs to be displayed also (before it gets excluded)
- the
::before
number visualizer, need to be on the right since the first one will be on the left.
in the bottom/top position logic, is inverted :)
- change the top logic to the bottom,
- and bottom to the top logic
case "bottom"
// put the correct logic (now you are using top logic here)
case "top"
// put the correct logic (now you are using bottom logic here)
- also, use
top
/left
for moving- instead of
transform
. this will make use of not having a lot of bugs now and in the future.
- instead of