Main public logs

From NCOT Wiki
Jump to navigationJump to search

Combined display of all available logs of NCOT Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:07, 24 July 2025 Wiki admin talk contribs created page Ender 3 Slicer GCODE (Created page with "== Code for Ender 3 == === Start GCODE === <nowiki> 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 G92 E0 ; Reset Extruder G28 ; Home all axes M420 S1 Z2; Use a mesh leveling up to 2mm (a valid mesh must be loaded into RAM...")