Remco Veldkamp

Results 54 issues of Remco Veldkamp

![image](https://github.com/remcoder/gcode-preview/assets/461650/51485f02-da22-48b2-bc6b-2da4207635b4)

enhancement
3.1+

Inspired by model-viewer, it would be nice to wrap the lib in a custom element. This would be useful no matter what framework one is using. See also: https://modelviewer.dev/ optionally...

examples

In combination with the single layer mode, this can be used to create a true 2D mode. see also: https://threejs.org/docs/#api/en/cameras/OrthographicCamera

enhancement
good first issue
3.1+

When changing to a new file, either via the file selector or by drag 'n dropping a file onto the canvas, these options are aren't kept: - end layer -...

bug
good first issue
demo

For instance: - when rendering lines: - tube width should be disabled - when renedering tubes - line width should be disabled - when not rendering extrusion, disable: - line...

bug
good first issue
demo

see: https://threejs.org/examples/webgl_clipping.html

performance

Now that we have multi-color rendering to properly preview multi-color prints, the API for extrusionColor was updated to allow an array of colors. ex. `extrusionColors: ['#CF439D', 'rgb(84,74,187)', 'white', 'rgb(83,209,104)'], `...

enhancement
3.1+

We can remove the necessity for the consumer to call `render()` after updating public props. This way the lib can decide what type of update is needed. ## Outline Whenever...

3.1+
lifecycle
proposal

When creating a new instance of GCodePreview to replace the old, like when showing a different file, some (DOM) state should be cleaned up. Currently, stats.js and lilGui don't have...

bug
3.0

This ticket aims to have multiple gcode files to be previewed in a single GCode Preview instance at the same time. ## Why This is useful systems that can process...

3.1+