View EFCS_DigiSpark_for_Aep
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This is free software released under: GNU General Public License (GPL), Version 3 | |
// for more information about GNU GPLv3 look here: https://www.gnu.org/licenses/gpl.html | |
// so in principle you can use and modify it for anything you want, as long as it remains free software. | |
//* helpful links: | |
//* http://digistump.com/products/1 // Board | |
//* https://digistump.com/wiki/digispark/tutorials/connecting // Start programming | |
//* https://digistump.com/wiki/digispark/quickref // which PIN to use | |
//* https://www.arduino.cc/reference/en/#page-title // help for programming |
View CuraSettingsInjector.gcode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; acceleration_enabled = {acceleration_enabled} | |
; acceleration_infill = {acceleration_infill} | |
; acceleration_ironing = {acceleration_ironing} | |
; acceleration_layer_0 = {acceleration_layer_0} | |
; acceleration_prime_tower = {acceleration_prime_tower} | |
; acceleration_print = {acceleration_print} | |
; acceleration_print_layer_0 = {acceleration_print_layer_0} | |
; acceleration_roofing = {acceleration_roofing} | |
; acceleration_skirt_brim = {acceleration_skirt_brim} | |
; acceleration_support = {acceleration_support} |