Jump to content

Murphy

Dormant
  • Posts

    26
  • Joined

  • Last visited

Personal Information

  • Country
    FR

Murphy's Achievements

1

Reputation

  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. 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? 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")! 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. 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. 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.
  6. 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.
  7. 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.
  8. Yay for stable Cura 2.1.2! Good job! Which is the preferred way to submit bugs for 2.1.2? This thread? A new thread per bug? github?
  9. I have some issues with thin walls, they aren't sliced. I have 0.4mm walls with a 0.4mm nozzle but the slicer doesn't build them. Cura 15.04 was slicing almost ok (missing the first line) : The only way I can make Cura 2.1.1 slicing it correctly is by changing the Wall Line Width to < 0.4 (0.39). STL: https://dl.dropboxusercontent.com/u/7609632/print/JST%20XH%204%20pins.stl
  10. 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?
  11. 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!
  12. 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: Hope that'll help devs debug the TweakAtZ issue!
  13. Today I tried my favorite plugin: TweakAtZ. Fortunately I checked the gcode before printing, because it doesn't work :( There's no changes in code, except one comment at the beginning: Is it working for anyone?
  14. Hi, I'm having a weird issue when changing the Infill Density to 100%, it updates the shell layers out of proportion:
×
×
  • Create New...