Giter Club home page Giter Club logo

sovol's People

Contributors

ils15 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

sovol's Issues

Explanation about navigating your files?

Hello,

I have a Sovol SV04 arriving tomorrow. Just trying to do some prep work before it arrives.

The Prusa Slicer Profile is self explanatory to me.

However, I'm confused about the Marlin folders. Am I correct that one of the Marlin folder is a straight copy from Sovol's source? And the other folder is a generic copy from Marlin?

SV02 firmware

My SV02 stuck on loading screen after I flashed it with your firmware. I've gone back to orginal.
inbound3027048850616423257

Slow PARK_extruder

First of all, thank you for sharing your config, it's been very helpful.

I am tackling some issues however.
When changing extruder, it does PARK_extruder but it's very very slow, have you seen that behaviour by any chance ?

Side questions, how did you setup your start/end gcode in cura for extruders ?
I've had to remove it since it was not supported (command)

Also, it seems like cura primes after extruder swap, but it primes on the print, any hint on that ?

Wrong Z steppers pin

I have a config based on yours, and was just doing Z_TILT setup, and realised your pins are opposite, Z should be Z1 and Z1 should be Z.
Here is original marlin config from sovol source code:
image
so config should be

[stepper_z]
step_pin: PB3
dir_pin: !PD7
enable_pin: !PB5
microsteps: 16 
rotation_distance: 8
position_max: 400
position_min: -4
endstop_pin: probe:z_virtual_endstop
homing_speed: 10

[stepper_z1]
step_pin: PA7
dir_pin: !PA6
enable_pin: !PC5
microsteps: 16 
rotation_distance : 8

Missing bltouch z offset

This is crucial for correct probing. in your config you have commented out bltouch offset. Also because of that safe z homing should be different and bed mesh min/max
here is my example but I have Biqu extruder

[bltouch]
sensor_pin: ^PD12
control_pin: PD13
x_offset: 1.5
y_offset: 33
#z_offset: 1.800
speed: 10
samples: 2

[bed_mesh]
speed: 300
horizontal_move_z: 10
mesh_min: 1.5,33  #realtive to probe, so needs to be probe coords
mesh_max: 302, 272 #realtive to probe, so needs to be probe coords
probe_count: 15,15
algorithm: bicubic
bicubic_tension: 0.2

[safe_z_home]
home_xy_position: 150.5,117.5 # should account for probe offset, so it's in the middle
speed:150
z_hop:10
z_hop_speed:5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.