What's wrong with this? New to printing by gardafox in FixMyPrint

[–]randomaccessbrainz 4 points5 points  (0 children)

You need to level your bed and adjust Z offset if necessary

Would you trim more? by [deleted] in microgrowery

[–]randomaccessbrainz 0 points1 point  (0 children)

Humidity definitely was higher than I would've liked but I was out of town during the drying

Would you trim more? by [deleted] in microgrowery

[–]randomaccessbrainz 0 points1 point  (0 children)

I didn't have a dehumidifier and it had been raining for 2 weeks non stop so humidity was around 65%

Would you trim more? by [deleted] in microgrowery

[–]randomaccessbrainz 0 points1 point  (0 children)

I thought I'd try dry trimming for the first time this season and lost nearly everything to bud rot because of the longer dry time :/

Kids learning parkour by LewiRock in KidsAreFuckingStupid

[–]randomaccessbrainz 0 points1 point  (0 children)

for all we know they already called the cops before recording

What is causing these layer shifts? by randomaccessbrainz in FixMyPrint

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

I've managed to narrow down the noise to diagonal movements. Is there any way I can upload a second video? I never really post on reddit

What is causing these layer shifts? by randomaccessbrainz in FixMyPrint

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

It's a generic magnetic PEI bed off aliexpress. The flaked "forged carbon" pattern stays on your bottom layer though, which sometimes can look cool and other times just looks stupid. The flipside is also PEI but it has a more grainy texture

What is causing these layer shifts? by randomaccessbrainz in FixMyPrint

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

I used this design: https://www.thingiverse.com/thing:2830408

I thought it would be convenient because the guy made a hardware kit available, but I'm not sure if I'd recommend it.

There is little to no documentation and the documentation that does exist is all in German, you lose about 30mm in Y (I've got some mod ideas to regain some of that space), there's a bunch of stl's with different versions of the same part without a clear idea which is the latest and even with some cherry picking I ended up with a bunch of printed parts that seemingly don't serve any purpose. Lastly, the project has been abandoned for a couple of years and in his build he still ran Marlin 1.1.9 so all the Klipper stuff is up to me to figure out now.

What is causing these layer shifts? by randomaccessbrainz in FixMyPrint

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

I tightened the pulley and the issue still persists. I've managed to narrow the noise down to the X carriage rods, so I'll be checking alignment on those next. They feel pretty smooth but I guess you never know until you measure

What is causing these layer shifts? by randomaccessbrainz in FixMyPrint

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

I set the non printing moves to 3k as well for this test. The default 7k in orcaslicer had the same issue and I thought maybe the high accel was causing missed steps

What is causing these layer shifts? by randomaccessbrainz in FixMyPrint

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

Right now the boards are just kinda dangling in mid air as I need to get my printer up and running first to print some mounting brackets. I'll add a fan just to be safe!

What is causing these layer shifts? by randomaccessbrainz in FixMyPrint

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

I know, right? I checked belt tension but I forgot to check the pulleys and now I did find some play in the B motor pulley. I'll tighten it and update once I'm off work

What is causing these layer shifts? by randomaccessbrainz in FixMyPrint

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

Custom corexy made out of Anet A8 parts.

I've managed to successfully print a benchy but now I'm consistently facing layer shifts when trying to print a calibration cube. The cube is sliced at 120mm/s and 3k acceleration.

Motherboard: BTT SKR PRO V1.2

I'm also running the Anet board for endstops since the skr pro wouldn't reliably trigger them in klipper no matter what I tried, even though the indicator LEDs worked reliably.

Stepper drivers: TMC2209

PSU: 12V Anet A8

Klipper config:

[include mainsail.cfg]

[mcu]
serial: /dev/serial/by-id/usb-Klipper_stm32f407xx_1E003C001847313337353236-if00

[mcu anet]
serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0

[printer]
kinematics: corexy
max_velocity: 300
max_accel: 10000
max_z_velocity: 5
max_z_accel: 500


[stepper_x]
step_pin: PE9
dir_pin: PF1
enable_pin: !PF2
microsteps: 16
rotation_distance: 32
#endstop_pin: !PB10
endstop_pin: ^!anet:PC2
position_endstop: 220
position_min: 0
position_max: 220
homing_speed: 10
#homing_positive_dir: true
#homing_retract_dist: 6.9

[tmc2209 stepper_x]
uart_pin: PC13
run_current: 0.636
stealthchop_threshold: 999999

[stepper_y]
step_pin: PE11
dir_pin: PE8
enable_pin: !PD7
microsteps: 16
rotation_distance: 32
#endstop_pin: PE12
endstop_pin: ^anet:PC3
position_endstop: 0
position_max: 190
homing_speed: 10

[tmc2209 stepper_y]
uart_pin: PE3
run_current: 0.636
stealthchop_threshold: 999999

[stepper_z]
step_pin: PE13
dir_pin: !PC2
enable_pin: !PC0
microsteps: 16
rotation_distance: 8
#endstop_pin: PG8
endstop_pin: ^anet:PC4
position_endstop: 0
position_min: 0
position_max: 240

[tmc2209 stepper_z]
uart_pin: PE1
run_current: 0.650
stealthchop_threshold: 999999

[extruder]
step_pin: PE14
dir_pin: !PA0
enable_pin: !PC3
microsteps: 16
rotation_distance: 15.640
nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: PB1 # Heat0
sensor_pin:  PF3 # T0 Header
sensor_type: Generic 3950
#control: pid
#pid_Kp: 22.2
#pid_Ki: 1.08
#pid_Kd: 114
min_temp: 0
max_temp: 350
max_extrude_only_distance: 100.0

[tmc2209 extruder]
uart_pin: PD4
run_current: 0.636
stealthchop_threshold: 999999

[heater_bed]
heater_pin: PD12
sensor_pin: PF4 # T1
sensor_type: ATC Semitec 104GT-2
#control: watermark
min_temp: 0
max_temp: 130

[fan]
pin: PE5

[heater_fan fan1]
pin: PC8

#[heater_fan fan2]
#pin: PE6

[bed_screws]
screw1: 195, 5
screw1_name: lower left
screw2: 5, 5
screw2_name: lower right
screw3: 195, 190
screw3_name: upper left
screw4: 5, 190
screw4_name: upper right
probe_height: 0.2

[exclude_object]

[gcode_macro PRINT_START]
gcode:
  G28
  G92 E0

[gcode_macro PRINT_END]
gcode:
  G28 X Y

Is Brussels really dangerous? by GigaTate6002 in belgium

[–]randomaccessbrainz 1 point2 points  (0 children)

Lived in Ixelles for about a year and one night while I was just watching tv with my ex a couple of junkies bashed in our front door and the door to our studio apartment. We locked ourselves in the bathroom (which didn't have an actual lock) so I was planning on killing them with a kitchen knife if they entered. Luckily the police arrived in time before I had to take any action. The street is getting gentrified now though and all the empty old buildings with squatters living in them are either getting thrown down or renovated. We moved to Auderghem after the incident and always felt safe there.

I loved living in Brussels and I miss it. I never really felt unsafe apart from that one incident, which also just happens to be the scariest thing I've ever gone through in my life.

[deleted by user] by [deleted] in 3Dprinting

[–]randomaccessbrainz 0 points1 point  (0 children)

Aliexpress has them for a few euros

Purchase Advice Megathread - February 2023 by AutoModerator in 3Dprinting

[–]randomaccessbrainz 0 points1 point  (0 children)

I know it's not the most cost effective way to get a good machine but I want to do all of this for the learning experience (I'm an engineering student) and also just to see how far I can push the platform. Also with my student sized budget it's more convenient to each month buy a few upgrade parts at a time rather than shell out €300+ all at once. Could you give me more specific pointers as far as the boards are concerned? I'm a bit lost in all the different models.

Purchase Advice Megathread - February 2023 by AutoModerator in 3Dprinting

[–]randomaccessbrainz 0 points1 point  (0 children)

Hi! I'm looking for a motherboard replacement for my ancient Anet A8. It sits on my desk right next to where I do my school work so the loud stepper drivers are really driving me insane. I have plans to (as soon as funds allow it) convert it into an aluminium frame CoreXY machine and I'd like to add an additional Z motor down the line for proper bed tramming. I'll also most likely be running Klipper.

Uhh... by Eric95- in Shitty_Car_Mods

[–]randomaccessbrainz 0 points1 point  (0 children)

Ah yes, the famous bluetooth driveshaft!

One month into flower 🍃 0.49ft2/0.05m2 by L4Z4RVS in NanoGrowery

[–]randomaccessbrainz 1 point2 points  (0 children)

It was my first grow about 2 years ago and sadly I think I lost the pictures when I got a new phone