~ultimaker/ultimaker/+git/CuraEngine:immediate_visualization

Last commit made on 2022-04-15
Get this branch:
git clone -b immediate_visualization https://git.launchpad.net/~ultimaker/ultimaker/+git/CuraEngine

Branch merges

Branch information

Name:
immediate_visualization
Repository:
lp:~ultimaker/ultimaker/+git/CuraEngine

Recent commits

b649a4b... by Ruben D

Send support structures for visualisation

0823c47... by Ruben D

Send walls to frond-end too

2053f4a... by Ruben D

Decouple structure types from PrintFeatureType

We may want to send out different types of information than just the printed parts, e.g. which areas it may comb through.
We may also have some print feature types that are not ever going to be visualised, such as NoneType or TravelType.

a09735f... by Ruben D

Send infill areas to front-end too

676af7f... by Ruben D

Send correct layer Z of skin

f25c352... by Ruben D

Convert output to OpenGL coordinate system, including center at 0

921c711... by Ruben D

Send X, Y and Z coordinates together

It's more data, but otherwise the front-end has to transform this data which is inefficent too, and difficult to implement.

7f87ea9... by Ruben D

Send skin polygon for visualisation

This is just to be able to test. Seems the message arrives at the front-end now.

fc354c8... by Ruben D

Also actually send the message after creating it

Otherwise it just sits in memory until the function is over and then gets destroyed uselessly.

c819a90... by Ruben D

Implement sending structure polygons via Arcus

This implements the Protobuf message we defined for it earlier.