Skip to content

An Arduino sketch that makes any Arduino behave a bit like an Ultimaker 3D printer that's running Marlin firmware.

License

Notifications You must be signed in to change notification settings

coofercat/Ultimaker-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Ultimaker-Simulator

An Arduino sketch that makes any Arduino behave a bit like an Ultimaker 3D printer that's running Marlin firmware.

This sketch can be used to develop serial gcode senders without needing a full printer to hand.

When a simulated print runs, most Gcode commands are just read and essentially ignored (other than to acknowledge them). M105 will return a valid temperature, and to help a little bit with debugging, M106/M107 will turn the Arduino pin 13 LED on and off (as a sort of virtual fan).

In addition, a non-standard command, P1 will cause the next numbered, checksummed command to be considered a checksum failure. This can be used to simulate some serial transfer issues.

About

An Arduino sketch that makes any Arduino behave a bit like an Ultimaker 3D printer that's running Marlin firmware.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%