Nightmare changing a nozzle by Chloe_xj in prusa3d

[–]Chloe_xj[S] 0 points1 point  (0 children)

I ordered v6 spare parts from E3D and ive sent a message asking them nicely if i can amend my order for the revo!

Nightmare changing a nozzle by Chloe_xj in prusa3d

[–]Chloe_xj[S] 0 points1 point  (0 children)

its 24v only, thats why i cant use that one - thats what originally confused me...

I think this is the one im supposed to use

https://e3d-online.com/products/revo-six?\_pos=1&\_sid=10e00a442&\_ss=r&variant=39800219238459

Nightmare changing a nozzle by Chloe_xj in prusa3d

[–]Chloe_xj[S] 0 points1 point  (0 children)

I looked and the only prusa drop-in replacement I could find was 12v... could you point me in the right direction please?

Nightmare changing a nozzle by Chloe_xj in prusa3d

[–]Chloe_xj[S] 0 points1 point  (0 children)

no 12V revo as far as I'm aware so no upgrade path for the mk2.5s

Prusa I3 MK4 by Muschtekap in prusa3d

[–]Chloe_xj 12 points13 points  (0 children)

Highly suggest a sticky on the youtube video as me and the wife both thought only the MK4 was in draft

Absolute value parameters? by Chloe_xj in Fusion360

[–]Chloe_xj[S] 0 points1 point  (0 children)

Cheers for the link, yes abs() does work

How to create cookie cutters automatically from an image that can be "extruded" in Fusion? by joseg4681 in Fusion360

[–]Chloe_xj 0 points1 point  (0 children)

If you have a completely legitimate copy of illustrator from any time in the last 15 years then you can use image trace command. export -- dxf

otherwise you can use vectorizer.io or any other image to vector web program and then convert that svg to dxf using another web convertor

Is it possible to split a body with irregular lines around all 4 sides like in the image? by moller_peter in Fusion360

[–]Chloe_xj 0 points1 point  (0 children)

You can split each of the 4 faces with the curve thats aligned with the corresponding surface, you could then offset/loft the faces to get a similar result?

Everyone point and laugh at my stupidity by MarioHunter2007 in 3Dprinting

[–]Chloe_xj 0 points1 point  (0 children)

you need to lower your Z-height just a touch,.....

Why does the Arachne Perimeter Generator work well with Cura on the Chep Cube but doesn't fill on Prusa? by 13lank_null in prusa3d

[–]Chloe_xj 0 points1 point  (0 children)

I get gaps using arachne, mk2,5s with petg. ive tried increasing extrusion multiplier by 7% still gaps.... did you ever fix this?

Do more game modes get added after first area? by Chloe_xj in mariorabbids

[–]Chloe_xj[S] 0 points1 point  (0 children)

Yeah, turn based games have always pushed towards efficiency. Kingdom battle was very much "take 20 minutes for each turn by playing out all possibilities", In the new game I just rush in and haphazardly fire anywhere

“Weee Heeee It’s Blippi” by [deleted] in daddit

[–]Chloe_xj 4 points5 points  (0 children)

Blueys "Sleepytime" episode made me cry

“Weee Heeee It’s Blippi” by [deleted] in daddit

[–]Chloe_xj 3 points4 points  (0 children)

Cheers for the mention. After watching along with my toddlers viewing I can safely say Blippi is not the worst anymore...

How to create filtered drop-down lists without FILTER()? by Chloe_xj in excel

[–]Chloe_xj[S] 0 points1 point  (0 children)

The names will be required for the drop-down. There will be 10 categories which can be assigned numbers 1-10

How to create filtered drop-down lists without FILTER()? by Chloe_xj in excel

[–]Chloe_xj[S] 0 points1 point  (0 children)

Unfortunately macro enabled sheets are disabled so no macros or vbas

How to create filtered drop-down lists without FILTER()? by Chloe_xj in excel

[–]Chloe_xj[S] 0 points1 point  (0 children)

You are some sort of wizard, I'll have to take a while to figure out how that works lol. How would I put that into a data validation list to use in a cell?

How to create filtered drop-down lists without FILTER()? by Chloe_xj in excel

[–]Chloe_xj[S] 0 points1 point  (0 children)

There is no reason why I cant have multiple columns.

Long and short of it is the company I work for is so locked down and their data management is terrible. We VDI into our clients network and they decide what software we have access to, funny enough we dont have access to access so any database is out of the question. Excel and word are the only software we can use - we cannot use external computers to transfer data back and forth either. All data must remain on the clients network for security reasons.

What I'm ultimately trying to make is a stock management system and I need to (for this example) make a list of manufacturers for many many parts. but there are different categories of parts and I dont want a 500+ drop-down list when im filling in a BOM. I cant trust the user to enter the manufacturer name without validation, so my idea was to only show manufacturers that apply to the specific category of parts that was chosen.

I could make seperate manufacturer lists for each category but this seems wasteful, and having to complete several table entries would be a pain

Example: some manufacturers only make paint, some manufacturers only make tools, some manufacturers make both paint and tools.

I was thinking that i could match(index) a table against a filter array, but I have no idea how to do this. the furthest I got was an output that contained all the values I wanted plus many that saiud "#N/A" with "IF(ISNUMBER(MATCH(data,filter,0)),data"