From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD7631396D9 for ; Tue, 31 Oct 2017 00:54:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83DA12BC121; Tue, 31 Oct 2017 00:54:26 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF06F2BC009 for ; Tue, 31 Oct 2017 00:54:25 +0000 (UTC) Received: from localhost ([79.223.98.151]) by mail.gmx.com (mrgmx003 [212.227.17.190]) with ESMTPSA (Nemesis) id 0MdKkd-1dqqMY1SvD-00IYbV for ; Tue, 31 Oct 2017 01:54:13 +0100 Date: Tue, 31 Oct 2017 01:54:12 +0100 From: tuxic@posteo.de To: Gentoo Subject: [gentoo-user] [OT] Extracting printer settings from a gcode file? Message-ID: <20171031005412.xha4udbxnyqu5qh4@solfire> Mail-Followup-To: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20171027 Sender: X-Provags-ID: V03:K0:bKy7tbPioLzPTXV9hwWykVJvdw4s9sXb85pTFQha2QBLAIuY5zq wFhq2/FQbKmY3y6yW+rOxNv42iNoLDAr7rsTx3kg29x5DA+a4Cy6C7xWZwz4ozZMuF0zNmc 1OtfhLN6buKws2FnzVIexSj6LgeYFytSwcvDS6/G/iBXu0pzd8HVFQkY/TxWNIjwr3kTrc/ 7HpPohwcCxLuut6Jew+5Q== X-UI-Out-Filterresults: notjunk:1;V01:K0:1XYD0koiKjY=:+N0EcA01DaoSvpLrNh3aP0 yKN6kfbkT+OQpCuBcNN8+r/RKxavuXr/SMlbHQFA2ct3xVXP/AcXS4Wvf+VmJ4Lj9W3JS7ZHt qSRJ62JH9pi9yzZtsd9f9EbfFUFASD/PsytFEORal++99bhjOTfaZsNOD9gMOF2hji+W68AY2 bQVHeOpt2+fnuRtbPeOjvDUjpMijCokhx+f8KvIVG7+1yZi0gkmoYLyCr9LfLoMQlTLD8uTjt xJ3V9OsZ3tXR995mn8BZKm7XcYTuArkLbbcin5EmMsyCARHNahVGK0JnRHq8KaYR57a1N8jwl ZWFB20Ogc+UV8+JB5GbQxQ0xa6T7aGRUw+og3KAeT16z6Zu0CidUxNkWipGGRE0QvK2V2o/sk fzAHwQPQT8ijBQaJKkHj9JobObRxWBHw1WLMQ6sZ5OFoSjlBcTSZPS7bsWI4GcWBxmFPiQT3O Ooa6bnEzr1eb8MP1yYjxL31A0KoreEwPL0vbowdqEFaMJW57NiySS/qePEuDaG9UvY3Gy/y85 kDwbs54m6YWcPWHorXE4KjusEJAz+pZVg/j+4OVYf9K0o/oRR9PaDT8dWGhvrZ24m2Q6b8Xb5 qHpJki+FMuZwsEzS8UKnM0t+eCXB1gP7GDr3ej90s95dx0eF/NjwBjME+Dp1/X7Iop/vzf+9U 5XtC1IcAK6hqMvhHxVGvSlXYsm2OVRRi9UXuMIj8rxZZDfsB+UzYuEZ1QNxGz7NktqAWIzN3P IGbCS/qnx7askV4V36D9NA+UNgEGYKsqLF8d2AYpv4oA+yRXlVsKUqxdRAvX5cDqvet59I3U9 DTPi9347ZzzfFDUcdiR3AOeGEtWQw== X-Archives-Salt: 7634eced-34e9-48cd-ad99-a782720a2d65 X-Archives-Hash: 003043b1253882a961e023e61bd5c8b2 Hi, currently I am starting with 3D-printing. I have watched a lot of videos of how to create models, do bed leveling, (bad leveling, sometimes ;) choose filaments, and what else... Say one use a 3D-printer, which uses the a SDcard to read the gcode files. Beside some basic settings (hot end temprature, bed temperature, filament feed speed...I think that's it) all informations about the print process are in the gcode file. There is no other way of feeding informations to the printer as the gcode on that certain SDcard. And slicer settings optimzed for a certain printer are seemingly one of the treasures hunted a lot... The printer I ordered (and which still hasn't arrived yet ...) comes with some example gcode files. I would guess that the manufacturer has trimmed the slicer settings he has used for these example files, are optimized to give the best results with this printer -- its kind of an advertising. Would be nice, if it could be possible to extract them from the gcode example files in a way, that made it possible to feed them back into the slicer software manually (not expecting to get a config file ready to be read directly with that certain slicer software I want to use...) And as one has already feared...the question: ;) How can I do this? Cheers Meino PS: I know qcode is an ASCII format...but understanding the codes to extract the slicer settings is a totally different kind of task... ;)