Comment on page
Printer Settings (Default)
Because the printer uses a CoreXY Motion setup, X and Y motion settings Must Be Identical.
X Motion: 9000 mm/min
Y Motion: 9000 mm/min
Z Motion: 2300 mm/min
M203 X# Y# Z#
X Acceleration: 3000 mm/s^2
Y Acceleration: 3000 mm/s^2
Z Acceleration: 75 mm/s^2
M201 X# Y# Z#
X Jerk: 350 mm/min
Y Jerk: 350 mm/min
Z Jerk: 50 mm/min
M566 X# Y# Z#
E parameter format: E [ Left Motor Value ] : [ Right Motor Value ]
Left Motor: 5000 mm/min
Right Motor: 5000 mm/min
M203 E#:#
I want to set different rates between motors:
Left motor feedrate (speed): 9000 mm/min
Right motor feedrate (speed): 6000 mm/min
Input Code:
M203 E#:#
Left Motor: 150 m/s^2
Right Motor: 150 m/s^2
M201 E#:#
I want to set different rates between motors:
Left motor acceleration: 2000 mm/sec^2
Right motor acceleration: 3000 mm/sec^2
Input Code:
M201 E#:#
Left Motor: 60 mm/min
Right Motor: 60 mm/min
M566 E#:#
I want to set different rates between motors:
Left motor Jerk: 900 mm/min
Right motor Jerk: 600 mm/min
Input Code:
M566 E#:#
E parameter format: E [ Left Motor Value ] : [ Right Motor Value ]
Left Motor: 5000 mm/min
Right Motor: 5000 mm/min
M203 E#:#
I want to set different rates between motors:
Left motor feedrate (speed): 9000 mm/min
Right motor feedrate (speed): 6000 mm/min
Input Code:
M203 E#:#
Left Motor: 150 mm/s^2
Right Motor: 150 mm/s^2
M201 E#:#
I want to set different rates between motors:
Left motor acceleration: 2000 mm/sec^2
Right motor acceleration: 3000 mm/sec^2
Input Code:
M201 E#:#
Left Motor: 60 mm/min
Right Motor: 60 mm/min
M566 E#:#
I want to set different rates between motors:
Left motor Jerk: 900 mm/min
Right motor Jerk: 600 mm/min
Input Code:
M566 E#:#
X Offset: - 43.0
Y Offset: 25.0
G31 T4 X-43 Y24
These values do not change. Do Not Change.
This varies between each printer due to two reason:
- 1.The flatness of your bed directly affects the Z height offset. This will vary between each printer.
- 2.The absolute position of the bed probe (as a whole) can shift up and down, if not fixated.
G31 Z#
This varies between each printer due to two reason:
- 1.The flatness of your bed directly affects the Z height offset. This will vary between each printer.
- 2.The absolute position of the Z Limit Switch can vary between printers.
Open up machine_zendstop.g (located under the sys folder). Follow instructions inside the file.
G92 Z#
Proportional value (Kp): 22.1
Integral Value (Ki): 1.154
Derivative Value (Kd): 54.1
Maximum PWM: 1
Proportional value (Kp): 10.7
Integral Value (Ki): 0.477
Derivative Value (Kd): 38.8
Maximum PWM: 0.75
Changing these values can cause unexpected fluctuations in temperature. Proceed with caution.
For Compound Mixing:
M301 H2 P# I# D# S1
For Left, Single K'Tana:
M301 H1 P# I# D# S0.75
For Right, Single K'Tana:
M301 H2 P# I# D# S0.75
Maximum Temperature: 320 C
If changing this value, allow for a + 15 C buffer between your intended maximum, allowable temperature.
For Compound:
M143 H2 S#
For Left, Single K'Tana:
M143 H1 S#
For Right, Single K'Tana:
M143 H2 S#
Last modified 5yr ago