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

[Enhancement]: don't crash if bed size is too large #2208

Closed
toasta opened this issue May 6, 2019 · 2 comments
Closed

[Enhancement]: don't crash if bed size is too large #2208

toasta opened this issue May 6, 2019 · 2 comments

Comments

@toasta
Copy link

toasta commented May 6, 2019

Version

1.41.3+win64

Operating system type + version

Win10

Behavior

if you go to "Printer Settings" => "Bed Shape > Set"and set size to e.g.
2500x2100 (just times 10) it ponders for a bit and finally crashes
setting it to 10x10 meters should do the same.

dunno if it just ooms as it just closes.

Is this a new feature request?

kinda...

@bubnikv
Copy link
Collaborator

bubnikv commented Aug 1, 2019

Slicer should not crash, that is not a question.

Internally much of the calculation is done using 32bit fix point integers scaled to 1um, allowing for dimensions roughly -2 meters to +2 meters. Also there are some thresholds hard coded internally, which work well for nozzles in the range of 0.25 to 1mm. You are likely printing with some huge nozzle, therefore these internal thresholds are not suited to your printer. The best you can do is to work with coordinates in cm, not in mm, then everything will work.

@YuSanka
Copy link
Collaborator

YuSanka commented Apr 1, 2020

Close as a duplicate of #2877

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants