Andy Everitt

Results 25 issues of Andy Everitt

You often have a line such as this to fix windows file paths: ``` python # Fix windows path if needed file_path_on_target_machine.replace('\\', '/') ``` This does not actually edit the...

help wanted

Fix Prusa Slicer Compatibility by making gcode parsing more robust

Created from VS Code using [CodeStream](https://codestream.com/?utm_source=cs&utm_medium=issue&utm_campaign=github)

This will likely need some changes the the ASMBL parser too

GUI would allow user to set config parameters without having to edit the json file.

enhancement

- [ ] Add docstrings - [x] Update variable names to be more representative of what they are - [ ] Reduce big O

documentation
good first issue
refactor

This typically happens when the fusion setups are not in the same place relative to the origin. For example adding a raft should offset the part in both setups by...

external bug

Fusion has a lot of bugs with their new additive slicer. Unfortunately I don't think there is anything I can do to fix these. If you have a fix, please...

external bug

Currently Simplify3D only displays a default additive line thickness and height (0.4 x 0.2 mm). This can make the preview hard to understand if using alternative layer heights The viewer...

enhancement