X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:date:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=AoFIHLS2cFmTx+aXTXOA3cGDSGUYl2W4ZP2qZaFN6Ns=; b=YQb06uMm6zjER9qI99CwkSZLGvKQRMYRm+rQqniV1d5t+TZ8VFcyVpeMVHISSySyxp UgGNEEOF2WTCBooju6wzfLrK4ukns2pI0ThyiUke9nBxawPEGPW6N1KSFRXSVd024M7i OPEjZF12f0IJ705vUCuRFZtsdsmMZRZPpu3anX/j3vT62j3omsZVbBe5+dFObVban1Vu r/6LeulvBiAHSIJmDo1wRK5/CmdY6qGVAeT+l7NggoYC5M4jNg/xBhYUfoApZnahamtM vv9MEavCyV05oze9datoCy9UgIHGtAuXDVvgAh4TvUW97PTnF+a5jm2IJqsLPFc4ZiXU AJeg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:date:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to; bh=AoFIHLS2cFmTx+aXTXOA3cGDSGUYl2W4ZP2qZaFN6Ns=; b=s1OuoLYVOtJtzsh4rpAbDq2IcW77x65kpDpoIyBCHnz9xKX7dbLlVKrT7ipVbqEbRe OyWOkSoIM6U8T4KcTpLtgX9Tc/ogqtik5OUHQnDlieYOnsmmWmRW7nBqzWancZqTe/Ug 07T6G6CaKjKN5GCzQ/NkjNJCCZ6gSgL3hjiJf2wyjjTQxCKFIhPboEavpRBr+ZGSW20U fMx5UydPRrHo06d+H6eqp61O5euyHHmCP93mADQiij6sXWO8hK/wd/b2Fhx47s+tDd81 C64bFgrZmjLkKuO0+c2wXxbevssoVrH9UbVj7gZXlloRfqnhwFOrrQ8mV2ndse7aRipn 9yJg== X-Gm-Message-State: AOAM530Rn9x6CbvNalya0elU1va0o3y4ATo3gWun2KU7fFj1rQc2hvo0 7WMsRqrbYObMBr4m9ziLMfZ+Li1KSMQ= X-Google-Smtp-Source: ABdhPJxx60elv4XMXWD970drU/g3y+D1uC/uJ2mTFiCahSzBSc1uqjUZ5BUBE3qery0uxC3wC7Te8w== X-Received: by 2002:a05:6512:3a8:: with SMTP id v8mr29950406lfp.397.1638726035516; Sun, 05 Dec 2021 09:40:35 -0800 (PST) From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" X-Google-Original-From: Vladimir Zhbanov Date: Sun, 5 Dec 2021 20:40:34 +0300 To: geda-user AT delorie DOT com Subject: Re: [geda-user] startup grid size Message-ID: Mail-Followup-To: geda-user AT delorie DOT com References: <20211204122424 DOT 508E1823ED58 AT turkos DOT aspodata DOT se> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20211204122424.508E1823ED58@turkos.aspodata.se> Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi Karl, On Sat, Dec 04, 2021 at 01:24:24PM +0100, karl AT aspodata DOT se [via geda-user AT delorie DOT com] wrote: > How do I set the startup initial grid size to 400 > (in lepton-schematic) ? > > I've tried with snap-size in various config files but > that didn't help. Having seen your message that you've solved the issue (and thanks to Alexey), I'm still curious what you would want to achieve with such a setting. Apropos, I have an extension in my repo that made it possible to edit schematics using non-2x approach. I mean I wanted 1mm scale and zooming like 1mm -> 2mm -> 5mm -> 10mm -> 20mm and so on. So the zooming factor and grid size changes as 2x -> 2x -> 2.5x repeatedly, which allows having consistent (IMO) sizing. I used 40px grid size for 1mm (1) to make symbols in the default library look like ones I do myself and (2) because ex-USSR standard which is still intact here requires, say, that resistor size (the rectangle) should be 10mmx4mm. The extension I did was never ready for merging into the repo. I just wonder if it would be useful for anyone here.