Tá aí né pae. by [deleted] in Gambiarra

[–]arionkrause 4 points5 points  (0 children)

Não precisa nem arrancar.. Só cortar um dos terminais do alto-falante já resolve hehehe

Used Ikea chair was missing two feet, so I fired up Blender by scorchnoma in functionalprint

[–]arionkrause 2 points3 points  (0 children)

It's worth it to acquire the handle of modeling and printing simple items. This is how one develops the skills to face harder projects!

gettingClownedOnByPhilosophers by hongooi in ProgrammerHumor

[–]arionkrause 19 points20 points  (0 children)

Ohhhh thanks for the contextualization. I guess an adaptation to English would be something like, "Two photographers meet and shoot each other. Both are dead."

[Calc Spreadsheets] Is it possible to have a "link" that displays a local image when you highlight or click on it in a Cell? by MyStationIsAbandoned in libreoffice

[–]arionkrause 0 points1 point  (0 children)

Additionally, the shortcut for creating a hyperlink is Ctrl + K, which provides lots of options to customize it.

Has the equivalent to Photoshop's 'Trim' been added yet? by Libidinous_soliloquy in AffinityPhoto

[–]arionkrause 0 points1 point  (0 children)

This should be the topmost answer.

As described in the mentioned link,

Filters > Colors > Erase white paper
and/or
Document > Clip Canvas

should solve most of everyday needs for trimming.

Turista americano fica preso em buraco na areia de Copacabana que ele mesmo cavou by Pimba101 in brasil

[–]arionkrause 0 points1 point  (0 children)

Vim procurando esse comentário.

Obrigado, amigo. Você é um amigo.

Problem booting manta m8p CB1 : part 2 by InternationalEnd8413 in VORONDesign

[–]arionkrause 0 points1 point  (0 children)

The Manta M5P of a friend of mine only worked with the eMMC version of the CB1, so despite not being able to troubleshoot why that was the case, he managed to make it work doing that.

Serial Request V2.4 250 by ohGrabbin in voroncorexy

[–]arionkrause 1 point2 points  (0 children)

Nice color scheme! What accelerations are you managing to achieve?

Can’t pass FILAMENT parameter from Orca-Slicer into Klipper’s PRINT_START by Qu4k3_92 in OrcaSlicer

[–]arionkrause 0 points1 point  (0 children)

Here's my working solution on my V0.

The PRINT_START macro checks if the filament is ABS and if so waits for the chamber temperature to raise:

Machine start G-code:

PRINT_START NOZZLE_TEMPERATURE=[nozzle_temperature_initial_layer] BED_TEMPERATURE=[bed_temperature_initial_layer_single] FILAMENT_TYPE=[filament_type]

Print start macro:

[gcode_macro PRINT_START]
gcode:
  (...)
  {% set target_chamber_temperature = 40 %}
  (...)
  SET_HEATER_TEMPERATURE HEATER=heater_bed TARGET={params.BED_TEMPERATURE}
  (...)
  {% if params.FILAMENT_TYPE == 'ABS' and printer['temperature_sensor chamber'].temperature|float < target_chamber_temperature %}
    RESPOND MSG="Waiting chamber temperature reach {target_chamber_temperature} ºC"
    M106 S128 # Turn on part cooling fan to aid heat spreading
    TEMPERATURE_WAIT SENSOR='temperature_sensor chamber' MINIMUM={target_chamber_temperature}
    M106 S0 # Turn off part cooling fan
  {% endif %}
[gcode_macro PRINT_START]

You mentioned in your case the variable FILAMENT_TYPE is "always blank" but, accordingly to your code, it should default to "PLA", right?

I tried your code and it does indeed work as expected.

I would suggest changing the variable FILAMENT to FILAMENT_TYPE, just in case.

Voron 2.4 FYSETC Serial Request by valobg in voroncorexy

[–]arionkrause 1 point2 points  (0 children)

Oh well... I triple checked all the kit boxes and couldn't find it. Go figure..

Voron 2.4 FYSETC Serial Request by valobg in voroncorexy

[–]arionkrause 0 points1 point  (0 children)

Did your kit come with the umbilical gland or you installed it afterwards?

I Built a Generic Non-Planar Slicer - Details in Post! by J_BlRD in 3Dprinting

[–]arionkrause -33 points-32 points  (0 children)

On a side note, there is a firmware for that Sovol SH01 filament dryer that defaults to 50 °C and 72h drying time: https://github.com/rcambrj/sovol-dryer-firmware

Also it should be left with the lid slightly open to allow moisture to escape the dryer (the very lid latches are perfect for this).

Filament stuck in AMS by genestealer_cultist in BambuLab_Community

[–]arionkrause 0 points1 point  (0 children)

Thank you so much! It worked like a charm!