forked from gazcbm/Marlin-2.0.x-SKR-Mini-E3-v1.2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathm503Differences
23 lines (9 loc) · 822 Bytes
/
m503Differences
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This file shows the only differences I could find in the settings by issues a M503 command to both boards. The Bigtree had additional paramaters set but it was mostly related to the BLTouch.
COMMAND // Original Creality Board // Bigtree SKR Mini e3 Board
M203 // Z10.00 E50.00 // Z5.00 E25.00
http://marlinfw.org/docs/gcode/M203.html
M204 // R1000.00 // R500.00
// Advanced: B<min_segment_time_ms> X<max_xy_jerk> // Advanced: B<min_segment_time_us> X<max_x_jerk> Y<max_y_jerk>
http://marlinfw.org/docs/gcode/M204.html
M205 // X8.00 Y8.00 Z0.40 // X10.00 Y10.00 Z0.30 E5.00
http://marlinfw.org/docs/gcode/M205.html