Jump to content

Ch3vr0n

Dormant
  • Posts

    44
  • Joined

  • Last visited

Posts posted by Ch3vr0n

  1. Yup, probably a false positive

     

    @Lze Go to the protection > Antivirus > Advanced and temporarily disable "bitdefender shield". Then reinstall (its easier than messing with the quarantined objects. Then open the GUI and go to Antivirus > Settings > Manage exceptions. Click add exception and under path set (assuming x64 windows) "c:\program files\ultimaker cura 5.0.0\ultimaker-cura.exe". Flip the 1st switch (antivirus) > and i enabled all 3 checkboxes, then flip the third one (advanced threat defense". Click OK. At least that should for the moment let it start up.

     

    I'll wait myself on using it, until there's more plugin support and this issue is fixed.

  2. confirmed with bitdefender, can't even copy it over manually using an admin level command prompt. No doubt a false positive but still shouldn't be happening or preventing manual file copy. Only fix was booting into safe mode and manually moving the exe into the proper folder, and making an exclusion for both on-demand, on-access and general folder exclusion

  3. option 1: wrong. Model is solid just fine. Text is on layer 1 in the middle of a model. Use a brim and cura adds a brim outside those text lines while in the middle of layer 1

    option 2: wrong again. Text is filled in, but not seperated print time. Look "Fibo filament box" on thingiverse and you'll see exactly what i'm talking about

     

    none of your solutions fix anything

  4. Well i just tried and it's a 3mf file that had the embedded image so i'm pretty sure it saved with 4.13.1. So you're telling me, start/endcode settings that may have changed since the project was created get overridden and i have to redo them all? That shouldn't be happening. I don't mind the sidebar stuff getting overridden, that's the job. But start/end gcode shouldn't get replaced

  5. I have a annoying issue since updating to 4.13.1 and its that cura is constantly resetting my start gcode for temperature values. My preferred config is as follows (slightly modified from default)

     

    Quote

    M82 ;absolute extrusion mode
    M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration
    M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate
    M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration
    M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk
    M220 S100 ;Reset Feedrate
    M221 S100 ;Reset Flowrate
    ; Setting pre-levelling temperatures
    M117 Pre-Heating
    M104 S160
    M190 S{material_bed_temperature_layer_0}

    ; Homing and Levelling
    M117 Homing & Autolevel
    G28 ;Home
    G29 ;Auto bed Level
    G92 E0 ;Reset Extruder
    G1 Z2.0 F3000 ;Move Z Axis up
    G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position
    ; Final heating & nozzle Prime
    M117 Final Heating
    M109 S{material_print_temperature_layer_0}

    ; Starting Print
    M117 Printing
    G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
    G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
    G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
    G92 E0 ;Reset Extruder
    G1 Z2.0 F3000 ;Move Z Axis up
    G92 E0

     

    However for some damn weird annoying reason cura keeps resetting the pre-levelling and final heating section temperatures to

    Quote

    ; Setting pre-levelling temperatures
    M117 Pre-Heating
    M140 S60
    M109 S160

     

    ; Final heating & nozzle Prime
    M117 Final Heating
    M109 S{material_print_temperature_layer_0
    M190 S{material_bed_temperature_layer_0}

     

    And to make it even more weird. When i change it, it's remembered for a few times closing and starting, and after a few times it's back to reset. I wanna know how to fix this without loosing my printer profile & custom quality& material profiles

  6. After trying PrusaSlicer for a while, i'm moving back to cura. I just prefer it over PS. But if there's one thing i loved while tinkering with prusaslicer is this awesome top/bottom patternt it has. It's called "Hilbert Curve". Looks like the image below. This is a mesmerizing thing to watch getting get laid down, and the final result is just as mesmerizing. Any chance this can get added?

     

    https://en.wikipedia.org/wiki/Hilbert_curve

     

    afbeelding.png.46faa299e3b1205470bc44094802fc46.png

    • Like 2
  7. And as i stated i didn't have that keyword there in 4.10, yet it's not being added. I've never had that line in there. Explain that. My startcode always has been using explicit M140/M190, yet 4.10 didn't add those redundant lines and 4.11 does.

    The only thing i changed manually between 4.10 and 4.11 (in light of levelling) was:

     

    Quote

    ; Setting pre-levelling temperatures

    M117 Pre-Heating

    M104 S160 ; Set hotend temp & continue

    M190 S60 ; Set bed temp & wait

     

     

    to

    Quote

    ; Setting pre-levelling temperatures

    M117 Pre-Heating

    M104 S160 ; Set hotend temp & continue

    M190 S70 ; Set bed temp & wait

     

     

    and

    Quote

    ; Final heating & nozzle Prime

    M117 Final Nozzle Heating

    M109 S{material_print_temperature_layer_0}

    M190 S{material_bed_temperature_layer_0}

     

    to

     

    Quote

    ; Final heating & nozzle Prime

    M117 Final Nozzle Heating

    M109 S{material_print_temperature_layer_0}

     

    because i noticed z-offset differences between the bed pre-heat temp of 60° and 70° so i simply increased the hardset pre-heat temp from 60 to 70, and removed the bed temp line in the final heating section as it was no longer needed.

     

  8. Below is my startcode

     

    afbeelding.thumb.png.ffe0f62eb6a0dde9b5ba8ec3a7725756.png

     

    Yet when slicing my startcode looks like

     

    afbeelding.thumb.png.7a3dcc22089141c5c036f0c679b9882f.png

     

    There's a redudant M140, an M105 and an M190 where they shouldn't be. As is visbile in screenshot 1 (i maxed out the manage printers view so everything was visible, evidence of this is the lack of a scrollbar) those 3 startcodes DO NOT exist in my configured startcode. These lines cause additional delay as it waits for the bed to heat up first to full temp before starting to pre-heat the nozzle. I have no idea where this is coming from

    4.11.zip

  9. 3 hours ago, ahoeben said:

    Doing things in the configuration folder (appdata) will not change the materials that ship with Cura. I guess at some point you removed materials from the Cura 4.10 program files. These are all restored when you install a new version (or reinstall the same version).

     

    The Start Optimiser plugin in the Marketplace has an option to remove all the preset materials except the "Generic" ones. Doing that should survive a reinstall of the application.

     

    I did remove them that way, as at the time (until now) that was the only way i knew of removing them. I found the setting, used it, plugin said it removed 185 profiles from loading and sure enough only my custom created ones are loaded again. Just the way i like it. Thanks!

     

    Followup question to that end. This is what it currently looks like in the \materials folder

     

    afbeelding.png.bad9a3ba39bbb2c69ae0fb9867a2bbd9.png

     

    Now i checked them out with notepad and they're xml files. As an experiment i tried editing the filename of such a custom one to the actual <label> but if i do that the profile is no longer loaded. Any reason for that? Am i missing something? Purely for easy recognition i'd love the filename to be the same.

  10. Not possible, due to the this issue,

    i havent been logged in in weeks. Cura restored them and they're default profiles. I checked the online marketplace after logging in, can't even find them. These are Cura default installed profiles

    afbeelding.thumb.png.64395c9d58717338a2ac6a7a941882d1.png

    and i want them gone. They're not in the materials profiles

  11. in 4.10 i had cleaned up the C:\Users\Wim\AppData\Roaming\cura\4.10\materials to my liking to the point where Cura only showed the ones I used, and setup myself. Now after 4.11 all those (to me useless) material brands like  "3DFuel, Best Filament, eMotionTech" are back and they're not in the \materials folder for 4.11. Can't seem to get rid of them either through the marketplace \ materials tab.

     

    Where are they stored, so i can get rid of them. I don't need or want them.

×
×
  • Create New...