fluidd-core / fluidd

Fluidd, the klipper UI.
https://docs.fluidd.xyz
GNU General Public License v3.0
1.4k stars 431 forks source link

feat: adds origin to GcodePreview #1230

Closed pedrolamas closed 11 months ago

pedrolamas commented 11 months ago

Adds a simple origin indicator to the G-Code Previewer

The color scheme follows what Cura and PrusaSlicer use, so it is red for X, green for Y and blue for Z (which in our case, is just a dot on the 0, 0 coordinate)

Delta printer

image

Non-delta printer

image

Resolves #1226