Start GCODE #209
jackpage43088
started this conversation in
Ideas
Start GCODE
#209
Replies: 1 comment 1 reply
-
The configuration in the Slicer has priority, but the start G-code sets some limits. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I used the start GCODE you provided does that mean the printer will determine the speed and flow rate and retraction?
M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration
M203 X500.00 Y500.00 Z20.00 E50.00 ;Setup machine max feedrate
M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration
M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk
M220 S100 ;Reset Feedrate
M221 S100 ;Reset Flowrate
I’m kinda new but does it mean it’s going off the eeprom settings saved in the Pinter firmware? does that mean it doesn’t matter what I put in the slicer as far as flow settings and retraction and speed goes?
Beta Was this translation helpful? Give feedback.
All reactions