mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 13:31:16 +00:00
Adjusted SS config bundle for Plus. Spelling fix.
This commit is contained in:
@@ -113,7 +113,7 @@ You can choose *either* of the 2 following methods.
|
||||
|
||||
1. `G28`
|
||||
1. Check to see if `X` and `Y` max positions (`G90`, `G1 X300 F3000`, `G1 Y300 F3000`) can be reached, and adjust `position_max`, if necessary. Note, you might be able to go even further.
|
||||
2. Do a `G34`; mechanical gantry calibration. After the controlled collision against the beam at the top, there will be a 10 second pause for you to verify that both sides of the gantry are pressed up agaisnt the `stoppers` at the top. ~~You will hear a succession of beeps.~~
|
||||
2. Do a `G34`; mechanical gantry calibration. After the controlled collision against the beam at the top, there will be a 10 second pause for you to verify that both sides of the gantry are pressed up against the `stoppers` at the top. ~~You will hear a succession of beeps.~~
|
||||
1. Figure out your `Z` `position_max` by baby stepping your way up to the beam (`G90`, `G1 Z330 F900`, then move up mm by mm). Adjust `position_max`, if necessary.
|
||||
3. Pid tune the bed, but first move the printhead to the center. Ideally, all Pid tuning should occur at the temperatures that you print most at.
|
||||
1. `G28`
|
||||
|
||||
@@ -2550,7 +2550,7 @@ top_fan_speed = -1
|
||||
[printer:Sovol Sv06]
|
||||
bed_custom_model = /home/bassam/3dprinter/voron/voron-0-parts/Ellis-SuperSlicer-Profiles/misc/sv06/SV06BuildPlate.stl
|
||||
bed_custom_texture = /home/bassam/3dprinter/voron/voron-0-parts/Ellis-SuperSlicer-Profiles/misc/sv06/sv06-buildplate-better.png
|
||||
bed_shape = 0x0,223x0,223x223,0x223
|
||||
bed_shape = 0x0,300x0,300x300,0x300
|
||||
before_layer_gcode =
|
||||
between_objects_gcode =
|
||||
color_change_gcode = M600
|
||||
@@ -2600,7 +2600,7 @@ machine_min_extruding_rate = 0,0
|
||||
machine_min_travel_rate = 0,0
|
||||
max_gcode_per_second = 1500
|
||||
max_layer_height = 75%
|
||||
max_print_height = 255
|
||||
max_print_height = 340
|
||||
milling_diameter =
|
||||
milling_toolchange_end_gcode =
|
||||
milling_toolchange_start_gcode =
|
||||
|
||||
Reference in New Issue
Block a user