Yeah, found it. It's a ugly hack hard-coded into the program for the ultimaker 2 and ultimaker 2go printers. No way to set this for any other printer other than modifying the code and recompiling. If I did that, I might as well just rewrite that subroutine to read 'no-go' arrays from the preferences.ini file, like it should.
Again, I'll wait for the beta to turn production.
if getMachineSetting('machine_type').startswith('ultimaker2'): #UM2 no-go zones w = 25 w2 = 5 h = 8 if getMachineSetting('machine_type') == 'ultimaker2go': w2 = 25
- 1
Recommended Posts
nallath 1,124
You can easily find this by looking into the ObjectScene.py.
Link to post
Share on other sites