is there any way of send a gcode to marlin to change a define October 24, 2018 06:02PM |
Registered: 5 years ago Posts: 15 |
Re: is there any way of send a gcode to marlin to change a define October 24, 2018 08:34PM |
Admin Registered: 13 years ago Posts: 7,123 |
Re: is there any way of send a gcode to marlin to change a define October 24, 2018 09:15PM |
Registered: 5 years ago Posts: 15 |
Re: is there any way of send a gcode to marlin to change a define October 25, 2018 01:03AM |
Admin Registered: 13 years ago Posts: 7,123 |
Re: is there any way of send a gcode to marlin to change a define October 25, 2018 02:52AM |
Registered: 5 years ago Posts: 15 |
Quote
Dust
Just take a look at Marlin_main.c
gcode is a large nested switch statement, look for process_parsed_command()
basically each gcode is implemented as its own function called from each case of the switch
Re: is there any way of send a gcode to marlin to change a define October 25, 2018 03:54AM |
Registered: 10 years ago Posts: 14,684 |
Re: is there any way of send a gcode to marlin to change a define October 25, 2018 03:56AM |
Admin Registered: 13 years ago Posts: 7,123 |
Re: is there any way of send a gcode to marlin to change a define October 25, 2018 04:08AM |
Registered: 5 years ago Posts: 15 |
Quote
dc42
Why don't you look at RepRapFirmware instead of Marlin? RepRapFirmware is completely configured by M-codes, not #defines.
Re: is there any way of send a gcode to marlin to change a define October 25, 2018 05:37AM |
Admin Registered: 13 years ago Posts: 7,123 |
Re: is there any way of send a gcode to marlin to change a define October 25, 2018 05:50AM |
Registered: 5 years ago Posts: 15 |
Re: is there any way of send a gcode to marlin to change a define October 25, 2018 08:44AM |
Registered: 10 years ago Posts: 14,684 |
Re: is there any way of send a gcode to marlin to change a define October 25, 2018 02:15PM |
Registered: 5 years ago Posts: 15 |
Re: is there any way of send a gcode to marlin to change a define October 26, 2018 04:29AM |
Registered: 5 years ago Posts: 15 |
Re: is there any way of send a gcode to marlin to change a define October 31, 2018 05:00AM |
Registered: 5 years ago Posts: 15 |