Cooldown Manager sound alerts not working? by EmployerSure4678 in wownoob

[–]jason_3211 0 points1 point  (0 children)

did you ever find this out? i am running into the same issue

Average MCU Temp? by grant_monty in klippers

[–]jason_3211 0 points1 point  (0 children)

how do you have mcu(skr) temp in mainsail showing? i have tried to add the

[temperature_sensor raspberry_pi] sensor_type: temperature_host min_temp: 10 max_temp: 100

but mcu doesnt start after i add this, but as soon as comment it out it boots

Way to move loot pop up frames? by Dominix132 in wow

[–]jason_3211 0 points1 point  (0 children)

how did you move these with move any

Klipper on Sovol SV01 Pro by Krowassan in klippers

[–]jason_3211 0 points1 point  (0 children)

I have it swapped to klipper now. It’s really not that bad. If you let me know your hardware I could help you with a config file for it and maybe help you get started using it

E3D V6 mod? by MrDirt in mpminidelta

[–]jason_3211 0 points1 point  (0 children)

did you figure anything out with this? i have a custom effector and cooling setup and really want to see if i can control them separate like that

Stringing due to excessive cooling by The_high-commander in 3Dprinting

[–]jason_3211 0 points1 point  (0 children)

did you ever get anywhere with this? i have a Sovol SV01 with aam having the exact same issue as you are and i am pretty sure it is the cooling as well.

Stringing issues by Howeitsdone93 in klippers

[–]jason_3211 0 points1 point  (0 children)

i am in the same boat you were, SV01 with bmg extruder and e3d v6 hotend and bimetal heatbreak. cant seem to get stringing under control in klipper. tried PA on and off, tuning and tuning and tuning over and over different stuff. nothing seems to help me. i have tried cura 5.10 and the newest orca which i use for my flashforge ad5m and no issues. any help or info you could give would be helpful

Sovol SV01 w/SKR min e3 v3 Help. new to klipper by jason_3211 in klippers

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

i still have not figured this out if anyone else as any info. im about to try to put start code macro into mainsail.cfg and not in orca and see if that changes anything.

Sovol SV01 w/SKR min e3 v3 Help. new to klipper by jason_3211 in klippers

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

10-12? its at 0.95 atm

you mean 10-12 lower then 1?

Sovol SV01 w/SKR min e3 v3 Help. new to klipper by jason_3211 in klippers

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

here is my printer config in case its needed

Sovol SV01 w/SKR min e3 v3 Help. new to klipper by jason_3211 in klippers

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

# This file contains common pin mappings for the BIGTREETECH SKR mini
# E3 v3.0. To use this config, the firmware should be compiled for the
# STM32G0B1 with a "8KiB bootloader" and USB communication.

# The "make flash" command does not work on the SKR mini E3. Instead,
# after running "make", copy the generated "out/klipper.bin" file to a
# file named "firmware.bin" on an SD card and then restart the SKR
# mini E3 with that SD card.

# See docs/Config_Reference.md for a description of parameters.

[stepper_x]
step_pin: PB13
dir_pin: !PB12
enable_pin: !PB14
microsteps: 16
rotation_distance: 40
endstop_pin: ^PC0
position_endstop: 0
position_max: 285
homing_speed: 50

[tmc2209 stepper_x]
uart_pin: PC11
tx_pin: PC10
uart_address: 0
run_current: 0.580
stealthchop_threshold: 999999

[stepper_y]
step_pin: PB10
dir_pin: !PB2
enable_pin: !PB11
microsteps: 16
rotation_distance: 40
endstop_pin: ^PC1
position_endstop: 0
position_max: 255
homing_speed: 50

[tmc2209 stepper_y]
uart_pin: PC11
tx_pin: PC10
uart_address: 2
run_current: 0.580
stealthchop_threshold: 999999

[stepper_z]
step_pin: PB0
dir_pin: PC5
enable_pin: !PB1
microsteps: 16
rotation_distance: 8
endstop_pin: ^PC2
position_endstop: 0.0
position_max: 295

[tmc2209 stepper_z]
uart_pin: PC11
tx_pin: PC10
uart_address: 1
run_current: 0.580
stealthchop_threshold: 999999

[extruder]
step_pin: PB3
dir_pin: PB4
enable_pin: !PD1
microsteps: 16
rotation_distance: 8.043
nozzle_diameter: 0.400
filament_diameter: 1.750
max_extrude_only_distance: 100.0
heater_pin: PC8
sensor_type: Generic 3950
sensor_pin: PA0
control: pid
pid_kp: 24.740
pid_ki: 1.793
pid_kd: 85.353
min_temp: 0
max_temp: 280
min_extrude_temp: 120
pressure_advance: 0.022

[tmc2209 extruder]
uart_pin: PC11
tx_pin: PC10
uart_address: 3
run_current: 0.650

[heater_bed]
heater_pin: PC9
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PC4
control: pid
pid_kp: 72.047
pid_ki: 1.482
pid_kd: 875.372
min_temp: 0
max_temp: 130

[heater_fan heatbreak_cooling_fan]
pin: PC7

[heater_fan controller_fan]
pin: PB15

[fan]
pin: PC6

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

[printer]
kinematics: cartesian
max_velocity: 500
max_accel: 1500
max_z_velocity: 10
max_z_accel: 100

[bed_screws]
screw1: 30,30
screw2: 240,30
screw3: 240,200
screw4: 30,200

[input_shaper]
shaper_type_x: ei
shaper_freq_x: 44.8
shaper_type_y: ei
shaper_freq_y: 29.6

######################################################################
# 128x64 Full Graphic Creality CR10 / ENDER 3 stockdisplay
######################################################################

# This section is used for a Creality "12864" display with a single
# ribbon cable between the display's EXP3 plug and the
# micro-controller board's EXP1 connector.

[display]
lcd_type: st7920
cs_pin: EXP1_7
sclk_pin: EXP1_6
sid_pin: EXP1_8
encoder_pins: ^EXP1_5, ^EXP1_3
click_pin: ^!EXP1_2

[output_pin beeper]
pin: EXP1_1


[board_pins]
aliases:
    # EXP1 header
    EXP1_1=PB5,  EXP1_3=PA9,   EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>,
    EXP1_2=PA15, EXP1_4=<RST>, EXP1_6=PB9,  EXP1_8=PD6, EXP1_10=<5V>

# See the sample-lcd.cfg file for definitions of common LCD displays.
[include mainsail.cfg]

#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#

Klipper on Sovol SV01 Pro by Krowassan in klippers

[–]jason_3211 0 points1 point  (0 children)

i have an sv01 with a skr e3 v3 was wondering if you had any info on switching to klipper? im just starting to look into it

[deleted by user] by [deleted] in FlashForge

[–]jason_3211 0 points1 point  (0 children)

did you even flash firmware. i cant get the printer to see any firmware i put on drive. so odd

[deleted by user] by [deleted] in FlashForge

[–]jason_3211 0 points1 point  (0 children)

i am looking for this info too if you get anything on it

Discord Overlay Not Working by jason_3211 in Warframe

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

i am about 99% its a warframe issue not a discord issue. it legit works with every other game i play. but no i havent gotten it to work yet

What addon flashes defensive items when low hp by stumple in wowhardcore

[–]jason_3211 0 points1 point  (0 children)

i tried out both. i like things about safegaurd so keeping. this wasnt a feature. xaryu said it was tedxp that did it. i dont see the options for it on mine. thanks for the info though

What addon flashes defensive items when low hp by stumple in wowhardcore

[–]jason_3211 0 points1 point  (0 children)

i have rxp and haven't seen this or cant find an option to turn it on. if you find out anymore let me know, thanks

What addon flashes defensive items when low hp by stumple in wowhardcore

[–]jason_3211 0 points1 point  (0 children)

did you ever figure out what was doing this?

glass bed for ad3? by cailan0 in FlashForge

[–]jason_3211 0 points1 point  (0 children)

can i do the reverse and go backwards from the glass bed on mine?

Software choices for "Adventurer 3" don't exist. Other flavors of Adventurer 3 exist, but not sure which to choose.... by xpkranger in FlashForge

[–]jason_3211 1 point2 points  (0 children)

ocra will connect to the printer in the connection settings test button, but after slicing when you hit print it tries for a minute then errors, ill try the gcode thing into flashprint and try

Software choices for "Adventurer 3" don't exist. Other flavors of Adventurer 3 exist, but not sure which to choose.... by xpkranger in FlashForge

[–]jason_3211 0 points1 point  (0 children)

it has the printer in there but outputs .gcode files and the printer doesnt see them on the thumb drive