Jump to content

berndjm

Dormant
  • Posts

    105
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by berndjm

  1. Thank you @tinkergnome,

    your answer finaly lead me in the right direction, placing the script in

    $USER/.local/share/cura/<Cura version>/scripts

    was unsuccessful and also was no hint in the log file.

     

    But, a little more searching  brought me to:

    $USER/.config/cura/3.2/scripts

    where I could succesfully place my script.

    Not that intuitive place for it, I think ...

     

  2. Just a, maybe silly, question:

    Where should I store a custom-made postprocessing script that it will be recognized by the postprocessing plugin?

    In 2xx versions - not using AppImages - I had the complete PostProcessingPlugin folder (including my script) in

    .local/share/cura/plugins which works fine.

    If I do the same in 3.2.1 I see the PostProcessingPlugin is loaded twice (I asume 1 time from the AppImage and the other

    from my local folder) but my script didn't appear in the "Add a script" Selection list.

     

     

  3. Just noticed, that I get a good visible Z-Seam on a spiralized object (a simple soild cylinder).

    Inspecting the gcode explains where the Z-Seams comes from, but why is the gcode generated this way?!?

    Here an excerpt from the code around one "layer-change"

     

    G1 X84.653 Y88.444 Z4.785 E89.28759G1 X85.095 Y87.794 Z4.787 E89.29991G1 X85.563 Y87.191 Z4.789 E89.31188G1 X86.065 Y86.621 Z4.791 E89.32378G1 X86.621 Y86.065 Z4.793 E89.33611G1 X87.191 Y85.563 Z4.795 E89.34802G1 X87.794 Y85.095 Z4.797 E89.35998G1 X88.444 Y84.653 Z4.8 E89.3723G0 F5400 X88.659 Y84.526G0 X88.659 Y84.526 Z4.6;TIME_ELAPSED:248.010741;LAYER:23G0 X88.444 Y84.653 Z4.8;TYPE:WALL-OUTERG1 F924.4 X89.093 Y84.27 Z4.801 E89.38412G1 X89.792 Y83.913 Z4.803 E89.39642G1 X90.484 Y83.613 Z4.805 E89.40824G1 X91.214 Y83.35 Z4.807 E89.42041G1 X91.956 Y83.135 Z4.809 E89.43252G1 X92.702 Y82.968 Z4.811 E89.4445G1 X93.464 Y82.847 Z4.813 E89.45659G1 X94.232 Y82.775 Z4.815 E89.46868G1 X95 Y82.75 Z4.817 E89.48073G1 X95.768 Y82.775 Z4.819 E89.49278

     

    As you can see Z increases smoothly to 4.8 than makes a move back to 4.6 and to 4.8 again than continue with the smooth incresement ... the backmove is one layer-height (0.2)

    This behavior repeats on every "layer-change" ....

  4. and than?

    Remember in which category(s) the setting(s) in question is(are), close the profile manager, open the category(s) ...

    wouldn't it be nice if a "star" (or whatsoever) in the category headlines indicates "ey man here are changes" ??? 8)

  5. Hi,

    in 15.04.5 (think it's the same in 15.04.4) there is "Infill prints after perimeters" in the Expert-Settings.

    On the other hand 70°C for the printbed ... for me it seems a bit high (assuming you're printing PLA <-- Hotend at 210°C?), you could try to lower the bed temperature.

    Regards Bernd

  6. No, thats another problem:

    you have a 0.6mm nozzle (resulting from this a line-width 0.6mm)

    and you wanna print a wall-thickness of 1.59mm

    that wouldn't work well - I assume - because cura didn't know how to calculate this correct.

    Wall-thickness should be a multiple (or at least near by) of the line-width (nozzle-size).

  7. Hi

     

    but in Notepad it appears as raft_base_line_spacing = 1.6raft_base_line_width = 0.8...

    How does it know that”…speednumber” are separate variables? Easy when it is a letter following a number.

    In a textfile exist invisible characters to indicate a new line.

    In many programming languages and under Linux OS this is a simple "LF". But Windows looks for a "CR" + "LF". This is the reason why you can't see the line-feeds in notepad.

    If you want to learn more about this -> https://en.wikipedia.org/wiki/Newline

×
×
  • Create New...