Skip to content

seitzp/Marlin-1.1.9_Anycubic_Chiron

 
 

Repository files navigation

Marlin-1.1.9 vor Anycubic Chiron

Config

Config in Source dir is TMC2208

Othe configs see Config dir.

  • Default
  • TMC2208
  • TMC2208_with_direction_change_by_cabel

G-Code

M1000 - Reset the Bilinear Leveling Grid
	|   |   0  |   1  |   2  |   3  |    4 |
	|---|------|------|------|------|------|
	| 0 |-2.000|-2.000|-2.000|-2.000|-2.000|
	| 1 |-2.000|-2.000|-2.000|-2.000|-2.000|
	| 2 |-2.000|-2.000|-2.000|-2.000|-2.000|
	| 3 |-2.000|-2.000|-2.000|-2.000|-2.000|
	| 4 |-2.000|-2.000|-2.000|-2.000|-2.000|

	Z offset -14
    
    
    Creating a txt, input
		M140 S0  ; Set Bed Temperature to 0 °C
		M104 S0  ; Set Hotend Temperature to 0 °C
		M501     ; Restore Settings
		M1000	 ; Reset the Bilinear Leveling Grid
		M500	 ; Save Settings
	Save and rename it as "Reset_leveling.gcode"
G5 - Power Loss Recovery
	Not needed.
	The Power loos recovery in the Marline firmware is enabled.

Bed Leveling
	Vor bed leveling, lower the bed so low as posible, to prevent nozzle hitting the bed.
	Reset the bilinear leveling grid by using the M1000 G-Code (see upper).
	
	Do a Printer reset over the LCD.
	After reset home the printer.
	Then go on the LCD to 
	Tools->More->Level->Advance Setings
	Select point 1 and the nossle moves to the bed point in the left down corner.
	Now level the bed with a cheat of paper or everithing else that have a height of 0.1 mm 
    or the given height of the value [EXT_LEVEL_HIGH] set in Configuration.h .
	
	Repeat this with point 5, 25, 21 an go around the bed.
	do this 2 ore more times, vor a perfect  bed leveling.

	Wenn you think you habe the pervect leveling, you cann begin to level with the Auto Level 
    Device or do a Manuel leveling.

	For Manuel leveling move the nozzel with the LCD menue to the grid point you will level. 
	Increase or decrease the height betwen the bed and the nozzel with the LCD.
	To see the result move the nozzel awai from this point and move back.

Marlin 3D Printer Firmware

Build Status Coverity Scan Build Status

Additional documentation can be found at the Marlin Home Page. Please test this firmware and let us know if it misbehaves in any way. Volunteers are standing by!

Bugfix Branch

Not for production use. Use with caution!

This branch is used to accumulate patches to the latest 1.1.x release version. Periodically this branch will form the basis for the next minor 1.1.x release.

Download earlier versions of Marlin on the Releases page. (The latest tagged release of Marlin is version 1.1.7.)

Recent Changes

  • Internally always use native machine space
  • Initial UBL LCD Menu
  • New optimized G-code parser singleton
  • Initial M3/M4/M5 Spindle and Laser support
  • Added M421 Q to offset a mesh point
  • Refinements to G26 and G33
  • Added M80 S to query the power state
  • "Cancel Print" now shuts off heaters
  • Added EXTRAPOLATE_BEYOND_GRID option for mesh-based leveling

Submitting Patches

Proposed patches should be submitted as a Pull Request against this branch (bugfix-1.1.x).

  • This branch is for fixing bugs and integrating any new features for the duration of the Marlin 1.1.x life-cycle. We've opted for a simplified branch structure while we work on the maintainability and encapsulation of code modules. Version 2.0 and beyond should improve on separation of bug fixes and cutting-edge development.
  • Follow the proper coding style to gain points with the maintainers. See our Coding Standards page for more information.
  • Please submit your questions and concerns to the Issue Queue. The "naive" question is often the one we forget to ask.

Credits

The current Marlin dev team consists of:

Notable contributors include:

License

Marlin is published under the GPL license because we believe in open development. The GPL comes with both rights and obligations. Whether you use Marlin firmware as the driver for your open or closed-source product, you must keep Marlin open, and you must provide your compatible Marlin source code to end users upon request. The most straightforward way to comply with the Marlin license is to make a fork of Marlin on Github, perform your modifications, and direct users to your modified fork.

While we can't prevent the use of this code in products (3D printers, CNC, etc.) that are closed source or crippled by a patent, we would prefer that you choose another firmware or, better yet, make your own.

About

Anycubic Chiron Firmware based on Marlin-1.1.9

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 48.8%
  • C++ 48.2%
  • Python 1.5%
  • Objective-C 0.5%
  • Makefile 0.4%
  • Shell 0.4%
  • Other 0.2%