Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wire Printing in 15.06 #9

Closed
flouSH opened this issue May 16, 2015 · 3 comments
Closed

Wire Printing in 15.06 #9

flouSH opened this issue May 16, 2015 · 3 comments
Labels
Type: Bug The code does not produce the intended behavior.

Comments

@flouSH
Copy link

flouSH commented May 16, 2015

Hi @BagelOrb ,

can you quickly comment on the Wire Printing feature in 15.06? We tried to get it working, enabled it - but didn't see any changes in the gcode (in Cura visualisation didn't work (via Parallels on a Mac <-- that might be the problem?!)), but also in Repetier Host it doesn't show any wire printing. Just normal outlines.

Any trick or is it not ready for alpha testing yet?

Thanks!
Florian

@BagelOrb BagelOrb added the Type: Bug The code does not produce the intended behavior. label May 18, 2015
@BagelOrb
Copy link
Contributor

It should be ready for alpha testing. The visualisation can't handle the gcode, however. I will look into why it is not working.

@BagelOrb
Copy link
Contributor

Problem is there are two settings files now: Cura/resources/settings/fdmprinter.json and CuraEngine/fdmprinter.json
For the engine the setting name has changed.
However, the settings file for Cura is frozen for the moment.

You can test wire printing via the command line; this is what I run:
./build/CuraEngine -v -j fdmprinter.json -s mesh_position_x=115.0 -s mesh_position_y=112.5 -s wireframe_enabled=1 -o "output/test.gcode" "Cura_test.stl"; ed -s output/test.gcode <<< $'1i\n;FLAVOR:UltiGCode\n;TIME:10000000\n;MATERIAL:2000\n;MATERIAL2:0\n.\nwq'

@awhiemstra
Copy link
Contributor

This should be fixed with recent builds of 15.06. There was a (pretty severe) bug in the engine that caused all boolean settings to always evaluate to false. The issue in the engine was fixed and wire printing should now work too.

Ghostkeeper pushed a commit that referenced this issue Feb 27, 2018
Hyvision added a commit to Hyvision/Cura that referenced this issue Jan 24, 2022
- Prime-M22Z
- Optimus-C23Z
rburema pushed a commit that referenced this issue May 6, 2022
Updating Eryone Thinker Definition
desno123 pushed a commit to desno123/Cura that referenced this issue Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

3 participants