Jump to content

ahoeben

Ambassador
  • Posts

    4,962
  • Joined

  • Last visited

  • Days Won

    342

Everything posted by ahoeben

  1. See https://github.com/Ultimaker/Cura/issues/4583 It does not look like it has been fixed yet.
  2. I think what op is seeing is a regression in Cura 3.6 that has been reported before; supports extending all the way to the buildplate instead of stopping on the first upward facing mesh it encounters.
  3. Er is een hele handige website voor het uploaden van videos. Ik weet niet of je hem al kent, hij heet Youtube. 😉 Maar dropbox, google drive, wetransfer, en allemaal van dat soort services om bestanden te delen werken ook.
  4. I don't quite get the request. You can use this in your start gcode: M900 K{material_linear_advance_factor} W{line_width} H{layer_height} D{material_diameter} Type the actual text, with the curly brackets, and the values will be filled in.
  5. Kan je er niet een videootje van maken? Want nu is het de geavanceerde versie van Het Geluid van Q-music, waarbij je niet het geluid krijgt te horen maar een omschrijving.
  6. Hard to tell without further information about your set-up. What OS (version), what GPU, how much RAM, harddisk or SSD etc. There are reports of Cura being unreasonably slow on some OS X systems, but sofar this has not yet been reproduced at UM making this hard to fix.
  7. Have you read the thread linked above? Hint: Materials pane of the preferences, or install the Printer Settings plugin from the marketplace.
  8. In the current version of the plugin, this line is automatically added if it is not in the start g-code. I don't know if the second line is required or not. If it is, it does seem that this would be an issue with adaptive layer height. I admit I have never used to plugin beyond testing (or adaptive layer height for that matter). I think the plugin could also be improved for multiple extrusion; currently there is one "global" linear advance constant, but since its value is material dependent I would say that it should be possible to set this per extruder, and the M900 lines should actually (also) be in the extruder start gcode. PS: in case you had not put 1 and 1 together, I'm the author of the Linear Advance Setting plugin.
  9. The plugin adds a setting to the sidebar, which can be added to profiles and such. Also you don’t have to go into Machine Settings to change it.
  10. You don't give us much to work with. What printer do you use? Can you attach a project (File -> Save...)?
  11. UM.Backend uses subprocess.Popen(): https://github.com/Ultimaker/Uranium/blob/3.6/UM/Backend/Backend.py#L134
  12. See LocalFileOutputDevice.requestWrite() You can access the LocalFileOutputDevice using the OutputDeviceManager (OutputDeviceManager.getOutputDevice("local_file") You can access the OutputDeviceManager from the CuraApplication class (CuraApplication.getInstance().getOutputDeviceManager() So, in short: CuraApplication.getInstance().getOutputDeviceManager().getOutputDevice("local_file").requestWrite()
  13. That would make it "0 things missing from Cura 3.6", which I know isn't true 😉
  14. See the setting "Horizontal Expansion" in the "Shell" category. Setting that to -0.2 should help get you closer to the intended dimensions.
  15. That's what the Z Offset plugin is supposed to do. It makes it so that all the subsequent layers are also offset. Someone from the UM S5 firmware team is going to have to chime in why G92 does not work as expected on an S5.
  16. Have you turned on the option to show travels in the layer view legend?
  17. Because of the bed clips, you can have a model that is 20 cm wide (but not as deep) or 20 cm deep (but not as wide). Also if you print with a skirt or brim, that needs space on the buildplate too.
  18. The Toolbox changed name to Marketplace. Go to the Marketplace, see the Installed tab and find the USB Printing plugin. Disable it and restart.
  19. I'm the creator of the Z Offset plugin. I'll admit I have never tested the plugin with an S5 (or an UM3 for that matter). Could you try saving the gcode to a file, and inspect the first move on the first layer?
  20. The layerview slider has two “nubs” that you can drag. If you drag the bottom one, lower layers become invisible. You can also drag the area between the two nubs.
  21. An average does not always make a good value, especially if you realise that there is interplay between settings. And there’s also an interplay between what settings work for what printer types, materials and even specific models. In short, a LOT of data would need to be combined to train a deep learning network to be useful for predicting profile settings.
  22. This can only be done with a text editor I am afraid. If you duplicate a material, it will have the same GUID as the material you duplicated from. There should then be an "Unlink" button, which will create an entirely new GUID. But there is no way to directly edit the GUID (or copy it from another material) in Cura at the moment.
  23. If the "remove" button is inactive, that means that the material is in use in a printer in Cura. Make sure to check all the extruders to see if the material you want to remove is not the active material.
  24. Note that there’s a plugin to get you a setting to solve your linear advance usecase.
×
×
  • Create New...