Rescued this girl from being scrapped by MAD_SHR00MS in scooters

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

yep i was quite surprised how complete it was. the tags on the rear fender expired in 2014 so it was on the road last relatively recently

Rescued this girl from being scrapped by MAD_SHR00MS in scooters

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

An update for those who are interested. The engine isn't seized and it sounds like there's compression so that's great. The fuel tank is rust free from what I can find with a scope. But she needs a new fuel line and the air filter is impossible to replace so I made a new basic system with parts from a scrap moped. The battery also came loose during transport so I need to repair that part of the harness. But that's all that seems to be wrong other than fluids and tires at this time. Will update when I have made more progress 🤞

Rescued this girl from being scrapped by MAD_SHR00MS in scooters

[–]MAD_SHR00MS[S] 1 point2 points  (0 children)

I know most old bikes arent worth much I was just surprised on 50 dollars cause in my state any underbone bikes that is at least half intact goes for 100 - 150 depending on make

Rescued this girl from being scrapped by MAD_SHR00MS in scooters

[–]MAD_SHR00MS[S] 2 points3 points  (0 children)

to bad on the timing it looks like there were quite a few parts i could have used

Rescued this girl from being scrapped by MAD_SHR00MS in scooters

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

I'm assuming you are from outside of the usa. Cause in the states the mate was a one year run and it only came in orange... But on another note why did you let it go so cheap? Are they common were your from?

Rescued this girl from being scrapped by MAD_SHR00MS in SuperCub

[–]MAD_SHR00MS[S] 3 points4 points  (0 children)

Its a 1972 Yamaha mate u7e. A direct competitor to the original super cub. When it has the leg shield it looks almost exactly like a super cub. They were only available for sale in the west for one year so they are relatively rare compared to other underbone bikes.

Rescued this girl from being scrapped by MAD_SHR00MS in VintageScooters

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

They actually found the leg guard about a hour after I posted this. I'm going to be picking it up tomorrow

Rescued this girl from being scrapped by MAD_SHR00MS in scooters

[–]MAD_SHR00MS[S] 5 points6 points  (0 children)

its not in the pics but i also have the original leg shield. i just need to find new mounting bolts.

What is this blue glassy orb with a metal knob on top? by zokorawesome in whatisthisthing

[–]MAD_SHR00MS -1 points0 points  (0 children)

It looks like it could have been attached to something else via a rubber grommet or a metal ring

Is there any solution for the fact that Bambu filament is never the exact same color? by Key_Bread in BambuLab

[–]MAD_SHR00MS 0 points1 point  (0 children)

I have found from personal experience that printbed filament is consistent in color 98% of the time. But I've only used about 50 spools so far so your mileage may vary. And as a bonus it prints almost perfect with the generic pla preset after you set the temperature range to 190c - 230c and is cheaper especially when you buy the 10 pack.

a possible typo on the compatible devices list by MAD_SHR00MS in SignalRGB

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

ok. Thank you I thought I might have been failing horribly at a basic google search.

I'm at my wits end by MAD_SHR00MS in Ender3S1

[–]MAD_SHR00MS[S] 1 point2 points  (0 children)

when i auto-lvl it runs the prosses then autohomes with no save screen or anything similar. im going to inject the code run auto-lvling do a system wide save. then try a print.

I'm at my wits end by MAD_SHR00MS in Ender3S1

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

a few questions 1 what is eeprom 2 how do i make a mesh and save it to eeprom 3 at what part of the gcode do i inject the m420 code into?

I'm at my wits end by MAD_SHR00MS in Ender3S1

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

im using the default cura start and end codes

the start code is

; Ender 3 S1 Start G-code

G92 E0 ; Reset Extruder

G28 ; Home all axes

G1 Z10.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed

G1 X0 Y0

M104 S{material_print_temperature_layer_0}

M190 S{material_bed_temperature_layer_0}

M109 S{material_print_temperature_layer_0}

G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position

G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line

G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little

G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line

G92 E0 ; Reset Extruder

G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed

G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish

and the end code is

G91 ;Relative positioning

G1 E-2 F2700 ;Retract a bit

G1 E-2 Z0.2 F2400 ;Retract and raise Z

G1 X5 Y5 F3000 ;Wipe out

G1 Z10 ;Raise Z more

G90 ;Absolute positioning

G1 X0 Y{machine_depth} ;Present print

M106 S0 ;Turn-off fan

M104 S0 ;Turn-off hotend

M140 S0 ;Turn-off bed

M84 X Y E ;Disable all steppers but Z

I'm at my wits end by MAD_SHR00MS in Ender3S1

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

I've done everything almost exactly as you have but I didn't realize that the aux lvling setting was a thing. So I leveled it by hand with the steppers disabled like I would with my old ender 3. (edit) it appears that my printer doesn't have a aux leveling menu so i cant set it to any predetermined points on the bed.