Jump to content

Murphy

Dormant
  • Posts

    26
  • Joined

  • Last visited

Posts posted by Murphy

  1. Why is the "new beta" being pushed silently?

    The version name is the same it's terrible to identify/debug/reproduce.

    Anyway, in the "new beta" (built Sept. 8 ) I can't Duplicate or Import materials, the buttons have silently disappeared!

    What happened? A serious bug forced you to disable them until further fix?

    I'm back on the "first beta" (built Aug 31) to enjoy creating new materials, and have no problem using them (OSX).

  2.  

    1. With the interface: pretty good!

    We can even change the start/end gcode inside the IDE <3

    Is it possible to set a "platform_texture" in this inst.cfg file?

     

    Nope. Its a definition thing only.

     

    Ok, my actual problem is after rotating the view several times, there's no indicator to know which side of the print area/printer is front or back...

    If there's no way to add a custom texture, could you at least add a generic indicator so we know which side is which?

     

     

    I found an issue though: the fan speed setting doesn't seem to be taken into account.

    I created a new ABS material and set it to 0%, I still have fan enabled and 100% in the Print Setup tab.

     

    This is due to our profile stack, which works as follows; user->quality_changes->quality->material->variant->definition

    We first ask if the top (user) has the setting value. If not, we continue down. So if the quality sets a value (say fan speed) and material sets it as well, the one set by the quality is used.

    We still need to tweak what we put in what profile.

     

    I found the issue!

    I did change the Profile Fan Speed at one point (and saved in Profile), then reverted it (and saved). However the Fan Speed "reset" is still writing the info into the Profile even if it's reseted to default (using the "i")!

     

    cool_fan_speed = =100.0 if cool_fan_enabled else 0.0

    It would be nice to automatically detect any given default setting and avoid writing the value into the profile to avoid this overriding another setting like Material.

    Or maybe an ability to delete a profile setting from the Profiles Preferences? I had to manually open the profile.inst.cfg file to really remove the Fan Speed.

    Also when clicking "Update profile with current settings", it's not refreshing the page, I believe the Current settings should move to Profile after click.

    Same issue with "Discard..." which should delete the Current settings.

    I also noticed that while the Layers view is way faster than 2.1, this eats CPU at breakfast!

    I sometimes often to change the view and let Cura open while I print (from sd) and am wondering why my cpu fan is running full speed... Launch OSX's Activity Monitor->it's Cura!

    Maybe you should pause some computations while Cura isn't the current active app?

  3. Hey, I'm trying this new 2.3 and it looks so good!

    However it's not picking up my previous custom JSON printer profile, so I'm recreating it:

    1. With the interface: pretty good!

    We can even change the start/end gcode inside the IDE <3

    Is it possible to set a "platform_texture" in this inst.cfg file?

    2. With JSON files... not that easy :(

    The files seem to be stored for OSX in Library/Application Support/Cura/ but I can't put any machine/definition JSON file there that is accepted.

    If I put one in Cura.app/.../definitions it's picked up correctly!

    Materials manager is awesome!

    I found an issue though: the fan speed setting doesn't seem to be taken into account.

    I created a new ABS material and set it to 0%, I still have fan enabled and 100% in the Print Setup tab.

    I checked in the material file and it's saved like this:

    0.0

    Same issue with a new PLA material at 50%, it still shows 100%.

    Thanks for all the good things!

  4.  

    Yes it shows the new "PLA Clear" file I added, but the temperatures don't change when I select it.

    I also tried to change the temperature of the app's pla.cfg but nothing changes.

     

    has the temperature settings of the parent Ultimaker profile an "uneditable"  or "hidden"  settings that overrides the material? I'm just guessing.

     

    The parent profile is fdmprinter.json, which doesn't seem to have these temperatures hidden or uneditable.

    I created a ticket: https://github.com/Ultimaker/Cura/issues/872

  5. Thanks Marcus, the fix to copy fdmprinter.json into ~/.cura/machines worked to use my machine without messing in Cura.app's folder.

    Now I'm trying to change PLA/ABS temperatures or create new material profiles but they don't seem to be taken into account.

    I changed pla.cfg in Cura.app or created a new placlear.cfg in ~/.cura/machines but the temperatures don't change accordingly when I select them in Cura.

    I'm using:

     

    [settings]material_print_temperature = 211material_bed_temperature = 71

     

    What's file structure/section names are you using?

    I'm not familiar with material.txt as I don't have an Ultimaker.

  6. https://github.com/Ultimaker/Cura/issues/847#issuecomment-230454073

    apparently that secondary location for json files exists.

    It just wasn't documented and nobody here knew about it.

    I know this "~/.cura/machines" folder and have talked about it in some previous comments here.

    The problem is that it doesn't work on OSX (Cura 2.1.2).

    The machines are seen in the list, it slices, I can click on "Save to File" and select an folder, but when clicking on "Save", this closes the popup and nothing happens.

    There's no usual popup saying "Open location" nor any gcode file written.

    I'm currently using my machine files in the Cura.app folder and this works well there.

  7. I updated pla.cfg to tweak some settings, but the bed temperature is not taken into account.

    You're using an Ultimaker 2+, right? That has its own set of profiles, and it does not use the generic material profiles. This too is being reworked for future versions.

    No I'm using a RepRap (SmartrapCore) printer with a custom profile.

    Is it not possible to set the bed/material temperatures in those material files?

    I've set "material_bed_temperature" and "material_print_temperature" differently in profiles/materials/ but they are not taken into account in Cura.

    Actually I don't think any of the settings in the profiles/material/ files are read?

  8. More feedback:

    When saving to removable drive, would it be possible to clean the file name?

    I found that the Full Graphic Smart Controller can read a file with accent (in the list), but when asked to print... nothing!

    Example: "Pièce" doesn't work, but "Piece" works.

    The new TweakAtZ (5.0.1) is working (on Reprap printer)!

    However I loved how the old Cura was keeping the same settings when closing/reopening Cura.

    I have common changes (lower bed/nozzle temp after first layer) that I would like to keep.

    Ideally these 2 settings could be integrated into Cura itself, as it's very common to increase bed/nozzle temp just for the first layer for better adhesion. This would solve the issue of updating TweakAtZ when changing material (temperatures).

    I updated pla.cfg to tweak some settings, but the bed temperature is not taken into account. I use:

    material_bed_temperature = 65

    Is it normal? Overriden by something else?

    Is it possible to have custom materials in the user folder?

    Speaking of user folder, I still can't export gcode when having my machine json in the user folder, however it works fine in Cura's app folder.

    (and I still have slicing freezes from time to time when doing a change while it slices, OSX, Cura 2.1.1)

    Thanks and keep up the good work!

  9. Just played a bit with the TweakAtZ plugin.

    Seems that the (mis)function depends on the printerprofile and may be have something to do with the heated bed:

    If I use e.g. the Ultimaker 2+ profile all works fine and the changes in the gcode are present. If I use e.g. the RigidBot Profile there is the error and in the console on save I get:

     

    2016-05-18 10:21:29,917 - ERROR - Script raised the following exception 'bedTemp'

     

     

    Thanks for the test, I was able to figure out the variable that makes it work or not.

    With

    "machine_gcode_flavor": { "default": "RepRap (Marlin/Sprinter)" }

     

    it doesn't work and generates this error in Console:

     

    ERROR - Script raised the following exception 'bedTemp'

     

    But with

    "machine_gcode_flavor": { "default": "UltiGCode" }

     

    it works (seems to write the TweakAtZ changes) and generates another error in Console:

     

    ERROR - Script raised the following exception name 'speed' is not defined

     

    I'm not confident enough to print something using UltiGCode on a Reprap printer as it has quite some changes on the generated code:

    5a331d485ca48_Screenshot2016-05-1916_06_20.thumb.png.38710f282b432c1c53cdf58425f6b215.png

    Hope that'll help devs debug the TweakAtZ issue!

    5a331d485ca48_Screenshot2016-05-1916_06_20.thumb.png.38710f282b432c1c53cdf58425f6b215.png

  10. So I tested Horizontal Expansion.

    With a value of -0.2 I can get very accurate holes, unfortunately it doesn't stop there.

    It also resizes all the walls (even external ones!) too :(

    I also noticed the infill doesn't seem to be resized so it's going over the edges (internally and externally).

  11. Stepped brim? Do you happen to have an image / picture that explains this better?

     

    I think he's talking about a brim with multiple layers.

    I saw this option in S3D as well, it helps a lot getting the brim to stick for high temperature materials (I used it for ABS).

    5a331b7ba1718_Screenshot2016-04-2515_10_31.png.027cb69aa6859c6252dd27ab499ebf09.png

    5a331b7ba1718_Screenshot2016-04-2515_10_31.png.027cb69aa6859c6252dd27ab499ebf09.png

    • Like 1
  12. Oh yes there's a new public beta! I was only looking at the private beta folder... Now I'll look at both.

    I don't find the new folding Cooling section logic as disabling the cooling fan hides the fan speed, but its value is still used?! To me hide=irrelevant/not used.

    About custom settings, if we use the same setting key in Material and Profile, which one will override the other?

  13. More feedback, about cooling:

    When I uncheck 'Enable Cooling Fan' I still have some M106 in the gcode, that apparently ramps the fan towards 'Fan Full on at Layer', which takes the 'Minimum Fan Speed' value.

    5a331a1b2cedd_Screenshot2016-03-2315_14_11.thumb.png.e3a7723542e4acbc25fe0f0453d4b739.png

    5a331a1a6edac_Screenshot2016-03-2315_14_01.thumb.png.e74fb9dca75503136e0816e3b9a980a6.png

    - if the "Enable Cooling Fan" is unchecked I expect the fan to stay off during the whole print (no M106).

    It seems this checkbox value is not used (fan always on).

    - if I set "Fan Full on at Layer" X, I expect it to use "Maximum Fan Speed" at layer X.

    It seems to be using "Minimum Fan Speed".

    The only way I found to completely disable the fan (without post processing the gcode) was to set "Minimum Fan Speed" to 0.

    Also is it possible to tweak the Material settings in user space (currently in Cura.app/.../profiles/materials/)?

    And what exactly does this support? Just temperatures or any setting?

    I noticed the layer by layer view is very slow, in stable Cura it was slow just once, then we could move through the layers, now it's slow for each layer.

    As a positive note, I love the new support patterns (which need docs in the mouse hover) and roof support!

    Great work! I can't wait until next beta!

    5a331a1b2cedd_Screenshot2016-03-2315_14_11.thumb.png.e3a7723542e4acbc25fe0f0453d4b739.png

    5a331a1a6edac_Screenshot2016-03-2315_14_01.thumb.png.e74fb9dca75503136e0816e3b9a980a6.png

  14. Now I found other issues, probably real bugs this time :)

    I'm using the Pi build: 2.1.99-20160314.

    First bug:

    When I click on the "Save to File" button, it just shows a blank popup, not asking where to save.

    5a3319d513322_Screenshot2016-03-1710_24_17.thumb.png.78a275eb8e6667f9e65f8c33aef53a28.png

    Clicking on the menu File->Save Selection/All it shows a browse popup but doesn't save a file (not found in the folder I selected).

    I added "file_formats": "text/x-gcode" to the JSON profile, and the "Save to File" button now shows a browsing dialog but still doesn't write a file.

    My printer profile is in "~/.cura/machines" but when I move it to the "Cura.app/Contents/Resources/cura/resources/machines" it writes the gcode file!

    I guess there's something wrong when using profiles hosted in "~/.cura/machines".

    Second bug:

    When I change the bed temperature (60 to 70), and save it (in Normal Custom) by switching quality profile, then come back (to Normal Custom) it doesn't show changed.

    5a3319d525515_Screenshot2016-03-1710_29_58.thumb.png.b24d638dceabd6eedf7cea365b2cb7db.png

    However in the Preferences the new temperature (70) is apparently saved...

    5a3319d53c1ac_Screenshot2016-03-1710_30_55.thumb.png.7951a29c8d4fc5ac76d537abc1a303ae.png

    But in Current Settings it's 60...

    5a3319d54c807_Screenshot2016-03-1710_31_07.thumb.png.cf5fbb838356715e6ea7792dc9c860d9.png

    Third bug:

    On my MacBook Pro Retina 13 in (2560x1600), the Post Processing Plugin window takes more than the whole screen (and can't resize). I only see the first 2 panels (Scripts and Active Scripts) on my screen and have to move the window outside towards the left to access the third right panel (let's Say Tweak At Z).

    If I plug in an external monitor (1440x900), and move this window on it, its size is pretty small and can use it normally.

    Maybe an issue with the Retina monitor resolution?

    5a3319d68cb99_Screenshot2016-03-1710_45_41.thumb.png.6301d05678cbeb370ea8c55e05f0864e.png

    5a3319d6bc032_Screenshot2016-03-1710_46_07.thumb.png.48762893f2900381972d487f8e02880f.png

    Same fullscreen issue for the "Add Printer" dialog.

    5a3319d513322_Screenshot2016-03-1710_24_17.thumb.png.78a275eb8e6667f9e65f8c33aef53a28.png

    5a3319d525515_Screenshot2016-03-1710_29_58.thumb.png.b24d638dceabd6eedf7cea365b2cb7db.png

    5a3319d53c1ac_Screenshot2016-03-1710_30_55.thumb.png.7951a29c8d4fc5ac76d537abc1a303ae.png

    5a3319d54c807_Screenshot2016-03-1710_31_07.thumb.png.cf5fbb838356715e6ea7792dc9c860d9.png

    5a3319d68cb99_Screenshot2016-03-1710_45_41.thumb.png.6301d05678cbeb370ea8c55e05f0864e.png

    5a3319d6bc032_Screenshot2016-03-1710_46_07.thumb.png.48762893f2900381972d487f8e02880f.png

  15. I'm testing the recent builds but in all of them I can't set the printing and bed temperatures, the options are missing in the interface and greyed out in the preferences.

    Any reason for that?

    I removed my ~/.cura profile, created a new profile with default printer and it's still like this :(

    5a3319d4eecd4_Screenshot2016-03-1709_52_07.thumb.png.15c48a1b7c019e57566e06b2dc67b522.png

    5a3319d414812_Screenshot2016-03-1709_50_06.thumb.png.fb30f18981577e3cf56be5b9f98d2fad.png

    Something I'm missing?

    Edit:

    Actually I found my issue, by adding an official third party printer, the temperatures were there.

    I compared the JSONs and somehow my printer had a section with "overrides" for temperatures... I think I copied an Ultimaker profile JSON (the github wiki recommends this!) which isn't actually a good idea for a custom printer :p

    Let's print!

    5a3319d4eecd4_Screenshot2016-03-1709_52_07.thumb.png.15c48a1b7c019e57566e06b2dc67b522.png

    5a3319d414812_Screenshot2016-03-1709_50_06.thumb.png.fb30f18981577e3cf56be5b9f98d2fad.png

  16. Thanks nallath and Labern for the constructive comments.

    I'm all for automatic settings but since we don't have a "strengthen the weak sections" option I'm searching for alternatives. Especially ones that could use free (as in beer) software. And arguments against S3D "unique features".

    I found that Slic3r can do even better with modifiers in this article:

    http://slic3r.org/blog/modifier-meshes

    Edit: to my surprise I discovered that Slic3r already uses more infill on weak sections!

  17. Thanks gr5.

    Hey I'm not sure if this was discussed before, but would it be possible with Cura to change the infill percentage at different height?

    I know TweakAtZ provides this sort of features but not for infill at my knowledge, maybe it's planned for the new Cura?

    I can see it very helpful to provide better strength on some part of the design without wasting too much plastic overall, and having quicker prints.

    I found this video that explains how it's useful with S3D:

     

×
×
  • Create New...