#Ender 5 Plus - Mercury 1 (Classic) with Stealth Burner and New Enclosure Project

1 messages · Page 13 of 1

deep vine
#

Amazon delivered me some extruder parts today for my clockwork 2

mild hinge
#

nice

deep vine
#

How’s the VORON?

mild hinge
#

Me ...in the atttic out of my sight

#

its broke

deep vine
#

Printing yet?

vocal terrace
#

oof

deep vine
#

Ohhh how’s it broken

mild hinge
#

not even close ...the left gantry bolts not lining up

deep vine
#

Burgo is the man to ask about that

mild hinge
#

not ripping it apart

vocal terrace
#

about what?

deep vine
#

Voron gantry bolts

vocal terrace
#

oh

#

well. I don't have cnc

#

and don't want reg cnc parst

#

I'd get lightweigt stuff if were to

#

also prob would go AWD

#

however I'd just get a better machine then V2.4 by that part lo

deep vine
#

Oh. Yeah Mike had the cnc parts

vocal terrace
#

chaotic labs 1s

deep vine
#

I love my cnc tap

vocal terrace
#

yea my 4 magnets do the same result

mild hinge
#

Ill probally will leave it in the attic

deep vine
#

Mike you should print your gantry parts and see if it lines up with them and you will know if it a fault with the cnc parts

deep vine
vocal terrace
#

it's literally the same strnght

deep vine
#

There’s a new version of tap?

vocal terrace
#

yes.

#

came out yesterday

deep vine
#

Ooh

mild hinge
#

its ok Ill just leave it alone

deep vine
#

Send me a link

deep vine
vocal terrace
#

Why do u work 60 hours a week?

mild hinge
#

work

vocal terrace
#

yes but what u do?

mild hinge
#

money

vocal terrace
#

yes. but like u that much in need for the extra?

#

ur mental health is big important

mild hinge
#

its all good

deep vine
#

So you should be able to afford a bamboo lab x1 carbon

vocal terrace
#

burh no

#

so that u can spend time doing what u enjoy

mild hinge
#

part of the job

vocal terrace
mild hinge
#

nahhh

#

I dont mind

#

Ill be back later have a few things to do

vocal terrace
#

I saw that reaction to the gantry oof

mild hinge
#

Caps ....

#

Just be a 3d printer not used

vocal terrace
#

Lol. It's funny

mild hinge
#

Ok

#

To me its just him putting on a bunch of hats

#

but its all good

mild hinge
naive swan
#

im stuck on can

vocal terrace
#

Wdym?

#

Did u set the jumpers?

naive swan
#

I think so

#

It doesn’t recognize can0

#

fly@flygemini:~$ python3 ~/CanBoot/scripts/flash_can.py -i can0 -q

ERROR:root:Can Flash Error
Traceback (most recent call last):
File "/home/fly/CanBoot/scripts/flash_can.py", line 493, in run_query
self.cansock.bind((intf,))
OSError: [Errno 19] No such device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/fly/CanBoot/scripts/flash_can.py", line 621, in main
loop.run_until_complete(sock.run_query(intf))
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/home/fly/CanBoot/scripts/flash_can.py", line 495, in run_query
raise FlashCanError("Unable to bind socket to can0")
FlashCanError: Unable to bind socket to can0

#

i set bitrate to 1000000 per ebb36 instructions

#

not sure if that is my problem

#

Jumper on the board(not sure if that is what it is)

#

Jumper on ebb36

#

I also tried it without the jumper on the Gemini side

#

Not connected to the Gemini I get 120

#

awesome the ebb has diag pins

#

with out the jumper on the gemini i get 120 ohms

#

with jumper i get 60

#

awesome

#

so i am at 60 ohms

vocal terrace
#

I think 60 is target both sides idk

naive swan
#

yeah its good on that part

#

that had me worried, powering back up

#

Last login: Tue May 2 01:37:02 2023 from 192.168.1.195
fly@flygemini:~$ sudo ip link set can0 up type can bitrate 1000000
[sudo] password for fly:
Cannot find device "can0"
fly@flygemini:~$

#

shit no dice

#

fly@flygemini:~$ ip -d -s link show can0
Device "can0" does not exist.

#

sudo apt-get install can-utils

#

installed this

#

not sure if it will do anything

#

should i tune the ebb36 to 500000 instead?

#

i could just drop a u2c in as well

#

oh damn

#

allow-hotplug can0
iface can0 can static
bitrate 1000000
up ip link set can0 txqueuelen 1024

#

i never did this

#

the file was there but set to a static 500000

naive swan
#

looks like i needed to setup usb to can on my mcu 1st

#

fly@flygemini:~$ ~/klippy-env/bin/python ~/klipper/scripts/canbus_query.py can0
Found canbus_uuid=14705c1991ab, Application: Klipper
Found canbus_uuid=d3bf478f4fb5, Application: CanBoot
Total 2 uuids found
fly@flygemini:~$

#

now we are talking

#

fly@flygemini:~/klipper$ python3 ~/CanBoot/scripts/flash_can.py -i can0 -q
Resetting all bootloader node IDs...
Checking for canboot nodes...
Detected UUID: d3bf478f4fb5, Application: CanBoot
Query Complete
fly@flygemini:~/klipper$ python3 ~/CanBoot/scripts/flash_can.py -i can0 -u d3bf478f4fb5 -f ~/klipper/out/klipper.bin
Sending bootloader jump command...
Resetting all bootloader node IDs...
Checking for canboot nodes...
Detected UUID: d3bf478f4fb5, Application: CanBoot
Attempting to connect to bootloader
CanBoot Connected
Protocol Version: 1.0.0
Block Size: 64 bytes
Application Start: 0x8002000
MCU type: stm32g0b1xx
Verifying canbus connection
Flashing '/home/fly/klipper/out/klipper.bin'...

[##################################################]

Write complete: 13 pages
Verifying (block count = 414)...

[##################################################]

Verification Complete: SHA = 437CA79B04CAEBAA3B3332C9C5BA3969FAF2FCBE
CAN Flash Success
fly@flygemini:~/klipper$

#

its alive!

#

just need to update my configs and i am good to go

#

its up and running but the pt1000 is still acting up

mild hinge
#

3rd layer

naive swan
#

Just some clean up needed

mild hinge
#

Sounds like it's rubbing the infill

naive swan
#

And a cpu fan since this has dedicated 5v port

#

true test of my patience today

mild hinge
#

Should I raise the nozzle ?

naive swan
#

Maybe

#

Maybe be a loose nozzle as well

#

Or canted toolhead

mild hinge
#

Only does itnin certain spots

naive swan
#

What machine is this?

mild hinge
#

Ender 5 pro

naive swan
#

Ah ok

vocal terrace
#

frame maybe

naive swan
#

Still on v wheels?

mild hinge
#

Rails

naive swan
#

Are the rails square?

mild hinge
#

Yesn

naive swan
#

And is your x gantry square

mild hinge
#

Yes

vocal terrace
#

prob frame if ceratin sptos

#

take bed pic and highlight spots

naive swan
#

Ok and the cr touch is snug?

#

Or what is the prob?

mild hinge
naive swan
#

Ok cr

vocal terrace
mild hinge
#

It's only on the infill part

#

The outline is quiet as mouse

naive swan
#

What’s your bed mesh look like?

mild hinge
vocal terrace
#

ur dog shit at photos

#

that tell me shit

mild hinge
#

lol

vocal terrace
#

well tells me that 1 spot prob may have filament under bed

naive swan
#

Yeah you may have random high points

#

Have you tried printing on other parts of the bed?

mild hinge
#

yea going to stop the print

#

no i havent but will

vocal terrace
#

Dont

#

If it works works

mild hinge
#

usually print i nthe middle

vocal terrace
#

ridga

mild hinge
#

top of print rough

#

0

vocal terrace
#

pa prob too high

mild hinge
naive swan
#

Or high EM

#

What is your EM at?

vocal terrace
#

.925

mild hinge
#

0.89

naive swan
#

And rotation distance? Is it properly tuned

#

Also are you using the elis guide?

mild hinge
#

8.4 rotation

#

yes

naive swan
#

Whoa

#

What’s the gear ratio on the orbiter

mild hinge
#

i have bmg

#

407 via marlin

naive swan
#

Wow that seems way to low of a rotation distance

mild hinge
#

ill double check it

naive swan
#

I normally expect 17-25

vocal terrace
naive swan
#

On 50:10 gear ratio

#

Don’t you dare burg

naive swan
vocal terrace
#

1:6.24 or 1:5

mild hinge
#

mine is 3.1 gears 407 steps

vocal terrace
#

idk marlin anymore

#

fuck that

mild hinge
#

yea me either im on klipper

#

it was a bit high

dawn vapor
dawn vapor
#

@naive swan noticed the bottom hole doesn’t line up with stepper mount.

vocal terrace
#

New pfp

#

Needa make a red outline

deep vine
#

@naive swan you don’t need the jumper on the ebb36

naive swan
naive swan
dawn vapor
#

Any of you using a filament sensor with klipper?

vocal terrace
#

no

#

its eays to setp

mild hinge
#

I have a smart btt but not installed

#

I was given 2 of them

deep vine
naive swan
#

it may be a board specific thing

deep vine
deep vine
naive swan
#

my ucan with ebb36 didnt need it

naive swan
#

but i wonder if that is what is causing my disconnects

vocal terrace
#

its supposed to be terminated on both ends

mild hinge
#

Sb2040 only needed termination on the sb2040

vocal terrace
#

a stable canbus should have both sides terminated

#

some stuff like octopus pro has only 1 side terminated

naive swan
#

maybe i should do that

vocal terrace
#

cause other is built in

naive swan
#

both sides of mine arent

vocal terrace
#

it doesn'

#

doesn't cause issues

naive swan
#
FYSETC OFFICIAL WEBSITE

FYSETC UCAN Board Based on STM32F072 USB to CAN Adapter Support with CAnable / CandleLight / Klipper firmware   Features:   - Based on STM32F072 - Type-C USB socket - Supports CAN2.0A and B, baud rates up to 1M - Compatible with CANable - Support with CAnable / CandleLight / Klipper firmware - 3-pin screw terminal: C

#

ok its set on by defualt

#

just need to do it on the tool head

vocal terrace
#

yes.

vocal terrace
#

each side is supposed to be terminated with can

naive swan
#

simple fix then

#

why do you need to do it though?

vocal terrace
# naive swan why do you need to do it though?

Why has the CAN standard selected 120 Ohm resistors? The answer is that most automotive cables are single wire. If you take the wires typically used in a car and twist them into a pair, you will get an impedance of 120 Ohm.

#

just so they are balanced

naive swan
#

ok makes sense now

#

alright installed on my ebb36 now

vocal terrace
naive swan
#

i have a general idea at this point

#

when i build a gundam... i will need to up the ante

vocal terrace
mild hinge
#

I have octopus pro

vocal terrace
mild hinge
#

Gotcha

#

That makes sense

ionic plaza
# naive swan why do you need to do it though?

however it’s not something that should prevent the system to work, I used a system with the terminating resistor only on the toolhead. I went on for a month and it worked the same as when I added the 120ohm termination resistor on the first can device (to have the 60ohm total)

#

I guess it’s more important in cars, where the can network it much more complex than in our printers

vocal terrace
#

U should have them.

#

it's literally included with can products

ionic plaza
#

yes, that’t why I soldered in a resistor.. just to be safe. you need only 2 though. so if you add other cans in the middles, you should remove the jumpers

ionic plaza
vocal terrace
ionic plaza
#

the v3 can do usb to can, so in its mcp I added a resistor between l/h (there are also nicer transceiver with the resistor and the jumper built in)

vocal terrace
dawn vapor
#

12V fan w/tach spins at 9k rpm (exceeds SB recommended fan speeds) and with the tach you can use the tach monitor config to save your hot end incase of a critical failure

vocal terrace
#

then use a 25mm fan

#

or dragonburner

dawn vapor
#

But SB has what people like. 🌈 leds and a sleek hipster look

vocal terrace
dawn vapor
#

Hey!

vocal terrace
#

eat shat

dawn vapor
#

I cant tell what your pic is

vocal terrace
#

burgerking foot lettuce

dawn vapor
#

Oh now i can make it out

#

I liked your old one before

#

Foot lettuce hard to see

#

Maybe one foot?

naive swan
#

i just spent an hour diagnosing my stepper drivers....

#

i forgot they have their own power rail on this board

mild hinge
#

yea me working on the bed leveling

naive swan
#

shit that didnt solve it

mild hinge
#

oh

#

im really starting to dislike the mic6 bed

#

just keep getting out of level

vocal terrace
mild hinge
#

yes

vocal terrace
#

It could be frame.

#

uyse silicone buffers

#

keep their form

mild hinge
#

maybe

#

I might switch to the blue springs

#

stronger then these stupid yellow springs

vocal terrace
#

just use the buffers

mild hinge
#

ok

vocal terrace
#

why I kept the shit bed

mild hinge
#

i have the original bed

#

ender 5 pro

dawn vapor
dawn vapor
mild hinge
#

prints keep failing

dawn vapor
mild hinge
#

yes

dawn vapor
#

What probe?

mild hinge
#

cr-touch

dawn vapor
#

Whats your start macro? And bed surface

mild hinge
#

PEI

#

I'd like to get the beacon installed and running

vocal terrace
#

check how square it is

mild hinge
#

yea

#

ok ill check that

naive swan
#

Well my little mid project- project is done

#

just need to make a cat6 outlet and and i can close up the back

mild hinge
#

@naive swan very cool. Nice printer. My printer is junk

naive swan
naive swan
#

Back in its natural habitat

deep vine
#

its supposed to be the final can board in the link that requires the jumper

dawn vapor
deep vine
deep vine
vocal terrace
#

Cap vengeful got the shit machine. Not a saladforo

#

Fork

deep vine
#

Nothing wrong with the cute little V0

naive swan
#

@vocal terrace you are very negative, unfortunately enough for me not to need that drama in my life. I dont want to block you but🤷‍♂️

vocal terrace
#

I actually think looks good thought said above oof

#

Sry.

naive swan
#

not just to me, i could care less but to others as well

vocal terrace
#

Real gates pog

naive swan
#

sigh

vocal terrace
#

Also what Amp those motors go upto

naive swan
#

i think they are 1.5amp

naive swan
#

they came with the kit

deep vine
#

did someone say gates

naive swan
#

very nice, mine have been top notch

vocal terrace
deep vine
#

Looking foward to getting them on.
I’m running the first print with new motors and sb2240 and I must say I’m really happy with it so far, still have some tuning to do tho

vocal terrace
#

Is that 100mm/s?

#

Do higher with those motors fyi

#

What's ur volumetric flow rnM

deep vine
#

Atm they are in spread cycle

vocal terrace
deep vine
#

Not much

vocal terrace
#

Stealthchop on?

#

No right

deep vine
#

I had a problem with the initial tuning of sensorless homing and the motors drawing to much current

#

The stealchop was overloading the driver and throwing up errors

vocal terrace
#

What's. Don't put stealthchip on

deep vine
#

That’s why they are load because it’s not on

deep vine
vocal terrace
#

Not 2804

#

Stealthchop will never titan on

deep vine
#

what is you printer config for them?

dawn vapor
dawn vapor
deep vine
deep vine
vocal terrace
deep vine
#

I wish there was a quiet mode button on the mainsail that would change parameters for night time

deep vine
#

1.2

vocal terrace
#

That's low

#

I run mine 1.4 stock

#

U got em with fans?

#

Mine are upto 2.5A not 2.8A

deep vine
#

No fans

vocal terrace
#

Wait they are fuckung loud then

deep vine
#

I seen the temps of these motors are up to 180c

vocal terrace
deep vine
#

Yeah I have fans on drivers

vocal terrace
#

Oh not that bad then

#

Those motors are good af

#

I'd run just the shit metal heatsinks ngl

#

Those good enough

deep vine
#

Yeah, they seem to stay cool enough tbh

#

Just the noise

dawn vapor
deep vine
#

Well technically no

#

They are 48v

#

Hight voltage is classed as >50

dawn vapor
#

I havent done any testing so take it with a grain of salt but o would just use the 2209’s if your not planning on using them for speed. Anyone here run those steppers on 2209’s i could be wrong.

#

Im under the impression that the drivers are what generate the r2d2 beeps

deep vine
#

Yeah your right tbh, I could do go back to my 2209’s but they weren’t any quieter, I thought

dawn vapor
#

And i need to re look at my config i have them set at .7 amps lol

#

Hmm

dawn vapor
#

Whenever hes doing his speed runs

vocal terrace
#

Honestly u don't need those motors then lol

deep vine
vocal terrace
#

Yr stuff is too loud lol

vocal terrace
vocal terrace
deep vine
vocal terrace
#

Yes but ur stuff is still way louder

#

BTT 5160s?

dawn vapor
#

Yeah thats what i thought. He mentioned running higher voltage but not amps

vocal terrace
#

He uses good 5160s the mellow extrrnals

vocal terrace
#

2.8x .707 he prob does

deep vine
#

@naive swan how loud is your type z

dawn vapor
#

US $21.61 9% Off | Mellow Fly 24V/48V HV TMC5160 Pro V1.2 Stepper Motor Driver StepStick SPI Silent For Marlin / Klipper / RRF 3D Printer Parts
https://a.aliexpress.com/_mLx9UDQ

dawn vapor
#

I kinda like it though

deep vine
#

😂

dawn vapor
#

Makes me think of an old sci fi movie

vocal terrace
#

They are the good ones

dawn vapor
#

No have the btt pro ones

deep vine
#

Do you dream of Star Wars every night lol

vocal terrace
dawn vapor
#

But honestly these are cheaper may get a set

deep vine
#

😆

vocal terrace
#

The mellows are better.

#

They are the best rn

dawn vapor
vocal terrace
#

Also they went on sale last month for 25cad

#

Instead of 31

#

Should have gotten some

deep vine
deep vine
vocal terrace
#

14 fats

vocal terrace
#

But straight up u don't need 48V

deep vine
#

Not mellow

vocal terrace
#

U are printing so slow for 48v

#

@naive swan

deep vine
#

48v should provide higher quality not just speed

vocal terrace
#

It's just higher power to ur drivers.

#

Closed loops are how u get higher quality

#

But then u get nema23 servos.

#

Or u use 23s cause they strong enough

deep vine
#

Hmm

deep vine
vocal terrace
#

For a vacuum cleaner

#

Or my cpap fan.

#

Kekw

deep vine
#

Oh nice, that’s guna do some blowing

dawn vapor
#

That one seems to have fans being the loudest issue

naive swan
#

on 2209s

vocal terrace
#

5160s just be lpud

vocal terrace
#

Is it only fans?

deep vine
#

Could just be my panel’s resonating

vocal terrace
#

Wait no max power

vocal terrace
naive swan
deep vine
#

“Homing x! X homed” 😂

vocal terrace
deep vine
naive swan
#

im not

vocal terrace
#

@dawn vapor why ask then how bad?

vocal terrace
#

They annoying I've heard

#

Are u beacon jelly?

#

@naive swan u didn't comment on my fan ):

deep vine
#

I mean I am using sensorless

vocal terrace
#

I'm not a fan of that

vocal terrace
naive swan
#

i loved it....

vocal terrace
#

That'll adds some noise pretty sure

deep vine
vocal terrace
#

What's ur max mm/s with em u tried to move to*

#

Also adxl

#

Jelly what probe?

deep vine
#

See lettuce 🥬, he is your biggest fan

vocal terrace
naive swan
#

and sensorless is ok if you dont have things you need to hit consistently like mech switch, brush, klicky

deep vine
vocal terrace
#

But klicky it's fine with

#

If u tune right its chill

#

I'm prob gonna just do mechanical ngl

#

For both machines

naive swan
#

if its off by a mm you are screwed on klicky

vocal terrace
naive swan
#

true

vocal terrace
#

My shit switches couldn't do klicky with bad frame

naive swan
#

it was a pain in the ass until i went beacon

vocal terrace
#

L

naive swan
#

now i may go back to sensorless

vocal terrace
#

@deep vine what probe bruh

#

Answer or imma make ur ass the probe

naive swan
#

x endstop always faults so i had to do a workaround lol

deep vine
#

Tap tap

vocal terrace
#

Ewwww I forgot

#

Xol2 is pog

#

But Frick tap

#

Not tap the one u use

deep vine
vocal terrace
#

Unless ur a sick person of smooth sides only

#

Textured if ur cultured

deep vine
vocal terrace
#

I disagreee

#

How much costs when 4 mags do the same adxl

#

That much weight should have an effect.

#

But don't

#

Tap is just kinda a flawed idea. Klicky good enough

deep vine
#

Cnc tap will last longer

naive swan
#

[gcode_macro PRINT_START]
gcode:
# Parameters
{% set BED = params.BED|int %} ; Get bed temp from gcode
{% set HOTEND = params.HOTEND|int %} ; Get nozzle temp from gcode
G28 # Home if needed
G1 Z50.0 F600 ;move the platform down 50mm
M106 S255
M190 S{BED} ; wait for bed temp
G28 # Home if needed
G90 # Use absolute coordinates
SET_GCODE_OFFSET Z=0.0 # Reset the G-Code Z offset from previous value
BED_MESH_CLEAR # Clear the current bed mesh
Z_TILT_ADJUST
G91
G1 y100 F7800
G1 x-100 F7800
G90
G28 # Rehome so absolute coordinates do ok
BED_MESH_CALIBRATE
M117 Temp set to {HOTEND}
M109 S{HOTEND} ; wait for hotend temp
M106 S0
G92 E0 ; set extruder to 0
M117 Purging... ; message to the

vocal terrace
#

No less

#

It's literally mechanicap

#

Cnc tap won't

#

It will die easier

#

It uses physical to optical

naive swan
#

notice what i do after the z tilt?

naive swan
#

its in the github, the full routine

#

this is just an excerpt

vocal terrace
naive swan
#

what?

vocal terrace
#

The 4 probe point thing

naive swan
#

oh lol no

vocal terrace
#

It's less on pei but like.

#

The switch is fricken weird

naive swan
#

i move the toolhead away from the front right corner because the x endstop doesnt work in that area

#

probably a cable break

deep vine
#

Oh right what the frick

#

Defo an issue to fix another day lol

naive swan
#

and this is how you automate the bullshit workarounds to get things to work

deep vine
#

Patching them bugs

#

Cut till it runs

naive swan
#

right..."patching"

deep vine
#

😃

vocal terrace
naive swan
#

lol no

#

exactly....

vocal terrace
#

Bruh do u run extra cables for that?

naive swan
#

yes it was already there before can

deep vine
#

It’s on his gantry

vocal terrace
#

Ohhhh

#

Gantry okf

#

Oof

#

Just run the stealthburner stuff with it integrated

naive swan
#

im going to run x and y back to the can

vocal terrace
#

It will catch on stuff

#

When moce

#

Move

naive swan
#

via the cable chain

vocal terrace
#

So sensorless

deep vine
#

In the future you may need tool head sensor for tradrack

vocal terrace
naive swan
vocal terrace
#

Also tradrack may have stuff for that afterwards

deep vine
deep vine
vocal terrace
naive swan
#

this is why no one watches Naruto

deep vine
#

Is it true in America, someone was organising loads of people to Naruto run into Area 51?

deep vine
#

Hahaha

vocal terrace
#

They didn't enter

#

It was for the speed

#

Tuwy could dodge bullets that way

#

Ik cause Americans too fucking loud

#

Even for canada

naive swan
#

i think that was a thing during covid, since people had too much freetime on their hands

deep vine
#

They would just get shot lol

deep vine
#

Yeah covid sucked ass

naive swan
#

i think the logic was if it was too many people then they wouldnt do it

vocal terrace
naive swan
#

like 12 people they are getting shot, but 500...they wouldnt dare

vocal terrace
#

Very real

deep vine
#

Scary

naive swan
#

well after 1000 people, you were good to go

vocal terrace
#

Watch the video it's good

#

It's true

naive swan
#

too many people to justify it

vocal terrace
#

I love internet historian

#

And men

#

I mean women

naive swan
#

like any other riot

vocal terrace
deep vine
#

Interesting

naive swan
#

yes i get that but think about it

vocal terrace
#

@deep vine u know people dying in the states for tryna go into the wrong car or knocking on a door?

naive swan
#

look at the capitol riots?

vocal terrace
vocal terrace
naive swan
#

that was ok, but storming area 51 is bad?

deep vine
#

We can’t comprehend how governments run everything

naive swan
#

i still remember people on that day, calling me and asking if they should still be working....lol

deep vine
#

That’s crazy

naive swan
#

i mean they had a point

deep vine
#

What was the point

naive swan
#

it was a full on coup d'état

deep vine
#

Pardon your French

naive swan
#

i was just surprised i didnt ask myself the same question

deep vine
#

What does it mean

naive swan
#

the people doing the coup d'état(had no leg to stand on) but i think most people were like "are they serious right now?"

vocal terrace
deep vine
#

Yeah

naive swan
vocal terrace
#

Fucking stupid people

deep vine
#

Huh

vocal terrace
deep vine
#

I need to look it up

#

Oh about trump

#

I remember

#

They stormed a government building

vocal terrace
vocal terrace
deep vine
#

Trump told them to do it on social media

vocal terrace
#

No more sruff

#

He had a rally

deep vine
#

Shit!

mild hinge
#

Anybody have a beacon mount /eva 3 without having to do any soldoering and cutting the USB cable

vocal terrace
#

Don't do eva3

mild hinge
#

why

naive swan
#

Back to overhang capabilities

#

Still needs some tuning but I’m glad my prototyping machine is up and running again

twilit edge
twilit edge
mild hinge
#

@twilit edge you have a link for the newest mount ?

twilit edge
mild hinge
#

Thanks...have to dry filament has some moisture in it ...fun times

vocal terrace
vocal terrace
#

Eva3 is cool for 1 reason if u do it.

#

4028

twilit edge
#

And for the Hextrudort.

vocal terrace
#

U need vz-hextrudort, goliath and vz toolhead for the short 1

#

Which is better adxl results

twilit edge
#

Not my bailiwick, dunno if it's watercooled.

mild hinge
#

Don't need water cooled printer already have a dual watercooled pc with 4090

vocal terrace
#

Ew

mild hinge
#

Ew what

vocal terrace
#

Not watercoolkjng printer

deep vine
#

its a fair ratio, watercooled pc so no watercooled printer

mild hinge
#

Yep

naive swan
#

Still some slight issues on the overhangs

deep vine
naive swan
#

Yes 15secs and 60%

#

Better job on these

vocal terrace
naive swan
#

yeah it loves those angles

#

just not rounds

mild hinge
#

Nice print

naive swan
#

Nice

sour prairie
#

keep in mind this is a build log for a user aka Vengeful. Not general chat 😛

dawn vapor
#

😰

dawn vapor
vocal terrace
#

Lol

#

Don't u got 5160s though u said?

dawn vapor
#

Yeah the BTT. And i see why we got flagged. This threads got 11k more comments than any other build log.

vocal terrace
#

Yea but so. Even so at 3k we coulda

naive swan
#

lol what is going on?

vocal terrace
mild hinge
#

Sorry I deleted it

vocal terrace
#

@dawn vapor btt ones are good

naive swan
#

I went ahead and bought a nuc

#

It was $99 after the coupon

vocal terrace
#

nuc is a intel trademark

naive swan
#

I May just use it on my laser or my cnc build

vocal terrace
#

noice

naive swan
#

It’s a good backup option with all the pi issues right now

#

I May use it to run both my Mercs simultaneously

vocal terrace
#

Ur welcome

dawn vapor
vocal terrace
#

They are fine if not 48v unless there is a high temp btt ones

shell wolf
naive swan
#

probably the queen bee

dawn vapor
#

I got my workplace interested in a 3d printer. FDM. We have a 3500-6500 budget im thinking x1 carbon but is there something that fits that budget better?

shell wolf
#

What do you need the printer to accomplish?

shell wolf
naive swan
naive swan
#

@shell wolf i just need to do some construction

#

I have some dead space in one of my attics

dawn vapor
vocal terrace
#

1980s bitch

#

Ain't new

dawn vapor
vocal terrace
twilit edge
#

Dunno how much they fixed, but cleartext passwords on a cloud-enabled printer give me the shivers.

vocal terrace
#

It would get hacked from China.

twilit edge
#

Exactly my concern.

#

I would go something known for reliability to start, if possible. Prusa MK4 is available now. Speed is not a concern. This is the military. They will buy more.

#

OTOH, that budget could get a fully enclosed, industrial grade printer. Raise3D, for example, though I have no brand recommendations in that area.

#

Er...sorry @naive swan . Drawing your log off-topic.

shell wolf
twilit edge
vocal terrace
naive swan
#

no we better not

mild hinge
#

Banned for what

dawn vapor
#

Slicer would probably be a small cheapo computer running prusaslicer or something similar.

dawn vapor
naive swan
#

yeah...

vocal terrace
#

that would be stupid

#

I'd just make own server

deep vine
#

I’d join

vocal terrace
#

foot fungi

#

thats the name

deep vine
#

Cht nozzle on the ZANDVE or no

naive swan
#

i have done it

vocal terrace
#

?

naive swan
#

cht nozzle on the zandve

dawn vapor
vocal terrace
#

mayhem u need to watch birdie wing

#

thats what its from.

sour prairie
#

Yep and we have kids in here 🙂

#

Told you that before

vocal terrace
#

thats why talk here and not a general chat

sour prairie
#

You can send that to their dms

vocal terrace
#

also cause we don't have u deleting them msgs cause its the hidden spot before

#

its literally not anything wrong with it. its a golf anime song that sounds like a organ.

#

chatGPT just confirmed it as an organ for me.

sour prairie
#

We're not going to argue. If we see stuff we remove it.

naive swan
#

@sour prairie I’m surprised we are barely causing issues after almost 13k messages on this build log

dawn vapor
#

Burgo left the server apparently. @naive swan are you using any filament detector in your typez?

#

Also modified that part i pointed out earlier. Will post in my mod files in your repo

naive swan
#

I have the creality ones that came stock but I have never installed it

dawn vapor
#

I suck at mods so just elongated the bolt locations

naive swan
#

Oh nice

#

I was about to deal with it tonight

dawn vapor
#

Allows wiggle room

naive swan
#

Oh lol

dawn vapor
#

I had a hell of a time trying to reline the holes

naive swan
#

I will do it on the cad then

dawn vapor
#

Tinkercad is not friendly with this lol

naive swan
#

Yep f360 has some simple solutions

#

Just line up and do a extrude cut

#

Getting ready for bed fans

dawn vapor
#

Oh those fans are nice!

#

How many ?

naive swan
#

2

mild hinge
#

@naive swan

#

slowly working

naive swan
#

very nice

mild hinge
#

Im sure not as nice as your prints

naive swan
#

That looks pretty good to me, my red looks like crap unless I print it on my V0

twilit edge
#

Those 120mm blowers are insane. Huge volumes of air.

#

Kinda excited to see how that goes.

deep vine
sour prairie
naive swan
deep vine
#

Ohh, I don’t think I need that

naive swan
naive swan
#

Time to install the filament holder !

#

Bottom panel

#

And unfortunately all new mounts since I had some warping on the last set

#

Really tore up the belts

twilit edge
#

Yow.

naive swan
#

Time to perform heatset recovery

dawn vapor
naive swan
#

Its turtles new one

dawn vapor
#

Chonky i like.

naive swan
#

yep i like it so far

deep vine
naive swan
deep vine
#

ahh!

#

you have just taught me something to cure one of my problems

naive swan
#

oh lol

#

im just copying Ellis

deep vine
#

yeah the link you sent me?

naive swan
deep vine
#

cheers again dude 😄

naive swan
#

i need to add the 15mm3 for my v0 since that has a dragon with a cht nozzle so it can handle that flow

#

my revo can barely do 11mm3

deep vine
#

ive been doing some research about the start and end scripts in the slicer and printer config aswell

naive swan
#

yep thats alot of things to learn

deep vine
naive swan
#

very nice

#

.4 nozzle or higher?

dawn vapor
#

hmm where can i find that stl vengeful?

naive swan
#

pull it from the cad

#

oh

#

i got you

#

you will need to orient it

deep vine
naive swan
#

i may go for a goliath

deep vine
#

on the zandve?

deep vine
naive swan
#

Remember i have 2

sour prairie
#

We'll talk later

#

😆👍

deep vine
naive swan
#

yep thats why

deep vine
#

48v and water cooling too?

naive swan
#

Alignment is much better now

sour prairie
#

Question, why do you choose to go with the old stepper mounts?

naive swan
sour prairie
#

I see

naive swan
#

Old pic

#

It’s currently on hydra so something’s have changed

#

Just swapping some parts right now

naive swan
#

@dawn vapor

#

fixed

#

just created an indexing pin and move the three hole faces using point to point move

naive swan
naive swan
#

Much cleaner now, just need a longer reverse Bowden

dawn vapor
naive swan
#

It just rests on them, but it works fine on the standard top hat

#

With XL it should be less of a problem

deep vine
dawn vapor
sour prairie
deep vine
sour prairie
#

Oh oke

deep vine
sour prairie
#

I wouldn't recommend it

deep vine
#

okay, alot of people say that

sour prairie
#

It's because you lose torque at higher speeds and makes a lot of noise

deep vine
#

That makes sense

deep vine
#

obvioulsy atleast a zero G 😄

sour prairie
#

A secret ZeroG printer

#

Future project 😆

deep vine
#

Ohh awsome, looking foward

deep vine
sour prairie
#

100mm/s

#

+-

deep vine
#

I’m not bothered about printing this fast, just want quiet printing that can go through the night

dawn vapor
#

But your getting quiet printing at higher speeds

#

Vengeful are you using the xl top on the type z?

deep vine
dawn vapor
#

Thats why you bolt it to the wall 😂

deep vine
#

its carries noise so bad

dawn vapor
#

You could tune it so it plays a tune as it prints ?

deep vine
#

hahaha, a bedtime lulabye

deep vine
#

thats acctually class

shell wolf
#

when does the hydra version for the non plus drop 😂

dawn vapor
#

@naive swan what top hat is on your type z the xl or normal?

naive swan
shell wolf
#

yeah

naive swan
#

@shell wolf technically it can already be done but the extrusions will be nonstandard sizes and the panels need to be sized after it’s put together

#

@shell wolf I will drop a an e5 pro version when I drop v1, slates for next weekend

dawn vapor
naive swan
#

Looks like it just went up

#

It was 149.99 with 50$ off coupon

#

Now it’s 169.99 with a 40$ off coupon

#

I just finished setting it up and it’s good so far

#

Kinda surprised

#

Glad I didn’t need to waste a windows key on it

#

And it’s a pro key so I can remote into it

#

Without a third party app

#

At 99 it’s a steal

#

I wish I could have gotten 2

mild hinge
#

Cheaper then some PI4

naive swan
#

Just need to make sure light burn runs well and I have a contender to replace all my Pi’s

naive swan
#

The footprint on this is crazy

mild hinge
#

Yea

#

Mount it

naive swan
#

If I had more of these I would

#

But right now it’s going on my laser

mild hinge
#

I have pi mounted in m.2 case

naive swan
#

Just need to add a sd card for storage and I am good

mild hinge
#

Wth m.2 ssd drive

naive swan
#

I have one but I use it as external storage

mild hinge
#

Yea

naive swan
#

And this

mild hinge
#

Me using Aaron m.2

naive swan
#

Found one

mild hinge
#

Have 3 of them and 1 19in printed mack pi mount

#

Nice

#

I quit using SD cards due to failures

naive swan
#

its connected to the nas, but just in case i want some stuff locally

mild hinge
#

Yea

naive swan
#

Now we are talking

mild hinge
#

Nice ..leveling bed kicking my butt

#

belt broke from carriage

#

had to replace

naive swan
#

On a belted Z?

mild hinge
#

yep

naive swan
#

Oh snap this monitor has speakers

naive swan
mild hinge
#

yea mine have speakers too but not very good

#

dev 0.310mm when it was at 0.79mm

naive swan
#

2.6 to 2.9

mild hinge
#

better then me

naive swan
#

Lol

#

No it’s not

#

Lol

mild hinge
#

I saw the .26

naive swan
#

I missed typed lol

mild hinge
#

lol

naive swan
#

I have a big ole taco

mild hinge
#

nice

#

Trying to get it back in better level

dawn vapor
mild hinge
#

man I hate leveling beds

naive swan
deep vine
#

Have you guys installed KAMP?

shell wolf
#

I stopped using adaptive mesh when I got beacon

deep vine
#

whould it not work with beacon?

shell wolf
deep vine
#

i wish i could use klicky

#

but have tap cnc

#

do you have 3DO nozzle cam?

dawn vapor
shell wolf
dawn vapor
#

@naive swan do you happen to know what the connector name is on the LDO steppers we got ? Not the side that plugs into stepper but the other side?

naive swan
naive swan
shell wolf
naive swan
naive swan
#

I’m thinking of running it on igus Chainflex

dawn vapor
mild hinge
#

I have the 3do nozzle am installed on voron sb

deep vine
deep vine
deep vine
naive swan
deep vine
mild hinge
#

Yes it has a usb cable and it works great

#

Pretty clear too

#

I need to see how to change the resolution since I have the 4k version

naive swan
deep vine
#

is it displayed on the mainsail or fluidd too?

dawn vapor
mild hinge
#

3do nozzle cam

#

the pcb I have mounted in a door latch with a 3007 fan and sb2040

#

Need to clean up wiring a bit

#

cam pcb is on top and sb2940 in the left with 2 pi heatsinks and a 3007 fan

#

Was thinking about removing the PCB and drilling some really small holes for the cam pcb to allow more heat to be released

#

and circulation

naive swan
deep vine
deep vine
mild hinge
#

Oh I would remove the pcb 1st

#

@naive swan should have thought of a voron style hexcomb design for the top

#

@deep vine ...the stealth burner door latch not the pcb itself

mild hinge
#

Testing voron ...taken down the end 5 pro

dawn vapor
#

Tinkercad gang

mild hinge
#

nice

dawn vapor
#

The honeycomb ones anyways

mild hinge
#

I have taken down the ender 5

#

so is so screwed

dawn vapor
sour prairie
#

This build log has become more of a #general-chat channel than #general-chat

#

LOL

mild hinge
#

Dutch I apologize I'll talk about only build instead

sour prairie
#

lol dw m8

deep vine
deep vine
#

Hope you get better soon @naive swan

shell wolf
#

RIP VENGEFUL GONE BUT NOT FORGOTTEN

naive swan
#

lol no

#

just having a hard time getting up to my office

#

where my printers are at

#

if this continues im building one of these

#

and straping it to one of these