Promega
M3D Home
Github Repository
Parts Store
Search…
Welcome!
Getting Started
Beginner's Guides
Advanced Guides
Your Printer & Filament Settings
Printer Settings (Default)
ABS-R Filament
PLA Filament
Filament Extrusion Rate
How To Mix
How To Properly Apply Elmer's Glue
Documentation
Repair & Maintenance
How To Troubleshoot
Changelog
Your Printer's 3D Parts
Quad
Setup Guide
M3D Community
Active Community Support
How To Contribute
Community Guides
Community Slicer Settings
Add-Ons
Powered By
GitBook
Printer Settings (Default)
CoreXY Motion Settings
Because the printer uses a CoreXY Motion setup, X and Y motion settings
Must Be Identical.
Feedrate (Speed)
X Motion: 9000 mm/min
Y Motion: 9000 mm/min
Z Motion: 2300 mm/min
Input Code:
1
M203 X# Y# Z#
Copied!
Acceleration
X Acceleration: 3000 mm/s^2
Y Acceleration: 3000 mm/s^2
Z Acceleration: 75 mm/s^2
Input Code:
1
M201 X# Y# Z#
Copied!
Jerk
X Jerk: 350 mm/min
Y Jerk: 350 mm/min
Z Jerk: 50 mm/min
Input Code:
1
M566 X# Y# Z#
Copied!
Compound Mixing: Extruder Motor Settings
E parameter format: E [ Left Motor Value ] : [ Right Motor Value ]
Feedrate (Speed)
Left Motor: 5000 mm/min
Right Motor: 5000 mm/min
Input Code:
1
M203 E#:#
Copied!
Example:
I want to set different rates between motors:
Left motor feedrate (speed): 9000 mm/min
Right motor feedrate (speed): 6000 mm/min
Input Code:
1
M203 E#:#
Copied!
​
Acceleration
Left Motor: 150 m/s^2
Right Motor: 150 m/s^2
Input Code:
1
M201 E#:#
Copied!
Example
I want to set different rates between motors:
Left motor acceleration: 2000 mm/sec^2
Right motor acceleration: 3000 mm/sec^2
Input Code:
1
M201 E#:#
Copied!
​
Allowable Instantaneous Speed Change (Jerk)
Left Motor: 60 mm/min
Right Motor: 60 mm/min
Input Code:
1
M566 E#:#
Copied!
Example
I want to set different rates between motors:
Left motor Jerk: 900 mm/min
Right motor Jerk: 600 mm/min
Input Code:
1
M566 E#:#
Copied!
Single K'Tana: Extruder Motor Settings
E parameter format: E [ Left Motor Value ] : [ Right Motor Value ]
Feedrate (Speed)
Left Motor: 5000 mm/min
Right Motor: 5000 mm/min
Input Code:
1
M203 E#:#
Copied!
Example:
I want to set different rates between motors:
Left motor feedrate (speed): 9000 mm/min
Right motor feedrate (speed): 6000 mm/min
Input Code:
1
M203 E#:#
Copied!
​
Acceleration
Left Motor: 150 mm/s^2
Right Motor: 150 mm/s^2
Input Code:
1
M201 E#:#
Copied!
Example
I want to set different rates between motors:
Left motor acceleration: 2000 mm/sec^2
Right motor acceleration: 3000 mm/sec^2
Input Code:
1
M201 E#:#
Copied!
​
Allowable Instantaneous Speed Change (Jerk)
Left Motor: 60 mm/min
Right Motor: 60 mm/min
Input Code:
1
M566 E#:#
Copied!
Example
I want to set different rates between motors:
Left motor Jerk: 900 mm/min
Right motor Jerk: 600 mm/min
Input Code:
1
M566 E#:#
Copied!
​
Bed Probe Settings:
XY Offsets
X Offset: - 43.0
Y Offset: 25.0
Input Code:
1
G31 T4 X-43 Y24
Copied!
These values do not change. Do Not Change.
​
Z Height Offset
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.
Input Code:
1
G31 Z#
Copied!
Z Limit Switch Settings:
Height Value
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.
Input Code:
Open up machine_zendstop.g (located under the sys folder). Follow instructions inside the file.
1
G92 Z#
Copied!
Temperature Settings
PID Parameters
For Compound:
Proportional value (Kp): 22.1
Integral Value (Ki): 1.154
Derivative Value (Kd): 54.1
Maximum PWM: 1
​
For K'Tana:
Proportional value (Kp): 10.7
Integral Value (Ki): 0.477
Derivative Value (Kd): 38.8
Maximum PWM: 0.75
​
Input Code:
Changing these values can cause unexpected fluctuations in temperature. Proceed with caution.
For Compound Mixing:
1
M301 H2 P# I# D# S1
Copied!
​
For Left, Single K'Tana:
1
M301 H1 P# I# D# S0.75
Copied!
​
For Right, Single K'Tana:
1
M301 H2 P# I# D# S0.75
Copied!
​
Maximum, Allowable Temperature
Maximum Temperature: 320 C
Input Code:
If changing this value, allow for a + 15 C buffer between your intended maximum, allowable temperature.
For Compound:
1
M143 H2 S#
Copied!
​
For Left, Single K'Tana:
1
M143 H1 S#
Copied!
​
For Right, Single K'Tana:
1
M143 H2 S#
Copied!
​
Previous
Your Printer & Filament Settings
Next
ABS-R Filament
Last modified
3yr ago
Copy link
Contents
CoreXY Motion Settings
Feedrate (Speed)
Acceleration
Jerk
Compound Mixing: Extruder Motor Settings
Feedrate (Speed)
Acceleration
Allowable Instantaneous Speed Change (Jerk)
Single K'Tana: Extruder Motor Settings
Feedrate (Speed)
Acceleration
Allowable Instantaneous Speed Change (Jerk)
Bed Probe Settings:
XY Offsets
Z Height Offset
Z Limit Switch Settings:
Height Value
Temperature Settings
PID Parameters
Maximum, Allowable Temperature