unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Guile alternative to GCODE?
@ 2021-12-28  9:21 Jacob Hrbek
  2021-12-28 11:29 ` Maxime Devos
  0 siblings, 1 reply; 3+ messages in thread
From: Jacob Hrbek @ 2021-12-28  9:21 UTC (permalink / raw)
  To: Guile User


[-- Attachment #1.1: Type: text/plain, Size: 700 bytes --]

I am looking for a library that can either:
a) Be implemented to generate GCODE (sub-optimal)
b) Is capable of generating instructions for a CNC machines in a way
that is superior to GCODE

To replace my GCODE usage on my 3D printer with a GNU Guile as GCODE is
functionless and unreadable language.

e.g. https://tplang.org in Javascript

The main motivation for this is to generate a build output that can be
optimized per fabrication method e.g. if my model is fabricated on ender
3 (3D printer) then apply optimization settings or designing CNC mods
that automatically adjust the fabricating settings on installation to
declare fabrication reproducibility to avoid debugging.

--
-- Jacob Hrbek


[-- Attachment #1.2: publickey - kreyren@rixotstudio.cz - 1677db82.asc --]
[-- Type: application/pgp-keys, Size: 713 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Guile alternative to GCODE?
  2021-12-28  9:21 Guile alternative to GCODE? Jacob Hrbek
@ 2021-12-28 11:29 ` Maxime Devos
  2021-12-28 11:31   ` Jacob Hrbek
  0 siblings, 1 reply; 3+ messages in thread
From: Maxime Devos @ 2021-12-28 11:29 UTC (permalink / raw)
  To: Jacob Hrbek, Guile User

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

Hi,

Jacob Hrbek schreef op di 28-12-2021 om 09:21 [+0000]:
> e.g. https://tplang.org in Javascript

Guile supports both Scheme and ECMAScript, so it
should be possible to write Scheme bindings to tplang.
Guile doesn't support all of ECMAScript though.

Greetings,
Maxime

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Guile alternative to GCODE?
  2021-12-28 11:29 ` Maxime Devos
@ 2021-12-28 11:31   ` Jacob Hrbek
  0 siblings, 0 replies; 3+ messages in thread
From: Jacob Hrbek @ 2021-12-28 11:31 UTC (permalink / raw)
  To: Maxime Devos, Guile User


[-- Attachment #1.1: Type: text/plain, Size: 430 bytes --]

i want to avoid binding to tplang as tplang inteprets in GCODE

On 12/28/21 12:29, Maxime Devos wrote:
> Hi,
>
> Jacob Hrbek schreef op di 28-12-2021 om 09:21 [+0000]:
>> e.g. https://tplang.org in Javascript
> Guile supports both Scheme and ECMAScript, so it
> should be possible to write Scheme bindings to tplang.
> Guile doesn't support all of ECMAScript though.
>
> Greetings,
> Maxime

-- 
-- Jacob Hrbek


[-- Attachment #1.2: publickey - kreyren@rixotstudio.cz - 1677db82.asc --]
[-- Type: application/pgp-keys, Size: 713 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-28 11:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-28  9:21 Guile alternative to GCODE? Jacob Hrbek
2021-12-28 11:29 ` Maxime Devos
2021-12-28 11:31   ` Jacob Hrbek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).