Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 2.89 KB

File metadata and controls

54 lines (40 loc) · 2.89 KB

PHOTON BLUEPRINTS

Serial connection: 115200, 8, n, 1 You can use Putty, Tealterm or Arduino Serial

ICs

Screen Controllers

Logic Chips

OTHER PARTS

Confirmed Gcode Commands via Serial:

  • M6030 "Photon/AA-TEST-PRINTS/_ShallowAnglesAATest_0X.photon" (starts a print file name imeddiatly)
  • M6032 "Photon/AA-TEST-PRINTS/_ShallowAnglesAATest_0X.photon" (Reads a File Into Memory to be started with M6045) R: (file length in bytes)
  • M24 (Starts printing the M6032 open file on memory)
  • M27 (Report SD print status) (M27 S4 - Report 4 seconds, M27 S0 - Stop reporting, M27 C - Report currently open filename)
  • M6045 I4000 "M24" (Waits the Delay set time and Starts Printing the M6032 open file on memory)
  • M4001 (returns the configured stepper movement for all axis) R: (X:0.011430 Y:0.011430 Z:0.000625 E:0.001340 T:0/0/0/155/1 U:'GBK' B:1)
  • M105 (returns sensor temperatures) R: (ok T:161 /0 B:164 /0 @:0 B@:0)
  • M8512 "configFile.gcode" (Dumps the current config.gcode EEPROM data into a file)
  • G28 Z (Home Z Axis)
  • G0 Z10 (Move Z axis at max speed)
  • G0 Z10 F600 (Move Z axis at F speed)
  • M6040 I100 (Reboot I defines the delay before restart)
  • M7506 I636264 T0 //0; 1; color_flip, (Changes UI colours Negative/Positive/or switch watever its on)
  • M9005 '"Networkname","Password"'
  • G90 Absolute Positioning
  • G91 Incremental Positioning

List of WIFI commands taken from ChituClient App